Who is Bwasik?

Once a little man named Hasbulla adopted a baby Barsik to be his friend. After many fun adventures, little Barsik sadly passed away...However, he will be immortalised as Bwasik on the blockchain, with a share being sent to Hasbulla, they will never be apart again!

His token

  • Launch: Pump.fun

  • Contract Address: TBC

  • Supply: 1,000,000,000

  • Tax 0%

  • Liquidity Burned

Phase 1

  • Fair Launch

  • Dex Prepay

  • KOTH

  • 100+ Telegram Members

Phase 2

  • CoinGecko Listing

  • CMC Listing

  • Listing on 3 CEX's

  • Spaces with Hasbulla!

Phase 3

  • Further Promotions with KOLs

  • Hasbulla TikTok Promo

  • 5000+ Members

  • More to come...

Live Pump Chart const mintAddress = "E7sPg72NE3s2nEs4RHnQSBYMe38J5h1mNwwTTFNepump"; // Replace with your actual mint address const ctx = document.getElementById('pumpChart').getContext('2d'); const chart = new Chart(ctx, { type: 'line', data: { labels: [], datasets: [{ data: [], borderColor: '#00ff00', borderWidth: 2, fill: false, pointRadius: 0, tension: 0.3 }] }, options: { plugins: { legend: { display: false } }, scales: { x: { grid: { display: false }, ticks: { display: false } }, y: { grid: { display: false }, ticks: { display: false } } } } }); async function fetchMarketCap() { try { const res = await fetch(`https://pump.fun/api/coins/${mintAddress}`); const data = await res.json(); const marketCap = data?.market_cap_usd || 0; const now = new Date().toLocaleTimeString(); chart.data.labels.push(now); chart.data.datasets[0].data.push(marketCap); if (chart.data.labels.length > 20) { chart.data.labels.shift(); chart.data.datasets[0].data.shift(); } chart.update(); } catch (e) { console.error("Failed to fetch market cap:", e); } } fetchMarketCap(); setInterval(fetchMarketCap, 5000); Raff the Giraffe

Raff the Giraffe