IFeeCollectorCallback
Inherits: IERC165
Interface for a fee collector contract to receive callbacks from the USDN protocol upon fee collection.
Implementing contracts must support the ERC-165 interface detection mechanism.
Functions
feeCollectorCallback
Called by the USDN protocol on the fee collector contract when the fee threshold is reached.
function feeCollectorCallback(uint256 feeAmount) external;
Parameters
Name | Type | Description |
---|---|---|
feeAmount | uint256 | The amount of the fee that was transferred to the fee collector. |