IWeETH ​
getEETHByWeETH ​
solidity
function getEETHByWeETH(uint256 _weETHAmount) external view returns (uint256)
Get amount of eETH for {_weETHAmount} weETH
Return Values ​
Name | Type | Description |
---|---|---|
[0] | uint256 | Amount of eETH for {_weETHAmount} weETH |
getWeETHByeETH ​
solidity
function getWeETHByeETH(uint256 _eETHAmount) external view returns (uint256)
Get amount of weETH for {_eETHAmount} eETH
Return Values ​
Name | Type | Description |
---|---|---|
[0] | uint256 | Amount of weETH for {_eETHAmount} eETH |