Solidity tip: when `opcode(0x20, x)` feels better than `opcode(x, 0x20)`, you have accquired “stack machine compiler sense”. Sometimes Solidity optimizes it, sometimes it doesn’t.
9,85K