Table Description

Stores data about voluntary exits initiated by validators on the Beacon network. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
block_epochlongEpoch number when the block containing the voluntary exit was proposed.
block_slotlongSlot number within the epoch when the block containing the voluntary exit was proposed.
block_timetimestampTimestamp when the block containing the voluntary exit was included in the chain.
block_datedateDate corresponding to the block_time.
validator_indexlongUnique identifier of the validator initiating the voluntary exit.
signaturebinaryBLS signature authorizing the voluntary exit, ensuring its authenticity.

Table Sample