{
    "Function": "getSupportedInterfaces",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/ERC165CheckerMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "ERC165Checker"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "getSupportedInterfaces"
    ],
    "Low-Level Calls": [],
    "Code": "function getSupportedInterfaces(address account, bytes4[] memory interfaceIds) public view returns (bool[] memory) {\n        return account.getSupportedInterfaces(interfaceIds);\n    }"
}