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

ContextMockUpgradeable

Inherits: Initializable, ContextUpgradeable

Functions

__ContextMock_init

function __ContextMock_init() internal onlyInitializing;

__ContextMock_init_unchained

function __ContextMock_init_unchained() internal onlyInitializing;

msgSender

function msgSender() public;

msgData

function msgData(uint256 integerValue, string memory stringValue) public;

msgDataShort

function msgDataShort() public;

Events

Sender

event Sender(address sender);

Data

event Data(bytes data, uint256 integerValue, string stringValue);

DataShort

event DataShort(bytes data);