如何从ABI密钥和合同地址获得坚固码

发布于 2025-02-09 08:18:19 字数 97 浏览 2 评论 0原文

我有一个问题,我丢失了坚固的代码,但是我有该代码的ABI密钥和合同地址。因此,我只想知道我是否可以从ABI密钥和合同地址中获取我的坚固性智能合同代码?如果是,那么我该如何进行混音?

I have an issue I lost my solidity code but I have the abi key and contract address of that code. so I just wanna know if I can get back my solidity smart contract code from the abi key and contract address? if yes then how do I get it in remix?

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

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

发布评论

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

评论(1

总攻大人 2025-02-16 08:18:19

ABI JSON和BYTECODE(在地址上部署)是从源代码派生的。不可能完全逆转操作并从ABI和字节码中得出源代码。

有分解器,例如panoramix 集成的 使您可以将字节码头击中到pseudocode中。但是,它们并不完美,通常无法对某些功能进行分解或生成过于复杂的伪代码以进行简单操作。

ABI JSON and bytecode (deployed on an address) are derived from a source code. It's not possible to fully reverse the operation and derive source code from ABI and bytecode.

There are decompilers, such as Panoramix integrated into Etherscan, that allow you to decimpile the bytecode into pseudocode. However they are not perfect and often not able to decompile some functions or generate overly complicated pseudocode for a simple operation.

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