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

ReinitializerMock

Inherits: Initializable

State Variables

counter

uint256 public counter;

Functions

getInitializedVersion

function getInitializedVersion() public view returns (uint64);

initialize

function initialize() public initializer;

reinitialize

function reinitialize(uint64 i) public reinitializer(i);

nestedReinitialize

function nestedReinitialize(uint64 i, uint64 j) public reinitializer(i);

chainReinitialize

function chainReinitialize(uint64 i, uint64 j) public;

disableInitializers

function disableInitializers() public;

doStuff

function doStuff() public onlyInitializing;