Skip to main content

Module ISafe

Module ISafe 

Source
Expand description

Module containing a contract’s types and functions.

interface ISafe {
    function nonce() external view returns (uint256);
}

Structs§

ISafeInstance
A ISafe instance.
nonceCall
Function with signature nonce() and selector 0xaffed0e0.
nonceReturn
Container type for the return parameters of the nonce() function.

Enums§

ISafeCalls
Container for all the ISafe function calls.

Functions§

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