FrontendManager

Git Source

Inherits: IManager, IUniswapV3SwapCallback

State Variables

FACTORY

Factory public immutable FACTORY;

Functions

constructor

constructor(Factory factory);

uniswapV3SwapCallback

function uniswapV3SwapCallback(int256 amount0, int256 amount1, bytes calldata data) external;

callback

function callback(bytes calldata data, address owner, uint208) external returns (uint208 positions);

Events

Modify

event Modify(address indexed borrower, int24 tick);