staking_ethereum.entities table provides entity identification mapping for staking depositor addresses — linking wallet addresses to known staking operators and protocols.
Table Schema
| Column | Type | Description |
|---|---|---|
depositor_address | VARBINARY | Address of identified depositor entity |
tx_from | VARBINARY | Address that initiated the staking deposit |
pubkey | VARBINARY | Public key of identified validator |
withdrawal_credentials | VARBINARY | Withdrawal credentials of identified validator |
entity | VARCHAR | Identified entity name (e.g., Lido, Coinbase) |
entity_unique_name | VARCHAR | Unique name of identified entity |
category | VARCHAR | Category of entity (e.g., Liquid Staking, CEX) |
sub_entity | VARCHAR | Sub-entity name (e.g., specific operator) |
sub_entity_unique_name | VARCHAR | Unique name of sub-entity |
sub_entity_category | VARCHAR | Category of sub-entity |