March 2019
Intermediate to advanced
636 pages
27h 50m
English
State variables are values that are permanently stored in contract storage, and are used to maintain the contract's state.
The following is an example of the code:
contract SimpleStorage { uint storedData; // State variable //…}
Read now
Unlock full access