Skip to content

IWeETH ​

getEETHByWeETH ​

solidity
function getEETHByWeETH(uint256 _weETHAmount) external view returns (uint256)

Get amount of eETH for {_weETHAmount} weETH

Return Values ​

NameTypeDescription
[0]uint256Amount of eETH for {_weETHAmount} weETH

getWeETHByeETH ​

solidity
function getWeETHByeETH(uint256 _eETHAmount) external view returns (uint256)

Get amount of weETH for {_eETHAmount} eETH

Return Values ​

NameTypeDescription
[0]uint256Amount of weETH for {_eETHAmount} eETH