{
    "Function": "constructor",
    "File": "src/Oracle.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(\n        address _operator\n    ) {\n        operator = _operator;\n    }"
}