Skip to content

IWeETH ​

Git Source

Functions ​

getEETHByWeETH ​

Get amount of eETH for {_weETHAmount} weETH

solidity
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

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

Returns

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