{
    "Function": "DOMAIN_SEPARATOR",
    "File": "src/token/ERC20.sol",
    "Parent Contracts": [
        "src/util/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_calculateDomainSeparator"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function DOMAIN_SEPARATOR() external view returns (bytes32) {\n        return block.chainid == deploymentChainId ? _DOMAIN_SEPARATOR : _calculateDomainSeparator(block.chainid);\n    }"
}