Table Description

Stores attester slashing data that is exchanged between validators and users on the Beacon network. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
block_epochlongEpoch number when the block containing the attester slashing was proposed.
block_slotlongSlot number within the epoch when the block containing the attester slashing was proposed.
block_timetimestampTimestamp when the block containing the attester slashing was included in the chain.
block_datedateDate corresponding to the block_time.
attestation_1_attesting_indicesarrayList of validator indices involved in the first conflicting attestation.
attestation_1_beacon_block_rootbinaryRoot hash of the Beacon Chain block that the first attestation votes for.
attestation_1_indexlongCommittee index for the first attestation.
attestation_1_slotlongSlot number to which the first attestation pertains.
attestation_1_source_epochlongEpoch of the last justified checkpoint referred to as the source in the first attestation.
attestation_1_source_rootbinaryRoot hash of the Beacon Chain block at the source checkpoint epoch in the first attestation.
attestation_1_target_epochlongEpoch that the first attestation targets in its FFG vote.
attestation_1_target_rootbinaryRoot hash of the Beacon Chain block at the target checkpoint epoch in the first attestation.
attestation_1_signaturebinaryBLS signature associated with the first attestation.
attestation_2_attesting_indicesarrayList of validator indices involved in the second conflicting attestation.
attestation_2_beacon_block_rootbinaryRoot hash of the Beacon Chain block that the second attestation votes for.
attestation_2_indexlongCommittee index for the second attestation.
attestation_2_slotlongSlot number to which the second attestation pertains.
attestation_2_source_epochlongEpoch of the last justified checkpoint referred to as the source in the second attestation.
attestation_2_source_rootbinaryRoot hash of the Beacon Chain block at the source checkpoint epoch in the second attestation.
attestation_2_target_epochlongEpoch that the second attestation targets in its FFG vote.
attestation_2_target_rootbinaryRoot hash of the Beacon Chain block at the target checkpoint epoch in the second attestation.
attestation_2_signaturebinaryBLS signature associated with the second attestation.

Table Sample