{
    "Function": "increment",
    "File": "src/Counter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "onlyTimelock"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function increment() public onlyTimelock {\n        s_number++;\n    }"
}