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
Hi, I am trying to decode input from transaction that I receive:
{ from: '0x1987d1c15d95cab34c154ede0a4c3bf7dba5c287', input: '0xa9059cbb0000000000000000000000001987d1c15d95cab34c154ede0a4c3bf7dba5c287000000000000000000000000000000000000000000000000002386f26fc10000', to: '0x8f3cf7ad23cd3cadbd9735aff958023239c6a063', }
The code looks like:
abiDecoder.addABI(ABI); const decodedData = abiDecoder.decodeMethod("0xa9059cbb0000000000000000000000001987d1c15d95cab34c154ede0a4c3bf7dba5c287000000000000000000000000000000000000000000000000002386f26fc10000"); console.log(decodedData);
But this is returning undefined.
Any thing that I am missing.
The text was updated successfully, but these errors were encountered:
Hey @CovalentBond did you find any solution to this even I am facing the same issue?
Sorry, something went wrong.
You can try to check the ABI.Especially the data type
No branches or pull requests
Hi, I am trying to decode input from transaction that I receive:
The code looks like:
But this is returning undefined.
Any thing that I am missing.
The text was updated successfully, but these errors were encountered: