Overview
TheFees mixin provides simple utilities related to setting and retrieving the maximum fee rate that can be applied to orders. The maximum fee rate is hardcoded at 1000 basis points (10%).
Source: src/exchange/mixins/Fees.sol
Constants
MAX_FEE_RATE_BIPS
Functions
getMaxFeeRate
Returns
uint256: The maximum fee rate in basis points (1000 = 10%)
Events
FeeCharged
Parameters
receiver(address): The address receiving the feetokenId(uint256): The token ID for which the fee was chargedamount(uint256): The amount of the fee