Structs§
- Interface
Args - CLI arguments for
cast interface
. - Interface
Source 🔒
Functions§
- fetch_
abi_ from_ etherscan - Fetches the ABI of a contract from Etherscan.
- get_
interfaces 🔒 - Converts a vector of tuples containing the ABI and contract name into a vector of
InterfaceSource
objects. - load_
abi_ 🔒from_ artifact - Load the ABI from the artifact of a locally compiled contract.
- load_
abi_ from_ file - Load the ABI from a file.