Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 700 Bytes

Use of `uint` instead of `uint256`.md

File metadata and controls

23 lines (20 loc) · 700 Bytes

Across the codebase, there are hundreds of instances of uint, as opposed to uint256.

Recommendation:

In favor of explicitness, consider replacing all instances of uint with uint256.


Slide Screenshot

189.jpg


Slide Text

  • OpenZeppelin Fei Protocol Finding N28
  • Specification
  • Integers uint vs uint256
  • Favor Explicitness
  • Use uint256

References


Tags