eveem-org/showmewhatyougot ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python tool that can take an Ethereum contract address and show me what other contracts it is linked to.
I want to be able to run it from the command line like python showme.py <address>, and also use a few built in example names like kitties, medianizer, and destruct so I can test it quickly. The tool should fetch decompiled contract data from Eveem, read through the source, and then analyze it to figure out related contracts, roles, and any references it can find.
Make it feel like a simple command line utility, not a big app. If you need to look up current docs or verify how the API works, feel free to do that. Keep the code clean and organized so the main logic is easy to follow, and include a helpful output that explains what was found for the given contract address.
Are you gonna build this?
make sure you review the code using coderabbit