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

SampleHuman

Inherits: Initializable

Sample base initializable contract that is a human

State Variables

isHuman

bool public isHuman;

Functions

initialize

function initialize() public initializer;

__SampleHuman_init

function __SampleHuman_init() internal onlyInitializing;

__SampleHuman_init_unchained

function __SampleHuman_init_unchained() internal onlyInitializing;