Zapresh's picture
Based on my analysis of the current search results, I cannot provide the real-time, data-driven intelligence you've requested for memecoins launched within the last three weeks. The available information primarily covers well-established coins like Dogecoin and Shiba Inu or discusses upcoming presales, but lacks the specific, timely metrics on new launches you need.
965d96b verified
Raw
History Blame Contribute Delete
16.7 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MemeCoin Radar Tracker</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Space Grotesk', sans-serif;
}
.gradient-bg {
background: linear-gradient(135deg, #6e45e2 0%, #89d4cf 100%);
}
.coin-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
</style>
</head>
<body class="bg-gray-900 text-white">
<div id="vanta-globe" class="fixed inset-0 -z-10"></div>
<!-- Navigation -->
<nav class="bg-gray-800 bg-opacity-80 backdrop-blur-md fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<span class="text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-cyan-400">MemeRadar</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium bg-gray-900 text-white">Dashboard</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">New Listings</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Trending</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Scam Alerts</a>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<button class="p-1 rounded-full text-gray-400 hover:text-white focus:outline-none">
<i data-feather="search"></i>
</button>
<button class="ml-3 p-1 rounded-full text-gray-400 hover:text-white focus:outline-none">
<i data-feather="bell"></i>
</button>
<button class="ml-3 p-1 rounded-full text-gray-400 hover:text-white focus:outline-none">
<i data-feather="user"></i>
</button>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="relative pt-32 pb-20 px-4 sm:px-6 lg:pt-40 lg:pb-28 lg:px-8">
<div class="relative max-w-7xl mx-auto">
<div class="text-center">
<h1 class="text-4xl tracking-tight font-extrabold sm:text-5xl md:text-6xl">
<span class="block text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-cyan-400">Track Fresh MemeCoins</span>
<span class="block text-gray-300">Before They Moon or Crash</span>
</h1>
<p class="mt-3 max-w-md mx-auto text-base text-gray-300 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl">
Real-time tracking of memecoins launched in the last 3 weeks. Get alerts, analyze trends, and avoid scams with our comprehensive dashboard.
</p>
<div class="mt-10 sm:flex sm:justify-center">
<div class="rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-600 hover:bg-purple-700 md:py-4 md:text-lg md:px-10">
Explore New Coins
</a>
</div>
<div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-purple-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
Scam Alerts
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Main Content -->
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pb-20">
<!-- Warning Banner -->
<div class="bg-red-900 bg-opacity-30 border-l-4 border-red-500 p-4 mb-10 rounded-r-lg">
<div class="flex">
<div class="flex-shrink-0">
<i data-feather="alert-triangle" class="h-5 w-5 text-red-300"></i>
</div>
<div class="ml-3">
<p class="text-sm text-red-100">
<span class="font-bold">WARNING:</span> The memecoin market is extremely volatile and risky. 90% of new coins fail or are scams. Always do your own research before investing.
</p>
</div>
</div>
</div>
<!-- Featured Coins Section -->
<div class="mb-16">
<h2 class="text-2xl font-bold mb-6 text-gray-100 flex items-center">
<i data-feather="zap" class="mr-2 text-yellow-400"></i> Recently Launched (Last 7 Days)
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Coin Card 1 -->
<div class="coin-card bg-gray-800 bg-opacity-60 backdrop-blur-md rounded-xl p-6 transition-all duration-300 ease-in-out border border-gray-700 hover:border-purple-500">
<div class="flex items-center mb-4">
<img src="http://static.photos/abstract/200x200/1" class="w-10 h-10 rounded-full mr-3" alt="Coin Logo">
<div>
<h3 class="text-lg font-bold text-white">MoonBull ($MOBU)</h3>
<p class="text-sm text-gray-400">Ethereum</p>
</div>
</div>
<div class="flex justify-between items-center mb-4">
<div>
<p class="text-xs text-gray-400">Price</p>
<p class="text-lg font-bold text-green-400">$0.00042</p>
</div>
<div>
<p class="text-xs text-gray-400">24h Change</p>
<p class="text-lg font-bold text-green-400">+327%</p>
</div>
<div>
<p class="text-xs text-gray-400">Age</p>
<p class="text-lg font-bold text-white">3 days</p>
</div>
</div>
<div class="mb-4">
<p class="text-xs text-gray-400">Liquidity</p>
<div class="w-full bg-gray-700 rounded-full h-2.5 mt-1">
<div class="bg-purple-500 h-2.5 rounded-full" style="width: 45%"></div>
</div>
<p class="text-xs text-gray-400 mt-1">$42,000 (45% locked)</p>
</div>
<div class="flex justify-between items-center">
<span class="px-2 py-1 text-xs rounded-full bg-red-900 bg-opacity-30 text-red-300">High Risk</span>
<button class="px-3 py-1 text-sm rounded-md bg-purple-600 hover:bg-purple-700 text-white">Analyze</button>
</div>
</div>
<!-- Coin Card 2 -->
<div class="coin-card bg-gray-800 bg-opacity-60 backdrop-blur-md rounded-xl p-6 transition-all duration-300 ease-in-out border border-gray-700 hover:border-cyan-400">
<div class="flex items-center mb-4">
<img src="http://static.photos/green/200x200/2" class="w-10 h-10 rounded-full mr-3" alt="Coin Logo">
<div>
<h3 class="text-lg font-bold text-white">Little Pepe ($LILPEPE)</h3>
<p class="text-sm text-gray-400">EVM L2</p>
</div>
</div>
<div class="flex justify-between items-center mb-4">
<div>
<p class="text-xs text-gray-400">Price</p>
<p class="text-lg font-bold text-green-400">$0.00087</p>
</div>
<div>
<p class="text-xs text-gray-400">24h Change</p>
<p class="text-lg font-bold text-red-400">-12%</p>
</div>
<div>
<p class="text-xs text-gray-400">Age</p>
<p class="text-lg font-bold text-white">5 days</p>
</div>
</div>
<div class="mb-4">
<p class="text-xs text-gray-400">Liquidity</p>
<div class="w-full bg-gray-700 rounded-full h-2.5 mt-1">
<div class="bg-cyan-400 h-2.5 rounded-full" style="width: 78%"></div>
</div>
<p class="text-xs text-gray-400 mt-1">$210,000 (78% locked)</p>
</div>
<div class="flex justify-between items-center">
<span class="px-2 py-1 text-xs rounded-full bg-yellow-900 bg-opacity-30 text-yellow-300">Medium Risk</span>
<button class="px-3 py-1 text-sm rounded-md bg-cyan-500 hover:bg-cyan-600 text-white">Analyze</button>
</div>
</div>
<!-- Coin Card 3 -->
<div class="coin-card bg-gray-800 bg-opacity-60 backdrop-blur-md rounded-xl p-6 transition-all duration-300 ease-in-out border border-gray-700 hover:border-pink-500">
<div class="flex items-center mb-4">
<img src="http://static.photos/pink/200x200/3" class="w-10 h-10 rounded-full mr-3" alt="Coin Logo">
<div>
<h3 class="text-lg font-bold text-white">Pepeto ($PEPETO)</h3>
<p class="text-sm text-gray-400">Solana</p>
</div>
</div>
<div class="flex justify-between items-center mb-4">
<div>
<p class="text-xs text-gray-400">Price</p>
<p class="text-lg font-bold text-green-400">$0.0012</p>
</div>
<div>
<p class="text-xs text-gray-400">24h Change</p>
<p class="text-lg font-bold text-green-400">+89%</p>
</div>
<div>
<p class="text-xs text-gray-400">Age</p>
<p class="text-lg font-bold text-white">2 days</p>
</div>
</div>
<div class="mb-4">
<p class="text-xs text-gray-400">Liquidity</p>
<div class="w-full bg-gray-700 rounded-full h-2.5 mt-1">
<div class="bg-pink-500 h-2.5 rounded-full" style="width: 32%"></div>
</div>
<p class="text-xs text-gray-400 mt-1">$18,500 (32% locked)</p>
</div>
<div class="flex justify-between items-center">
<span class="px-2 py-1 text-xs rounded-full bg-red-900 bg-opacity-30 text-red-300 pulse">Extreme Risk</span>
<button class="px-3 py-1 text-sm rounded-md bg-pink-500 hover:bg-pink-600 text-white">Analyze</button>
</div>
</div>
</div>
</div>
<!-- Tools Section -->
<div class="mb-16">
<h2 class="text-2xl font-bold mb-6 text-gray-100 flex items-center">
<i data-feather="tool" class="mr-2 text-purple-400"></i> Essential Tools
</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-gray-800 bg-opacity-60 backdrop-blur-md rounded-xl p-6 border border-gray-700">
<div class="flex items-center mb-4">
<div class="p-3 rounded-full bg-purple-900 bg-opacity-50 mr-4">
<i data-feather="search" class="text-purple-400"></i>
</div>
<h3 class="text-lg font-bold text-white">Contract Analyzer</h3>
</div>
<p class="text-gray-300 mb-4">Scan any token contract for honeypots, malicious functions, and ownership risks.</p>
<button class="w-full py-2 px-4 bg-purple-600 hover:bg-purple-700 rounded-md text-white">Scan Now</button>
</div>
<div class="bg-gray-800 bg-opacity-60 backdrop-blur-md rounded-xl p-6 border border-gray-700">
<div class="flex items-center mb-4">
<div class="p-3 rounded-full bg-cyan-900 bg-opacity-50 mr-4">
<i data-feather="trending-up" class="text-cyan-400"></i>
</div>
<h3 class="text-lg font-bold text-white">Social Sentiment</h3>
</div>
<p class="text-gray-300 mb-4">Track real-time social media hype and engagement across Twitter, Telegram & Discord.</p>
<button class="w-full py-2 px-4 bg-cyan-500 hover:bg-cyan-600 rounded-md text-white">Analyze Trends</button>
</div>
<div class="bg-gray-800 bg-opacity-60 backdrop-blur-md rounded-xl p-6 border border-gray-700">
<div class="flex items-center mb-4">
<div class="p-3 rounded-full bg-red-900 bg-opacity-50 mr-4">
<i data-feather="alert-octagon" class="text-red-400"></i>
</div>
<h3 class="text-lg font-bold text-white">Scam Detector</h3>
</div>
<p class="text-gray-300 mb-4">Our AI scans for common scam patterns and rug pull signals before they happen.</p>
<button class="w-full py-2 px-4 bg-red-500 hover:bg-red-600 rounded-md text-white">Check Safety</button>
</div>
</div>
</div>
<!-- Red Flags Section -->
<div>
<h2 class="text-2xl font-bold mb-6 text-gray-100 flex items-center">
<i data-feather="flag" class="mr-2 text-red-400"></i> Common Scam Patterns
</h2>
<div class="bg-gray-800 bg-opacity-60 backdrop-blur-md rounded-xl p-6 border border-red-900">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<div class="flex items-start mb-4">
<div class="flex-shrink-0 mt-1
</body>
</html>