| validator_id | VARCHAR | Unique identifier for the validator |
| auth_address | VARCHAR | The validator’s authorization/operator address |
| commission_percentage | DECIMAL | Initial commission rate as decimal (e.g., 0.10 = 10%) |
| contract_address | VARCHAR | Address of the staking precompile contract |
| transaction_hash | VARCHAR | Hash of the transaction that created the validator |
| transaction_index | INTEGER | Index of the transaction in the block |
| transaction_from_address | VARCHAR | Address that initiated the transaction |
| transaction_to_address | VARCHAR | Target address of the transaction |
| 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 |
| unique_id | VARCHAR | Unique identifier for the validator creation event |