> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Index 🌱

### Table Details

| Property     | Value                          |
| ------------ | ------------------------------ |
| Table Name   | `beacon_hoodi.validator.index` |
| Table Status | Beta 🌱                        |

### Table Columns

| Column Name             | Data Type         | Description                                                                                                                   |
| ----------------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| validator\_index        | NUMBER(38,0)      | Unique index of validator.                                                                                                    |
| pubkey                  | VARCHAR(16777216) | The validator's BLS public key, uniquely identifying them. \_48-bytes, hex encoded with 0x prefix, case insensitive.          |
| withdrawal\_credentials | VARCHAR(16777216) | The root of withdrawal credentials.                                                                                           |
| withdrawal\_prefix      | VARCHAR(16777216) | The first byte of this credential is known as the withdrawal prefix. This value is currently either 0x00 or 0x01.             |
| withdrawal\_address     | VARCHAR(16777216) | ETH1 Withdrawal address specified in withdrawal credentials, applicable for validators with 0x01 withdrawal credentials only. |
| last\_status            | VARCHAR(16777216) | Last updated status.                                                                                                          |
| activation\_epoch       | VARCHAR(16777216) | Epoch when validator activated. FAR\_FUTURE\_EPOCH if not activated.                                                          |
| exit\_epoch             | VARCHAR(16777216) | Epoch when validator exited. FAR\_FUTURE\_EPOCH if not exited.                                                                |
| \_created\_at           | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                                                                      |
| \_updated\_at           | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                                                                 |

### Related Docs

* [Beacon Chain schema changes (mainnet deprecations)](/historical-data/supported-blockchains/evm/beacon-chain/schema-changes)
