| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The block timestamp of this transaction in UTC |
| BLOCK_NUMBER | NUMBER | The block number at which the transaction is finalized. |
| TX_HASH | TEXT | Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. |
| ACTION | TEXT | The action that the user is taking. Deposit: user is depositing funds to be used for lending Withdraw: user has changed their mind and are no longer willing to lend, so they withdraw their asset |
| BLOCKCHAIN | TEXT | BLOCKCHAIN column |
| PLATFORM | TEXT | This field denotes which application the liquidity pool belongs to. |
| ORIGIN_FROM_ADDRESS | TEXT | The address of the user who initiates the transaction. |
| ORIGIN_TO_ADDRESS | TEXT | The person who initiates the depositing transaction has to interact with this address. This address belongs to the lending platform or directs the transactio there. |
| ORIGIN_FUNCTION_SIGNATURE | TEXT | ORIGIN_FUNCTION_SIGNATURE column |
| ASSET | TEXT | ASSET column |
| DEPOSITOR | TEXT | The address of the user or contract that is depositing funds for lending |
| LENDER_IS_A_CONTRACT | TEXT | If the depositor is a contract then its a Yes, if the depositor is a normal address it is a No. |
| LENDING_POOL_ADDRESS | TEXT | The contract address for the lending pool. |
| ASSET_AMOUNT | FLOAT | ASSET_AMOUNT column |
| ASSET_AMOUNT_USD | FLOAT | ASSET_AMOUNT_USD column |
| LENDING_POOL | TEXT | The name of the lending pool. |
| SYMBOL | TEXT | The symbol of the asset that is being deposited for lending. |
| _LOG_ID | TEXT | This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as & . |