Open code423n4 opened 2 years ago
State Variable Visibility Not Set
Gauge.sol(L19)
Fix
It is best practice to explicitly set the visibility to one of internal, public, or private for state variables.
Valid Low
State Variable Visibility Not Set
Gauge.sol(L19)
- address immutable factory;Fix
It is best practice to explicitly set the visibility to one of internal, public, or private for state variables.