Answers for "isibility for constructor is ignored. If you want the contract to be non-deployable, making it "abstract" is sufficient"

6

Visibility for constructor is ignored. If you want the contract to be non-deployable, making it "abstract" is sufficient.

visibilisty public is not needed anymore in constructor in solidity.
Posted by: Guest on September-23-2021

Code answers related to "isibility for constructor is ignored. If you want the contract to be non-deployable, making it "abstract" is sufficient"

Browse Popular Code Answers by Language