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

SampleGramps

Inherits: Initializable, SampleHuman

Sample base initializable contract that defines a field gramps

State Variables

gramps

string public gramps;

Functions

initialize

function initialize(string memory value) public initializer;

__SampleGramps_init

function __SampleGramps_init(string memory value) internal onlyInitializing;

__SampleGramps_init_unchained

function __SampleGramps_init_unchained(string memory value) internal onlyInitializing;