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

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;