You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are couple of problems
first: version of pragma should change to pragma solidity >=0.4.0 <0.6.0;
second : using same name for constructor function as contract name is deprecated
third : this keyword always raise a error in tokensale.sol I'm not sure why
by the way thanks for great videos
The text was updated successfully, but these errors were encountered:
there are couple of problems
first: version of pragma should change to pragma solidity >=0.4.0 <0.6.0;
second : using same name for constructor function as contract name is deprecated
third : this keyword always raise a error in tokensale.sol I'm not sure why
by the way thanks for great videos
The text was updated successfully, but these errors were encountered: