0x9a184813236c6dae1fbd15e14c05d8e21ba6600a
Unverified contract
Proxy
Active on
Ethereum with 44 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 ($21,718,828.22)
Native
Value
$6.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,155.97 |
$6.31 | |
SAI | ERC-20 | 724.069099M | $0.029996 |
$21,718,821.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21022198 | 23 days ago | | | 0 | 0.0017660240 | |
| 21022183 | 23 days ago | | | 0 | 0.00084020310 | |
| 20979089 | a month ago | | | 0 | 0.0024908580 | |
| 20978948 | a month ago | | | 0 | 0.0012514386 | |
| 20965674 | a month ago | | | 0 | 0.0040382622 | |
| 20962787 | a month ago | | | 0 | 0.0016230836 | |
| 20962741 | a month ago | | | 0 | 0.0018732618 | |
| 20727412 | 2 months ago | | | 0 | 0.00030148478 | |
| 20727394 | 2 months ago | | | 0 | 0.00015220058 | |
| 20727294 | 2 months ago | | | 0 | 0.00025499412 |
ABI
ABI objects
Getter at block 21187273
VERSION() view returns (string)
1.3.0
domainSeparator() view returns (bytes32)
0x5662975810f2d3306c63ff3080c1686a1a58bb4f34944f514295f5a2f067581d
getChainId() view returns (uint256)
1
getOwners() view returns (address[])
[0xCCFa34a4e4d5fbdC9fB34e9d16DF0f9d074Ce125, 0xdEB4b12077286610F02e8675ae6016BEfCB5F9e3, 0xD77c37d4AEe6d680D30F9fac0eF7291fc9b7AC12]
getThreshold() view returns (uint256)
2
nonce() view returns (uint256)
43
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)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.