Token-0x

First Flight #54
Beginner FriendlyDeFi
100 EXP
Submission Details
Impact: low
Likelihood: low

L-7: State Variable Could Be Immutable

Author Revealed upon completion

L-7: State Variable Could Be Immutable

State variables that are only changed in the constructor should be declared immutable to save gas. Add the immutable attribute to state variables that are only changed in the constructor

2 Found Instances
  • Found in src/helpers/ERC20Internals.sol Line: 10

    string internal _name;
  • Found in src/helpers/ERC20Internals.sol Line: 11

    string internal _symbol;

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.

Give us feedback!