This website requires JavaScript.
Explore
Help
Sign in
Git-Mirrors
/
blockchains-security-toolkit
Watch
1
Star
0
Fork
You've already forked blockchains-security-toolkit
0
mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced
2025-06-20 04:34:09 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
34371ae16a
blockchains-security-toolkit
/
advanced_expert
/
vulnerabilities
/
arithmetic_errors
History
Download ZIP
Download TAR.GZ
omahs
f6e3b53c1f
fix typos (
#8
)
2024-12-08 12:23:42 -08:00
..
overflow
fix typos (
#8
)
2024-12-08 12:23:42 -08:00
README.md
organize chapters for the ongoing research, remove dead links, add new resources
2024-11-04 18:42:30 +07:00
README.md
arithmetic errors
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.
chapters
overflow