contract static call method leads into missing gas error #1600
Unanswered
Atomzwieback
asked this question in
Q&A
Replies: 1 comment
-
If you pass an override |
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.
-
As the title hints, i have the problem that i want to use a static call to pre-check if a certain contract method call transaction will be working.
Somehow as i try to do this static call the transaction throws an error that hints the following:
"Error: insufficient balance to pay for gas"
i thought that the static call wont need any gas due its not a real call.
Any tipps why this wont work?
Beta Was this translation helpful? Give feedback.
All reactions