{
    "Function": "setAcceptEther",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/EtherReceiverMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setAcceptEther(bool acceptEther) public {\n        _acceptEther = acceptEther;\n    }"
}