GnosisSafe
Verified contract
Implementation
Active on
Ethereum with 4 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 ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,185.74 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17210488 | 2 years ago | | | 0 | 0.0028827931 | |
| 17173893 | 2 years ago | | | 0 | 0.0026285499 | |
| 15220993 | 2 years ago | | | 0 | 0.00028828546 | |
| 7457575 | 6 years ago | | | 0 | 0.0042171000 |
ABI
ABI objects
Getter at block 21180786
DOMAIN_SEPARATOR_TYPEHASH() view returns (bytes32)
0x035aff83d86937d35b32e04f0ddc6ff469290eef2f1b692d8a815c89404d4749
NAME() view returns (string)
Gnosis Safe
SAFE_MSG_TYPEHASH() view returns (bytes32)
0x60b3cbf8b4a223d68d641b3b6ddf9a298e7f33710cf3d3a9d1146b5a6150fbca
SAFE_TX_TYPEHASH() view returns (bytes32)
0xbb8310d486368db6bd6f849402fdd73ad53d316b5a4b2644ad6efe0f941286d8
SENTINEL_MODULES() view returns (address)
0x0000000000000000000000000000000000000001
SENTINEL_OWNERS() view returns (address)
0x0000000000000000000000000000000000000001
VERSION() view returns (string)
1.0.0
domainSeparator() view returns (bytes32)
0xb125b2710cbf478a584bc9fae6304e66ebd62eca596ad2e57b28685dcd63646f
getModules() view returns (address[])
[]
getOwners() view returns (address[])
[0x0000000000000000000000000000000000000002, 0x0000000000000000000000000000000000000003]
getThreshold() view returns (uint256)
2
nonce() view returns (uint256)
0
Read-only
approvedHashes(address, bytes32) view returns (uint256)
encodeTransactionData(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 baseGas, uint256 gasPrice, address gasToken, address refundReceiver, uint256 _nonce) view returns (bytes)
getMessageHash(bytes message) view returns (bytes32)
getTransactionHash(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 baseGas, uint256 gasPrice, address gasToken, address refundReceiver, uint256 _nonce) view returns (bytes32)
isOwner(address owner) view returns (bool)
signedMessages(bytes32) view returns (uint256)
State-modifying
Events addOwnerWithThreshold(address owner, uint256 _threshold)
approveHash(bytes32 hashToApprove)
changeMasterCopy(address _masterCopy)
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) returns (bool success)
execTransactionFromModule(address to, uint256 value, bytes data, uint8 operation) returns (bool success)
isValidSignature(bytes _data, bytes _signature) returns (bytes4)
removeOwner(address prevOwner, address owner, uint256 _threshold)
requiredTxGas(address to, uint256 value, bytes data, uint8 operation) returns (uint256)
setup(address[] _owners, uint256 _threshold, address to, bytes data, address paymentToken, uint256 payment, address paymentReceiver)
signMessage(bytes _data)
swapOwner(address prevOwner, address oldOwner, address newOwner)
AddedOwner(address owner)
ChangedThreshold(uint256 threshold)
ContractCreation(address newContract)
DisabledModule(address module)
EnabledModule(address module)
ExecutionFailed(bytes32 txHash)
RemovedOwner(address owner)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.