Replies: 1 comment
-
The error // relevant lines in the error
body: '{"jsonrpc":"2.0","id":56,"error":{"code":-32000,"message":"execution reverted"}}\n' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I deployed a smart contract on polygon mainnet and want to estiamte gas for a transaction.
I have read the questions which are already in the discussion section in this thread, but it does not work for me...
This is my smart contract (It is verified): https://polygonscan.com/address/0x8c181AdebC54362EAC16ab3d4F59E8439355ad22#code
I want to estimate code like this:
where data is a bytecode and flash_contract is my smart contract created with ethers.Contract(....).
It gives me the error:
Is my contract too complex? Does my wallet hold too small amount of matic (I hold 3 matic)?
Is this known to anybody? Will be great if I can get some help here. Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions