{
    "Function": "mockStaticFunction",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/CallReceiverMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function mockStaticFunction() public pure returns (string memory) {\n        return \"0x1234\";\n    }"
}