
Uniswap V3 Factory (Arbitrum)
0x1F98...F984DeFifactoryuniswap
Contract Level Prompt
Foundational semantic layer for AI interpretation.
This is the official Uniswap V3 Pool factory for the Arbitrum network. It can be used to deploy new token trading pools or look up the address of existing pools based on their fee tier.
getPool()
viewFunctional Prompt
Returns the contract deployment address of the trading pool associated with the supplied trading tokens and fee tier.
Input Parameters
input
tokenAaddress
The contract address of the first token in the trading pool.
input
tokenBaddress
The contract address of the second token in the trading pool.
input
feeuint24
The fee tier based in pips. Options are 100, 500, 3000, 10000.
Output Parameters
output
poolAddressaddress
The address of the trading pool with the given token and fee parameters.