Table Description

Stores data about withdrawals 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 withdrawal was proposed.
block_slotlongSlot number within the epoch when the block containing the withdrawal was proposed.
block_timetimestampTimestamp when the block containing the withdrawal was included in the chain.
block_datedateDate corresponding to the block_time.
addressbinaryExecution layer (Eth1) address receiving the withdrawn ETH.
amountlongAmount of ETH withdrawn, specified in Gwei.
indexlongUnique identifier for the withdrawal operation.
validator_indexlongIndex of the validator initiating the withdrawal.

Table Sample