Favour Ajayefavourajaye.hashnode.dev·May 4, 2023Variables and control structures in solidity (100 Days of Solidity (Day 2–3) pt. 2)Variables In solidity, there are three types of variables. The state, the local, and the global State variables State variables are variables that store data on the blockchain. They are declared inside of a contract. The data stored in the variable w...30 likes·58 readsSolidity