| BLOCK_NUMBER | NUMBER | Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block was produced. |
| TX_HASH | TEXT | Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events. |
| CONTRACT_ADDRESS | TEXT | The address interacted with for a given event. |
| EVENT_NAME | TEXT | The decoded event name for a given event. |
| EVENT_INDEX | NUMBER | Event number within a transaction. |
| ORIGIN_FUNCTION_SIGNATURE | TEXT | The function signature of this transaction. |
| ORIGIN_FROM_ADDRESS | TEXT | The from address of this transaction. |
| ORIGIN_TO_ADDRESS | TEXT | The to address of this transaction. |
| PLATFORM | TEXT | The specific protocol where lending event occurred. |
| LIQUIDATOR | TEXT | The address that initiated the liquidation call. |
| BORROWER | TEXT | Address that initiated the borrow event. |
| PROTOCOL_MARKET | TEXT | The protocol’s specific lending asset token, ie cWBTC or aETHUni. |
| COLLATERAL_TOKEN | TEXT | The asset provided as collateral, which can be liquidated. |
| COLLATERAL_TOKEN_SYMBOL | TEXT | The symbol belonging to the address of the token |
| AMOUNT_UNADJ | FLOAT | The non-decimal adjusted amount of tokens involved in the lending transaction. |
| AMOUNT | FLOAT | The decimal adjusted amount of tokens involved in the lending transaction, where available. |
| AMOUNT_USD | FLOAT | The value of the tokens in USD at the time of the lending transaction, where available. |
| DEBT_TOKEN | TEXT | The debt asset, which the user borrowed. |
| DEBT_TOKEN_SYMBOL | TEXT | The symbol belonging to the address of the token |
| EZ_LENDING_LIQUIDATIONS_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |