β©οΈIZNSCurvePricer
IZNSCurvePricer
CurvePriceConfig
struct CurvePriceConfig {
uint256 maxPrice;
uint256 curveMultiplier;
uint256 maxLength;
uint256 baseLength;
uint256 precisionMultiplier;
uint256 feePercentage;
}InvalidPrecisionMultiplierPassed
error InvalidPrecisionMultiplierPassed()MaxLengthSmallerThanBaseLength
error MaxLengthSmallerThanBaseLength()DivisionByZero
PrecisionMultiplierTooLarge
encodeConfig
decodePriceConfig
Last updated