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

Improve AbiFunction#parseSignature to cover more cases #148

Closed
ArtificialPB opened this issue Jul 18, 2024 · 0 comments · Fixed by #149
Closed

Improve AbiFunction#parseSignature to cover more cases #148

ArtificialPB opened this issue Jul 18, 2024 · 0 comments · Fixed by #149
Labels
type: feature Feature requests.

Comments

@ArtificialPB
Copy link
Member

Module

ABI

📝 Description

Parse function should also support parsing signatures which contain:

  • input argument names
  • output argument names

Both of these cases should parse to the same abi function definition:

function balanceOf(address) returns (uint256)
function balanceOf(address who) public view returns (uint256 balance)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Feature requests.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant