PolygonBlockUpdater
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "PolygonBlockUpdater"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PolygonBlockUpdater"
ABI
ABI objects
Getter at block 22745609
currentPeriod() view returns (uint256)
0
minBlockConfirmation() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
blockInfos(bytes32, bytes32) view returns (uint256)
checkBlock(bytes32 _blockHash, bytes32 _receiptHash) view returns (bool)
checkBlockConfirmation(bytes32 _blockHash, bytes32 _receiptHash) view returns (bool, uint256)
validatorHashes(uint256) view returns (bytes32)
verifyBlockProof(uint256[2] a, uint256[2][2] b, uint256[2] c, uint256[1] input) view returns (bool r)
verifyValidatorProof(uint256[2] a, uint256[2][2] b, uint256[2] c, uint256[1] input) view returns (bool r)
State-modifying
Events batchImportBlock(bytes[] _proof)
batchImportNextValidatorSet(bytes[] _proof)
importBlock(bytes _proof)
importNextValidatorSet(bytes _proof)
initialize(uint64 period, bytes32 validatorSetHash, uint256 _minBlockConfirmation)
renounceOwnership()
setBlockConfirmation(uint256 _minBlockConfirmation)
transferOwnership(address newOwner)
ImportBlock(uint256 identifier, bytes32 blockHash, bytes32 receiptHash)
ImportSyncCommitteeRoot(uint256 indexed period, bytes32 indexed syncCommitteeRoot)
Initialized(uint8 version)
ModBlockConfirmation(uint256 oldBlockConfirmation, uint256 newBlockConfirmation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.