We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, i'm trying to decode transfer(address recipient, uint256 amount) function and sometimes i'm get this error:
github.com/lmittmann/w3.(*Func).DecodeArgs(...) C:/Users/James/go/pkg/mod/github.com/lmittmann/[email protected]/func.go:88 main.main.func1({0x12, 0x26, 0xa8, 0xc7, 0x8d, 0xa0, 0x1, 0xf0, 0x7a, 0x9b, ...})
I dont know which transaction makes this error.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Sounds like you are trying to decode args from an empty byte slice. This should not panic but return an error.
Sorry, something went wrong.
0c49e69
fixed #22
cc1c654
* return an error in `Func.DecodeArgs` if the input is <4
No branches or pull requests
Hello, i'm trying to decode transfer(address recipient, uint256 amount) function and sometimes i'm get this error:
I dont know which transaction makes this error.
The text was updated successfully, but these errors were encountered: