"error": "Transaction failed: insufficient funds for gas * price + value" #145104
Replies: 4 comments 1 reply
-
can you please share the model's code? so that we can see at least whats happening. |
Beta Was this translation helpful? Give feedback.
-
Thanks for posting in the GitHub Community, @Ferielle! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category, the Discussions category is solely related to conversations around the GitHub product Discussions. This question should be in the Programming Help category. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
@Ferielle something like this? you didn't post any code so......
|
Beta Was this translation helpful? Give feedback.
-
Check if your sending account has sufficient ETH in Ganache by using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hello, I’m currently facing this bug:
"error": "Transaction failed: insufficient funds for gas * price + value"
I worked with Ganache, Truffle, PHP 8, and Laravel. I’m running out of time and encountering this error message. Could you please assist me?
"error": "Transaction failed: insufficient funds for gas * price + value"
PS: I’ve tried debugging by increasing the gas price and gas limit in Ganache, using the default settings, and manually increasing these values in the code. I’m attempting to send a small amount from a wallet to a contract created in my Ganache environment.
Beta Was this translation helpful? Give feedback.
All reactions