getIncentiveTokens

Developers > Yield Tranches > Methods > getIncentiveTokens

This method returns an array of tokens used to incentive tranches via IdleCDOTrancheRewards.

Function

function getIncentiveTokens(
) external view returns (address[] memory)

Return values

ValueDescription

incentiveTokens

Array with addresses of incentiveTokens (can be empty)

Last updated