IWeETH
Functions
getEETHByWeETH
Get amount of eETH for {_weETHAmount} weETH
function getEETHByWeETH(uint256 _weETHAmount) external view returns (uint256);
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | Amount of eETH for {_weETHAmount} weETH |
getWeETHByeETH
Get amount of weETH for {_eETHAmount} eETH
function getWeETHByeETH(uint256 _eETHAmount) external view returns (uint256);
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | Amount of weETH for {_eETHAmount} eETH |