{
    "Function": "constructor",
    "File": "contracts/market/OverlayV1OI.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor (\n        uint256 _compoundingPeriod\n    ) {\n\n        compoundingPeriod = _compoundingPeriod;\n\n        compounded = block.timestamp;\n\n    }"
}