Table Description

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

Column Descriptions

ColumnTypeDescription
indexbigintUnique identifier assigned to the validator upon registration.
slashedbooleanIndicates whether the validator has been slashed for misbehavior (true if slashed, false otherwise).
public_keyvarbinaryValidator’s BLS public key used for signing messages.
activation_eligibility_epochbigintEpoch when the validator became eligible for activation after meeting the minimum balance requirement.
activation_epochbigintEpoch when the validator was activated and began participating in the consensus process.
exit_epochbigintEpoch when the validator exited the active validator set.
withdrawable_epochbigintEpoch when the validator’s funds become withdrawable after exiting.
effective_balancebigintValidator’s balance used for reward calculations, capped at a maximum value, measured in Gwei.
withdrawal_credentialsvarbinaryCredentials used to specify the destination for withdrawn funds.
updated_attimestampLast time the record was updated
ingested_attimestampTime when the record was ingested

Table Sample