The uint64 is a datatype that represents an unsigned integer and is coded on 64 bits in memory.
uint64 is a datatype that represents an unsigned-integer and is coded on 64 bits in memory. Unlike its counterpart int64 which is signed, uint64 can only be used to store positive integers, of values between 0 and 264 - 1.