FeeManager.sol
View Functions
collectedFees
Fetch the total amount of collected fees yet to be distributed to the reserve.
Return Values
calculateFee
Fetch the calculated fee to be collected from a given member for a given amount of credits.
Call Params
Return Values
shouldChargeTx
Fetch whether the given transaction data should be charged a fee.
Call Params
Return Values
Mutative Functions
distributeFees
Distributes total collected fees to network's reserve pool.
collectFee
Calculates and transfers a fee for a given credit transaction amount.
pauseFees
Enables addresses with operator level access to pause fee collection.
unpauseFees
Enables addresses with operator level access to unpause fee collection.
Last updated