{
    "Function": "prices",
    "File": "contracts/contracts/Pair.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "sample"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function prices(address tokenIn, uint amountIn, uint points) external view returns (uint[] memory) {\n        return sample(tokenIn, amountIn, points, 1);\n    }"
}