{
    "Function": "receive",
    "File": "contracts/openzeppelin-solidity/contracts/proxy/Proxy.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_fallback"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "receive() external payable virtual {\n        _fallback();\n    }"
}