{
    "Function": "supportsInterface",
    "File": "contracts/src/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/introspection/ERC165Checker.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "supportsERC165",
        "supportsERC165InterfaceUnchecked"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function supportsInterface(address account, bytes4 interfaceId) internal view returns (bool) {\n        // query support of both ERC165 as per the spec and support of _interfaceId\n        return supportsERC165(account) && supportsERC165InterfaceUnchecked(account, interfaceId);\n    }"
}