staking_ethereum.deposits table contains all ETH staking deposits to the beacon chain with entity attribution.
Table Schema
| Column | Type | Description |
|---|---|---|
block_time | TIMESTAMP | Block time of deposit transaction |
block_number | BIGINT | Block number |
amount_staked | DOUBLE | Amount of ETH staked |
depositor_address | VARBINARY | Address of the depositor |
entity | VARCHAR | Name of depositor entity if identified |
entity_unique_name | VARCHAR | Unique name of identified entity |
entity_category | VARCHAR | Category of identified entity |
sub_entity | VARCHAR | Sub-entity name if identified |
sub_entity_unique_name | VARCHAR | Unique name of sub-entity |
sub_entity_category | VARCHAR | Category of sub-entity |
tx_hash | VARBINARY | Transaction hash |
tx_from | VARBINARY | Address that executed the transaction |
deposit_index | BIGINT | Deposit index |
pubkey | VARBINARY | Validator public key |
signature | VARBINARY | Deposit signature |
withdrawal_address | VARBINARY | Defined withdrawal address |
withdrawal_credentials_type | VARBINARY | Withdrawal credentials type |
withdrawal_credentials | VARBINARY | Withdrawal credentials |
evt_index | INTEGER | Event index |