Quarantined
This project has been quarantined by PyPI admins. It cannot be installed or modified until a security review is complete.
coinscan
Safety heuristics for pre-sale token contracts across EVM chains. Score a contract from its bytecode and surface suspicious functions before you ape.
Install
pip install coinscan
CLI
coinscan chains
coinscan scan 0xCONTRACT <bytecode-hex>
Library
from coinscan import report, format_report
r = report("0x1234...", "60806040...mint...")
print(format_report(r))
License
MIT
Release files for coinscan 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| coinscan-0.1.0.tar.gz | 11.9 kB | Details |
Release files / coinscan-0.1.0.tar.gz
| Download URL | coinscan-0.1.0.tar.gz |
|---|---|
| Size | 11.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4dd9521839c85b4751b8d828a209d50709060802ed44ef1cdc742f67efc5c56d
|
|
BLAKE2b-256 checksum How to use checksums |
33a827c9c6a4631a5e02e0d42aaf68f34363255f52b5a694ff5d5a4bfa67142a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|