{
    "Function": "estimateItem",
    "File": "contracts/test/GasBurnerEstimator.sol",
    "Parent Contracts": [
        "contracts/interfaces/IEstimator.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_estimateItem"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function estimateItem(address, address token) public view override returns (int256) { \n        uint256 dummy;\n        return _estimateItem(dummy, token);\n    }"
}