WeEthHandler
Inherits: UniswapFlashswapDirectMintHandler
Handler for the weETH collateral.
Functions
constructor
Creates a new WeEthHandler
instance.
Parameters
Name
Type
Description
_ilkIndex
uint8
Ilk index of the pool.
_ionPool
IonPool
address.
_gemJoin
GemJoin
address.
_whitelist
Whitelist
address.
_wstEthUniswapPool
IUniswapV3Pool
address of the wstETH/WETH Uniswap pool (0.01% fee).
_mintCollateralAsset
Deposits the mint asset into the provider's collateral-asset deposit contract.
Parameters
Name
Type
Description
amountWeth
uint256
_getAmountInForCollateralAmountOut
Calculates the amount of mint asset required to receive amountLrt
.
Calculates the amount of mint asset required to receive amountLrt
.
Parameters
Name
Type
Description
amountOut
uint256
Returns
Name
Type
Description
<none>
uint256
Amount mint asset required for desired output. [WAD]