Constructor
constructor
is a special function that is called only once when the contract is deployed.
The main purpose of the the constructor
is to set state variables to some initial state.
Last updated
Was this helpful?
constructor
is a special function that is called only once when the contract is deployed.
The main purpose of the the constructor
is to set state variables to some initial state.
Last updated
Was this helpful?