| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the block containing the event |
| block_height | NUMBER(38,0) | Number of confirmed blocks between this block and the genesis block (inclusive). Unlike block_slot, this only increments for slots that produced a block. |
| event_type | VARCHAR(16777216) | Type of staking event (deposit, staking, unstaking, withdraw) |
| delegator_id | VARCHAR(16777216) | Identifier of the delegator involved in the event |
| pool_id | VARCHAR(16777216) | Identifier of the staking pool involved |
| amount_str | VARCHAR(16777216) | Amount of NEAR involved in the event (string format for precision) |
| amount | FLOAT | Amount of NEAR involved in the event (float format) |
| usd_amount | FLOAT | USD equivalent of the NEAR amount |
| usd_exchange_rate | FLOAT | NEAR to USD exchange rate at event time |
| unstaked_balance_str | VARCHAR(16777216) | Unstaked NEAR balance after the event (string format) |
| unstaked_balance | FLOAT | Unstaked NEAR balance after the event (float format) |
| staking_shares_str | VARCHAR(16777216) | Staking shares involved in the event (string format) |
| shares_exchange_rate | VARCHAR(16777216) | Shares to NEAR exchange rate at event time (string format) |
| signer_id | VARCHAR(16777216) | Account that signed the transaction |
| transaction_hash | VARCHAR(16777216) | Unique hash of the transaction |
| transaction_index | NUMBER(38,0) | Index of the transaction in the block |
| receipt_id | VARCHAR(16777216) | Unique identifier of the receipt |
| receipt_index | NUMBER(38,0) | Index of the receipt in the block |
| receipt_outcome_index | NUMBER(38,0) | Index of the receipt outcome |
| log_index | NUMBER(38,0) | Index of the log within the receipt |
| pseudo_global_index | NUMBER(38,0) | Global ordering index |
| unique_id | VARCHAR(16777216) | Unique identifier for the 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. |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since the last full data refresh. |