Proxy
Verified contract
Proxy
Active on
Ethereum with 68 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 |
---|---|---|---|---|---|
stETH | ERC-20 | 0 | $2,534.11 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18794032 | a year ago | | | 0 | 0.0039124553 | |
| 16785937 | 2 years ago | | | 0 | 0.0035534148 | |
| 16785932 | 2 years ago | | | 0 | 0.0042913040 | |
| 16785928 | 2 years ago | | | 0 | 0.0039595975 | |
| 16785924 | 2 years ago | | | 0 | 0.0040383597 | |
| 16784557 | 2 years ago | | | 0 | 0.0059147240 | |
| 16784533 | 2 years ago | | | 0 | 0.0081535480 | |
| 16784529 | 2 years ago | | | 0 | 0.0034002293 | |
| 14967770 | 2 years ago | | | 0 | 0.0076148245 | |
| 14940497 | 2 years ago | | | 0 | 0.071108316 |
ABI
ABI objects
Getter at block 21093088
NAME() view returns (string)
Gnosis Safe
VERSION() view returns (string)
1.1.1
domainSeparator() view returns (bytes32)
0xe48ae7f2287b2022919d027b4e4af3a61d1c69b569b32d591b668c6084c1d863
getModules() view returns (address[])
[]
getOwners() view returns (address[])
[0x804F5D1B9fDD80935847Ebab5Daaa5e1CB099697, 0x7fFECF7BAD70c77B97F7Bece45fCDbCaa5805668, 0x403fb81dEEA55AD33c134492C4279f2AB67f50fa, 0xe85e4766B4aa28483c5b2833DB3FD615cB686e89]
getThreshold() view returns (uint256)
2
nonce() view returns (uint256)
64
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(address _masterCopy)
fallback()
fallback()
This contract contains no error objects.