{
    "Function": "constructor",
    "File": "contracts/routers/FullRouter.sol",
    "Parent Contracts": [
        "contracts/routers/StrategyRouter.sol",
        "contracts/helpers/StrategyTypes.sol",
        "contracts/interfaces/IStrategyRouter.sol"
    ],
    "High-Level Calls": [
        "IStrategyController",
        "IOracle"
    ],
    "Internal Calls": [
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address addressesProvider_, address controller_) public StrategyRouter(RouterCategory.LOOP, controller_) {\n        addressesProvider = ILendingPoolAddressesProvider(addressesProvider_);\n        susd = IStrategyController(controller_).oracle().susd();\n    }"
}