eth.beacon.validators
SQL table schema for eth.validators
Ethereum Beacon latest validators, with their status and current balance.
Column Name | Data Type | Description |
---|---|---|
| DECIMAL | The unique identifier for each validator |
| DECIMAL | The balance of ETH in gwei for each validator. |
| CHARACTER VARYING | Validator status, either |
| DECIMAL | Epoch from when validator can activate. |
| DECIMAL | Epoch when validator did activate. |
| DECIMAL | Validator's effective ETH balance, inclusive of slashing. |
| DECIMAL | Epoch when the validator will exit. |
| CHARACTER VARYING | Validator's public key |
| BOOLEAN | True if the validator has been slashed, False otherwise. |
| DECIMAL | Epoch from when validator can withdraw |
| CHARACTER VARYING | Withdrawal credential data for the validator. |
| BIGINT | Last time validator details were updated |
Last updated