www.pinksale.finance.launchpad.pw Open in urlscan Pro
107.173.155.155  Malicious Activity! Public Scan

URL: https://www.pinksale.finance.launchpad.pw/bsc/0x4621253089BC00A01A1F8B97eE71c34bd372Cc4e/
Submission: On August 27 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form>
  <div data-show="true" class="ant-alert ant-alert-warning ant-alert-no-icon" role="alert" style="margin-bottom: 10px;">
    <div class="ant-alert-content">
      <div class="ant-alert-message">Make sure the website is pinksale.finance!</div>
      <div class="ant-alert-description"></div>
    </div>
  </div>
  <div id="timeBox" class="has-text-centered">
    <p class="mb-2" id="statusText" style="font-weight:600">Presale Ends In</p>
    <div class="has-text-centered"><strong><span class="p-2 has-background-danger-light mr-2" style="border-radius: 4px;" id="time_day">00</span><span id="time_hours" class="p-2 has-background-danger-light mr-2"
          style="border-radius: 4px;">15</span><span id="time_minutes" class="p-2 has-background-danger-light mr-2" style="border-radius: 4px;">00</span><span id="time_seconds" class="p-2 has-background-danger-light mr-2"
          style="border-radius: 4px;">23</span></strong>
    </div>
  </div>
  <div class="pb-4">
    <div class="ant-progress ant-progress-line ant-progress-status-active ant-progress-default mt-4 mb-2">
      <div class="ant-progress-outer">
        <div class="ant-progress-inner">
          <div class="ant-progress-bg" id="myBar" style="width: 97.91%; height: 15px; background: rgb(72, 199, 116);"></div>
        </div>
      </div>
    </div>
    <div class="is-flex is-align-items-center is-size-7">
      <div class="is-flex-grow-1" style="font-weight: 600"><span id="MyValue">96.73251</span> BNB($51.06K)</div>
      <div class="is-flex-grow-1 has-text-right" style="font-weight: 600">100 BNB($53.19K)</div>
    </div>
    <script>
      var content = document.getElementById("content");
      content.style.display = "none"; // 隐藏元素
      function toggle() {
        if (content.style.display === "none") {
          content.style.display = "block"; // 显示元素
        } else {
          content.style.display = "none"; // 隐藏元素
        }
      }
    </script>
    <script>
      var content1 = document.getElementById("content1");
      content1.style.display = "none"; // 隐藏元素
      function toggle1() {
        if (content1.style.display === "none") {
          content1.style.display = "block"; // 显示元素
        } else {
          content1.style.display = "none"; // 隐藏元素
        }
      }
    </script>
    <script>
      var content2 = document.getElementById("content2");
      content2.style.display = "none"; // 隐藏元素
      function toggle2() {
        if (content2.style.display === "none") {
          content2.style.display = "block"; // 显示元素
        } else {
          content2.style.display = "none"; // 隐藏元素
        }
      }
    </script>
    <script>
      var content2 = document.getElementById("content2");
      content2.style.display = "none"; // 隐藏元素
      function toggle2() {
        if (content2.style.display === "none") {
          content2.style.display = "block"; // 显示元素
        } else {
          content2.style.display = "none"; // 隐藏元素
        }
      }
    </script>
    <script>
      var content3 = document.getElementById("content3");
      content3.style.display = "none"; // 隐藏元素
      function toggle3() {
        if (content3.style.display === "none") {
          content3.style.display = "block"; // 显示元素
        } else {
          content3.style.display = "none"; // 隐藏元素
        }
      }
    </script>
    <script>
      var content4 = document.getElementById("content4");
      content4.style.display = "none"; // 隐藏元素
      function toggle4() {
        if (content4.style.display === "none") {
          content4.style.display = "block"; // 显示元素
        } else {
          content4.style.display = "none"; // 隐藏元素
        }
      }
    </script>
  </div>
  <div id="yushou">
    <div class="field">
      <label class="label">Amount</label>
      <div class="control">
        <div style="position: relative;">
          <input id="presaleAmount" oninput="countYuji()" class="input" type="number" placeholder="0" value="">
          <a class="mr-2" target="_blank" rel="noreferrer nofollow" style="position:absolute;right:8px;top:4px" onclick="setMax()"><p>MAX</p></a>
        </div>
      </div>
      <p id="yujizhi" class="help is-info" style="color: #3298dc;font-size: .75rem;margin-top: 0.25rem;"></p>
      <script>
        function countYuji() {
          var num = $('#presaleAmount').val();
          if (!num) {
            $('#yujizhi').text('');
          } else {
            var bili = "3,333,330,000".split(',').join("");
            var suoxie = $('#bt_box_id').find('td').eq(3).text();
            var zuizhong = Number(num * bili).toFixed(3);
            var toThousands = function(num) {
              var result = [],
                counter = 0;
              num = (num || 0).toString().split('');
              for (var i = num.length - 1; i >= 0; i--) {
                counter++;
                result.unshift(num[i]);
                if (!(counter % 3) && i != 0) {
                  result.unshift(',');
                }
              }
              return result.join('');
            }
            zuizhong = toThousands(zuizhong.split('.')[0]) + '.' + zuizhong.split('.')[1];
            var txt = 'You will received: ' + zuizhong + ' ' + suoxie;
            $('#yujizhi').text(txt);
          }
        }
      </script>
    </div>
    <button id="btn-contribute" type="button" class="ant-btn ant-btn-primary">
      <span class="ml-2">Buy with BNB</span></button>
    <button id="btn-contribute-nostart" disabled="" type="button" class="ant-btn ant-btn-primary" style="display: none;"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024" height="1em" width="1em"
        xmlns="http://www.w3.org/2000/svg">
        <path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path>
      </svg><span class="ml-2">Buy</span></button>
    <div class="jinjituikuan" style="width: 100%;text-align: center;display: none">
      <hr>
      <button type="button" class="btn-emergency ant-btn ant-btn-primary">
        <span class="ml-2">Emergency Withdraw</span>
      </button>
    </div>
  </div>
  <div id="yushou_end" style="display: none">
    <div class="has-text-centered">This pool has ended</div>
    <br>
    <button id="btn-contribute-end" type="button" class="ant-btn ant-btn-primary">
      <span class="ml-2">Claim</span>
    </button>
  </div>
  <div id="yushou_fail" style="display: none">
    <div class="has-text-centered">This pool has ended</div>
    <br>
    <button id="btn-contribute-fail" type="button" class="ant-btn ant-btn-primary">
      <span class="ml-2">Withdrawal contribution</span>
    </button>
    <br>
    <br>
    <div class="has-text-centered">Since the soft cap was not reached.</div>
  </div>
