{
    "Function": "constructor",
    "File": "contracts/token/TimelockConfig.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_setRawConfig",
        "_setRawConfig"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address admin, uint256 timelock) {\n    _setRawConfig(ADMIN, uint256(uint160((admin))));\n    _setRawConfig(TIMELOCK, timelock);\n  }"
}