| project | VARCHAR(16777216) | Liquid staking project associated with this record (e.g. lido, binance_staked_eth). |
| action_type | VARCHAR(16777216) | Type of action that produced this record (e.g. deposit, withdrawal). |
| contract_type | VARCHAR(16777216) | Type of contract that emitted the event (e.g. staking pool, withdrawal queue). |
| depositor | VARCHAR(42) | Address that deposited native tokens into the liquid staking protocol. |
| native_token_address | VARCHAR(42) | Contract address of the native (staked) token. Zero address for the chainβs gas token. |
| native_token_name | VARCHAR(16777216) | Name of the native token. |
| native_token_symbol | VARCHAR(16777216) | Symbol of the native token. |
| native_token_decimals | NUMBER(38,0) | Decimal precision of the native token. |
| native_token_amount_raw | VARCHAR(16777216) | Native token amount in the smallest indivisible unit. |
| native_token_amount | FLOAT | Decimal-adjusted native token amount. |
| native_token_amount_usd | FLOAT | USD value of the native token amount. |
| native_token_price_usd | FLOAT | USD price of one unit of the native token. |
| staking_token_address | VARCHAR(42) | Contract address of the liquid staking receipt token (e.g. stETH, wBETH). |
| staking_token_name | VARCHAR(16777216) | Name of the liquid staking token. |
| staking_token_symbol | VARCHAR(16777216) | Symbol of the liquid staking token. |
| staking_token_decimals | NUMBER(38,0) | Decimal precision of the liquid staking token. |
| staking_token_amount_raw | VARCHAR(16777216) | Liquid staking token amount in the smallest indivisible unit. |
| staking_token_amount | FLOAT | Decimal-adjusted liquid staking token amount. |
| staking_token_amount_usd | FLOAT | USD value of the liquid staking token amount. |
| staking_token_price_usd | FLOAT | USD price of one unit of the liquid staking token. |
| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp (UTC) of the block that contains this record. |
| block_number | NUMBER(38,0) | Sequential number of the block that contains this record. |
| transaction_hash | VARCHAR(66) | Hash of the transaction that produced this record. |
| log_index | NUMBER(38,0) | Zero-based position of this event log within its transaction. |
| contract_address | VARCHAR(42) | Address of the smart contract that emitted this 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. |