RestakedSwellLibrary
A helper library for restaked Swell-related conversions.
Functions
getEthAmountInForLstAmountOut
Returns the amount of ETH needed to mint the given amount of rswETH.
Parameters
Name | Type | Description |
---|---|---|
|
| address. |
|
| Desired output amount. [WAD] |
getLstAmountOutForEthAmountIn
Returns the amount of ETH needed to mint the given amount of rswETH.
Parameters
Name | Type | Description |
---|---|---|
|
| address. |
|
| Amount of ETH to deposit. [WAD] |
depositForLrt
Deposits ETH into the rswETH contract and returns the amount of rswETH received.
Parameters
Name | Type | Description |
---|---|---|
|
| address. |
|
| Amount of ETH to deposit. [WAD] |