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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
The web3 method signature already has the encodeABI() method. contract.method.name().encodeABI()
Im requesting that decodeABI() method be added to the signature contract.method.name().decodeABI(result)
This is usefull when using multicall contracts, since we retrieve result hashes directly from the multicall contract