swapExactTokensForTokens.
The revert happened in
swapExactTokensForTokens, checking a condition involving amountOutMin that is an input parameter. It reverted with the following error message:
Error message: UniswapV2Router: INSUFFICIENT_OUTPUT_AMOUNTHop into the debugger view. Notice that require involves
amounts[amounts.length - 1].You can also extract the value of the expression in question by analyzing the function that produced the value:
getAmountsOut from the Execution trace on the leftoutput in the lower paneamounts[amounts.length - 1] gets the last element of the array, we conclude that the value in question is 1029855063181377015.