I\'m using Remix and have something like this...
contract EthText { address payable public owner; ... constructor() public { owner = msg.sender;