Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
type Parser interface { Parse(contractAddr string) error ParseAbiStr(abiStr string) error Abi() string ParsedAbi() abi.ABI GetMethods(wanted []string) []types.Method GetSelectMethods(wanted []string) []types.Method GetEvents(wanted []string) map[string]types.Event }
Parser is used to fetch and parse contract ABIs It is dependent on etherscan's api
Click to show internal directories.
Click to hide internal directories.