This table allows users to fetch v4 events emitted from UniswapV4 PoolManager contracts with a single query.
The decoded parameters are stored in the params
column. For commonly accessed fields, we parse out the values and store them in separate columns.
Note that not all columns are applicable to all events.
- We identify events emitted from UniswapV4 PoolManager contracts and decode the event logs using the UniswapV4 PoolManager ABI.
- Events decoded from this model: OperatorSet, OwnershipTransferred, ProtocolFeeControllerUpdated, Transfer, ProtocolFeeUpdated, Initialize, Swap, ModifyLiquidity, Donate, Approval
- For events that have pool id related fields, the currency0 and currency1 address for the corresponding pool will be enriched from the Initialize events.