Clarification on what happens when we call the store function in SimpleStorage contract. #720
MichaelGKing
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Am I correct in saying that when we deploy our smart contract SimpleStorage, it then exists immutably on one of the blocks of the blockchain (so long as the transaction is accepted).
Then if we successfully call the store function in this contract, is the number we store then being stored on a different block in the blockchain?
Beta Was this translation helpful? Give feedback.
All reactions