{
    "Function": "constructor",
    "File": "src/token/ERC20.sol",
    "Parent Contracts": [
        "src/util/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_msgSender",
        "_msgSender",
        "_calculateDomainSeparator"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(uint8 decimals_) {\n        decimals = decimals_;\n        wards[_msgSender()] = 1;\n        emit Rely(_msgSender());\n\n        deploymentChainId = block.chainid;\n        _DOMAIN_SEPARATOR = _calculateDomainSeparator(block.chainid);\n    }"
}