Introduction to Storage
Learn about the storage data location in Solidity.
Storage is a foundational concept in Solidity, serving as the primary location for storing all state variables. Unlike memory
, storage
variables are changeable, allowing the state of a contract to be modified. The data stored in storage
is persistent, making it durable and recorded on the blockchain.
Get hands-on with 1400+ tech skills courses.