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 Sep 6, 2026. It is now read-only.
When building a contract call Safe transaction using either an external ABI file or a built-in ABI file (ie. via erc20-call or safe-call), and especially for batch transactions, it is useful to list the available functions, because the selectors, signatures, and argument names may not obvious.
When building a contract call Safe transaction using either an external ABI file or a built-in ABI file (ie. via
erc20-callorsafe-call), and especially for batch transactions, it is useful to list the available functions, because the selectors, signatures, and argument names may not obvious.