Skip to main content
Schema: ethereum.beacon_chain Table: fact_manual_withdrawal_requests Type: View This model details the manual withdrawal requests made on the Ethereum beacon chain. These are explicit withdrawal requests initiated by validators through on-chain transactions.

Columns

Column NameData TypeDescription
FROM_ADDRESSTEXTThe address that initiated the manual withdrawal request.
BLOCK_NUMBERNUMBERThe block number where the withdrawal request event was emitted.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp of the block where the withdrawal request event was emitted.
TX_HASHTEXTThe transaction hash of the transaction that emitted the withdrawal request event.
PUBKEYTEXTThe validator’s public key extracted from event data and prefixed with ‘0x’.
AMOUNTFLOATThe ETH withdrawal amount adjusted for 9 decimal places, converted from hexadecimal format.
FACT_MANUAL_WITHDRAWAL_REQUESTS_IDTEXTUnique row identifier generated from block_number, tx_hash, from_address, pubkey, and amount.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe timestamp when the withdrawal request record was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe timestamp when the withdrawal request record was last modified.