PartiallyDelayedMultiSig
Verified contract
Active on
Ethereum with 251 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "PartiallyDelayedMultiSig"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14006774 | 3 years ago | | | 0 | 0.017119506 | |
| 13980149 | 3 years ago | | | 0 | 0.030458623 | |
| 13773042 | 3 years ago | | | 0 | 0.0014832392 | |
| 13773042 | 3 years ago | | | 0 | 0.0014832392 | |
| 13773042 | 3 years ago | | | 0 | 0.0014832392 | |
| 13773042 | 3 years ago | | | 0 | 0.0014832392 | |
| 13773042 | 3 years ago | | | 0 | 0.0078941555 | |
| 13773042 | 3 years ago | | | 0 | 0.0078160320 | |
| 13773042 | 3 years ago | | | 0 | 0.0070116714 | |
| 13729698 | 3 years ago | | | 0 | 0.012441732 |
ABI
ABI objects
Getter at block 21157381
MAX_OWNER_COUNT() view returns (uint256)
50
getOwners() view returns (address[])
[0x3e8E16C974bcf9d40f208dD04D5956d54fce1112, 0xAf5124CAC129754b02FE1ee03330Be0102CF0925, 0xA2473Eaffa706f3fC60542C9f4381eC1CEa252A8]
required() view returns (uint256)
2
secondsTimeLocked() view returns (uint32)
259200
transactionCount() view returns (uint256)
94
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[])
instantData(address, bytes4) view returns (bool)
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(uint256 transactionId)
executeMultipleTransactions(uint256[] transactionIds)
executeTransaction(uint256 transactionId)
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
revokeConfirmation(uint256 transactionId)
setSelector(address destination, bytes4 selector, bool approved)
submitTransaction(address destination, uint256 value, bytes data) returns (uint256)
Confirmation(address indexed sender, uint256 indexed transactionId)
ConfirmationTimeSet(uint256 indexed transactionId, uint256 confirmationTime)
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)
SelectorSet(address destination, bytes4 selector, bool approved)
Submission(uint256 indexed transactionId)
TimeLockChange(uint32 secondsTimeLocked)
constructor(address[] _owners, uint256 _required, uint32 _secondsTimeLocked, address[] _noDelayDestinations, bytes4[] _noDelaySelectors)
This contract contains no fallback and receive objects.
This contract contains no error objects.