Table Details
| Property | Value |
|---|---|
| Table Name | bsc.staking.validator_creation |
| Table Status | Production-Ready |
| Unique Key | block_timestamp, unique_id |
| Clustering Key(s) | block_timestamp::date |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| consensus_address | VARCHAR(134217728) | The validator’s consensus address used for block validation |
| credit_contract | VARCHAR(134217728) | The address of the validator’s stake credit token contract |
| operator_address | VARCHAR(134217728) | The validator’s operator address used for managing the validator |
| vote_address | VARCHAR(134217728) | The validator’s voting address |
| address | VARCHAR(42) | Address associated with this staking record. |
| transaction_hash | VARCHAR(66) | Hash of the transaction that created the validator |
| transaction_index | NUMBER(38,0) | Index of the transaction in the block |
| log_index | NUMBER(38,0) | Index of the event log in the transaction |
| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the block containing the validator creation |
| block_number | NUMBER(38,0) | Block number containing the validator creation |
| block_hash | VARCHAR(66) | Hash of the block containing the validator creation |
| _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. |
| unique_id | VARCHAR(134217728) | Unique identifier for the validator creation event |