Gas Estimation Error: Seeking Assistance with Transaction Execution in Smart Contract #6398
Unanswered
AmineMerad688
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The error message you're encountering indicates that there's an issue with estimating the gas required for the transaction, and the execution of a function inside the smart contract might fail. If you are using a fixed gas limit, try increasing it to see if the transaction goes through. However, be cautious not to set an excessively high gas limit. Ensure that you are providing an appropriate gas price. Sometimes, issues with gas estimation can be related to discrepancies between the gas price used for estimation and the actual network gas price. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When attempting to deploy the FundMe.sol contract on the Sepolia testnet with a transaction value of 0.02 ETH, I encountered the following error message during gas estimation:
'Gas estimation errored with the following message. The transaction execution will likely fail. Do you want to force sending? Error occurred while trying to execute a function inside the smart contract.'
I am seeking assistance into resolving this issue. Any guidance or suggestions , Thank you .
Beta Was this translation helpful? Give feedback.
All reactions