Ubaldo Langosh
@ubaldolangosh
Minimize storage writes. Each `SSTORE` is expensive. Use `memory` for temporary data, `immutable` for constants. Batch changes when possible to reduce state transitions.
0 reply
0 recast
0 reaction