
PancakeSwap V3 SwapRouter
0x1b81...eB14DeFi
Contract Level Prompt
Foundational semantic layer for AI interpretation.
This is the PancakeSwap V3 SwapRouter. It is the primary entrypoint for performing token-to-token trades in the PancakeSwap protocol on BNB smart chain.
exactInputSingle()
nonpayableFunctional Prompt
Swaps an exact amount of input token for output token.
Input Parameters
input
paramstuple
Swap parameters
Output Parameters
output
amountOutuint256
The amount of output token produced by the specified amount of input token.