mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-24 01:11:09 -04:00
186 B
186 B
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.