
Uniswap SwapRouter02 (Arbitrum)
0x68b3...Fc45DeFiV3uniswap
Contract Level Prompt
Foundational semantic layer for AI interpretation.
This is the Uniswap SwapRouter02 contract for the Arbitrum network. It can be used an an entrypoint for making trades on the V2 and V3 pool protocols.
exactInputSingle()
nonpayableFunctional Prompt
Swap an exact amount of `input` token for a minimum amount of `output` token on Arbitrum. The input and output token must be in the same pool.
Input Parameters
input
paramstuple
Input of type tuple
Output Parameters
output
amountOutuint256
The amount of `tokenOut` received after the transaction.