英文:
What event does createorder emit on Opensea?
问题
Opensea使用creatorder()函数提交订单后,会发出哪种链上事件?
我在钱包的etherscan页面或任何交易中都看不到任何事件。
英文:
What on-chain event is emitted once an order has been submitted to Opensea with creatorder() function?
I cannot see any events on the wallet's etherscan page or any transaction.
答案1
得分: 1
这是一种离链方法,所以你无法在链上看到任何信息。
英文:
it is a off-chain method so you could not see any info on chain.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论