-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
feature: Add stateMutability #17
Comments
Yup, coming up next release! I have some WIP in #14 if you want to sub to that. Just need to push the stateMutability improvements shortly. |
Okay nice. 👍 Great Job with this package save me a lot of work
|
Just merged #14 into master, would appreciate some testing/feedback before I do a release. There's some major changes: In some cases, it manages to successfully guess whether there are inputs or outputs (not super reliable, I'd say like... 60%?), but there have been major changes behind the scenes with how the static analysis works so we can do more advanced things moving forward. Also we now have |
Next release issue is here: #18 |
Included in the latest release: https://github.com/shazow/whatsabi/releases |
is there any way to get the stateMutability of a function whether it is view or nonpayable just like in standard abi?
The text was updated successfully, but these errors were encountered: