ValidatorTimelock
Verified contract
Active on
Ethereum with 93 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ValidatorTimelock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156963 | 6 hours ago | | | 0 | 0.0011660748 | |
| 21156963 | 6 hours ago | | | 0 | 0.0063614740 | |
| 21140688 | 3 days ago | | | 0 | 0.00078422958 | |
| 21140687 | 3 days ago | | | 0 | 0.0039549871 | |
| 21081051 | 11 days ago | | | 0 | 0.0011251015 | |
| 21081050 | 11 days ago | | | 0 | 0.0062361585 | |
| 21030190 | 18 days ago | | | 0 | 0.0014612972 | |
| 21030187 | 18 days ago | | | 0 | 0.0075286974 | |
| 20815738 | 2 months ago | | | 0 | 0.0018617960 | |
| 20815738 | 2 months ago | | | 0 | 0.010156422 |
ABI
ABI objects
Getter at block 21158717
executionDelay() view returns (uint32)
0
getName() view returns (string)
ValidatorTimelock
owner() view returns (address)
0x1094b5812a40f1413a4b7f3bb717798c6305f34c
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
zkSyncContract() view returns (address)
0x899af1b5950506f93e68819ba7318fe44b9e424b
Read-only
getCommittedBatchTimestamp(uint256 _l2BatchNumber) view returns (uint256)
validators(address) view returns (bool)
State-modifying
Events acceptOwnership()
addValidator(address _newValidator)
commitBatches(struct IExecutorStoredBatchInfo, struct IExecutorCommitBatchInfo[] _newBatchesData)
executeBatches(struct IExecutorStoredBatchInfo[] _newBatchesData)
proveBatches(struct IExecutorStoredBatchInfo, struct IExecutorStoredBatchInfo[], struct IExecutorProofInput)
removeValidator(address _validator)
renounceOwnership()
revertBatches(uint256)
setExecutionDelay(uint32 _executionDelay)
transferOwnership(address newOwner)
BlockCommit(uint256 indexed batchNumber, bytes32 indexed batchHash, bytes32 indexed commitment)
BlockExecution(uint256 indexed batchNumber, bytes32 indexed batchHash, bytes32 indexed commitment)
BlocksRevert(uint256 totalBatchesCommitted, uint256 totalBatchesVerified, uint256 totalBatchesExecuted)
BlocksVerification(uint256 indexed previousLastVerifiedBatch, uint256 indexed currentLastVerifiedBatch)
NewExecutionDelay(uint256 _newExecutionDelay)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ValidatorAdded(address _addedValidator)
ValidatorRemoved(address _removedValidator)
constructor(address _initialOwner, address _zkSyncContract, uint32 _executionDelay, address[] _validators)
This contract contains no fallback and receive objects.
AddressAlreadyValidator()
ValidatorDoesNotExist()