ValidatorTimelock

Verified contract

Active on Ethereum with 26,768 txns
Deployed by via 0x2bad4b1a at 19386286
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x55e3c2e7fb87097b9910b31a6b0df8149e905aca84ffb7ff768952409eff2f58
0x2d0627512bfcdbe9d1f4e4aaaa15c4f6bbaa2d023781396e75124a5c64900ab4
0xbb5295a79279ff74083b5384d5cecef4a558fb3cba5dea2adefb44073fa10c8d
0x868dfe5983114f0e9de5242d4320db50770ec9e4aeaf10639b58cab69ec78a13
0x9a22ba8426d663383a3bada36e809626a80b63a86e90edc0cdf847266bf7ef14
0x869cf5b0a60e295ee4bb7ede1c7ae359c31f1261f456728eda7aa9570538a156
0xdb96586ffe080a405243060e726524e5bf9562d21c9b552099ab721e037d31d5
0x2d545b53658adab3cebcc06b42cc04a973c11573645ea900c0e74a045fbef023
0xb39a119eff5e1d2627c944b324436484393eb363b6f1193d43e1fae935f2bb0a
0x6a09791559989965068d508deb1a4aac706d5b4f5a7a543f67172eced50ec673

Functions
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 _l2BatchNumberview returns (uint256)
validators(addressview returns (bool)
State-modifying
acceptOwnership(
addValidator(address _newValidator
commitBatches(struct IExecutorStoredBatchInfostruct IExecutorCommitBatchInfo[] _newBatchesData
executeBatches(struct IExecutorStoredBatchInfo[] _newBatchesData
proveBatches(struct IExecutorStoredBatchInfostruct IExecutorStoredBatchInfo[]struct IExecutorProofInput
removeValidator(address _validator
renounceOwnership(
revertBatches(uint256
setExecutionDelay(uint32 _executionDelay
transferOwnership(address newOwner
Events
BlockCommit(uint256 indexed batchNumberbytes32 indexed batchHashbytes32 indexed commitment
BlockExecution(uint256 indexed batchNumberbytes32 indexed batchHashbytes32 indexed commitment
BlocksRevert(uint256 totalBatchesCommitteduint256 totalBatchesVerifieduint256 totalBatchesExecuted
BlocksVerification(uint256 indexed previousLastVerifiedBatchuint256 indexed currentLastVerifiedBatch
NewExecutionDelay(uint256 _newExecutionDelay
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ValidatorAdded(address _addedValidator
ValidatorRemoved(address _removedValidator
Constructor
constructor(address _initialOwneraddress _zkSyncContractuint32 _executionDelayaddress[] _validators
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressAlreadyValidator(
ValidatorDoesNotExist(