Uniswap SwapRouter02 (Arbitrum)

Uniswap SwapRouter02 (Arbitrum)

0x68b3...Fc45ArbitrumArbitrum
DeFiV3uniswap

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()

nonpayable

Functional 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

paramstuple

Input of type tuple

Output Parameters

amountOutuint256

The amount of `tokenOut` received after the transaction.