Staking
Validator Creation
Records of validator creation events on the BSC network
This table captures all validator creation events on the BNB Smart Chain (BSC), tracking when and how validators were established on the network.
Table Schema
Column Name | Data Type | Description |
---|---|---|
consensus_address | VARCHAR | The validator’s consensus address used for block validation |
credit_contract | VARCHAR | The address of the validator’s stake credit token contract |
operator_address | VARCHAR | The validator’s operator address used for managing the validator |
vote_address | VARCHAR | The validator’s voting address |
unique_id | VARCHAR | Unique identifier for the validator creation event |
transaction_hash | VARCHAR | Hash of the transaction that created the validator |
transaction_index | INTEGER | Index of the transaction in the block |
log_index | INTEGER | Index of the event log in the transaction |
block_timestamp | TIMESTAMP | Timestamp of the block containing the validator creation |
block_number | INTEGER | Block number containing the validator creation |
block_hash | VARCHAR | Hash of the block containing the validator creation |