-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Ethereum Solidity ABI Decoder Error: "value exceeds width (20 bits)" #4446
Comments
This is a duplicate of #4427. That means your encoded data is incorrect, which usually means the contract likely uses assembly and producing malformed data. Which contract is this, and is it related to the contract in the other issue? |
The first part of this (the incorrect error message) has been fixed in v6.8.1. Please see the other issue to track further discussions on how to handle invalid input where the only problem is dirty data and stray bytes. |
Ethers Version
6.8. 0
Search Terms
No response
Describe the Problem
'm working on a project involving Ethereum contract interactions and am facing an issue with decoding data from a transaction. I have this hexadecimal data
Code Snippet
Contract ABI
No response
Errors
Environment
No response
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: