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

The attester\_slashings table relates -with a foreign key- to an ordered set of slashing data records, where data for individual slashings is stored in the attester\_slashing table.

### Table Details

| Property            | Value                               |
| ------------------- | ----------------------------------- |
| Table Name          | `beacon.raw.attester_slashings`     |
| Table Status        | Production-Ready                    |
| Unique Key          | `slot_timestamp::date`, `unique_id` |
| Clustering Key(s)   | `slot_timestamp::date`              |
| Search Optimization | `slot_number`, `attestation_slot_1` |

### Table Columns

| Column Name                     | Data Type          | Description                                                                                                                                                                  |
| ------------------------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| slot\_number                    | NUMBER(38,0)       | Slot number of the state where the pending deposits to beacon chain is fetched.                                                                                              |
| slot\_timestamp                 | TIMESTAMP\_NTZ(9)  | Slot timestamp of the state where the pending deposits to beacon chain is fetched.                                                                                           |
| eth1\_block\_hash               | VARCHAR(134217728) | 0xc0efee09619b108b8c184d7c4981b96bcef8fe63e6887f3ee20728d5ca6d6e67                                                                                                           |
| eth1\_block\_number             | NUMBER(38,0)       | 17,030,996                                                                                                                                                                   |
| eth1\_block\_timestamp          | TIMESTAMP\_NTZ(9)  | 2023-04-12 09:19:47                                                                                                                                                          |
| proposer\_index                 | NUMBER(38,0)       | Index of the validator who proposed the block.                                                                                                                               |
| array\_index                    | NUMBER(38,0)       | 178,393                                                                                                                                                                      |
| slashed\_attestors              | ARRAY              | Array of slashed attestors. The intersection of validator ids in the two attestation data objects gives the attestors (validators with the role of attesters) to be slashed. |
| attesting\_indices\_1           | VARIANT            | Each attestation refers to an ordered set of attestors, stored in attesting\_indices table                                                                                   |
| attestation\_index\_1           | NUMBER(38,0)       | A number that identifies which committee the validator belongs to in a given slot.                                                                                           |
| beacon\_block\_root\_1          | VARCHAR(134217728) | Root hash of the block the validator sees at the head of the chain (the result of applying the fork-choice algorithm).                                                       |
| attestation\_slot\_1            | NUMBER(38,0)       | The slot number that the attestation refers to.                                                                                                                              |
| source\_epoch\_1                | NUMBER(38,0)       | Source Epoch. Part of the finality vote indicating what the validators see as the most recent justified block.                                                               |
| source\_root\_1                 | VARCHAR(134217728) | Source Root. Part of the finality vote indicating what the validators see as the most recent justified block.                                                                |
| target\_epoch\_1                | NUMBER(38,0)       | Target epoch. Part of the finality vote indicating what the validators see as the first block in the current epoch.                                                          |
| target\_root\_1                 | VARCHAR(134217728) | Target root. Part of the finality vote indicating what the validators see as the first block in the current epoch.                                                           |
| attestation\_signature\_1       | VARCHAR(134217728) | The BLS signature that aggregates the signatures of individual validators.                                                                                                   |
| attesting\_indices\_2           | VARIANT            | Refer to attesting\_indices\_1.                                                                                                                                              |
| attestation\_index\_2           | NUMBER(38,0)       | Refer to attestation\_index\_1.                                                                                                                                              |
| beacon\_block\_root\_2          | VARCHAR(134217728) | Refer to beacon\_block\_root1.                                                                                                                                               |
| attestation\_slot\_2            | NUMBER(38,0)       | Refer to attestation\_slot\_1.                                                                                                                                               |
| source\_epoch\_2                | NUMBER(38,0)       | Refer to source\_epoch\_1.                                                                                                                                                   |
| source\_root\_2                 | VARCHAR(134217728) | Refer to source\_root\_1.                                                                                                                                                    |
| target\_epoch\_2                | NUMBER(38,0)       | Refer to target\_epoch\_1.                                                                                                                                                   |
| target\_root\_2                 | VARCHAR(134217728) | Refer to target\_root\_1.                                                                                                                                                    |
| attestation\_signature\_2       | VARCHAR(134217728) | Refer to signature\_1.                                                                                                                                                       |
| unique\_id                      | VARCHAR(134217728) | date-2023-05-10\_validator\_index-459015                                                                                                                                     |
| \_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.                                                                                                                |
| \_changed\_since\_full\_refresh | BOOLEAN            | Indicates if the record has changed since the last full data refresh.                                                                                                        |
