Solidity: What is a state variable not available in my test?

后端 未结 0 924
耶瑟儿~
耶瑟儿~ 2020-12-09 06:59

I\'m using Remix and have something like this...

contract EthText {
  address payable public owner;
  ...
  constructor() public {
    owner = msg.sender;


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题