loomnetwork / erc721x

ERC721x is an extension of ERC721 that adds support for multi-fungible tokens and batch transfers, while being fully backward-compatible.
BSD 3-Clause "New" or "Revised" License
165 stars 54 forks source link

Each bin can only store numbers < 2^16 #36

Open boris9a9 opened 3 years ago

boris9a9 commented 3 years ago

Hello Loom network, I'm trying to implement FT base on ERC721x, I have a question about the maximum amount of items in one asset (TokenId): Is is true that Each bin can only store numbers < 2^16, that means every asset (with asset's TokenId) can only has maximum of 2^16 items?

In case I want to increase this amount (for example: 2^32), how can I do that? Thank you