Expand description
Module containing a contract’s types and functions.
interface IEarnRouter {
function allowedZoneId() external view returns (uint32);
}Structs§
- IEarn
Router Instance - A
IEarnRouterinstance. - allowed
Zone IdCall - Function with signature
allowedZoneId()and selector0x2201b535. - allowed
Zone IdReturn - Container type for the return parameters of the
allowedZoneId()function.
Enums§
- IEarn
Router Calls - Container for all the
IEarnRouterfunction calls.
Functions§
- new
- Creates a new wrapper around an on-chain
IEarnRoutercontract instance.