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 strategyToken(
) external view returns(address);
Value | Description |
---|---|
_val | Address of the strategy token which represent the position in the lending provider |
Last modified 1mo ago