dex.uniswap_v3_position_manager_calls table supports the following Uniswap v3 NonFungiblePositionManager calls:
- mint
- burn
- positions
Sample Query
Table Columns
Unique Key:trace_id 
| Column Name | Data Type | Description | 
|---|---|---|
| function_name | VARCHAR | Function name (e.g. mint, burn, positions etc) | 
| io_params | VARCHAR | Input output params | 
| input_params | VARIANT | Decoded input data in JSON format | 
| output_params | VARIANT | Decoded output data in JSON format | 
| transaction_hash | VARCHAR | Transaction hash | 
| transaction_index | INTEGER | Transaction index in the block | 
| trace_id | VARCHAR | Unique identifier for this trace. Generated by combining the trace_type, transaction_hash and trace_address. | 
| trace_address | VARCHAR | The address of the trace within the call graph. | 
| block_timestamp | TIMESTAMP_NTZ(9) | Block timestamp | 
| block_number | INTEGER | Block number | 
| block_hash | VARCHAR | Block hash |