DexAggregatorUManager
State Variables
MAX_SLIPPAGE
uint256 internal constant MAX_SLIPPAGE = 0.1e4;allowedSlippage
uint16 public allowedSlippage = 0.0005e4;router
AggregationRouterV5 internal immutable router;priceRouter
Functions
constructor
setAllowedSlippage
swapWith1Inch
Name
Type
Description
Events
SlippageUpdated
Errors
DexAggregatorUManager__Slippage
DexAggregatorUManager__NewSlippageTooLarge
Was this helpful?