{
    "Function": "receive",
    "File": "contracts/cgp/AxelarGatewayProxy.sol",
    "Parent Contracts": [
        "contracts/cgp/EternalStorage.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "revert NativeCurrencyNotAccepted()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "receive() external payable {\n        revert NativeCurrencyNotAccepted();\n    }"
}