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

4. Addresses & msg.sender

Track the contract owner.

Store `msg.sender` in `address public owner` inside the constructor.
Required in your answer: address public ownerowner = msg.sender