GnosisSafeProxy
Verified contract
Proxy
Active on
Ethereum with 91 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 ($1,750.29)
Native
Value
$1,750.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.700967 | $2,496.96 |
$1,750.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20899509 | a month ago | | | 0 | 0.00039637760 | |
| 20871634 | a month ago | | | 0.067533462 | 0.00073522945 | |
| 20830153 | a month ago | | | 2.0546368 | 0.00081685496 | |
| 20821634 | a month ago | | | 0 | 0.0028116781 | |
| 20783722 | a month ago | | | 0 | 0.00071947089 | |
| 20778632 | a month ago | | | 0.088212668 | 0.00036923599 | |
| 20743137 | 2 months ago | | | 0.071390892 | 0.00010116589 | |
| 20734574 | 2 months ago | | | 0 | 0.00016731738 | |
| 20622949 | 2 months ago | | | 0 | 0.00062928922 | |
| 20622882 | 2 months ago | | | 0.24417354 | 0.00041673655 |
ABI
ABI objects
Getter at block 21091301
VERSION() view returns (string)
1.3.0
domainSeparator() view returns (bytes32)
0x503074c7ce2c011a7648eebbc4d4f531b2359cd7dba3936f8eb938eaea7037a3
getChainId() view returns (uint256)
1
getOwners() view returns (address[])
[0xD2aa88946b460A68453A026932F04867c00e68c4, 0xcD0C4bFDbDa5F62e53817fA8F26aBdAAD9c3900E, 0xf2687414d9ec712e131E8a293E7D17D2533221A4]
getThreshold() view returns (uint256)
2
nonce() view returns (uint256)
38
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 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)
removeOwner(address prevOwner, address owner, uint256 _threshold)
requiredTxGas(address to, uint256 value, bytes data, uint8 operation) returns (uint256)
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 owner)
ApproveHash(bytes32 indexed approvedHash, address indexed owner)
ChangedFallbackHandler(address handler)
ChangedGuard(address guard)
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)
SafeReceived(address indexed sender, uint256 value)
SafeSetup(address indexed initiator, address[] owners, uint256 threshold, address initializer, address fallbackHandler)
SignMsg(bytes32 indexed msgHash)
constructor(address _singleton)
fallback()
fallback()
receive()
This contract contains no error objects.