英文:
Is there anyway to see all the functions provided by a contract that has been deployed on Near protocol?
问题
有没有办法查看在Near协议上部署的合同提供的所有函数?该合同位于zhiwong5.testnet。
英文:
I am trying to use make function calls against a deployed contract on Near. Documentation is non-existent as is so often the case.
Is there anyway to see all the functions provided by a contract that has been deployed on Near protocol? The contract is on zhiwong5.testnet
答案1
得分: 1
是的,统计画廊 允许您查看部署在 Near 协议上的合同中的所有方法,甚至可以从那里执行函数。
以下是您合同的方法链接:https://stats.gallery/testnet/zhiwong5.testnet/contract?t=week
英文:
Yes , stats gallery enables you to see all the methods within a deployed contract on near protocol and you can even execute the functions from there.
Here is the link of methods for your contract : https://stats.gallery/testnet/zhiwong5.testnet/contract?t=week
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论