0

Recently I had used solidity optimizer. And after reading more about how it works I was interested in trying to go deeper. One of the things I wanted to do was to see how the "solidity" code looks after it was optimized.

Basically, I would like to find a tool that can translate bytecode back to solidity.

Anyone ever heard of something like that? Because it would be an amazing learning tool.

eth
  • 85,679
  • 53
  • 285
  • 406
Sky
  • 2,282
  • 2
  • 7
  • 26

1 Answers1

5

This tool decompiles Ethereum contract bytecode into more readable Solidity-like code:

https://ethervm.io/decompile

Yongjian P.
  • 4,170
  • 1
  • 3
  • 10