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
you cannot change the order in which the contract state variables are declared, nor their type.
3
+
4
+
If you need to introduce a new variable, make sure you always do so at the end
5
+
6
+
And if you remove a variable from the end of the contract, note that the storage will not be cleared. A subsequent update that adds a new variable will cause that variable to read the leftover value from the deleted one. -->
0 commit comments