Implementation1
Inherits: Initializable
State Variables
_value
uint256 internal _value;
Functions
initialize
function initialize() public initializer;
setValue
function setValue(uint256 _number) public;
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
Inherits: Initializable
uint256 internal _value;
function initialize() public initializer;
function setValue(uint256 _number) public;