Skip to main content
Schema: ethereum.beacon_chain Table: fact_pending_partial_withdrawals Type: View This model details the pending partial withdrawals from the Ethereum beacon chain. Partial withdrawals allow validators to withdraw staking rewards above 32 ETH without fully exiting the validator set.

Columns

Column NameData TypeDescription
REQUEST_SLOT_NUMBERNUMBERThe slot number that the queue was read at.
VALIDATOR_INDEXNUMBERThe validator index for the pending partial withdrawal.
WITHDRAWABLE_EPOCHNUMBERThe epoch when the withdrawal becomes withdrawable.
WITHDRAWABLE_EPOCH_TIMESTAMPTIMESTAMP_NTZTime estimate for when funds become accessible, derived from epoch data and genesis timestamp.
AMOUNTFLOATThe amount of the pending partial withdrawal, adjusted for the 9 decimal places (in ETH).
FACT_PENDING_PARTIAL_WITHDRAWALS_IDTEXTThe unique identifier for a row.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe timestamp when the pending partial withdrawal was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe timestamp when the pending partial withdrawal was modified.