enum


enum is equivalent to uint8, the value of an enum variable cannot exceed 256. enum shares the same characteristic as the uint8 type. They can be packed in storage.

Refer to uint8, uint128, uint256.