Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 987 Bytes

EVM Storage.md

File metadata and controls

21 lines (20 loc) · 987 Bytes

Storage is a key-value store that maps 256-bit words to 256-bit words and is accessed with EVM’s SSTORE/SLOAD instructions. All locations in storage are initialized as zero.


Slide Screenshot

114.jpg


Slide Text

  • Storage -> Key/Value Store
  • Key -> Value
  • 256-bit -> 256-bit
  • Storage Access
    • SLOAD & SSTORE
  • Storage Location
    • Zero Initialized

References


Tags

Stack Memory, Storage, and Flow Operations, Storage Layout, Storage Packing, Storage Layout & Ordering, [Storage Layout & Inheritance], Storage Layout for Mappings & Dynamic Arrays