You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Executes an exact input trade. Splits trade efficiently between Uniswap and Sushiswap
111
+
* Executes an exact input trade split between Uniswap and Sushiswap. This function is for when one wants to trade with the optimal split between Uniswap
112
+
* and Sushiswap. This function's interface matches the Uniswap V2 swapExactTokensForTokens function. Input/output tokens are inferred implicitly from
113
+
* the trade path with first token as input and last as output.
112
114
*
113
115
* @param _amountIn the exact input amount
114
116
* @param _amountOutMin the minimum output amount that must be received
* Executes an exact output trade. Splits trade efficiently between Uniswap and Sushiswap
160
+
* Executes an exact output trade split between Uniswap and Sushiswap. This function is for when one wants to trade with the optimal split between Uniswap
161
+
* and Sushiswap. This function's interface matches the Uniswap V2 swapTokensForExactTokens function. Input/output tokens are inferred implicitly from
162
+
* the trade path with first token as input and last as output.
159
163
*
160
164
* @param _amountOut the exact output amount
161
165
* @param _amountInMax the maximum input amount that can be spent
0 commit comments