[Solidity question] Effective variables question.
Hey, I'm just trying to understand the general context for effective variable use, as storage is expensive so every byte matters. Integers are always 256? That's huge Does that mean that being effective when having a bunch of smaller integers is to split a bigger integer into sections, like "Bytes x-y"? Or am I missing…
Read more