mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-13 04:02:16 -04:00
.. | ||
overflow.md | ||
README.md |
arithmetic errors
- solidity < 0.8: integers in overflow / underflow without any errors.
- solidity >= 0.8: default behaviour of for overflow / underflow is to throw an error.