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.

  1. GNUS Token

    • ID: 0x0000000000000000000000000000000000000000000000000000000000000000

  2. Game Studio 1 Token (Child of GNUS)

    • ID: 0x0000000000000000000000000000000000000000000000000000000000000001

  3. Game 1 Token (Child of Game Studio 1)

    • ID: 0x0000000000000000000000000000000100000000000000000000000000000002

  4. NFT 3 (Child of Game 1)

    • ID: 0x0000000000000000000000000000000100000000000000000000000000000003

  5. Game 3 Token (Child of Game Studio 1)

    • ID: 0x0000000000000000000000000000000100000000000000000000000000000004

  6. NFT 6 (Child of Game 3)

    • ID: 0x0000000000000000000000000000000100000000000000000000000000000005

  7. Assistance App 1 Token (Child of GNUS)

    • ID: 0x0000000000000000000000000000000000000000000000000000000000000006

  8. Solo Game 1 Token (Child of GNUS)

    • ID: 0x0000000000000000000000000000000000000000000000000000000000000007

  9. NFT 1 (Child of Solo Game 1)

    • ID: 0x0000000000000000000000000000000300000000000000000000000000000008

  10. NFT 2 (Child of Solo Game 1)

    • ID: 0x0000000000000000000000000000000300000000000000000000000000000009

  11. Healthcare App Token (Child of GNUS)

    • ID: 0x000000000000000000000000000000000000000000000000000000000000000A

  12. Country 1 Token (Child of GNUS)

    • ID: 0x000000000000000000000000000000000000000000000000000000000000000B

  13. Game Studio 2 Token (Child of Country 1)

    • ID: 0x000000000000000000000000000000050000000000000000000000000000000C

  14. Game 2 Token (Child of Game Studio 2)

    • ID: 0x000000000000000000000000000000050000000000000000000000000000000D

  15. NFT 4 (Child of Game 2)

    • ID: 0x000000000000000000000000000000050000000000000000000000000000000E

  16. Game 4 Token (Child of Game Studio 2)

    • ID: 0x000000000000000000000000000000050000000000000000000000000000000F

  17. NFT 5 (Child of Game 4)

    • ID: 0x0000000000000000000000000000000500000000000000000000000000000010

  18. ISP App Token (Child of Country 1)

    • ID: 0x0000000000000000000000000000000500000000000000000000000000000011

  19. Finance App

    • ID: 0x0000000000000000000000000000000000000000000000000000000000000012

Last updated