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 Name | Data Type | Description |
|---|---|---|
| REQUEST_SLOT_NUMBER | NUMBER | The slot number that the queue was read at. |
| VALIDATOR_INDEX | NUMBER | The validator index for the pending partial withdrawal. |
| WITHDRAWABLE_EPOCH | NUMBER | The epoch when the withdrawal becomes withdrawable. |
| WITHDRAWABLE_EPOCH_TIMESTAMP | TIMESTAMP_NTZ | Time estimate for when funds become accessible, derived from epoch data and genesis timestamp. |
| AMOUNT | FLOAT | The amount of the pending partial withdrawal, adjusted for the 9 decimal places (in ETH). |
| FACT_PENDING_PARTIAL_WITHDRAWALS_ID | TEXT | The unique identifier for a row. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp when the pending partial withdrawal was inserted. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp when the pending partial withdrawal was modified. |