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

# Attester Slashings 🌱

### Table Details

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

### Table Columns

| Column Name               | Data Type         | Description                                                                                                                                   |
| ------------------------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| slot\_number              | NUMBER(38,0)      | Beacon Chain slot number.                                                                                                                     |
| slot\_timestamp           | TIMESTAMP\_NTZ(9) | Beacon Chain slot timestamp of slot.                                                                                                          |
| 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.                                                                                                 |
| proposer\_index           | NUMBER(38,0)      | The index of validator in validator registry.                                                                                                 |
| array\_index              | NUMBER(38,0)      | Index of the attester slashing array.                                                                                                         |
| slashed\_attestors        | ARRAY             | Array of validator indices that were slashed due to this attester slashing.                                                                   |
| attesting\_indices\_1     | VARIANT           | Indices of validators that signed the first conflicting attestation.                                                                          |
| attestation\_index\_1     | NUMBER(38,0)      | A number that identifies which committee the validators belong to in the first attestation.                                                   |
| beacon\_block\_root\_1    | VARCHAR(16777216) | Root hash of the block the validators see at the head of the chain in the first attestation.                                                  |
| attestation\_slot\_1      | NUMBER(38,0)      | The slot number that the first attestation refers to.                                                                                         |
| source\_epoch\_1          | NUMBER(38,0)      | Source epoch of the first attestation. Part of the finality vote indicating what the validators see as the most recent justified block.       |
| source\_root\_1           | VARCHAR(16777216) | Source root of the first attestation. Part of the finality vote indicating what the validators see as the most recent justified block.        |
| target\_epoch\_1          | NUMBER(38,0)      | Target epoch of the first attestation. Part of the finality vote indicating what the validators see as the first block in the current epoch.  |
| target\_root\_1           | VARCHAR(16777216) | Target root of the first attestation. Part of the finality vote indicating what the validators see as the first block in the current epoch.   |
| attestation\_signature\_1 | VARCHAR(16777216) | The BLS signature that aggregates the signatures of individual validators for the first attestation.                                          |
| attesting\_indices\_2     | VARIANT           | Indices of validators that signed the second conflicting attestation.                                                                         |
| attestation\_index\_2     | NUMBER(38,0)      | A number that identifies which committee the validators belong to in the second attestation.                                                  |
| beacon\_block\_root\_2    | VARCHAR(16777216) | Root hash of the block the validators see at the head of the chain in the second attestation.                                                 |
| attestation\_slot\_2      | NUMBER(38,0)      | The slot number that the second attestation refers to.                                                                                        |
| source\_epoch\_2          | NUMBER(38,0)      | Source epoch of the second attestation. Part of the finality vote indicating what the validators see as the most recent justified block.      |
| source\_root\_2           | VARCHAR(16777216) | Source root of the second attestation. Part of the finality vote indicating what the validators see as the most recent justified block.       |
| target\_epoch\_2          | NUMBER(38,0)      | Target epoch of the second attestation. Part of the finality vote indicating what the validators see as the first block in the current epoch. |
| target\_root\_2           | VARCHAR(16777216) | Target root of the second attestation. Part of the finality vote indicating what the validators see as the first block in the current epoch.  |
| attestation\_signature\_2 | VARCHAR(16777216) | The BLS signature that aggregates the signatures of individual validators for the second attestation.                                         |
| unique\_id                | VARCHAR(16777216) | Unique ID for the attester slashing event.                                                                                                    |
| \_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.                                                                                 |
