← Code LabSolidity0/50 solved · 0%
Optimization · easy

19. constant & immutable

Cheap storage alternatives.

Declare `uint256 public constant MAX = 1000;` and `address public immutable DEPLOYER` set in the constructor.
Required in your answer: uint256 public constant MAX = 1000address public immutable DEPLOYERDEPLOYER = msg.sender