BridgeHub Westend
subscan
Runtime Modules / EthereumBeaconClient
Spec Version:
Call Functions
Name
Lookup
Parameters
force_checkpoint52001
submit52011
set_operating_mode52031
Events
Name
Lookup
Attributes
BeaconHeaderImported5200["H256","u64"]
SyncCommitteeUpdated5201["u64"]
OperatingModeChanged5202["BasicOperatingMode"]
Storage Functions
Name
Type
InitialCheckpointRoot{"origin":"PlainType","plain_type":"H256","PlainTypeValue":13}
LatestFinalizedBlockRoot{"origin":"PlainType","plain_type":"H256","PlainTypeValue":13}
FinalizedBeaconState{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"snowbridge_beacon_primitives:types:CompactBeaconState","keys_id":13,"value_id":476}}
FinalizedBeaconStateIndex{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
FinalizedBeaconStateMapping{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U32"],"value":"H256","keys_id":4,"value_id":13}}
ValidatorsRoot{"origin":"PlainType","plain_type":"H256","PlainTypeValue":13}
CurrentSyncCommittee{"origin":"PlainType","plain_type":"snowbridge_beacon_primitives:types:SyncCommitteePrepared","PlainTypeValue":477}
NextSyncCommittee{"origin":"PlainType","plain_type":"snowbridge_beacon_primitives:types:SyncCommitteePrepared","PlainTypeValue":477}
LatestSyncCommitteeUpdatePeriod{"origin":"PlainType","plain_type":"U64","PlainTypeValue":12}
OperatingMode{"origin":"PlainType","plain_type":"snowbridge_core:operating_mode:BasicOperatingMode","PlainTypeValue":173}
Constants
Name
Type
Value
ForkVersionssnowbridge_beacon_primitives:types:ForkVersions9000006900000000000000009000007032000000000000009000007164000000000000009000007200de000000000000900000730006020000000000900000740065030000000000
FreeHeadersIntervalU3220000000
Error Types
Name
Docs
SkippedSyncCommitteePeriod
SyncCommitteeUpdateRequired
IrrelevantUpdateAttested header is older than latest finalized header.
NotBootstrapped
SyncCommitteeParticipantsNotSupermajority
InvalidHeaderMerkleProof
InvalidSyncCommitteeMerkleProof
InvalidExecutionHeaderProof
InvalidAncestryMerkleProof
InvalidBlockRootsRootMerkleProof
InvalidFinalizedHeaderGapThe gap between the finalized headers is larger than the sync committee period,rendering execution headers unprovable using ancestry proofs (blocks root size isthe same as the sync committee period slots).
HeaderNotFinalized
BlockBodyHashTreeRootFailed
HeaderHashTreeRootFailed
SyncCommitteeHashTreeRootFailed
SigningRootHashTreeRootFailed
ForkDataHashTreeRootFailed
ExpectedFinalizedHeaderNotStored
BLSPreparePublicKeysFailed
BLSVerificationFailed
InvalidUpdateSlot
InvalidSyncCommitteeUpdateThe given update is not in the expected period, or the given next sync committee doesnot match the next sync committee in storage.
ExecutionHeaderTooFarBehind
ExecutionHeaderSkippedBlock
Halted