StaderLibrary
A helper library for Stader-related conversions.
Functions
getEthAmountInForLstAmountOut
Returns the amount of ETH needed to mint the given amount of ETHx.
Parameters
staderDeposit
IStaderStakePoolsManager
address.
lstAmount
uint256
Desired output amount. [WAD]
getLstAmountOutForEthAmountIn
Returns the amount of ETHx that can be minted with the given amount of ETH.
Parameters
staderDeposit
IStaderStakePoolsManager
address.
ethAmount
uint256
Amount of ETH to deposit. [WAD]
depositForLst
Deposits ETH into the stader deposit contract and returns the amount of ETHx received.
Parameters
staderDeposit
IStaderStakePoolsManager
address.
ethAmount
uint256
Amount of ETH to deposit. [WAD]
depositForLst
Deposits ETH into the stader deposit contract and returns the amount of ETHx received. This function parameterizes the address to receive the ETHx.
Parameters
staderDeposit
IStaderStakePoolsManager
address.
ethAmount
uint256
Amount of ETH to deposit. [WAD]
receiver
address
to receive the ETHx.