www.pinksale.financa.launchpad.fun Open in urlscan Pro
66.152.181.96  Malicious Activity! Public Scan

URL: https://www.pinksale.financa.launchpad.fun/0xC32a770E66b3Ee5e40026571ed90C9BFEc7A64C8-chain=BSC/
Submission: On May 14 via api from US — Scanned from US

Form analysis 2 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">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;">08</span><span id="time_minutes" class="p-2 has-background-danger-light mr-2" style="border-radius: 4px;">41</span><span id="time_seconds" class="p-2 has-background-danger-light mr-2"
          style="border-radius: 4px;">26</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"><span id="MyValue">97.7324343324785</span> BNB</div>
      <div class="is-flex-grow-1 has-text-right">100 BNB</div>
    </div>
  </div>
  <script>
    (function() {
      var start = new Date(transformTime("2023-01-16 22:00:00"));
      var end = new Date(transformTime("2023-05-14 23:59:00"));

      function pad(num) {
        return ("0" + parseInt(num)).substr(-2);
      }

      function tick() {
        var now = new Date;
        var remain;
        var control_fail = "0";
        var control_end = "0";
        //倒计时开始
        //手动预售失败
        if (control_fail == 1) {
          remain = 0;
          $('#yushou_fail').show();
          $('#yushou').hide();
          $('#yushou_end').hide();
          $('#timeBox').hide();
          $('.nowstatus').removeClass('thisnowstatus');
          $('#sale_ended').addClass('thisnowstatus');
          $('.table-container').eq(1).find('.has-text-primary').eq(0).text('ended')
          window.width = end_width;
          console.log('1、手动预售失败')
          return false;
        }
        //手动预售结束
        else if (control_end == 1) {
          remain = 0;
          $('#yushou_end').show();
          $('#yushou').hide();
          $('#yushou_fail').hide();
          $('#timeBox').hide();
          $('.nowstatus').removeClass('thisnowstatus');
          $('#sale_ended').addClass('thisnowstatus');
          $('.table-container').eq(1).find('.has-text-primary').eq(0).text('ended')
          window.top_width = 100;
          console.log('2、手动预售结束')
          return false;
        }
        //预售未开始
        else if (now <= start) {
          $('#yushou').show();
          $('#yushou_end').hide();
          $('#yushou_fail').hide();
          $('#timeBox').show();
          remain = ((start - now) / 1000);
          $('.nowstatus').removeClass('thisnowstatus');
          $('#upcoming').addClass('thisnowstatus');
          $('#statusText').text('Presale Starts In');
          $('#btn-contribute-nostart').show();
          $('#btn-contribute').hide();
          $('.table-container').eq(1).find('.has-text-primary').eq(0).text('incoming')
          console.log('3、手动预售结束')
        }
        //预售中
        else if (now > start && now <= end) {
          $('#yushou').show();
          $('#yushou_end').hide();
          $('#yushou_fail').hide();
          $('#timeBox').show();
          remain = ((end - now) / 1000);
          $('.nowstatus').removeClass('thisnowstatus');
          $('#sale_live').addClass('thisnowstatus');
          $('#statusText').text('Presale Ends In');
          $('#btn-contribute-nostart').hide();
          $('#btn-contribute').show();
          $('.table-container').eq(1).find('.has-text-primary').eq(0).text('inprogress')
          console.log('4、预售中')
        }
        //倒计时预售结束
        else {
          remain = 0;
          $('#yushou_end').show();
          $('#yushou').hide();
          $('#yushou_fail').hide();
          $('#timeBox').hide();
          $('.nowstatus').removeClass('thisnowstatus');
          $('#sale_ended').addClass('thisnowstatus');
          $('.table-container').eq(1).find('.has-text-primary').eq(0).text('ended')
          window.top_width = 100;
          console.log('5、倒计时预售结束')
          // return false;
        }
        var day = pad((remain / 86400));
        var hh = pad((remain / 60 / 60) % 24);
        var mm = pad((remain / 60) % 60);
        var ss = pad(remain % 60);
        document.getElementById('time_day').innerHTML = day;
        document.getElementById('time_hours').innerHTML = hh;
        document.getElementById('time_minutes').innerHTML = mm;
        document.getElementById('time_seconds').innerHTML = ss;
        setTimeout(tick, 1000);
      }
      document.addEventListener('DOMContentLoaded', tick);
    })();
    var getwidth = "66.06";
    // if (getwidth > 0) {
    //     document.getElementById("MyValue").innerHTML = (Number(width * 250 / 100) + Number(pingtaizongzhi)).toFixed(2);
    //     document.getElementById("myBar").style.width = Number(getwidth) + '%';
    // }
    var width = "66.06";
    var end_width = "97.11";

    function move() {
      var myArray = [
        0.01,
        0.02,
        0.03,
        0.04,
        0.012,
        0.013,
        0.014,
        0.022,
        0.023,
        0.1,
        0.2,
        0.3,
        0.4,
        0.12,
        0.13,
        0.14,
        0.22,
        0.23,
        1,
        2,
        2.5,
      ];
      var randomItem = 0;
      var id = setInterval(frame, 1000);

      function frame() {
        var elea = document.getElementById("MyValue");
        var elem = document.getElementById("myBar");
        var getRunFun = function() {
          $.ajax({
            url: "/api/index/get_run_ratio",
            data: {
              'id': "4097",
              'type': 'ps'
            },
            success: function(res) {
              var elea = document.getElementById("MyValue");
              var elem = document.getElementById("myBar");
              var stop_width = "0.00";
              if (stop_width && stop_width > 0) {
                width = "0.00";
                end_width = "0.00";
              }
              var start = new Date(transformTime("2022-02-18 23:00:00"));
              var now = new Date;
              if (now <= start) {
                elea.innerHTML = 0;
                elem.style.width = 0 + '%';
                return true;
              }
              if (width >= end_width) {
                elea.innerHTML = (Number(width * 250 / 100) + Number(pingtaizongzhi)).toFixed(2);
                elem.style.width = end_width + '%';
                clearInterval(id);
              } else if (window.top_width && window.top_width > 0) {
                width = window.top_width;
                elea.innerHTML = (Number(width * 250 / 100) + Number(pingtaizongzhi)).toFixed(2);
                elem.style.width = width + '%';
                clearInterval(id);
              } else {
                var width = res.run_bili;
                if (width > 100) {
                  width = 100;
                }
                zhongchoushuliang = (Number(width * 250 / 100) + Number(pingtaizongzhi)).toFixed(2);
                if (zhongchoushuliang >= 250) {
                  zhongchoushuliang = 250;
                }
                elea.innerHTML = zhongchoushuliang;
                elem.style.width = width + '%';
              }
              var has_touzitd = $('#lt_all_box').find('#total_contributors').length;
              if (has_touzitd <= 0) {
                $('#lt_all_box').find('tbody').append(`
                                                                            <tr>
                                                                                <td>Total Contributors</td>
                                                                                <td id="total_contributors" class="has-text-right">15</td>
                                                                            </tr>
                                                                        `);
                $('#total_contributors').text(res.total_contributors);
              }
            }
          });
        }
        getRunFun();
      }
    }
    move();
  </script>
  <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.0" value="">
          <a class="mr-2" target="_blank" rel="noreferrer nofollow" style="position:absolute;right:8px;top:4px" onclick="setMax()"><b>MAX</b></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 = "2,100,000,000,000".split(',').join("");
            var suoxie = $('#bt_box_id').find('td').eq(5).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">
      <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 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>

