Definition
Can we use Agnostic as a backend for Uniswap analytics?
The example
The Uniswap V3 data model
event Swap(
address sender,
address recipient,
int256 amount0,
int256 amount1,
uint160 sqrtPriceX96,
uint128 liquidity,
int24 tick
)Name
Type
Description
Last updated