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 |