{
    "Function": "functionCall",
    "File": "contracts/openzeppelin-solidity/contracts/utils/Address.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "functionCallWithValue"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function functionCall(\n        address target,\n        bytes memory data,\n        string memory errorMessage\n    ) internal returns (bytes memory) {\n        return functionCallWithValue(target, data, 0, errorMessage);\n    }"
}