| BLOCKCHAIN | TEXT | Blockchain, Network, or Platform where the liquidity pool action occurred. |
| PLATFORM | TEXT | The name of the dex or liquidity pool platform, typically a concatenation of the protocol and version. |
| PROTOCOL | TEXT | The name of the protocol. |
| PROTOCOL_VERSION | TEXT | The version of the protocol. |
| 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 identifier that is generated when a transaction is executed. |
| ACTION | TEXT | The name of the liquidity pool action or event (e.g., deposit, mint, addliquidity, withdrawal, burn, removeliquidity etc). |
| LIQUIDITY_PROVIDER | TEXT | The address that provided or withdrew liquidity from the pool. |
| POOL_ADDRESS | TEXT | The contract address of the liquidity pool where the action occurred. |
| POOL_NAME | TEXT | The name of the liquidity pool, typically including the token pair. |
| TOKEN_ADDRESS | TEXT | The address of the token involved in the action. |
| SYMBOL | TEXT | The symbol of the token involved in the action. |
| DECIMALS | NUMBER | The number of decimals for the token. |
| AMOUNT_RAW | FLOAT | The unadjusted amount of tokens involved in the action. |
| AMOUNT | FLOAT | The decimal adjusted amount of tokens involved in the action. |
| AMOUNT_USD | FLOAT | The amount of tokens involved in the action converted to USD. |
| TOKEN_IS_VERIFIED | BOOLEAN | Indicates whether the token has been verified. |
| 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. |
| EZ_DEX_LIQUIDITY_POOL_ACTIONS_ID | TEXT | The unique identifier for each row in the table. |