Skip to content

'eth_estimateGas' method is failed with 'code: -32000' when trying to mint ERC721 contract in Rinkeby #100

Answered by evgenynacu
bobrom asked this question in Q&A
Discussion options

You must be logged in to vote

@bobrom to call estimate gas, you need to pass transaction you want to estimate
In the provided examples you pass empty data (no data actually). It means, you don't invoke any function in the contracts, you just do empty call, that's why you get unexpected behaviour

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by evgenynacu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants