Position Manager
Uniswap v3 NonFungiblePositionManager events
Get events emitted by Uniswap v3 NonFungiblePositionManager.
The dex.uniswap_v3_position_manager_events
table supports the following Uniswap v3 NonFungiblePositionManager events:
- IncreaseLiquidity
- DecreaseLiquidity
- Collect
Please reach out to us if you have any questions or would like to request coverage for more v3 NonFungiblePositionManager events or a specific chain.
Sample Query
Table Columns
Unique Key: transaction_hash
, log_index
Column Name | Data Type | Description |
---|---|---|
event_name | VARCHAR | Name of the event emitted by the position manager |
event_params | VARIANT | Decoded event parameters in JSON format |
position_manager_address | VARCHAR | Address of the NonFungiblePositionManager contract |
transaction_hash | VARCHAR | Transaction hash |
log_index | NUMBER | Index of the event log within the transaction |
block_timestamp | TIMESTAMP_NTZ | Block timestamp |
block_number | NUMBER | Block number |
block_hash | VARCHAR | Block hash |