The flags for diferent variables do not meet a consistent patters. Some immutable variables have the flag i_
, some don't, storage variables don't use any flags, and constant variables don't use any convension.
This doens't have any direct impact on the functionality of the contract, but it is very confusing for anyone looking at these variables that don't follow any conventions.
Use the i_
flag for immutable variables, s_
for storage variables, and capslock for constant variable:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.