Proxy
Verified contract
Proxy
Active on
Ethereum with 1,143 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cUSD | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10927144 | 4 years ago | | | 0 | 0.0024860400 | |
| 10926345 | 4 years ago | | | 0 | 0.0076586700 | |
| 10926327 | 4 years ago | | | 0 | 0.0059336160 | |
| 10926309 | 4 years ago | | | 0 | 0.0067576500 | |
| 10926289 | 4 years ago | | | 0 | 0.0074908800 | |
| 10926280 | 4 years ago | | | 0 | 0.0065323950 | |
| 10926219 | 4 years ago | | | 0 | 0.0091104000 | |
| 10926199 | 4 years ago | | | 0 | 0.0065323950 | |
| 10926144 | 4 years ago | | | 0 | 0.0084796800 | |
| 10926122 | 4 years ago | | | 0 | 0.0060818850 |
ABI
ABI objects
Getter at block 21172859
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)
0xc3ea65d15cbfa8110fcd2354e52dbf155cdb6c039c2fa39334892f8eb010281a
getModules() view returns (address[])
[]
getOwners() view returns (address[])
[0x79b4A355ffAFB3D95A45F8Ed9B015C24e1071765, 0xF7E1735baBe48201b8E355a96F76D76671C564C2, 0xd661af4F96649e1c60974395616Daf41dbd61530]
getThreshold() view returns (uint256)
2
nonce() view returns (uint256)
544
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)
constructor(address _masterCopy)
fallback()
fallback()
This contract contains no error objects.