Skip to main content
Schema: ethereum.beacon_chain Table: fact_pending_deposits Type: View This model details the pending deposits that have been made to the beacon chain of Ethereum.

Columns

Column NameData TypeDescription
REQUEST_SLOT_NUMBERNUMBERThe slot number that the queue was read at.
SUBMIT_SLOT_NUMBERNUMBERThe slot number that the deposit was submitted to the beacon chain at.
PUBKEYTEXTThe public key of the validator that made the deposit.
SIGNATURETEXTThe signature of the deposit.
WITHDRAWAL_CREDENTIALSTEXTThe withdrawal credentials of the deposit.
AMOUNTFLOATThe amount of the deposit, adjusted for the 9 decimal places.
DEPOSIT_IDTEXTThe unique identifier for the deposit. This can be used to find when the deposit processed on the beacon chain. Hash of the submitted slot number and validator public key.
FACT_PENDING_DEPOSITS_IDTEXTThe unique identifier for a row.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe timestamp when the pending deposit was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe timestamp when the pending deposit was modified.