Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ethereum

Viem: use simulateContract to get values return from a smart contract write function

javascript ethereum viem

Calculate ERC20 token buy/sell tax

ethereum ethers.js erc20

"npx hardhat accounts" not available in Hardhat latest version 2.9.9

ethereum hardhat

Easiest way to reduce the size of a contract

Connecting Ethereum nodes that are on different machines

ethereum

Gas efficiency of totalSupply() vs. a tokenID counter | ERC-721

ethereum solidity erc721

Smart contract Ethereum - How to recreate same contract after used selfDestruct()

no scripts folder in hardhat framework instead there's ignition folder with a subfolder named modules

Getting a list of ERC20 token holders in solidity

web3.eth.accounts[0] returns undefined and app.vote(1,{ from:web3.eth.accounts[0] }) is giving error

zsh: command not found: truffle

ethereum truffle

cryptozombies why use keccak in comparing

ethereum

How to implement self destruct pattern in Solidity?

ethereum solidity

How to compare an ascii string with a uint8 array in Solidity?

ethereum solidity

What is difference between Microservices and Decentralized applications

Is there a way to trigger an event inside a contract when ERC20 tokens are sent to that contract?

Failing to compile multiple Solidity versions