Constant state variables should be declared constant to save gas. (see here)
- Constant State Variables
- Declare Constant -> Save Gas
- Compile-time Replacement -> No SLOADs
- Identify & Declare
Constant state variables should be declared constant to save gas. (see here)