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

Extract precise definition for statemutability #53

Open
acuarica opened this issue Nov 2, 2023 · 0 comments
Open

Extract precise definition for statemutability #53

acuarica opened this issue Nov 2, 2023 · 0 comments
Labels
feature New feature or request
Milestone

Comments

@acuarica
Copy link
Owner

acuarica commented Nov 2, 2023

Detect the statemutability for a given public function.

from most restricted to least restricted: pure, view, nonpayable, payable. A function can only be one of these.

The definition can be found here ethereum/solidity#992 (comment).

Thanks @shazow for mentioning this issue.

@acuarica acuarica added this to the Stage 2 milestone Jan 18, 2024
@acuarica acuarica added the feature New feature or request label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant