{
    "Function": "MAXIMUM_DELAY",
    "File": "contracts/mocks/MockTimelock.sol",
    "Parent Contracts": [
        "contracts/governance/Timelock.sol",
        "contracts/interfaces/governance/ITimelock.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function MAXIMUM_DELAY() public pure override returns (uint256) {\n        return 15 minutes;\n    }"
}