You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: