Fee Collector
ITTUFeeCollector
This contract handles TokenTable service fee calculation.
DefaultFeeSet
CustomFeeSet
getFee
Returns the amount of fees to collect.
Parameters
Name
Type
Description
unlockerAddress
address
The address of the Unlocker. Used to fetch pricing.
tokenTransferred
uint256
The number of tokens transferred.
Return Values
Name
Type
Description
tokensCollected
uint256
The number of tokens to collect as fees.
Last updated