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

WithConstructor

State Variables

a

Note: oz-upgrades-unsafe-allow: state-variable-immutable

uint256 public immutable a;

b

uint256 public b;

Functions

constructor

Note: oz-upgrades-unsafe-allow: constructor

constructor(uint256 _a);

initialize

function initialize(uint256 _b) public;