Developers > Yield Tranches > Methods > token
This method returns the underlying asset address deposited by the user (e.g. DAI).
function token( ) external view returns(address);
_val
Underlying token address (e.g. DAI)
Last updated 2 years ago
Was this helpful?