Gas optimization Series Part -2
Jul 16, 2023 · 2 min read · Today we'll briefly look into caching state variables It is always better to cache a state variable if you can. What does caching a state variable even mean? It's a jargon word to scare off people. In essence, it's simply the act of copying state va...
Join discussion