uint32 is a datatype that represents an unsigned integer and is coded on 32 bits in memory.
uint32 is a datatype that represents an unsigned-integer and is coded on 32 bits in memory. Unlike its counterpart int32 which is signed, uint32 can only be used to store positive integers, of values between 0 and 232 - 1.