eth.beacon.attester_slashings
SQL table schema for eth.beacon.attester_slashings and eth.beacon.recent_attester_slashings
Ethereum Beacon table contains information about attester slashings on the Beacon Chain. Occurs when a validator has made conflicting attestations.
Column Name | Data Type | Description |
---|---|---|
| DOUBLE | Index of slot in the block the slashing was processed. |
| CHARACTER VARYING | Root hash of block the slashing was processed. |
| BIGINT | Timestamp of the block the slashing was processed. |
| DOUBLE | The index of the slashing in the block. |
| CHARACTER VARYING | Validators attesting to the first conflicting attestation. |
| DOUBLE | The slot with the first conflicting attestation. |
| DOUBLE | The index in the block of the first conflicting attestation. |
| CHARACTER VARYING | Root hash of the beacon block with the first conflicting attestation. |
| DOUBLE | Epoch of the source block with the first conflicting attestation. |
| CHARACTER VARYING | The root hash of the source block with the first conflicting attestation. |
| DOUBLE | Epoch of the target block with the first conflicting attestation. |
| CHARACTER VARYING | The root hash of the target block with the first conflicting attestation. |
| CHARACTER VARYING | Signature of the first conflicting attestation. |
| CHARACTER VARYING | Validators attesting to the second conflicting attestation. |
| DOUBLE | The slot with the second conflicting attestation. |
| DOUBLE | The index in the block of the second conflicting attestation. |
| CHARACTER VARYING | Root hash of the beacon block with the second conflicting attestation. |
| DOUBLE | Epoch of the source block with the second conflicting attestation. |
| CHARACTER VARYING | The root hash of the source block with the second conflicting attestation. |
| DOUBLE | Epoch of the target block with the second conflicting attestation. |
| CHARACTER VARYING | The root hash of the target block with the second conflicting attestation. |
| CHARACTER VARYING | Signature of the second conflicting attestation. |
Last updated