Module SafeSingleton

Source
Expand description

Module containing a contract’s types and functions.

contract SafeSingleton {
    function isModuleEnabled(address module) public view returns (bool);
}

Modules§

abi
Contains dynamic ABI definitions for this contract.

Structs§

SafeSingletonInstance
A SafeSingleton instance.
isModuleEnabledCall
Function with signature isModuleEnabled(address) and selector 0x2d9ad53d.
isModuleEnabledReturn
Container type for the return parameters of the isModuleEnabled(address) function.

Enums§

SafeSingletonCalls
Container for all the SafeSingleton function calls.

Functions§

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