智能合约可以持有多少个NFT

发布于 2025-01-22 16:39:59 字数 92 浏览 0 评论 0原文

我知道ERC721合同内部有许多映射,因此可以说,该合同与原始10K不同。这将导致合同冻结或停止工作。还是没有限制?

映射(uint256 =>地址)

I know there is many mappings inside of an ERC721 contracts so let’s say this contract has about 2 million NFTs unlike the original 10k. Will this cause contract to freeze or stop working. Or is there no limit?

Mapping(uint256 => address)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蝶…霜飞 2025-01-29 16:39:59

erc-721 标准不能定义任何nfts可以在a f.收集,除了由uint256 datatype定义的令牌ID。

这意味着技术限制为2^256,约为10^77。

The ERC-721 standard does not define any limit on how many NFTs can be in a collection, apart from token IDs being defined by an uint256 datatype.

Which means the technical limit is 2^256, which is approximately 10^77.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文