Base class for UInt256Value
.
Base class for UInt32Value
.
Base class for UInt384Value
.
Base class for UInt64Value
.
A unit measure of Gas as used by the Ethereum VM.
An unsigned 256-bit precision number. This is a raw UInt256Value
- a 256-bit precision unsigned number of no particular unit.
A DiscreteDomain
over UInt256
.
Static utility methods on UInt256 values.
Represents a 256-bit (32 bytes) unsigned integer value.
A DiscreteDomain
over a UInt256Value
.
An unsigned 32-bit precision number. This is a raw UInt32Value
- a 32-bit precision unsigned number of no particular unit.
A DiscreteDomain
over UInt32
.
Static utility methods on UInt32 values.
Represents a 32-bit (8 bytes) unsigned integer value.
A DiscreteDomain
over a UInt32Value
.
An unsigned 384-bit precision number. This is a raw UInt384Value
- a 384-bit precision unsigned number of no particular unit.
A DiscreteDomain
over UInt384
.
Static utility methods on UInt384 values.
Represents a 384-bit (48 bytes) unsigned integer value.
A DiscreteDomain
over a UInt384Value
.
An unsigned 64-bit precision number. This is a raw UInt64Value
- a 64-bit precision unsigned number of no particular unit.
A DiscreteDomain
over UInt64
.
Static utility methods on UInt64 values.
Represents a 64-bit (8 bytes) unsigned integer value.
A DiscreteDomain
over a UInt64Value
.
A unit measure of Wei as used by the Ethereum VM.