BscBlockUpdater
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "BscBlockUpdater"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BscBlockUpdater"
ABI
ABI objects
Getter at block 22746261
currentEpoch() view returns (uint256)
0
minBlockConfirmation() view returns (uint256)
0
oldBlockUpdater() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
publicInputSize() view returns (uint256)
0
regularValidatorCount() view returns (uint256)
0
Read-only
blockInfos(bytes32, bytes32) view returns (uint256)
blockVerifier(uint256) view returns (address)
checkBlock(bytes32 _blockHash, bytes32 _receiptHash) view returns (bool)
checkBlockConfirmation(bytes32 _blockHash, bytes32 _receiptHash) view returns (bool, uint256)
getValidatorCount(uint256 _epoch) view returns (uint256)
validatorHashes(uint256) view returns (bytes32)
State-modifying
Events importBlock(bytes _proof)
initialize(uint256 _epoch, uint256 _validatorCount, uint256 _preValidatorCount, bytes32 _epochValidatorSetHash, bytes32 _preEpochValidatorSetHash, bytes32 _blockHash, bytes32 _receiptHash, uint256 _minBlockConfirmation, uint256 _regularValidatorCount)
renounceOwnership()
setBlockConfirmation(uint256 _minBlockConfirmation)
setOldBlockUpdater(address _oldBlockUpdater)
setPublicInputSize(uint256 _publicInputSize)
setVerifier(uint256 _blockSize, address _blockVerifier)
transferOwnership(address newOwner)
ImportBlock(uint256 identifier, bytes32 blockHash, bytes32 receiptHash)
ImportValidator(uint256 indexed epoch, uint256 indexed blockNumber, bytes32 blockHash, bytes32 receiptHash)
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.