ValidatorTimelock
Verified contract
Active on
Ethereum with 219,798 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) |
---|---|---|---|---|---|---|---|
| 19527755 | 8 months ago | | | 0 | 0.0011764000 | |
| 19527714 | 8 months ago | | | 0 | 0.0011750000 | |
| 19527684 | 8 months ago | | | 0 | 0.0010433964 | |
| 19412601 | 8 months ago | | | 0 | 0.17195780 | |
| 19412601 | 8 months ago | | | 0 | 0.17343980 | |
| 19412601 | 8 months ago | | | 0 | 0.17288752 | |
| 19412601 | 8 months ago | | | 0 | 0.17214773 | |
| 19412601 | 8 months ago | | | 0 | 0.17026796 | |
| 19412601 | 8 months ago | | | 0 | 0.16893556 | |
| 19412601 | 8 months ago | | | 0 | 0.16855423 |
ABI
ABI objects
Getter at block 21241459
executionDelay() view returns (uint32)
75600
getName() view returns (string)
ValidatorTimelock
owner() view returns (address)
0x0b622a2061eaccae1c664ebc3e868b8438e03f61
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
validator() view returns (address)
0x3527439923a63f8c13cf72b8fe80a77f6e572092
zkSyncContract() view returns (address)
0x32400084c286cf3e17e7b677ea9583e60a000324
Read-only
getCommittedBatchTimestamp(uint256 _l2BatchNumber) view returns (uint256)
State-modifying
Events acceptOwnership()
commitBatches(struct IExecutorStoredBatchInfo, struct IExecutorCommitBatchInfo[] _newBatchesData)
executeBatches(struct IExecutorStoredBatchInfo[] _newBatchesData)
proveBatches(struct IExecutorStoredBatchInfo, struct IExecutorStoredBatchInfo[], struct IExecutorProofInput)
renounceOwnership()
revertBatches(uint256)
setExecutionDelay(uint32 _executionDelay)
setValidator(address _newValidator)
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)
NewValidator(address _oldValidator, address _newValidator)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _initialOwner, address _zkSyncContract, uint32 _executionDelay, address _validator)
This contract contains no fallback and receive objects.
This contract contains no error objects.