DelayedMultiSig
Verified contract
Active on
Ethereum with 252 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DelayedMultiSig"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20633947 | 3 months ago | | | 0 | 0.00020990765 | |
| 20633931 | 3 months ago | | | 0 | 0.00028222655 | |
| 20633646 | 3 months ago | | | 0 | 0.00010054986 | |
| 20633571 | 3 months ago | | | 0 | 0.00046243902 | |
| 20611362 | 3 months ago | | | 0 | 0.000092662306 | |
| 20611351 | 3 months ago | | | 0 | 0.000091259070 | |
| 20611331 | 3 months ago | | | 0 | 0.00015571658 | |
| 20611310 | 3 months ago | | | 0 | 0.00014238640 | |
| 19619007 | 7 months ago | | | 0 | 0.0060524044 | |
| 19618970 | 7 months ago | | | 0 | 0.0059341786 |
ABI
ABI objects
Getter at block 21242849
CONFIRM_TRANSACTION_TYPE_HASH() view returns (bytes32)
0x3e96bdc38d4133bc81813a187b2d41bc74332643ce7dbe82c7d94ead8366a65f
EIP712_DOMAIN_NAME() view returns (string)
MultiSig
EIP712_DOMAIN_SEPARATOR() view returns (bytes32)
0xe8c007cb52f8a3492275eaf56365fbd2b9643b1a8b319757fad8ce622820dbe1
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)
69
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.