IWeETH

Git Source

Functions

getEETHByWeETH

Get amount of eETH for {_weETHAmount} weETH

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

Returns

NameTypeDescription
<none>uint256Amount of eETH for {_weETHAmount} weETH

getWeETHByeETH

Get amount of weETH for {_eETHAmount} eETH

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

Returns

NameTypeDescription
<none>uint256Amount of weETH for {_eETHAmount} eETH