AbstractFeeModule
State Variables
ZERO_FEES_IN_BPS
uint256 public constant ZERO_FEES_IN_BPS = 0;MAX_FEES_IN_BPS
uint256 public constant MAX_FEES_IN_BPS = 10000;_feesInfo
mapping(bytes32 => FeeInfo) private _feesInfo;Functions
getFeeInfo
getFeeInBps
getFeeRecipient
calculateFeeAmount
_setTokenFee
_transferFees
_validateFeeInfo
Name
Type
Description