uint

uint is an unsigned integer (0, 1, 2…)
Integers cannot have decimals and must be a whole number.

uint is different from int in that it is always a positive number.