SwellLibrary
Functions
getEthAmountInForLstAmountOut
function getEthAmountInForLstAmountOut(ISwEth swEth, uint256 lstAmount) internal view returns (uint256);Name
Type
Description
getLstAmountOutForEthAmountIn
function getLstAmountOutForEthAmountIn(ISwEth swEth, uint256 ethAmount) internal view returns (uint256);Name
Type
Description
depositForLst
function depositForLst(ISwEth swEth, uint256 ethAmount) internal returns (uint256);Name
Type
Description