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

Non-pure/view public & external library functions not recognized in call traces #252

Open
michprev opened this issue Jul 8, 2023 · 0 comments

Comments

@michprev
Copy link
Member

michprev commented Jul 8, 2023

solc does not generate ABI for non-pure/view public and external functions as these functions are not expected to be called directly but rather through a contract.

The ABI of these functions is subject to internal implementation and is extended compared to the standard ABI (https://github.com/ethereum/solidity/blob/5d7533b540ae423e1397e5ab3d21779944cfa7a6/docs/contracts/libraries.rst#function-signatures-and-selectors-in-libraries).
Most importantly, storage pointers (including storage mapping pointers) are supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant