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
Trying to encode integers doesn't work.
% ethabi encode params -v '(uint256,uint256,string)' '(0,1,2)' Error: Hex parsing error: Odd number of digits Caused by: Odd number of digits % ethabi encode params -v '(uint8)' '(0)' Error: Hex parsing error: Odd number of digits Caused by: Odd number of digits
The text was updated successfully, but these errors were encountered:
Also getting this error
Sorry, something went wrong.
I'm also receiving this error
How did you solve this, guys?
❯ /Users/songtianyi/.cargo/bin/ethabi encode params -v uint 3 Error: Hex parsing error: Odd number of digits Caused by: Odd number of digits
No branches or pull requests
Trying to encode integers doesn't work.
The text was updated successfully, but these errors were encountered: