DexSwapperUManager
State Variables
MAX_SLIPPAGE
uint256 internal constant MAX_SLIPPAGE = 0.1e4;allowedSlippage
uint16 public allowedSlippage = 0.0005e4;router
IUniswapV3Router internal immutable router;balancerVault
priceRouter
Functions
constructor
setAllowedSlippage
swapWithUniswapV3
Name
Type
Description
swapWithBalancerV2
Name
Type
Description
swapWithCurve
Name
Type
Description
Events
SlippageUpdated
Errors
DexSwapperUManager__Slippage
DexSwapperUManager__NewSlippageTooLarge
DexSwapperUManager__UniswapV3BadPathOrFees
Structs
CurveInfo
Was this helpful?