Page.NFT ID

What is the Token ID of Page.NFT

The ID of Page.NFT token is a 256-bit integer that increases with each newly created token. I.e., the very first token will receive an ID with a value of 1 (the value of 0 is reserved), the second token will receive an ID with a value of 2, and so on.

The highest byte in each ID token identifies the ID of the blockchain network in which such a token was originally created. I.e., for example, a token created in the Ethereum blockchain network will have 0 as the value of the most senior byte, a token created in the Polygon blockchain network will have 1 as the value of the most senior byte, and so on. This approach will allow the transfer of tokens between networks (bridging) while preserving the value of the token identifier and not creating duplicate tokens with the same ID in the same network after the transfer.

Last updated