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

ContextMock

Inherits: Context

Functions

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);