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

select * from zksync.dex.uniswap_v3_position_manager_events

where function_name = 'DecreaseLiquidity'

Table Columns

Unique Key: transaction_hash, log_index

Column NameData TypeDescription
event_nameVARCHARName of the event emitted by the position manager
event_paramsVARIANTDecoded event parameters in JSON format
position_manager_addressVARCHARAddress of the NonFungiblePositionManager contract
transaction_hashVARCHARTransaction hash
log_indexNUMBERIndex of the event log within the transaction
block_timestampTIMESTAMP_NTZBlock timestamp
block_numberNUMBERBlock number
block_hashVARCHARBlock hash