Skip to main content

Module Exchange

Module Exchange 

Source
Expand description

Module containing a contract’s types and functions.

contract Exchange {
    function isNonceUsed(address signer, uint256 nonce) external view returns (bool);
}

Structs§

ExchangeInstance
A Exchange instance.
isNonceUsedCall
Function with signature isNonceUsed(address,uint256) and selector 0xcab7e8eb.
isNonceUsedReturn
Container type for the return parameters of the isNonceUsed(address,uint256) function.

Enums§

ExchangeCalls
Container for all the Exchange function calls.

Functions§

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