PoolLogger
Overview
Events
Burn
Collect
Create
Flash
Mint
Swap
Last updated
Last updated
event Burn(address indexed pool, int24 lower, int24 upper, uint256 amount0, uint256 amount1, uint256 liquidity)event Collect(address indexed pool, uint256 amount0, uint256 amount1)event Create(address indexed pool, address token0, address token1, uint24 swapFee, uint160 price, uint24 tickSpacing)event Flash(address indexed pool, address indexed sender, uint256 amount0, uint256 amount1, uint256 paid0, uint256 paid1)event Mint(address indexed pool, int24 lower, int24 upper, uint256 amount0, uint256 amount1, uint256 liquidity)event Swap(address indexed pool, bool zeroForOne, uint256 amountIn, uint256 amountOut)