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

What

Validator uptime metrics at the epoch level. Calculates uptime as blocks_proposed / (blocks_proposed + timeouts). Only includes completed epochs.

Columns

Column NameData TypeDescription
EPOCHNUMBERCompleted epoch number
EPOCH_START_BLOCKNUMBERFirst block of the epoch
EPOCH_END_BLOCKNUMBERLast block of the epoch
EPOCH_BLOCK_COUNTNUMBERTotal blocks in the epoch
EPOCH_START_TIMESTAMPTIMESTAMP_NTZTimestamp when epoch started
EPOCH_END_TIMESTAMPTIMESTAMP_NTZTimestamp when epoch ended
EPOCH_DURATION_SECONDSNUMBERDuration of epoch in seconds
VALIDATOR_IDNUMBERID of the validator
VALIDATOR_NAMETEXTName of the validator
AUTH_ADDRESSTEXTAuthority address of the validator
CONSENSUS_ADDRESSTEXTConsensus address of the validator
VALIDATOR_STATUSTEXTCurrent status of the validator
BLOCKS_PROPOSEDNUMBERNumber of blocks successfully proposed by this validator in this epoch
TIMEOUTSNUMBERNumber of timeout events for this validator in this epoch
TOTAL_OPPORTUNITIESNUMBERTotal opportunities (blocks_proposed + timeouts)
UPTIME_PCTFLOATUptime percentage (0-100), calculated as blocksproposed / totalopportunities * 100
AUTHOR_PUBKEYTEXTPublic key of the validator (raw, without 0x prefix)
EZ_VALIDATOR_UPTIME_IDTEXTUnique identifier for this record
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified