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

SampleChild

Inherits: Initializable, SampleMother, SampleFather

Child extends from mother, father (gramps)

State Variables

child

uint256 public child;

Functions

initialize

function initialize(uint256 _mother, string memory _gramps, uint256 _father, uint256 _child) public initializer;

__SampleChild_init

function __SampleChild_init(uint256 _mother, string memory _gramps, uint256 _father, uint256 _child)
    internal
    onlyInitializing;

__SampleChild_init_unchained

function __SampleChild_init_unchained(uint256 _child) internal onlyInitializing;