Skip to main content

Module IEarnRouter

Module IEarnRouter 

Source
Expand description

Module containing a contract’s types and functions.

interface IEarnRouter {
    function allowedZoneId() external view returns (uint32);
}

Structs§

IEarnRouterInstance
A IEarnRouter instance.
allowedZoneIdCall
Function with signature allowedZoneId() and selector 0x2201b535.
allowedZoneIdReturn
Container type for the return parameters of the allowedZoneId() function.

Enums§

IEarnRouterCalls
Container for all the IEarnRouter function calls.

Functions§

new
Creates a new wrapper around an on-chain IEarnRouter contract instance.