This script continuously scans and logs newly created cryptocurrency token contracts on the Ethereum and Polygon networks. It is designed for blockchain analysts, developers, and educators who want to monitor market activity and discover newly deployed tokens in real-time.
- Real-time contract discovery via Mobula API
- Tracks newly listed tokens on Ethereum and Polygon
- Displays token data in a clean, colorized terminal format
- Automatically logs contracts into separate text files:
eth_new_contracts.txt
pol_new_contracts.txt
- Auto-refreshes every 0.5 to 3 seconds
- Displays tokens in batches of 18 with scrolling updates
To use this scanner, you need a Mobula API key:
-
Visit the official documentation: https://docs.mobula.io/introduction
-
Sign in or register an account
-
Generate your personal API key
-
Open the script
tokens_scanner.py
and replace this line:API_KEY = "your_api_key"
with your actual key:
API_KEY = "YOUR_REAL_API_KEY"
π« Never share your API key with others β it is your personal access token!
python tokens_scanner.py
tokens_scanner.bat
The scanner will automatically:
- Connect to Mobula API
- Fetch new tokens
- Display results in your terminal
- Save contracts to:
eth_new_contracts.txt
pol_new_contracts.txt
Install the required Python packages:
pip install requests
Or use the provided requirements file:
pip install -r requirements.txt
Python 3.6+ is required.
File Name | Description |
---|---|
eth_new_contracts.txt |
List of new Ethereum token contracts |
pol_new_contracts.txt |
List of new Polygon token contracts |
tokens_scanner/
βββ assets/
β βββ banner.png
βββ .vscode/
β βββ settings.json
β βββ launch.json
β βββ tasks.json
β βββ extensions.json
βββ .github/
β βββ FUNDING.yml
βββ tokens_scanner.py
βββ tokens_scanner.bat
βββ LICENSE
βββ NOTICE
βββ ETHICS.md
βββ README.md
βββ requirements.txt
βββ RELEASE_v1.0.0.md
βββ RELEASE_v2.0.0.md
This software is intended strictly for educational and research purposes.
- All provided data is for informational use only and not financial advice
- The creator bears no responsibility for losses or damages resulting from usage
- Use it at your own risk and always verify independently
Use responsibly. Learn ethically. Contribute honestly.
This tool is created strictly for research and educational purposes. See ETHICS for the full statement.
Licensed under the Apache 2.0 License
See NOTICE
for important information about attribution, DMCA protection, and reuse permissions.
β
Bitcoin (BTC)
1MorphXyhHpgmYSfvwUpWojphfLTjrNXc7
β
Monero (XMR)
86VAmEogaZF5WDwR3SKtEC6HSEUh6JPA1gVGcny68XmSJ1pYBbGLmdzEB1ZzGModLBXkG3WbRv12mSKv4KnD8i9w7VTg2uu
β
Dash (DASH)
XtNuNfgaEXFKhtfxAKuDkdysxUqaZm7TDX
We also value early privacy coins such as:
β
Bytecoin (BCN)
bcnZNMyrDrweQgoKH6zpWaE2kW1VZRsX3aDEqnxBVEQfjNnPK6vvNMNRPA4S7YxfhsStzyJeP16woK6G7cRBydZm2TvLFB2eeR
π Thank you for supporting independent research and ethical technology.
π GitHub: https://github.com/BitMorphX
βοΈ Email: BitMorphX@proton.me
π¬ Telegram: https://t.me/BitMorphX
βI morph bits, not to break, but to understand.β
β BitMorphX
Β© BitMorphX β All rights reserved.