{
    "Function": "estimateItem",
    "File": "contracts/oracles/EnsoOracle.sol",
    "Parent Contracts": [
        "contracts/helpers/StrategyTypes.sol",
        "contracts/interfaces/IOracle.sol"
    ],
    "High-Level Calls": [
        "ITokenRegistry",
        "IEstimator"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function estimateItem(address user, address token) public view override returns (int256) {\n        return tokenRegistry.getEstimator(token).estimateItem(user, token);\n    }"
}