{
    "Function": "constructor",
    "File": "contracts/oracles/EnsoOracle.sol",
    "Parent Contracts": [
        "contracts/helpers/StrategyTypes.sol",
        "contracts/interfaces/IOracle.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(\n        address tokenRegistry_,\n        address weth_,\n        address susd_\n    ) public {\n        tokenRegistry = ITokenRegistry(tokenRegistry_);\n        weth = weth_;\n        susd = susd_;\n    }"
}