IMarketRegistry
MarketInfo
struct MarketInfo(
address pool
uint24 exchangeFeeRatio
uint24 uniswapFeeRatio
uint24 insuranceFundFeeRatio
uint24 maxPriceSpreadRatio
)Functions
getPool
function getPool(
address baseToken
) external returns (address pool)Name
Type
Description
Name
Type
Description
getFeeRatio
Name
Type
Description
Name
Type
Description
getInsuranceFundFeeRatio
Name
Type
Description
Name
Type
Description
getMarketInfo
Name
Type
Description
Name
Type
Description
getMarketInfoByTrader
Name
Type
Description
Name
Type
Description
getQuoteToken
Name
Type
Description
getUniswapV3Factory
Name
Type
Description
getMaxOrdersPerMarket
Name
Type
Description
hasPool
Name
Type
Description
getMarketMaxPriceSpreadRatio
Name
Type
Description
Events
PoolAdded
Name
Type
Description
FeeRatioChanged
Name
Type
Description
InsuranceFundFeeRatioChanged
Name
Type
Description
MaxOrdersPerMarketChanged
Name
Type
Description
MarketMaxPriceSpreadRatioChanged
Name
Type
Description
FeeDiscountRatioChanged
Name
Type
Description
Last updated