State Variables in Solidity
In this article, I’ll be going over the different types of state variables in Solidity and how to use them. State variables are one of the most important parts of any smart contract, as they allow us to store data that can change over time. This article is mainly focused on value types of state … Read more