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

SampleMother

Inherits: Initializable, SampleHuman

Sample base initializable contract that defines a field mother

State Variables

mother

uint256 public mother;

Functions

initialize

function initialize(uint256 value) public initializer;

__SampleMother_init

function __SampleMother_init(uint256 value) internal onlyInitializing;

__SampleMother_init_unchained

function __SampleMother_init_unchained(uint256 value) internal onlyInitializing;