IWusdnBalancerAdaptor
Functions
WUSDN
Gets the WUSDN token.
function WUSDN() external view returns (IWusdn wusdn_);
Returns
Name | Type | Description |
---|---|---|
wusdn_ | IWusdn | The WUSDN token. |
getRate
Gets the current redemption rate.
function getRate() external view returns (uint256 rate_);
Returns
Name | Type | Description |
---|---|---|
rate_ | uint256 | Number of USDN tokens per WUSDN token. |