Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update panoramix.py #182

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions panoramix.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# main contract for testing - most of the common edge cases here
"mixgenes": "0xf97e0A5b616dfFC913e72455Fde9eA8bBe946a2B",
# the convoluted one people can't decompile
"etherdelta": "0x8d12A197cB00D4747a1fe03395095ce2A5CC6819",
"etherdelta": "0x49345182D578B1b3c7Ed4B2e6eCD8Aef63DD2CA3",
"ledger": "0xf91546835f756DA0c10cFa0CDA95b15577b84aA7",
"solidstamp": "0x165cfb9ccf8b185e03205ab4118ea6afbdba9203",
# a basic contract - not too complex, not too simple
Expand Down Expand Up @@ -434,7 +434,7 @@ def decompile_bulk(addr_list):
f"""
python3 panoramix.py [address|shortcut|stdin] [func_name] [--verbose] [--silent]

address: {C.gray}e.g. 0x06012c8cf97BEaD5deAe237070F9587f8E7A266d
address: {C.gray}e.g. 0x49345182D578B1b3c7Ed4B2e6eCD8Aef63DD2CA3
you can provide multiple, separating with comma{C.end}

shortcut: {C.gray}e.g. kitties, unicorn, solidstamp{C.end}
Expand Down