MigratableMockV1
Inherits: Initializable
This contract is a mock to test initializable functionality through migrations
State Variables
x
uint256 public x;
Functions
initialize
function initialize(uint256 value) public payable initializer;
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
This contract is a mock to test initializable functionality through migrations
uint256 public x;
function initialize(uint256 value) public payable initializer;