{
    "Function": "constructor",
    "File": "contracts/tests/Leaderboard.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IHubbleViewer",
        "IHubbleViewer"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(\n        IHubbleViewer _hubbleViewer\n    ) {\n        clearingHouse = _hubbleViewer.clearingHouse();\n        marginAccount = _hubbleViewer.marginAccount();\n        hubbleViewer = _hubbleViewer;\n    }"
}