ILBPair

Required interface of LBPair contract

MintArrays

struct MintArrays {
    uint256[] ids;
    bytes32[] amounts;
    uint256[] liquidityMinted;
}

DepositedToBins

event DepositedToBins(address indexed sender, address indexed to, uint256[] ids, bytes32[] amounts)

WithdrawnFromBins

event WithdrawnFromBins(address indexed sender, address indexed to, uint256[] ids, bytes32[] amounts)

CompositionFees

event CompositionFees(address indexed sender, uint24 id, bytes32 totalFees, bytes32 protocolFees)

CollectedProtocolFees

Swap

StaticFeeParametersSet

FlashLoan

OracleLengthIncreased

ForcedDecay

initialize

getFactory

getTokenX

getTokenY

getBinStep

getReserves

getActiveId

getBin

getNextNonEmptyBin

getProtocolFees

getStaticFeeParameters

getVariableFeeParameters

getOracleParameters

getOracleSampleAt

getPriceFromId

getIdFromPrice

getSwapIn

getSwapOut

swap

flashLoan

mint

burn

collectProtocolFees

increaseOracleLength

setStaticFeeParameters

forceDecay

Last updated