blockchains-security-toolkit/advanced_expert/vulnerabilities/arithmetic_errors
steinkirch.eth, phd 29bda267a7
Create README.md
2023-06-19 09:17:09 -07:00
..
overflow.md Rename advanced_expert/vulnerabilities/overflow.md to advanced_expert/vulnerabilities/arithmetic_errors/overflow.md 2023-06-19 09:15:39 -07:00
README.md Create README.md 2023-06-19 09:17:09 -07:00

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.