ValidatorTimelock

Verified contract

Active on Ethereum with 93 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ValidatorTimelock"

0x4f152b62b967817249d79a9af194c218f76e3656b8365ad942bb319b1cb50cf8
0x15ea5cb8431e5a6c7b515203e01571e44a0181452435b1763fea4bbac46740b7
0x963f1c8b195ee978b0f3d737bb9ba0ba38d71f3b7fdfdf195e89bdb81c8822cb
0xf6447868ce5ff375ac0ba0f32642733cf16bf37d9e6c7f34984a702bc539b52d
0x1336c5e310765f0adbdf9131b850985bb4a7ec10bd3e8569eadd5ce18a35e9ca
0x2e448c8d885b4f098508c9990603de5be0147e19e494ad19d5ea7fa1c24c3b4b
0x52ece4a2dbd56f93eecac96fca40e359d74dccb308a5310cf266f70f7326d20b
0x24dd6683ffea42b20ef513a67d59a5d6ae10780442a4cd294867cfa954feef7e
0x6ebdafbdd1ca2ec9088165dc5879d4b91e923e56ffccaacba295bc2f71177eaf
0x2b949a4ef70c87f910c6dda95a35dd82277b057ca6045078334922d34e3455b1

Functions
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 _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(