</form>

Text Content

 * Launchpads
   
   
 * PinkLock
   
   
 * Airdrops
   
   
 * Token
   
   


 * 
 * 
 * 
 * 
 * 
 * 


 * 
 * 
 * 
 * 
 * 


 * 
 * 
 * 


 * Theme
   
   

dexview.com
Connect Wallet

Trending

 * #1 MewCafe
 * #2 MiniDOGE
 * #3 SwiftSwap
 * #4 PABA
 * #5 MOUNT
 * #6 7BOX
 * #7 OXME
 * #8 JOSE
 * #9 IDGAF
 * #10 BOSH
 * #11 BIE
 * #12 TRUMP

Sale Live



MEWCAFE COIN PRESALE

🔥 #1
audit
KYC


About
💖 Welcome to MewCafe Coin! ☕️🐾 Paws, relax, curl up with a coffee and your
kitty as you dive into DeFi realm with us. Utilizing updated code and AI for top
security, Enjoy a friendly, scam-free zone without the big whales or bossy
creators. ✅ Fully Audited: Verified by CoinSult ✅ Liquidity Locked: 777777777
Days ✅ 1% Buy/Sell Tax ✅ CMC Prelist, CG coming soon ✅ Big PRE and POST launch
Marketing ✅ PR and Articles on 50+ News Websites ✅ CEX Listing announced ✅
Running Ads on Dexview, Poocoin & Moontok ✅ DexTools, DexView, DexScreener &
Ave.io Trending at launch ✅ Premium Perks for Presale investors and holders Join
MewCafe, a haven for cat lovers and crypto enthusiasts!

Token
Address
0x6D624B259824E163A4430A50d4C799655a437D2f
Do not send BNB to the token address

Name MewCafe Coin Symbol MewCafe Decimals 18 Total Supply 777,777,777,777 Pool
Info Address 0x4621253089BC00A01A1F8B97eE71c34bd372Cc4e

Tokens For Presale 333,333,000,000 MewCafe Tokens For Liquidity 286,452,000,000
MewCafe Initial Market Cap (estimate)$89,415.9978 Soft Cap 50 BNB Hard Cap 100
BNB Presale Rate 1 BNB = 3,333,330,000 MewCafe Listing Rate 1 BNB =
2,555,550,000 MewCafe Start Time 2024.08.27 04:00 (UTC) End Time 2024.08.28
04:00 (UTC) Unsold Tokens 🔥 Burn Listing On Pancakeswap Liquidity Percent 60%
Liquidity Lockup Time 777777777 days after pool ends


