acuarica / evm

A Symbolic Ethereum Virtual Machine (EVM) bytecode interpreter, parser and decompiler, along with several other utils for programmatically extracting information from EVM bytecode.
https://acuarica.github.io/evm/
MIT License
46 stars 5 forks source link

Gracefully exit in CLI when contract is `0x` #79

Closed acuarica closed 5 months ago

acuarica commented 5 months ago

Usually the empty contract comes when a contract has been self-destructed or when it does not have associated code.