Skip to main content
Schema: ethereum.beacon_chain Table: fact_pending_partial_withdrawals Type: View

What

This model details the pending partial withdrawals that are queued in the beacon chain of Ethereum.

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_NTZThe estimated timestamp when the withdrawal becomes withdrawable (calculated from epoch number using 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.