SafeL2
Verified contract
Implementation
Active on
Base with 1 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.43)
Native
Value
$2.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00097 | $2,508.79 |
$2.43 |
ABI
ABI objects
Getter at block 21822993 getOwners() view returns (address[])
VERSION() view returns (string)
1.4.1
domainSeparator() view returns (bytes32)
0x94938e3c6fd567e030d83b5671401630cd7573cb3bd39b8737e87ac117ab742b
getChainId() view returns (uint256)
8453
getThreshold() view returns (uint256)
1
nonce() view returns (uint256)
0
Read-only
approvedHashes(address, bytes32) view returns (uint256)
checkNSignatures(bytes32 dataHash, bytes data, bytes signatures, uint256 requiredSignatures) view
checkSignatures(bytes32 dataHash, bytes data, bytes signatures) view
encodeTransactionData(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 baseGas, uint256 gasPrice, address gasToken, address refundReceiver, uint256 _nonce) view returns (bytes)
getModulesPaginated(address start, uint256 pageSize) view returns (address[] array, address next)
getStorageAt(uint256 offset, uint256 length) view returns (bytes)
getTransactionHash(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 baseGas, uint256 gasPrice, address gasToken, address refundReceiver, uint256 _nonce) view returns (bytes32)
isModuleEnabled(address module) view returns (bool)
isOwner(address owner) view returns (bool)
signedMessages(bytes32) view returns (uint256)
State-modifying
Events addOwnerWithThreshold(address owner, uint256 _threshold)
approveHash(bytes32 hashToApprove)
changeThreshold(uint256 _threshold)
disableModule(address prevModule, address module)
enableModule(address module)
execTransaction(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 baseGas, uint256 gasPrice, address gasToken, address refundReceiver, bytes signatures) payable returns (bool)
execTransactionFromModule(address to, uint256 value, bytes data, uint8 operation) returns (bool success)
execTransactionFromModuleReturnData(address to, uint256 value, bytes data, uint8 operation) returns (bool success, bytes returnData)
removeOwner(address prevOwner, address owner, uint256 _threshold)
setFallbackHandler(address handler)
setGuard(address guard)
setup(address[] _owners, uint256 _threshold, address to, bytes data, address fallbackHandler, address paymentToken, uint256 payment, address paymentReceiver)
simulateAndRevert(address targetContract, bytes calldataPayload)
swapOwner(address prevOwner, address oldOwner, address newOwner)
AddedOwner(address indexed owner)
ApproveHash(bytes32 indexed approvedHash, address indexed owner)
ChangedFallbackHandler(address indexed handler)
ChangedGuard(address indexed guard)
ChangedThreshold(uint256 threshold)
DisabledModule(address indexed module)
EnabledModule(address indexed module)
ExecutionFailure(bytes32 indexed txHash, uint256 payment)
ExecutionFromModuleFailure(address indexed module)
ExecutionFromModuleSuccess(address indexed module)
ExecutionSuccess(bytes32 indexed txHash, uint256 payment)
RemovedOwner(address indexed owner)
SafeModuleTransaction(address module, address to, uint256 value, bytes data, uint8 operation)
SafeMultiSigTransaction(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 baseGas, uint256 gasPrice, address gasToken, address refundReceiver, bytes signatures, bytes additionalInfo)
SafeReceived(address indexed sender, uint256 value)
SafeSetup(address indexed initiator, address[] owners, uint256 threshold, address initializer, address fallbackHandler)
SignMsg(bytes32 indexed msgHash)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.