Fee Calculator
State Variables
LOWER_THRESHOLD
uint16 private constant LOWER_THRESHOLD = 5000;
UPPER_THRESHOLD
uint16 private constant UPPER_THRESHOLD = 15000;
DISCOUNT_FACTOR
uint16 private constant DISCOUNT_FACTOR = 2;
PENALTY_MULTIPLIER
CALIBRATION_GAP
COLLATERAL_MANAGER
collateralFee
Functions
constructor
calibrateFee
Name
Type
Description
getMintFee
Name
Type
Description
Name
Type
Description
getRedeemFee
Name
Type
Description
Name
Type
Description
calibrateFeeForAll
_calibrateFee
Name
Type
Description
Events
FeeCalibrated
Errors
InvalidCalibration
Structs
FeeData
Last updated
Was this helpful?