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

ERC2771ContextMockUpgradeable

Inherits: Initializable, ContextMockUpgradeable, ERC2771ContextUpgradeable, MulticallUpgradeable

Functions

constructor

Note: oz-upgrades-unsafe-allow: constructor

constructor(address trustedForwarder) ERC2771ContextUpgradeable(trustedForwarder);

_msgSender

function _msgSender() internal view override(ContextUpgradeable, ERC2771ContextUpgradeable) returns (address);

_msgData

function _msgData() internal view override(ContextUpgradeable, ERC2771ContextUpgradeable) returns (bytes calldata);

_contextSuffixLength

function _contextSuffixLength()
    internal
    view
    override(ContextUpgradeable, ERC2771ContextUpgradeable)
    returns (uint256);