eth.beacon.attestations
SQL table schema for eth.beacon.attestations and eth.beacon.recent_attestations
Ethereum Beacon table stores data about attestations made by validators on the Beacon Chain. More details.
Column Name | Data Type | Description |
---|---|---|
| DOUBLE | Index of slot in the block the attestation was made on |
| CHARACTER VARYING | Root hash of block the attestation was made on. |
| BIGINT | Timestamp of the block the attestation was made on. |
| DOUBLE | Identifier of the validator's committee. |
| CHARACTER VARYING | The attestation's aggregation bits |
| DOUBLE | The slot for which block being attested for, is being considered in. |
| CHARACTER VARYING | The root hash of the beacon block being attested to. |
| DOUBLE | Epoch of the source block. |
| CHARACTER VARYING | The root hash of the source block (most recent justified block) attested to. |
| DOUBLE | Epoch of the target block. |
| CHARACTER VARYING | The root hash of the target block (first block in current epoch) attested to. |
| CHARACTER VARYING | BLS signature of aggregate validator signatures. |
Last updated