## 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.