Solidity Basics: Data Locations
Table of Content
Introduction
Storage
Memory
Stack
CallData
Summary
Introduction
In Solidity, every variable declared and used within a contract has a data location. The EVM(Ethereum Virtual Machine) allows us to store[data] variables in thes...
onyedika.hashnode.dev3 min read