- defaults:
- solidity < 0.8: integers in overflow / underflow without any errors.
- solidity >= 0.8: default behaviour of for overflow / underflow is to throw an error.
- use SafeMath to prevent arithmetic overflow and underflow.
This repository was archived by the owner on Dec 10, 2025. It is now read-only.