
PancakeSwap V2 Factory (BSC)
0xcA14...0c73factoryDeFi
Contract Level Prompt
Foundational semantic layer for AI interpretation.
This is the PancakeSwap V2 Factory contract for the Binance Smart Chain network. Use this smart contract to create new token trading pools and look up the address of a pool given the addresses of its two trading tokens.
feeTo()
viewFunctional Prompt
Returns the address which receives trading fees from the PancakeSwap V2 trading pools.
Input Parameters
No input parameters.
Output Parameters
output
feeAddressaddress
The address which receives the PancakeSwap V2 trading fees.