Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EtherReceiverMockUpgradeable

Inherits: Initializable

State Variables

_acceptEther

bool private _acceptEther;

Functions

__EtherReceiverMock_init

function __EtherReceiverMock_init() internal onlyInitializing;

__EtherReceiverMock_init_unchained

function __EtherReceiverMock_init_unchained() internal onlyInitializing;

setAcceptEther

function setAcceptEther(bool acceptEther) public;

receive

receive() external payable;