Across the codebase, there are hundreds of instances of uint
, as opposed to uint256
.
In favor of explicitness, consider replacing all instances of uint
with uint256
.
- OpenZeppelin Fei Protocol Finding N28
- Specification
- Integers
uint
vsuint256
- Favor Explicitness
- Use
uint256