> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Uniswap v3 NonFungiblePositionManager Calls

### Table Details

| Property          | Value                                        |
| ----------------- | -------------------------------------------- |
| Table Name        | `celo.dex.uniswap_v3_position_manager_calls` |
| Table Status      | Production-Ready                             |
| Unique Key        | `trace_id`                                   |
| Clustering Key(s) | `block_timestamp::date`                      |

### Table Columns

| Column Name        | Data Type          | Description                                                                                                     |
| ------------------ | ------------------ | --------------------------------------------------------------------------------------------------------------- |
| function\_name     | VARCHAR(17)        | Function name (e.g. mint, burn, positions etc)                                                                  |
| io\_params         | VARIANT            | Input output params                                                                                             |
| input\_params      | VARIANT            | Decoded input data in JSON format                                                                               |
| output\_params     | VARIANT            | Decoded output data in JSON format                                                                              |
| transaction\_hash  | VARCHAR(66)        | Transaction hash                                                                                                |
| transaction\_index | NUMBER(38,0)       | Transaction index in the block                                                                                  |
| trace\_address     | VARCHAR(134217728) | The address of the trace within the call graph.                                                                 |
| trace\_id          | VARCHAR(134217728) | Unique identifier for this trace. Generated by combining the trace\_type, transaction\_hash and trace\_address. |
| block\_timestamp   | TIMESTAMP\_NTZ(9)  | Block timestamp                                                                                                 |
| block\_number      | NUMBER(38,0)       | Block number                                                                                                    |
| block\_hash        | VARCHAR(66)        | Block hash                                                                                                      |

### Related Docs

* [EVM DEX Uniswap v3 NonFungiblePositionManager Calls](/historical-data/supported-blockchains/evm/core-schemas/dex/position-manager/uniswap-v3-position-manager-calls)
