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

[Feature] Full function signature parsing #389

Closed
Evalir opened this issue Oct 27, 2023 · 2 comments · Fixed by #682
Closed

[Feature] Full function signature parsing #389

Evalir opened this issue Oct 27, 2023 · 2 comments · Fixed by #682

Comments

@Evalir
Copy link
Contributor

Evalir commented Oct 27, 2023

It would be nice for Function to be able to parse a full function signature e.g function foo(uint256 a, uint256 b) external returns (uint256)—this functionality is required in foundry and human-readable ABI strings fall short for view modifiers.

@gakonst
Copy link
Member

gakonst commented Nov 17, 2023

Can this be closed?

@DaniPopes
Copy link
Member

This is only missing parsing modifiers like external

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

Successfully merging a pull request may close this issue.

3 participants