There are two instances where uint
has been used and everywhere else uint256
is used
It is recommended to use one form consistently throughout all contracts. int256
/uint256
are the preferred type names as they're used for function signatures
https://github.com/Cyfrin/2023-07-beedle/blob/main/src/Staking.sol#L38
https://github.com/Cyfrin/2023-07-beedle/blob/main/src/Staking.sol#L46
Informational
Manual review
Use uint256
consistently across all contracts
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.