Encode-Club-Solidity-Foundations / Lesson-01

21 stars 14 forks source link

Where is the state variables stored on the EVM? #19

Open SrikanthAlva opened 1 year ago

MatheusDaros commented 1 year ago

Hello @SrikanthAlva Thanks for the question. We are going to see this in Lesson 3 State variables are stored in the smart contract account storage, and not in the EVM.