Proxy
Verified contract
Proxy
Active on
Ethereum with 64 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 ($223.55)
Native
Value
$223.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.069289 | $3,226.33 |
$223.55 | |
0x9f8f…79a2 | ERC-20 | 0.000001 | $1,510.65 |
$0 | |
KNC | ERC-20 | 0.000002 | $0.506075 |
$0 | |
BAT | ERC-20 | 0.000002 | $0.190202 |
$0 | |
KICK | ERC-20 | 888.888K | -- | -- | |
0x7a92…0b7c | ERC-20 | 654.015866 | -- | -- | |
0x2630…8a13 | ERC-20 | 500 | -- | -- | |
ETHS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9373499 | 5 years ago | | | 0 | 0.00028955100 | |
| 9373490 | 5 years ago | | | 0 | 0.00045156600 | |
| 9373485 | 5 years ago | | | 0 | 0.00023442600 | |
| 9373478 | 5 years ago | | | 0 | 0.00023050800 | |
| 8242996 | 5 years ago | | | 0 | 0.00030817600 | |
| 8242994 | 5 years ago | | | 0 | 0.00041580440 | |
| 8242990 | 5 years ago | | | 0 | 0.00034816760 | |
| 8242987 | 5 years ago | | | 0 | 0.00041603760 | |
| 8242380 | 5 years ago | | | 0 | 0.00035286504 | |
| 8242271 | 5 years ago | | | 0 | 0.00031034520 |
ABI
ABI objects
Getter at block 21180787 DOMAIN_SEPARATOR_TYPEHASH() view returns (bytes32) SAFE_MSG_TYPEHASH() view returns (bytes32) SAFE_TX_TYPEHASH() view returns (bytes32) SENTINEL_MODULES() view returns (address) SENTINEL_OWNERS() view returns (address)
NAME() view returns (string)
Gnosis Safe
VERSION() view returns (string)
1.1.1
domainSeparator() view returns (bytes32)
0x205c96858e1c0b90e88ff464c8dd4c2738dd41bd553c19fafc8f4962abc7be80
getModules() view returns (address[])
[]
getOwners() view returns (address[])
[0x0C591a54ddB3756A41046Af0Ef0ECbfdc127105B, 0x1051f93207c919716821aa2288c05ad6e14b3Dec, 0xf35d19b894E0371670e70Cf418a2273979EA88A4, 0xe3F93029223ae4A07c351F35632A4D2C6AB7eFb3]
getThreshold() view returns (uint256)
2
nonce() view returns (uint256)
62
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.