Skip to main content

Module Exchange

Module Exchange 

Source
Expand description

Module containing a contract’s types and functions.

contract Exchange {
    function managers(address account) external view returns (address);
}

Structs§

ExchangeInstance
A Exchange instance.
managersCall
Function with signature managers(address) and selector 0xfdff9b4d.
managersReturn
Container type for the return parameters of the managers(address) function.

Enums§

ExchangeCalls
Container for all the Exchange function calls.

Functions§

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