int/uint
signed and unsigned intergers of various sizes
uint8, uint 256, int8,int256
unisgned and signed intergers of 8 - 256 bits
unit8
8 digit binary number
takes one byte (8 bits) of storage space
int/uint
aliases for int256 and uint256
a comparison will
evaluate to a bool value
<=, <, ==, !=, >=, >
comparisons
+,-,*,/
operations
%
remainder
**
exponentiation