GnosisSafeL2
Verified contract
Implementation
Active on
Base with 10 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.02)
Native
Value
$0.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000009 | $2,572.88 |
$0.02 | |
USA | ERC-20 | 1 | $0.001655 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20541353 | a month ago | | | 0 | 0.000000093772473256 | |
| 19373202 | 2 months ago | | | 0 | 0.000000079342963584 | |
| 16480982 | 4 months ago | | | 0.00000074 | 0.000000079268247128 | |
| 16333761 | 4 months ago | | | 0.00000073 | 0.000000079268247128 | |
| 16333469 | 4 months ago | | | 0.0000073374086 | 0.000000079268247128 | |
| 16093196 | 4 months ago | | | 0 | 3.2919871e-7 | |
| 14799683 | 5 months ago | | | 0 | 0.000039684622 | |
| 14799227 | 5 months ago | | | 0 | 0.000039684622 | |
| 14156881 | 6 months ago | | | 0.00013 | 0.000000083815468506 | |
| 2358915 | a year ago | | | 0.00005 | 0.000021111001 |
ABI
ABI objects
Getter at block 21837463 getOwners() view returns (address[])
VERSION() view returns (string)
1.3.0
domainSeparator() view returns (bytes32)
0x442db670b0073fa4260399ca76a5f7d028b1dd01cacd0f6f8ac476b1f49dda00
getChainId() view returns (uint256)
8453
getThreshold() view returns (uint256)
1
nonce() view returns (uint256)
0
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)
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)
SafeModuleTransaction(address module, address to, uint256 value, bytes data, uint8 operation)
SafeMultiSigTransaction(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 baseGas, uint256 gasPrice, address gasToken, address refundReceiver, bytes signatures, bytes additionalInfo)
SafeReceived(address indexed sender, uint256 value)
SafeSetup(address indexed initiator, address[] owners, uint256 threshold, address initializer, address fallbackHandler)
SignMsg(bytes32 indexed msgHash)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.