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§
- Safe
Singleton Instance - A
SafeSingleton
instance. - isModule
Enabled Call - Function with signature
isModuleEnabled(address)
and selector0x2d9ad53d
. - isModule
Enabled Return - Container type for the return parameters of the
isModuleEnabled(address)
function.
Enums§
- Safe
Singleton Calls - Container for all the
SafeSingleton
function calls.
Functions§
- new
- Creates a new wrapper around an on-chain
SafeSingleton
contract instance.