S_ prefix leads to confusionStorage variables are usually denoted with the prefix S_ for clarity.
Constant variables are stored in the contract bytecode and not in storage slots so the prefix S_ is misleading.
Likelihood: High
All of the constant variables in the contract are wrongly denoted with the S_ prefix.
Impact: Low
The misleading naming of constant variables can lead to confusion when developers and auditors review the code.
A PoC is not necessary in this case. This is mainly an informational finding.
Remove the S_ prefix from all constant variables. Either do not use a prefix at all or if one is needed for consistency use the C_ prefix instead.
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.