WusdnBalancerAdaptor

Git Source

Inherits: IWusdnBalancerAdaptor

State Variables

WUSDN

Gets the WUSDN token.

IWusdn public immutable WUSDN;

Functions

constructor

constructor(IWusdn wusdn);

Parameters

NameTypeDescription
wusdnIWusdnThe address of the WUSDN token.

getRate

Gets the current redemption rate.

function getRate() external view returns (uint256 rate_);

Returns

NameTypeDescription
rate_uint256Number of USDN tokens per WUSDN token.