ILBLegacyFactory

Required interface of Legacy LBFactory contract

LBPairInformation

struct LBPairInformation {
  uint24 binStep;
  contract ILBPair LBPair;
  bool createdByOwner;
  bool ignoredForRouting;
}

LBPairCreated

event LBPairCreated(contract IERC20 tokenX, contract IERC20 tokenY, uint256 binStep, contract ILBPair LBPair, uint256 pid)

FeeRecipientSet

event FeeRecipientSet(address oldRecipient, address newRecipient)

FlashLoanFeeSet

event FlashLoanFeeSet(uint256 oldFlashLoanFee, uint256 newFlashLoanFee)

FeeParametersSet

FactoryLockedStatusUpdated

LBPairImplementationSet

LBPairIgnoredStateChanged

PresetSet

PresetRemoved

QuoteAssetAdded

QuoteAssetRemoved

MAX_FEE

MIN_BIN_STEP

MAX_BIN_STEP

MAX_PROTOCOL_SHARE

LBPairImplementation

getNumberOfQuoteAssets

getQuoteAsset

isQuoteAsset

feeRecipient

flashLoanFee

creationUnlocked

allLBPairs

getNumberOfLBPairs

getLBPairInformation

getPreset

getAllBinSteps

getAllLBPairs

setLBPairImplementation

createLBPair

setLBPairIgnored

setPreset

removePreset

setFeesParametersOnPair

setFeeRecipient

setFlashLoanFee

setFactoryLockedState

addQuoteAsset

removeQuoteAsset

forceDecay

Last updated