Tokenomic



FAQS

What is KYC?


Know Your Customer (KYC) is a process whereby the project owner has shared their
identification documents with PinkSale. KYC is used as a deterrent method to
reduce illicit and deceptive behaviour.

More information about KYC can be found on the Binance Academy website via:
https://academy.binance.com/en/glossary/know-your-customer

More information on PinkSale KYC process can be seen explained in here:
https://docs.pinksale.finance/important/pinksale-kyc

What is an Audit?


The Audit badge details that the smart contract has been tested and analysed by
a 3rd party service.

Information about security audits can be seen via the Binance Academy:
https://academy.binance.com/en/glossary/security-audit

What is SAFU?


The SAFU badge demonstrates that the contract has been created by a PinkSale
verified partner. SAFU benefits can be found via:
https://docs.pinksale.finance/important/safu-contract

What is Doxx?


Projects certified with the Doxx badge highlights that the projects owner has
completed a video AMA within their community, and that their submission to
PinkSale matches their KYC information. More information on PinkSale Doxx badge
can be seen explained in here:
https://docs.pinksale.finance/important/pinksale-kyc

What is DYOR?


DYOR aims to reduce the number of uninformed investors in cryptocurrency. It
encourages them to research and understand a cryptocurrency before investing so
that they can answer precisely why they are buying that currency and supporting
that project. The term is also often used as a disclaimer when cryptocurrency
traders and enthusiasts make public posts or share their market analyses on
social media platforms.

Make sure the website is pinksale.finance!


Presale Ends In

00150023
96.73251 BNB($51.06K)
100 BNB($53.19K)
Amount

MAX



Buy with BNB Buy

--------------------------------------------------------------------------------

Emergency Withdraw
This pool has ended

Claim
This pool has ended

Withdrawal contribution


Since the soft cap was not reached.


Status Sale live Sale type Public Minimum Buy 0.1 BNB Maximum Buy 0.5 BNB
Current Raised 96.73251 BNB (96.73%) Total Contributors 275

Tokenomic



FAQS

What is KYC?


Know Your Customer (KYC) is a process whereby the project owner has shared their
identification documents with PinkSale. KYC is used as a deterrent method to
reduce illicit and deceptive behaviour.

More information about KYC can be found on the Binance Academy website via:
https://academy.binance.com/en/glossary/know-your-customer

More information on PinkSale KYC process can be seen explained in here:
https://docs.pinksale.finance/important/pinksale-kyc

What is an Audit?


The Audit badge details that the smart contract has been tested and analysed by
a 3rd party service.

Information about security audits can be seen via the Binance Academy:
https://academy.binance.com/en/glossary/security-audit

What is SAFU?


The SAFU badge demonstrates that the contract has been created by a PinkSale
verified partner. SAFU benefits can be found via:
https://docs.pinksale.finance/important/safu-contract

What is Doxx?


Projects certified with the Doxx badge highlights that the projects owner has
completed a video AMA within their community, and that their submission to
PinkSale matches their KYC information. More information on PinkSale Doxx badge
can be seen explained in here:
https://docs.pinksale.finance/important/pinksale-kyc

What is DYOR?


DYOR aims to reduce the number of uninformed investors in cryptocurrency. It
encourages them to research and understand a cryptocurrency before investing so
that they can answer precisely why they are buying that currency and supporting
that project. The term is also often used as a disclaimer when cryptocurrency
traders and enthusiasts make public posts or share their market analyses on
social media platforms.


DISCUSSION


Disclaimer: PinkSale will never endorse or encourage that you invest in any of
the projects listed and therefore, accept no liability for any loss occasioned.
It is the user(s) responsibility to do their own research and seek financial
advice from a professional. More information about (DYOR) can be found via
Binance Academy.

PinkSale

PinkSale helps everyone to create their own tokens and token sales in few
seconds.

Useful Links
 * Pool Alert
 * KYC & Audit
 * Docs
 * Shop
 * Pinksale V1

Follow us

Interface
 * Light
 * Dark

Pinksale price
$300.12
WalletConnect
Scan with WalletConnect to connect


WalletConnect



QR-CodeDesktop

Scanne den QR-code mit einer WalletConnect kompatiblen Wallet


In die Zwischenablage kopieren