{
    "Function": "getChainID",
    "File": "contracts/Utilities/EIP712Base.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "chainid()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getChainID() internal view returns (uint256 id) {\n        assembly {\n            id := chainid()\n        }\n    }"
}