Error: "insufficient data length" when decoding function data #2656
Unanswered
miguelmota
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The transaction looks like it failed, and likely because the data was malformed. It looks like it was encoded with an extra parameter (labeled below with
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Error when trying to decode transaction function data from etherscan
Tx: https://bscscan.com/tx/0xfa70ffb7ddec8e43728dd710e4f1d240983a502305bbc0c2c845079fc0f154d2
Decode error:
Reproduction steps
Code to reproduce:
Version:
ethers@5.5.4
Any idea why the error occurs with that tx function data but not with others (for example this tx data)? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions