Search code examples
how to fix Error: Cannot find module '../helper-hardhat-config'...


solidity

Read More
Can't test simple Truffle project...


soliditysmartcontractstruffle

Read More
What does the "48" mean in the code that converts uint to string in solidity...


ethereumsolidity

Read More
Ethers.js Contract call works from Brave browser but fails from Metamask Goerli Testnet...


soliditymetamaskbrave-browser

Read More
how to test a function call with dynamic calldata array?...


unit-testingethereumsoliditysmartcontractsremix

Read More
Error while related to big number in react for input in smart contract erc721...


reactjsblockchainsolidityweb3jserc721

Read More
What causes a reentrancy error in this function?...


blockchainsolidityevm

Read More
ModuleNotFoundError: No module named 'knox'...


soliditymetamask

Read More
Bundle multiple safeTransferFrom calls into single transaction...


blockchainsoliditymetamask

Read More
before, beforeEach does not execute in hardhat test...


testingsoliditychaihardhat

Read More
Type address is not implicitly convertible to expected type address payable. owner = msg.sender...


solidity

Read More
Can I make [subsidy halving] in solidity?...


ethereumsolidityethers.js

Read More
Paginating data from Smart contract in Solidity...


paginationsolidity

Read More
Expected ',' but got identifier...


solidity

Read More
How is gas usage calculated when using if statements...


ethereumsolidity

Read More
Can I use smart contract to mint my NFT without confirmation?...


soliditysmartcontractsnft

Read More
Solidity - How to set to null or empty a payable address...


ethereumsolidity

Read More
Web3.js - How to sign an approve transaction for a swap?...


javascriptsolidityweb3js

Read More
How to override _setupDecimals() function in OpenZeppelin...


ethereumsoliditysmartcontracts

Read More
AttributeError: 'Accounts' object has no attribute 'deploy'...


pythonblockchainsoliditybrownie

Read More
is there a way to withdraw from killed contract?...


solidity

Read More
How do I use nodejs and solidity to create a contract using already compiled ABI and bytecode?...


node.jswindowsethereumsolidity

Read More
Using toString function on my .sol file and then solc.compile to compile it produces an error...


node.jswindowsethereumsoliditytruffle

Read More
how to write a contract to set a reward for players and they claim the reward?...


solidityremix

Read More
param.substring not a function- web3.js, ganache...


solidityweb3jsganache

Read More
Solidity modifiers and Aspect Oriented Programming...


ethereumsolidityaop

Read More
Get chain name in hardhat (not chainId)...


solidityhardhat

Read More
reversing a hash to it's string in solidity...


hashsolidity

Read More
Can CREATE2 be used to simulate the nonce in CREATE?...


blockchainethereumsolidityevm

Read More
What is the purpose of symbol and name in ERC721?...


solidityerc721

Read More
BackNext