> ## 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 Events

### Table Details

| Property          | Value                                         |
| ----------------- | --------------------------------------------- |
| Table Name        | `celo.dex.uniswap_v3_position_manager_events` |
| Table Status      | Production-Ready                              |
| Unique Key        | `transaction_hash`, `log_index`               |
| Clustering Key(s) | `block_timestamp::date`                       |

### Table Columns

| Column Name                | Data Type         | Description                                        |
| -------------------------- | ----------------- | -------------------------------------------------- |
| event\_name                | VARCHAR(17)       | Name of the event emitted by the position manager  |
| event\_params              | VARIANT           | Decoded event parameters in JSON format            |
| position\_manager\_address | VARCHAR(42)       | Address of the NonFungiblePositionManager contract |
| transaction\_hash          | VARCHAR(66)       | Transaction hash                                   |
| log\_index                 | NUMBER(38,0)      | Index of the event log within the transaction      |
| 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 Events](/historical-data/supported-blockchains/evm/core-schemas/dex/position-manager/uniswap-v3-position-manager-events)
