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