{
    "Function": "getValue",
    "File": "src/interfaces/IV3Oracle.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getValue(uint256 tokenId, address token)\n        external\n        view\n        returns (uint256 value, uint256 feeValue, uint256 price0X96, uint256 price1X96);"
}