Address
Explanation of the address format and its usage in the Umi Network blockchain.
Address is a unique identifier of a location on the blockchain. It is used to identify packages, accounts, and objects. Address has a fixed size of 32 bytes and is usually represented as a hexadecimal string prefixed with 0x
. Addresses are case insensitive.
The address above is an example of a valid address. It is 64 characters long (32 bytes) and prefixed with 0x
.
Umi Network also has reserved addresses that are used to identify standard packages and objects. Reserved addresses are typically simple values that are easy to remember and type. For example, the address of the Standard Library is 0x1
. Addresses, shorter than 32 bytes, are padded with zeros to the left.
Here are some examples of reserved addresses:
0x1
- address of the Umi Network Standard Library (aliasstd
)0x2
- address of the Umi Network Framework (aliassui
)0x6
- address of the systemClock
object