ValidatorTimelock
Verified contract
Active on
Ethereum with 26,768 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OGD | ERC-20 | 19.999999M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20032562 | 6 months ago | | | 0 | 0.012559734 | |
| 20032543 | 6 months ago | | | 0 | 0.0078088426 | |
| 20032543 | 6 months ago | | | 0 | 0.0078084339 | |
| 20032531 | 6 months ago | | | 0 | 0.0072802228 | |
| 20032531 | 6 months ago | | | 0 | 0.0072800323 | |
| 20032531 | 6 months ago | | | 0 | 0.0072806039 | |
| 20032531 | 6 months ago | | | 0 | 0.0072800323 | |
| 20032531 | 6 months ago | | | 0 | 0.0072796512 | |
| 20032531 | 6 months ago | | | 0 | 0.0072794607 | |
| 20032531 | 6 months ago | | | 0 | 0.0072806039 |
ABI
ABI objects
Getter at block 21245915
executionDelay() view returns (uint32)
75600
getName() view returns (string)
ValidatorTimelock
owner() view returns (address)
0x0b622a2061eaccae1c664ebc3e868b8438e03f61
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
zkSyncContract() view returns (address)
0x32400084c286cf3e17e7b677ea9583e60a000324
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()