strategyToken

Developers > Yield Tranches > Methods > strategyToken

This method returns the interest bearing asset of the yield source used in the specific IdleCDO (e.g. idleDAI, stETH, ...).

Function

function strategyToken(
) external view returns(address);

Return values

ValueDescription

_val

Address of the strategy token which represent the position in the lending provider

Last updated