GnosisSafe
Verified contract
Implementation
Active on
Ethereum with 34 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.00)
Native
Value
$24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009567 | $2,508.76 |
$24 | |
DAI | ERC-20 | 0 | $0.998607 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20361442 | 3 months ago | | | 0.001 | 0.00012057482 | |
| 19985780 | 5 months ago | | | 0.00001 | 0.00020382863 | |
| 19283483 | 8 months ago | | | 0 | 0.00089281091 | |
| 19269761 | 8 months ago | | | 0 | 0.0026184893 | |
| 19269756 | 8 months ago | | | 0 | 0.0014299579 | |
| 19269752 | 8 months ago | | | 0 | 0.0015957849 | |
| 19269527 | 8 months ago | | | 0 | 0.0034265715 | |
| 19120048 | 9 months ago | | | 0.00433 | 0.00091250762 | |
| 19113285 | 9 months ago | | | 0 | 0.00052061903 | |
| 17188663 | a year ago | | | 0 | 0.0024651043 |
ABI
ABI objects
Getter at block 21094911 getOwners() view returns (address[])
NAME() view returns (string)
Gnosis Safe
VERSION() view returns (string)
1.1.1
domainSeparator() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getModules() view returns (address[])
[]
getThreshold() view returns (uint256)
1
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)
getModulesPaginated(address start, uint256 pageSize) view returns (address[] array, address next)
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)
execTransactionFromModuleReturnData(address to, uint256 value, bytes data, uint8 operation) returns (bool success, bytes returnData)
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)
setFallbackHandler(address handler)
setup(address[] _owners, uint256 _threshold, address to, bytes data, address fallbackHandler, address paymentToken, uint256 payment, address paymentReceiver)
signMessage(bytes _data)
swapOwner(address prevOwner, address oldOwner, address newOwner)
AddedOwner(address owner)
ApproveHash(bytes32 indexed approvedHash, address indexed owner)
ChangedMasterCopy(address masterCopy)
ChangedThreshold(uint256 threshold)
DisabledModule(address module)
EnabledModule(address module)
ExecutionFailure(bytes32 txHash, uint256 payment)
ExecutionFromModuleFailure(address indexed module)
ExecutionFromModuleSuccess(address indexed module)
ExecutionSuccess(bytes32 txHash, uint256 payment)
RemovedOwner(address owner)
SignMsg(bytes32 indexed msgHash)
constructor()
fallback()
This contract contains no error objects.