EthereumCasts icon indicating copy to clipboard operation
EthereumCasts copied to clipboard

Constructor Syntax update in smart contract

Open prayagcbose opened this issue 4 years ago • 0 comments

In kickstart/ethereum/contracts/Campaign.sol

The Constructor syntax is shown as: function Camoaign(){ ....... } Which can be refactored as: constructor(){ ...... }

prayagcbose avatar Mar 08 '20 07:03 prayagcbose