Quick Guide to Different Types of Function in Solidity
Constructor function: A constructor function is either public or Internal. This is the first function that is automatically called only when the smart contract is deployed on the network. It cannot be called afterwards.
View function: A view function...
mxmaster2s.hashnode.dev3 min read