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