Expand description
Ethereum Smart Contracts ABI (abstract binary interface) utility library.
Structs§
- Abi
- Contract ABI (Abstract Binary Interface).
- Constructor
- Contract constructor definition.
- Decoded
Param - ABI decoded param value.
- Decoded
Params - ABI decoded values. Fast access by param index and name.
- Decoded
Params Reader - Provides fast read access to decoded params by parameter index and name.
- Event
- Contract event definition.
- Function
- Contract function definition.
- Param
- A definition of a parameter of a function or event.
Enums§
- State
Mutability - Available state mutability values for functions and constructors.
- Type
- Available ABI types.
- Value
- ABI decoded value.