IFeeCollectorCallback

Git Source

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

NameTypeDescription
feeAmountuint256The amount of the fee that was transferred to the fee collector.