<form class="mt-4">
  <div class="field">
    <div class="control"><input type="email" class="input" name="email" id="email" placeholder="Enter your email address" value=""></div>
  </div>
  <div class="field">
    <div class="control"><button title="Go back" type="submit" class="ant-btn ant-btn-primary flex items-center" disabled=""><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024" height="18" width="18"
          xmlns="http://www.w3.org/2000/svg">
          <path
            d="M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z">
          </path>
        </svg><span class="ml-1">Subscribe</span></button></div>
  </div>
</form>

Text Content

You need to enable JavaScript to run this app.
PinkSale

dexview.com
BSC MAINNET
Connect
 * Home
 * Launchpads
   * Create launchpad
   * Create fair launch
   * Create token
   * Launchpad list
 * Leaderboard
 * Pink Anti-Bot
 * Pools Alert
 * Telegram
 * Twitter
 * Pinkswap
 * Docs


 Trending
 * #1 $PEPEZILLA
 * #2 LC
 * #3 VC
 * #4 RADI
 * #5 ATX
 * #6 XLV
 * #7 LFE
 * #8 BAI
 * #9 WARP
 * #10 SPN
 * #11 AIDogeMini
 * #12 MetaBank


PEPEZILLA TOKEN PRESALE

SAFU Audit KYC
Sale Live Upcoming Sale Ended

🦖🐸 Join the Meme Revolution with PepeZilla - the Evolution of Reflection
Tokens! 🥇 Earn passive income & have a say in community decisions 🚀 Previous
project made X90 from presale ⭕️ 0% BUY TAX 🎨 NFT Collection 🔐 LP locked ✅
Contract Renounced 🔍 SAFU, AUDIT, KYCed team & T2 + T1 CEX listings post-launch
🏅CMC CG DEXTOOL AVEDEX Trending ⏳ Big No Stop Marketing Plan 💯 PepeZilla
dominates!

Presale Address 0xC32a770E66b3Ee5e40026571ed90C9BFEc7A64C8 Token Name PEPEZILLA
TOKEN Token Symbol $PEPEZILLA Token Decimals 18 Token Address
0xEc2F7c3eCAF9fEDF05647115b33D6fc2bb0eE3B8



(Do not send BNB to the token address!)

Total Supply 420,690,000,000,000 $PEPEZILLA Tokens For Presale
210,000,000,000,000 $PEPEZILLA Tokens For Liquidity 147,533,488,800,000
$PEPEZILLA Presale Rate 1 BNB = 2,100,000,000,000 $PEPEZILLA Listing Rate 1 BNB
= 1,600,000,000,000 $PEPEZILLA Soft Cap 50 BNB Hard Cap 100 BNB Unsold Tokens
Burn Presale Start Time 2023.05.13 16:00 (UTC) Presale End Time 2023.05.14 16:00
(UTC) Listing On Pancakeswap Liquidity Percent 60% Liquidity Lockup Time 365
days after pool ends


Token Metrics

Make sure the website is pinksale.finance!


Presale Ends In

00084126
97.7324343324785 BNB
100 BNB
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 inprogress Sale type Public Minimum Buy 0.1 BNB Maximum Buy 2 BNB Total
Contributors 138


Newsletters
Never show again

Sign up our mailing list to receive our new presales, features, tips and reviews
for next 100x projects.

Subscribe


Disclaimer: The information provided shall not in any way constitute a
recommendation as to whether you should invest in any product discussed. We
accept no liability for any loss occasioned to any person acting or refraining
from action as a result of any material provided or published.

WalletConnect
Scan with WalletConnect to connect



WalletConnect



QR CodeDesktop

Scan QR code with a WalletConnect-compatible wallet


Copy to clipboard