IRouterErrors
Errors
RouterZeroSwap
error RouterZeroSwap();
RouterNotFactoryPool
error RouterNotFactoryPool();
RouterTooLittleReceived
error RouterTooLittleReceived(uint256 amountOutMinimum, uint256 amountOut);
RouterTooMuchRequested
error RouterTooMuchRequested(uint256 amountInMaximum, uint256 amountIn);
Last updated