#solidity
Read more stories on Hashnode
Articles with this tag
Today, we'll see how you can save gas, by removing overflow checks in loops. Solidity compilers perform various validations and checks during code...
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...
Starting this gas optimization series where i'll be writing whatever i learn about gas optimization in solidity. "How far will you go to save gas ?"...