ILBHooks

Git Sourcearrow-up-right

Functions

getLBPair

function getLBPair() external view returns (ILBPair);

isLinked

function isLinked() external view returns (bool);

onHooksSet

function onHooksSet(bytes32 hooksParameters, bytes calldata onHooksSetData) external returns (bytes4);

beforeSwap

function beforeSwap(address sender, address to, bool swapForY, bytes32 amountsIn) external returns (bytes4);

afterSwap

function afterSwap(address sender, address to, bool swapForY, bytes32 amountsOut) external returns (bytes4);

beforeFlashLoan

afterFlashLoan

beforeMint

afterMint

beforeBurn

afterBurn

beforeBatchTransferFrom

afterBatchTransferFrom

Last updated