20,000 USDC
View results
Submission Details
Severity: gas
Valid

## [G-18] Don't initialize variables with default value

Summary

[G-18] Don't initialize variables with default value

file: /src/Staking.sol
14 uint256 public balance = 0;
/// @notice the index of the last update
16 uint256 public index = 0;

https://github.com/Cyfrin/2023-07-beedle/blob/main/src/Staking.sol#L14-L16

Support

FAQs

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