
Uniswap V3 Pool: USDC/WETH (Arbitrum)
0xc473...B57cuniswappoolDeFi
Contract Level Prompt
Foundational semantic layer for AI interpretation.
Trading pool for USDC/WETH for 0.3% LP fee on Arbitrum. Useful as an onchain price oracle via the `observe` read function.
token1()
viewFunctional Prompt
Returns the second token in the trading pool. Important for calculating TWAP.
Input Parameters
No input parameters.
Output Parameters
output
token1Addressaddress
The address of the second token in the trading pair.