{
    "Function": "getChainId",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/EIP712External.sol",
    "Parent Contracts": [
        "contracts/lib/openzeppelin-contracts/contracts/utils/cryptography/draft-EIP712.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getChainId() external view returns (uint256) {\n        return block.chainid;\n    }"
}