MockContractWithConstructorArgs
State Variables
x
uint256 public immutable x;
y
bool public y;
z
bytes20 public z;
Functions
constructor
constructor(uint256 _x, bool _y, bytes20 _z) payable;
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
uint256 public immutable x;
bool public y;
bytes20 public z;
constructor(uint256 _x, bool _y, bytes20 _z) payable;