WusdnBalancerAdaptor
Inherits: IWusdnBalancerAdaptor
State Variables
WUSDN
Gets the WUSDN token.
IWusdn public immutable WUSDN;
Functions
constructor
constructor(IWusdn wusdn);
Parameters
Name | Type | Description |
---|---|---|
wusdn | IWusdn | The address of 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. |