-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:Failed to fetch gas estimate #292
Comments
This is typically an issue with your "parameters". Double quoting is not needed? |
If "0x000000000000000000000000000000000000000E" is an address it needs to be EthereumAddress(whateverAddress). |
@dangell7 Thanks!I have reedited my question, but I still get this error. |
can I see the contract code? |
You're putting the value of the transaction and the value of the parameters as the same... Most likely you want one or the other? Or you wrote a bad sc.... You can always get the msg.value in the contract, so why are you passing the value in? |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 25.6 DAI (25.6 USD @ $1.0/DAI) attached to it.
|
@dangell7 thank you for supporting this project and helping users. Feel free to apply for this bounty. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 265 years, 4 months from now. 1) frostiq has been approved to start work. Learn more on the Gitcoin Issue Details page. |
@AlleniCode Hey, is this still an issue for you? We recently merged a pr with a gas estimate fix into develop. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 50.6 DAI (50.6 USD @ $1.0/DAI) has been submitted by:
|
Authour of this issue haven't replied, so I suppose it was resolved and thus closing this issue. To anyone still experiencing similar problems, feel free to reopen it. |
My code:
In 'Web3+MutatingTransaction.swift' file, line 102, printing description of results:
expression produced error: error: /var/folders/z0/89zqhrn56hn16zv5y_h4vhlr0000gn/T/expr5-4bebed..swift:1:102: error: 'BigUInt' is not a member type of 'BigInt'
Swift._DebuggerSupport.stringForPrintObject(Swift.UnsafePointer<Swift.Array<PromiseKit.Result<BigInt.BigUInt>>>(bitPattern: 0x110307d20)!.pointee)
Please help me, THX!
The text was updated successfully, but these errors were encountered: