{
    "Function": "_setAdminEpoch",
    "File": "contracts/cgp/AdminMultisigBase.sol",
    "Parent Contracts": [
        "contracts/cgp/EternalStorage.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_setUint"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _setAdminEpoch(uint256 adminEpoch) internal {\n        _setUint(KEY_ADMIN_EPOCH, adminEpoch);\n    }"
}