eth.beacon.deposits
SQL table schema for eth.beacon.deposits and eth.beacon.recent_deposits
Ethereum Beacon table contains data about validator deposits made on the Beacon Chain.
Column Name | Data Type | Description |
---|---|---|
| DOUBLE | Index of slot in the block the deposit was made on |
| CHARACTER VARYING | Root hash of block the deposit was made on. |
| BIGINT | Timestamp of the block the deposit was made on. |
| DOUBLE | The index of the deposit in the block. |
| CHARACTER VARYING | The public key of the validator who deposited. |
| CHARACTER VARYING | Withdrawal credentials of the validator. |
| DOUBLE | The amount of ETH deposited. |
| CHARACTER VARYING | Deposit signature. |
Last updated