OrderBook
InternalAddLiquidityToOrderParams
struct InternalAddLiquidityToOrderParams(
address maker
address baseToken
address pool
int24 lowerTick
int24 upperTick
uint256 feeGrowthGlobalX128
uint128 liquidity
uint256 base
uint256 quote
struct Funding.Growth globalFundingGrowth
)InternalRemoveLiquidityParams
struct InternalRemoveLiquidityParams(
address maker
address baseToken
address pool
bytes32 orderId
int24 lowerTick
int24 upperTick
uint128 liquidity
)InternalSwapStep
Functions
initialize
setExchange
addLiquidity
Name
Type
Description
Name
Type
Description
removeLiquidity
Name
Type
Description
Name
Type
Description
updateFundingGrowthAndLiquidityCoefficientInFundingPayment
Name
Type
Description
Name
Type
Description
updateOrderDebt
uniswapV3MintCallback
Name
Type
Description
replaySwap
Name
Type
Description
Name
Type
Description
getExchange
Name
Type
Description
getOpenOrderIds
Name
Type
Description
Name
Type
Description
getOpenOrderById
Name
Type
Description
Name
Type
Description
getOpenOrder
Name
Type
Description
Name
Type
Description
hasOrder
Name
Type
Description
Name
Type
Description
getTotalQuoteBalanceAndPendingFee
Name
Type
Description
Name
Type
Description
getTotalTokenAmountInPoolAndPendingFee
Name
Type
Description
Name
Type
Description
getLiquidityCoefficientInFundingPayment
Name
Type
Description
getPendingFee
Name
Type
Description
Name
Type
Description
getTotalOrderDebt
Name
Type
Description
Name
Type
Description
Last updated