{
    "Function": "constructor",
    "File": "contracts/Scratchpad.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor( int56[][] memory _observations ) {\n\n        uint len = _observations.length;\n        for (uint i = 0; i < len; i++) observations.push(_observations[i]);\n\n        // immutables\n    }"
}