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

What

Slowly Changing Dimension (Type 2) tracking miner address to validator ID relationships. Each row represents a period where a specific miner was the block producer for a validator. Ranges are defined by start/end blocks showing when each miner-validator association was active. A new range is created when a validator switches to a different miner address.

Columns

Column NameData TypeDescription
VALIDATOR_IDNUMBERID of the validator
MINERTEXTBlock producer address from block headers
START_BLOCKNUMBERFirst block where this miner-validator association was active
END_BLOCKNUMBERLast block where this miner-validator association was active (updated incrementally)
START_TIMESTAMPTIMESTAMP_NTZTimestamp of the start block
END_TIMESTAMPTIMESTAMP_NTZTimestamp of the end block
BLOCKS_PRODUCEDNUMBERNumber of blocks produced during this range
DURATION_SECONDSNUMBERDuration of this range in seconds
IS_CURRENTBOOLEANWhether this is the current active range for this validator
NEXT_MINERTEXTThe miner address that took over after this range (NULL if current)
DIM_MINER_VALIDATORS_IDTEXTUnique identifier for this record
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified