> ## 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.

# Withdrawals 🌱

### Table Details

| Property     | Value                          |
| ------------ | ------------------------------ |
| Table Name   | `beacon_hoodi.raw.withdrawals` |
| Table Status | Beta 🌱                        |

### Table Columns

| Column Name             | Data Type         | Description                                                                        |
| ----------------------- | ----------------- | ---------------------------------------------------------------------------------- |
| slot\_number            | NUMBER(38,0)      | Beacon Chain slot the block.                                                       |
| slot\_timestamp         | TIMESTAMP\_NTZ(9) | Beacon Chain slot timestamp of the block.                                          |
| withdrawal\_index       | NUMBER(38,0)      | Withdrawal Index.                                                                  |
| validator\_index        | NUMBER(38,0)      | Validator Index.                                                                   |
| withdrawal\_amount      | VARCHAR(16777216) | Amount of Ether withdrawn, normalized                                              |
| withdrawal\_amount\_raw | NUMBER(38,0)      | Amount of Ether withdrawn, unnormalized (gwei). To convert to ETH, divide by 10^9. |
| withdrawal\_address     | VARCHAR(42)       | Ethereum 1.0 Withdrawal address.                                                   |
| eth1\_block\_hash       | VARCHAR(16777216) | The block hash of the Ethereum 1.0 block.                                          |
| eth1\_block\_number     | NUMBER(38,0)      | The block number of the Ethereum 1.0 block.                                        |
| eth1\_block\_timestamp  | TIMESTAMP\_NTZ(9) | The Unix timestamp of the Ethereum 1.0 block.                                      |
| \_created\_at           | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                           |
| \_updated\_at           | TIMESTAMP\_NTZ(9) | Timestamp of the data update.                                                      |

### Related Docs

* [Beacon Chain Raw Withdrawals](/historical-data/supported-blockchains/evm/beacon-chain/raw/withdrawals)
