Closed TheCryptoChad closed 2 years ago
There are several ways to optimize gas usage. As a rule of thumb, try to always avoid storage read/writes and external calls, whenever possible.
There are several ways to optimize gas usage. As a rule of thumb, try to always avoid storage read/writes and external calls, whenever possible.