40,000 USDC
View results
Submission Details
Severity: gas

Initializing state variable to created

Summary

To improve readability, it is best to initialize state variables.
Like in the case of s_state, in the constructor,it should have been initialised to created.
This is defaulted to 0 and hence should be created is not explicit in the code

Vulnerability Details

None

Impact

None

Tools Used

Manual Review

Recommendations

Improves readability

Support

FAQs

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