| event_type | VARCHAR(16777216) | Type of delegation event (delegate, undelegate, redelegate, cancel_unbonding_delegation). |
| delegator | VARCHAR(16777216) | Address of the delegator. |
| validator | VARCHAR(16777216) | Address of the validator. |
| amount_str | VARCHAR(16777216) | Normalized amount of tokens involved in the delegation event as a string. |
| amount | FLOAT | Normalized amount of tokens involved in the delegation event as a float. |
| usd_amount | FLOAT | USD value of the tokens at the time of the event. |
| usd_exchange_rate | FLOAT | USD exchange rate at the time of the event. |
| denom | VARCHAR(16777216) | Token denomination involved in the delegation. |
| params | VARIANT | Additional parameters associated with the delegation event. |
| source_validator | VARCHAR(16777216) | Source validator address for redelegation events. |
| destination_validator | VARCHAR(16777216) | Destination validator address for redelegation events. |
| transaction_hash | VARCHAR(16777216) | Hash of the transaction containing the delegation event. |
| transaction_index | NUMBER(38,0) | Index of the transaction within the block. |
| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp when the block containing the event was created. |
| block_height | NUMBER(38,0) | Height of the block containing the event. |
| block_hash | VARCHAR(16777216) | Hash of the block containing the event. |
| message_action | VARCHAR(16777216) | Action type of the message that triggered the event. |
| message_index | NUMBER(38,0) | Index of the message within the transaction. |
| event_index | NUMBER(38,0) | Index of the event within the message. |
| unique_id | VARCHAR(16777216) | Unique identifier for the delegation event. |
| _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. |