{
    "Function": "receive",
    "File": "governance/contracts/bridges/HomeMediator.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "receive() external payable {\n        emit FundsReceived(msg.sender, msg.value);\n    }"
}