You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to parse the following human readable ABI into an AbitItem (AbitItem::Function to be specific) however when I pass it into the parse function I get the following error.
function balanceOf(address owner) view returns (uint256 balance)
Component
dyn-abi, json-abi
What version of Alloy are you on?
0.1.0
Operating System
macOS (Apple Silicon)
Describe the bug
I am trying to parse the following human readable ABI into an AbitItem (AbitItem::Function to be specific) however when I pass it into the
parse
function I get the following error.When I remove the state mutability keyword "view" it will not give me the error
The text was updated successfully, but these errors were encountered: