Encoded IDs
Explanation
Upper 128 bits: Represent the parent token ID in the hierarchy. This ensures that each child token can trace its parent.
Lower 128 bits: Represent the child token ID. This uniquely identifies the child token within the context of its parent.
In this representation, each token and NFT has a globally unique lower 128-bit ID, ensuring no placeholders are used. Each new token or NFT increments a global counter to maintain uniqueness.
GNUS Token
ID:
0x0000000000000000000000000000000000000000000000000000000000000000
Game Studio 1 Token (Child of GNUS)
ID:
0x0000000000000000000000000000000000000000000000000000000000000001
Game 1 Token (Child of Game Studio 1)
ID:
0x0000000000000000000000000000000100000000000000000000000000000002
NFT 3 (Child of Game 1)
ID:
0x0000000000000000000000000000000100000000000000000000000000000003
Game 3 Token (Child of Game Studio 1)
ID:
0x0000000000000000000000000000000100000000000000000000000000000004
NFT 6 (Child of Game 3)
ID:
0x0000000000000000000000000000000100000000000000000000000000000005
Assistance App 1 Token (Child of GNUS)
ID:
0x0000000000000000000000000000000000000000000000000000000000000006
Solo Game 1 Token (Child of GNUS)
ID:
0x0000000000000000000000000000000000000000000000000000000000000007
NFT 1 (Child of Solo Game 1)
ID:
0x0000000000000000000000000000000300000000000000000000000000000008
NFT 2 (Child of Solo Game 1)
ID:
0x0000000000000000000000000000000300000000000000000000000000000009
Healthcare App Token (Child of GNUS)
ID:
0x000000000000000000000000000000000000000000000000000000000000000A
Country 1 Token (Child of GNUS)
ID:
0x000000000000000000000000000000000000000000000000000000000000000B
Game Studio 2 Token (Child of Country 1)
ID:
0x000000000000000000000000000000050000000000000000000000000000000C
Game 2 Token (Child of Game Studio 2)
ID:
0x000000000000000000000000000000050000000000000000000000000000000D
NFT 4 (Child of Game 2)
ID:
0x000000000000000000000000000000050000000000000000000000000000000E
Game 4 Token (Child of Game Studio 2)
ID:
0x000000000000000000000000000000050000000000000000000000000000000F
NFT 5 (Child of Game 4)
ID:
0x0000000000000000000000000000000500000000000000000000000000000010
ISP App Token (Child of Country 1)
ID:
0x0000000000000000000000000000000500000000000000000000000000000011
Finance App
ID:
0x0000000000000000000000000000000000000000000000000000000000000012
Last updated