Documentation Index
Fetch the complete documentation index at: https://docs.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
Table Description
Thebeacon.deposits table stores deposit data for validators joining the Beacon network. This table is partitioned by block_date.
Column Descriptions
| Column | Type | Description |
|---|---|---|
| block_epoch | long | Epoch number when the block containing the deposit was proposed. |
| block_slot | long | Slot number within the epoch when the block containing the deposit was proposed. |
| block_time | timestamp | Timestamp when the block containing the deposit was included in the chain. |
| block_date | date | Date corresponding to the block_time. |
| amount | long | Amount of ETH deposited, specified in Gwei. |
| pubkey | binary | BLS public key of the validator making the deposit. |
| signature | binary | BLS signature verifying the deposit data. |
| withdrawal_credentials | binary | Credentials specifying the withdrawal address or conditions. |
| proof | binary | Merkle proof demonstrating the inclusion of the deposit in the Ethereum 1.0 deposit contract. |