Expand description
Contains dynamic ABI definitions for this contract.
Functions§
- constructor
- Returns the
Constructor
of this contract, if any. - contract
- Returns the ABI for this contract.
- errors
- Returns a map of all the
Error
s of this contract. - events
- Returns a map of all the
Event
s of this contract. - fallback
- Returns the
Fallback
function of this contract, if any. - functions
- Returns a map of all the
Function
s of this contract. - receive
- Returns the
Receive
function of this contract, if any.