Position Manager
Uniswap v4 PositionManager calls
Get calls emitted by Uniswap v4 PositionManager.
The dex.uniswap_v4_position_manager_calls
table supports the following Uniswap v4 PositionManager calls:
- modifyLiquidities
- modifyLiquiditiesWithoutUnlock
Please reach out to us if you have any questions or would like to request coverage for more PositionManager calls or a specific chain.
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 |