Skip to content
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

data out-of-bounds error #77

Open
uranik777 opened this issue Oct 19, 2021 · 1 comment
Open

data out-of-bounds error #77

uranik777 opened this issue Oct 19, 2021 · 1 comment

Comments

@uranik777
Copy link

Error on decode trc20 transaction:
0xa9059cbb000000000000000000000000000000000000000000000000000000000d0dacc0
( tron tx id 02108766a3d408b3662eafad8326d72b34e5b0e8d66d226c71d35c2c0099b9e0 )
Error data:
data out-of-bounds (length=32, offset=64, code=BUFFER_OVERRUN, version=abi/5.0.7)

@Dev-Doggo
Copy link

That's the transfer function signature, the data is not the correct length as the error tells you. It's expecting 64 bytes (first 32 is the padded address, and last 32 is the uint256 amount)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants