Skip to main content

Module abi

Module abi 

Source
Available on crate feature monad only.
Expand description

Functionsยง

constructor
Returns the Constructor of this contract, if any.
contract
Returns the ABI for this contract.
errors
Returns a map of all the Errors of this contract.
events
Returns a map of all the Events of this contract.
fallback
Returns the Fallback function of this contract, if any.
functions
Returns a map of all the Functions of this contract.
receive
Returns the Receive function of this contract, if any.