{
    "Function": "prices",
    "File": "src/interfaces/Uniswap/IPool.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function prices(address tokenIn, uint256 amountIn, uint256 points) external view returns (uint256[] memory);"
}