如何在过去的时间戳中找到所有者Solana NFT?

发布于 2025-02-04 06:36:02 字数 267 浏览 1 评论 0原文

了解,在solana上获取nft的当前所有者非常简单(使用Python的Solana NFT的持有人),过去我们如何在某些时间戳上获得所有者?

我能想到的一种方法是获取特定NFT的所有转移交易,并按时间从地址对所有进行排序。只是想知道是否有更好的方法。

Understanding that it is pretty straightforward to fetch the current owner of a NFT on Solana (get holder of solana nft using python), how could we get the owner at certain timestamp in the past?

One way I could think of is to get all the transfer transactions of a particular NFTs and sort all the from address by time. Just wondering if there are better ways.

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

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

发布评论

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

评论(1

陪我终i 2025-02-11 06:36:02

您的推销方法是当前唯一可能的方法:进行所有交易并过滤它们。

You could for example check how the solana explorer is doing it in the Token Transfer Tab:

Your pitched approach is the only possible one currently: Going through all transactions and filter them.

You could for example check how the solana explorer is doing it in the Token Transfer Tab: github

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