DelayedMultiSig
Verified contract
Active on
Ethereum with 243 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 7.573491 | $1.001 |
$7.58 | |
ZENIQ | ERC-20 | 1.160051 | $0.006956 |
$0.01 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20532337 | 3 months ago | | | 0 | 0.00017678098 | |
| 20532326 | 3 months ago | | | 0 | 0.00018198880 | |
| 20532241 | 3 months ago | | | 0 | 0.00023331943 | |
| 20532181 | 3 months ago | | | 0 | 0.00028393766 | |
| 20532149 | 3 months ago | | | 0 | 0.000099014491 | |
| 19519068 | 8 months ago | | | 0 | 0.0050659012 | |
| 19519022 | 8 months ago | | | 0 | 0.0045833113 | |
| 19518904 | 8 months ago | | | 0 | 0.0030094627 | |
| 19516149 | 8 months ago | | | 0 | 0.0035334826 | |
| 18009836 | a year ago | | | 0 | 0.0020796754 |
ABI
ABI objects
Getter at block 21242970
CONFIRM_TRANSACTION_TYPE_HASH() view returns (bytes32)
0x3e96bdc38d4133bc81813a187b2d41bc74332643ce7dbe82c7d94ead8366a65f
EIP712_DOMAIN_NAME() view returns (string)
MultiSig
EIP712_DOMAIN_SEPARATOR() view returns (bytes32)
0x7ff4e4bb879b3cfba32ecec8c1793efba1039bb63285943b6932ab0b477973b9
EIP712_DOMAIN_VERSION() view returns (string)
v1
MAX_OWNER_COUNT() view returns (uint256)
50
SUBMIT_TRANSACTION_TYPE_HASH() view returns (bytes32)
0x2c78e27c3bb2592e67e8d37ad1a95bfccd188e77557c22593b1af0b920a08295
getOwners() view returns (address[])
[0xb9E29984Fe50602E7A619662EBED4F90D93824C7, 0xb7c7124c1Edf51378994F877D2A17ecD6b7901A3, 0xcB50bb8Da47bEcFed8a5Fb78F089F0a1b19B99B3, 0x636e1a283F753e347D7c64eb5cc12bC5314a82dD, 0xCC734CEBf6bD685e1D74aC6b09bf2fCA867d7791]
required() view returns (uint256)
3
secondsTimeLocked() view returns (uint32)
0
transactionCount() view returns (uint256)
64
Read-only
confirmationTimes(uint256) view returns (uint256)
confirmations(uint256, address) view returns (bool)
getConfirmationCount(uint256 transactionId) view returns (uint256)
getConfirmations(uint256 transactionId) view returns (address[])
getTransactionCount(bool pending, bool executed) view returns (uint256)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[])
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
transactions(uint256) view returns (address destination, uint256 value, bytes data, bool executed)
State-modifying
Events addOwner(address owner)
changeRequirement(uint256 _required)
changeTimeLock(uint32 _secondsTimeLocked)
confirmTransaction(address signer, uint256 transactionId, bytes sig)
confirmTransaction(uint256 transactionId)
executeMultipleTransactions(uint256[] transactionIds)
executeTransaction(uint256 transactionId)
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
revokeConfirmation(uint256 transactionId)
submitTransaction(address destination, uint256 value, bytes data) returns (uint256)
submitTransaction(address signer, uint256 transactionId, address destination, uint256 value, bytes data, bytes sig) returns (uint256)
Confirmation(address indexed sender, uint256 indexed transactionId)
ConfirmationTimeSet(uint256 indexed transactionId, uint256 confirmationTime)
Deposit(address indexed depositer, uint256 amount)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RequirementChange(uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
TimeLockChange(uint32 secondsTimeLocked)
constructor(address[] _owners, uint256 _required, uint32 _secondsTimeLocked)
receive()
This contract contains no error objects.