Skip to main content
Schema: monad.gov Table: fact_validator_timeouts Type: Base Table

What

Timeout events from Monad consensus joined with validator dimension data. A timeout occurs when a validator fails to propose a block within the allotted time. block_number_missed is the seq_num from the next round’s proposed block.

Columns

Column NameData TypeDescription
ROUNDNUMBERConsensus round where timeout occurred
BLOCK_NUMBER_MISSEDNUMBERThe block number that would have been produced if successful (seq_num from next round)
EPOCHNUMBEREpoch number (from next round)
EVENT_TIMESTAMPTIMESTAMP_NTZTimestamp when the timeout event was logged
VALIDATOR_IDNUMBERID of the validator who timed out
VALIDATOR_NAMETEXTName of the validator who timed out
AUTH_ADDRESSTEXTAuthority address of the validator
CONSENSUS_ADDRESSTEXTConsensus address of the validator (derived from secp_pubkey)
VALIDATOR_STATUSTEXTCurrent status of the validator (active, staketoolow, etc.)
FACT_VALIDATOR_TIMEOUTS_IDTEXTUnique identifier for this timeout record
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified