fee

Developers > Yield Tranches > Methods > fee

This method returns the Performance fee.

Function

function fee(
) external view returns(uint256);

Return values

ValueDescription

_val

The performance fee (relative to FULL_ALLOC where 100% is 100000)

Last updated