Skip to content

Instantly share code, notes, and snippets.

View Picodes's full-sized avatar

Picodes Picodes

View GitHub Profile

Report

Gas Optimizations

Issue Instances
[GAS-1] Use != 0 instead of > 0 for unsigned integer comparison 5
[GAS-2] Don't initialize variables with default value 1

Report

Gas Optimizations

Issue Instances
[GAS-1] Cache array length outside of loop 1
[GAS-2] Use != 0 instead of > 0 for unsigned integer comparison 5
/*
EXAMPLE
*/
contract A {
}