{
    "Function": "changeBondingPeriod",
    "File": "contracts/Dao.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "onlyDAO"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function changeBondingPeriod(uint256 bondingSeconds) external onlyDAO{\n        bondingPeriodSeconds = bondingSeconds;\n    }"
}