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;