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

Implementation3

Inherits: Initializable

State Variables

_value

uint256 internal _value;

Functions

initialize

function initialize() public initializer;

setValue

function setValue(uint256 _number) public;

getValue

function getValue(uint256 _number) public view returns (uint256);