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