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
Solidity supports contract constructors, yet Stylus doesn't. So contract developer is forced to invent some "initialized/not initialized" check and introduce distinct initialization method.
The text was updated successfully, but these errors were encountered:
Solidity supports contract constructors, yet Stylus doesn't. So contract developer is forced to invent some "initialized/not initialized" check and introduce distinct initialization method.
The text was updated successfully, but these errors were encountered: