-
-
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
ether6 doesn't compabitible vyper generated ABI #3932
Comments
Interesting; it’s using the old ABI format with the I can add support for fall back onto this legacy key and validate it if both exist. |
it's using a very old version: 0.1.0b17 |
I'll add this as an enhancement then, since it is still useful, but might be a few days before published. Let me know if there is any urgency. Otherwise, if you add |
not urgent and yes I've already used that as a workaround :) |
This has been added in v6.3.0. Let me know if there are any more problems. Thanks! :) |
Ethers Version
6.2.2
Search Terms
abi
Describe the Problem
Use ABI from https://etherscan.io/address/0x7fC77b5c7614E1533320Ea6DDc2Eb61fa00A9714
simplify a bit and just use code as follow
it will report:
the fragment is like this:
If I manually add
"stateMutability": "view",
to the ABI, thennotice the constant field of the fragment become
true
Code Snippet
No response
Contract ABI
No response
Errors
No response
Environment
No response
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: