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

ERC2771ContextMock

Inherits: ContextMock, ERC2771Context, Multicall

Functions

constructor

Note: oz-upgrades-unsafe-allow: constructor

constructor(address trustedForwarder) ERC2771Context(trustedForwarder);

_msgSender

function _msgSender() internal view override(Context, ERC2771Context) returns (address);

_msgData

function _msgData() internal view override(Context, ERC2771Context) returns (bytes calldata);

_contextSuffixLength

function _contextSuffixLength() internal view override(Context, ERC2771Context) returns (uint256);