error locked()
Emitted by the reentrancy guard
error arithmeticError()
Emitted if arithmetic error occurred
error alreadyInitialized()
Emitted if an attempt is made to initialize the pool twice
error zeroAmountRequired()
Emitted if 0 is passed as amountRequired to swap function
error invalidAmountRequired()
Emitted if invalid amount is passed as amountRequired to swapSupportingFeeOnInputTokens function
error insufficientInputAmount()
Emitted if the pool received fewer tokens than it should have
error insufficientAmountReceivedAtMint()
Emitted if the pool received fewer tokens than it should have to mint calculated actual liquidity
error zeroLiquidityDesired()
Emitted if there was an attempt to mint zero liquidity
error zeroLiquidityActual()
Emitted if actual amount of liquidity is zero (due to insufficient amount of tokens received)
error flashInsufficientPaid0()
Emitted if the pool received fewer tokens{0,1} after flash than it should have
error flashInsufficientPaid1()
error invalidLimitSqrtPrice()
Emitted if limitSqrtPrice param is incorrect
error tickIsNotSpaced()
Tick must be divisible by tickspacing
error notAllowed()
Emitted if a method is called that is accessible only to the factory owner or dedicated role
error onlyFarming()
Emitted if a method is called that is accessible only to the farming
error invalidNewTickSpacing()
error invalidNewCommunityFee()
error invalidTickForLimitOrder()
Emitted if tick is too low/high for limit order
error invalidAmountForLimitOrder()
Emitted if amount is too high for limit order
error liquiditySub()
Emitted if liquidity underflows
error liquidityAdd()
Emitted if liquidity overflows
error topTickLowerThanBottomTick()
error bottomTickLowerThanMIN()
error topTickAboveMAX()
error liquidityOverflow()
error tickIsNotInitialized()
error tickInvalidLinks()
error transferFailed()
error tickOutOfRange()
error priceOutOfRange()