leak.me Open in urlscan Pro
2606:4700:3030::ac43:d8f4  Public Scan

Submitted URL: http://leak.me/
Effective URL: https://leak.me/
Submission: On December 14 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

/login/

<form class="form_auth" action="/login/">
  <div class="modal-content">
    <div class="modal-title">Log in</div>
    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
      <span aria-hidden="true">
        <img src="/static/img/closebutton.svg" alt="">
      </span>
    </button>
    <div class="modal-body">
      <div class="formblock">
        <div class="formblock__main">
          <div class="formblock__item">
            <div class="formblock__title">Username</div>
            <div class="formblock__input">
              <input name="username" type="text" value="" placeholder="" class="input">
            </div>
          </div>
          <div class="formblock__item">
            <div class="formblock__title">Password</div>
            <div class="formblock__input">
              <div class="inputpassword">
                <input name="password" type="password">
                <img src="/static/img/Invisible.svg" alt="" data-toggle="password" class="password_invisible">
                <img src="/static/img/Eye2.svg" alt="" data-toggle="password" class="password_visible">
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="flex content-between passwordforgot">
        <div class="check">
          <input name="remember_me" type="checkbox" id="save" checked="checked" value="Y">
          <label for="save">Remember me </label>
        </div>
        <a class="reset_password_btn" href="javascript:void(0)">Forgot password?</a>
      </div>
      <div class="modal-submit">
        <div class="buttonsrow">
          <div class="buttonsrow__item buttonsrow__item_full">
            <button type="button" class="btn btn_main submit_auth_form">Log in</button>
          </div>
        </div>
      </div>
      <div class="textlogin flex content-center items-center">
        <div class="textlogin__text">Don't have an account yet?</div>
        <div class="textlogin__link">
          <a href="javascript:void(0)">
<img src="/static/img/Edit.svg" alt="">
<span class="signup_btn">Register now!</span>
</a>
        </div>
      </div>
    </div>
  </div>
</form>

/register/

<form class="form_signup" action="/register/">
  <div class="modal-content">
    <div class="modal__leftheader">
      <a href="#" class="modal__back" data-dismiss="modal" aria-label="Close">
<svg width="24" height="26" viewBox="0 0 24 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3" fill-rule="evenodd" clip-rule="evenodd" d="M12.1295 0.26706L1.08264 11.5017C0.404747 12.1911 0.404747 13.3089 1.08264 13.9983L12.1295 25.2329L14.5844 22.7364L6.50078 14.5154H23.5742L23.5742 10.9846L6.50078 10.9846L14.5844 2.76365L12.1295 0.26706Z" fill="#3A4659"></path>
</svg>
</a>
    </div>
    <div class="modal-title">Sign up</div>
    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
      <span aria-hidden="true">
        <img src="/static/img/closebutton.svg" alt="">
      </span>
    </button>
    <div class="modal-body">
      <div class="formblock">
        <div class="formblock__main">
          <div class="formblock__item">
            <div class="formblock__title">Username</div>
            <div class="formblock__input">
              <input name="username" type="text" value="" placeholder="Username">
            </div>
          </div>
          <div class="formblock__item">
            <div class="formblock__title">Email</div>
            <div class="formblock__input">
              <input name="email" type="text" placeholder="Email">
            </div>
          </div>
          <div class="formblock__item">
            <div class="formblock__title">Password</div>
            <div class="formblock__input">
              <div class="inputpassword">
                <input name="password1" type="password">
                <img src="/static/img/Invisible.svg" alt="" data-toggle="password" class="password_invisible">
                <img src="/static/img/Eye2.svg" alt="" data-toggle="password" class="password_visible">
              </div>
            </div>
          </div>
          <div class="formblock__item">
            <div class="formblock__title">Once again, please</div>
            <div class="formblock__input">
              <div class="inputpassword">
                <input name="password2" type="password">
                <img src="/static/img/Invisible.svg" alt="" data-toggle="password" class="password_invisible">
                <img src="/static/img/Eye2.svg" alt="" data-toggle="password" class="password_visible">
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="captchablock">
      </div>
      <div class="modal-submit">
        <div class="buttonsrow">
          <div class="buttonsrow__item buttonsrow__item_full">
            <button type="button" class="btn btn_main submit_signup_form">Complete registration</button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form class="form_reset_pwd" action="">
  <div class="modal-content">
    <div class="modal__leftheader">
      <a href="#" class="modal__back" data-dismiss="modal" aria-label="Close">
<svg width="24" height="26" viewBox="0 0 24 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3" fill-rule="evenodd" clip-rule="evenodd" d="M12.1295 0.26706L1.08264 11.5017C0.404747 12.1911 0.404747 13.3089 1.08264 13.9983L12.1295 25.2329L14.5844 22.7364L6.50078 14.5154H23.5742L23.5742 10.9846L6.50078 10.9846L14.5844 2.76365L12.1295 0.26706Z" fill="#3A4659"></path>
</svg>
</a>
    </div>
    <div class="modal-title">Password reset</div>
    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
      <span aria-hidden="true">
        <img src="/static/img/closebutton.svg" alt="">
      </span>
    </button>
    <div class="modal-body">
      <div class="formblock">
        <div class="formblock__main">
          <div class="formblock__item">
            <div class="formblock__title">Email </div>
            <div class="formblock__input">
              <input name="email" type="text" placeholder="">
            </div>
          </div>
        </div>
        <div class="captchablock">
        </div>
        <div class="modal-submit">
          <div class="buttonsrow">
            <div class="buttonsrow__item buttonsrow__item_full">
              <button type="button" class="btn btn_main submit_reset_form">Reset password</button>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form action="">
  <div class="pagesearch__wrapper">
    <div class="searchtoggler fdropdown">
      <div class="searchtoggler__button fdropdown__button" data-toggleclick="searchtoggler_header">
        <span>Assets</span>
        <svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g opacity="0.2">
            <path
              d="M6.50878 1.57319C6.41111 1.47552 6.25295 1.47552 6.15528 1.57319L3.99861 3.72986L1.84211 1.57319C1.74445 1.47552 1.58628 1.47552 1.48861 1.57319L0.405281 2.65652C0.307615 2.75419 0.307615 2.91236 0.405281 3.01002L3.82195 6.42669C3.87061 6.47569 3.93461 6.50002 3.99861 6.50002C4.06261 6.50002 4.12661 6.47569 4.17545 6.42686L7.59211 3.01019C7.68978 2.91252 7.68978 2.75436 7.59211 2.65669L6.50878 1.57319Z"
              fill="#212531"></path>
          </g>
        </svg>
      </div>
      <div class="searchtoggler__items dropdownblock" data-toggle="searchtoggler_header">
        <div class="searchtoggler__item">
          <label for="searh_type_1"> Assets </label>
          <input class="search_assets_shillers_1" type="radio" name="searh_type" find-type="assets" data-ajax-url="/alpha_calls_assets_select"
            data-field_id="ImRhNzZiYWE5LWY3OTUtNDg2OC1hOWM4LWU0OTNmMmRlZGFlOSI:1rDsTQ:eCuRVhh7kvCpIF-O9TiGmB1XI2l8kYPC4Xfgb7mh-m8" id="searh_type_1">
        </div>
        <div class="searchtoggler__item">
          <label for="searh_type_2"> Callers </label>
          <input class="search_assets_shillers_1" type="radio" name="searh_type" find-type="users" data-ajax-url="/shillers_select" data-field_id="IjYyNzQ5NzNhLTIwZDYtNGU0Ny1hODkyLTAzM2RhZmYzNzJjMSI:1rDsTQ:U-eS9sHBbg3lmi3rzlLJS9sY8RRAQuCJiQ1oyxzEu0A"
            id="searh_type_2">
        </div>
      </div>
    </div>
    <input type="hidden" name="csrfmiddlewaretoken" value="ZEZW4Kt4j7SWJEcB0VcVR15krI1OQbWiMFNqgWLCNLzjnUeNMpkdfuVsNlwfTgy7">
    <div class="headersearch__wrapper">
      <input class="input_search_1 select2-hidden-accessible" name="search_assets_shillers_1" type="text" placeholder="Search" data-select2-id="select2-data-1-4xlb" multiple="" tabindex="-1" aria-hidden="true">
      <div class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="select2-data-2-57ie" style="width: auto;">
        <div class="selection">
          <div class="dropdown-wrapper" aria-hidden="true"></div><span class="select2-selection select2-selection--multiple input_search_1" role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="-1" aria-disabled="false">
            <ul class="select2-selection__rendered" id="select2-search_assets_shillers_1-pm-container"></ul><input class="input_dark select2-search select2-search--inline select2-search__field" type="search" tabindex="0" autocorrect="off"
              autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" autocomplete="off" aria-label="Search" aria-describedby="select2-search_assets_shillers_1-pm-container" placeholder="Search assets" style="width: 100%;">
          </span>
        </div>
      </div>
      <a href="#" data-toggleclick="headersearch" class="headersearch__close">
<img src="/static/img/closesearch.svg" alt="">
</a>
      <button type="submit" class="headersearch__button">
        <img src="/static/img/Search.svg" alt="">
      </button>
    </div>
    <div class="suggestions" data-toggle="suggestions">
      <div class="suggestions__wrapper">
        <div class="suggestions__blocks">
          <div class="suggestions__block">
            <div class="suggestions__title">Cryptocurrencies</div>
            <div class="suggestions__items">
              <a href="#" class="suggestions__item">
<div class="suggestions__icon">
<div class="suggestions__img"><img src="/static/img/Forefront.png" alt=""></div>
</div>
<div class="suggestions__name">Forefront (FF)</div>
</a>
              <a href="#" class="suggestions__item">
<div class="suggestions__icon">
<div class="suggestions__img"><img src="/static/img/FFA.png" alt=""></div>
</div>
<div class="suggestions__name">FFA.Games (FFA)</div>
</a>
              <a href="#" class="suggestions__item">
<div class="suggestions__icon">
<div class="suggestions__img"><img src="/static/img/FiFaSport.png" alt=""></div>
</div>
<div class="suggestions__name">FiFaSport (FFS)</div>
</a>
              <a href="#" class="suggestions__item">
<div class="suggestions__icon">
<div class="suggestions__img"><img src="/static/img/FairyForest.png" alt=""></div>
</div>
<div class="suggestions__name">Fairy Forest (FFN)</div>
</a>
            </div>
          </div>
          <div class="suggestions__block">
            <div class="suggestions__title">NFT</div>
            <div class="suggestions__items">
              <a href="#" class="suggestions__item">
<div class="suggestions__icon">
<div class="suggestions__img"><img src="/static/img/Forefront2.png" alt=""></div>
</div>
<div class="suggestions__name">Forefront (FF)</div>
</a>
              <a href="#" class="suggestions__item">
<div class="suggestions__icon">
<div class="suggestions__img"><img src="/static/img/FFA.png" alt=""></div>
</div>
<div class="suggestions__name">FFA.Games (FFA)</div>
</a>
              <a href="#" class="suggestions__item">
<div class="suggestions__icon">
<div class="suggestions__img"><img src="/static/img/FiFaSport.png" alt=""></div>
</div>
<div class="suggestions__name">FiFaSport (FFS)</div>
</a>
              <a href="#" class="suggestions__item">
<div class="suggestions__icon">
<div class="suggestions__img"><img src="/static/img/FairyForest.png" alt=""></div>
</div>
<div class="suggestions__name">Fairy Forest (FFN)</div>
</a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form action="">
  <div class="pagesearch__wrapper">
    <div class="searchtoggler fdropdown">
      <div class="searchtoggler__button fdropdown__button" data-toggleclick="searchtoggler">
        <span>Callers</span>
        <svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g opacity="0.2">
            <path
              d="M6.50878 1.57319C6.41111 1.47552 6.25295 1.47552 6.15528 1.57319L3.99861 3.72986L1.84211 1.57319C1.74445 1.47552 1.58628 1.47552 1.48861 1.57319L0.405281 2.65652C0.307615 2.75419 0.307615 2.91236 0.405281 3.01002L3.82195 6.42669C3.87061 6.47569 3.93461 6.50002 3.99861 6.50002C4.06261 6.50002 4.12661 6.47569 4.17545 6.42686L7.59211 3.01019C7.68978 2.91252 7.68978 2.75436 7.59211 2.65669L6.50878 1.57319Z"
              fill="#212531"></path>
          </g>
        </svg>
      </div>
      <div class="searchtoggler__items dropdownblock" data-toggle="searchtoggler">
        <div class="searchtoggler__item">
          <input class="search_assets_shillers_2" type="radio" name="searh_type" find-type="assets" data-ajax-url="/alpha_calls_assets_select"
            data-field_id="ImRhNzZiYWE5LWY3OTUtNDg2OC1hOWM4LWU0OTNmMmRlZGFlOSI:1rDsTQ:eCuRVhh7kvCpIF-O9TiGmB1XI2l8kYPC4Xfgb7mh-m8" id="searh_type_3">
          <label for="searh_type_3"> Assets </label>
        </div>
        <div class="searchtoggler__item">
          <input checked="" class="search_assets_shillers_2" type="radio" name="searh_type" find-type="users" data-ajax-url="/shillers_select"
            data-field_id="IjYyNzQ5NzNhLTIwZDYtNGU0Ny1hODkyLTAzM2RhZmYzNzJjMSI:1rDsTQ:U-eS9sHBbg3lmi3rzlLJS9sY8RRAQuCJiQ1oyxzEu0A" id="searh_type_4">
          <label for="searh_type_4"> Callers </label>
        </div>
      </div>
    </div>
  </div>
  <div class="pagesearch__input">
    <div class="searchinput">
      <input class="input_search_2 select2-hidden-accessible" data-minimum-input-length="2" id="search_assets_shillers_2" name="search_assets_shillers_2" type="text" placeholder="Search" data-select2-id="select2-data-search_assets_shillers_2"
        multiple="" tabindex="-1" aria-hidden="true">
      <div class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="select2-data-3-e10m" style="width: 678px;">
        <div class="selection">
          <div class="dropdown-wrapper" aria-hidden="true"></div><span class="select2-selection select2-selection--multiple input_search_2" role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="-1" aria-disabled="false">
            <ul class="select2-selection__rendered" id="select2-search_assets_shillers_2-container"></ul><input class="input_dark select2-search select2-search--inline select2-search__field" type="search" tabindex="0" autocorrect="off"
              autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" autocomplete="off" aria-label="Search" aria-describedby="select2-search_assets_shillers_2-container" placeholder="Search callers" style="width: 100%;">
          </span>
        </div>
      </div>
      <button type="submit" class="btn btn_main">Search</button>
    </div>
  </div>
</form>

Text Content

Log in
Username

Password

Remember me
Forgot password?
Log in
Don't have an account yet?
Register now!
Sign up
Username

Email

Password

Once again, please


Complete registration
To complete registration, please check your email
If you don't see the email, please check your SPAM folder.
Ok
Password reset
Email


Reset password
Recovery email sent to
*****llz@gmail.com
To reset your password, follow the instructions in the email we’ve sent you.
Ok
Leaderboard
Influencer tracker

Sign In
 * All
 * NFTs
 * Tokens
 * Mints
 * Airdrops
 * Whitelists
 * Nodes
 * Other
 * 

Assets
Assets
Callers

Cryptocurrencies
Forefront (FF)

FFA.Games (FFA)

FiFaSport (FFS)

Fairy Forest (FFN)
NFT
Forefront (FF)

FFA.Games (FFA)

FiFaSport (FFS)

Fairy Forest (FFN)


If it’s only about money we are hopeless.
If it’s about people we are hopeful.
Callers
Assets
Callers

Search

Sentiment
BULLISH
BEARISH
Category
NFTs
Tokens
Mints
Airdrops
Whitelists
Nodes
Other
GOOFY SUPER CALLS
0 followers
35 Calls
11.43% Profitable
Follow
Tokens
Ignis AI ($IGNS)

0.00%
$0.1192
Entry price
$0.1192
Current Price
4
Bullish
0
Bearish
$0.1192
Entry price
$0.1192
Current Price
4
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
$IGNS as I mentioned guys, wait a few minutes to watch the chart and b...
0

0

Save
Share
BLOCKCHAINBROTHERS Calls
Bot
7 followers
1231 Calls
12.84% Profitable
Follow
Tokens
SwingBotAI ($SWING)

0.00%

All time hight ROI


0.00%

Current ROI

$0.1469
Entry price
$0.1469
Current Price
3
Bullish
0
Bearish
$0.1469
Entry price
$0.1469
Current Price
3
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
SwingBotAi ERC20 Could be a slow mooner check them out sender 5/5 t...
0

0

Save
Share
Brody Calls 📣💎
Bot
3 followers
168 Calls
15.48% Profitable
Follow
Tokens
SimpleHub ($SHUB)

0.00%

All time hight ROI


0.00%

Current ROI

$0.0₂4884
Entry price
$0.0₂4884
Current Price
1
Bullish
0
Bearish
$0.0₂4884
Entry price
$0.0₂4884
Current Price
1
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
🟢$SHUB - 460K  Bought some $SHUB Long term play that’s been around fo...
0

0

Save
Share
Raven Calls 2.0 💀
Bot
2 followers
180 Calls
10.00% Profitable
Follow
Tokens
PornVerse ($PVERSE)

0.00%

All time hight ROI


0.00%

Current ROI

$0.0₃5968
Entry price
$0.0₃5968
Current Price
1
Bullish
0
Bearish
$0.0₃5968
Entry price
$0.0₃5968
Current Price
1
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
❤️‍🔥 $PVERSE launch on Ethereum now! 👍 Pornverse is the first adult-...
0

0

Save
Share
Spaceman callz
Bot
5 followers
662 Calls
6.65% Profitable
Follow
Tokens
Barksky ($BARKSKY)

0.00%

All time hight ROI


0.00%

Current ROI

$0.0₄2331
Entry price
$0.0₄2331
Current Price
2
Bullish
0
Bearish
$0.0₄2331
Entry price
$0.0₄2331
Current Price
2
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
Barsky🟪 0/0
0

0

Save
Share
GOOFY SUPER CALLS
0 followers
35 Calls
11.43% Profitable
Follow
Tokens
Baby Grok ($BabyGrok)

0.00%
$0.0₃4850
Entry price
$0.0₃4850
Current Price
10
Bullish
0
Bearish
$0.0₃4850
Entry price
$0.0₃4850
Current Price
10
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
$BabyGrok: . , 50K MCAP Super degen but super early micro cap. Marke...
0

0

Save
Share
APE FALCON GEM
Bot
4 followers
595 Calls
9.08% Profitable
Follow
Tokens
Barksky ($BARKSKY)

0.00%

All time hight ROI


0.00%

Current ROI

$0.0₄4519
Entry price
$0.0₄4519
Current Price
2
Bullish
0
Bearish
$0.0₄4519
Entry price
$0.0₄4519
Current Price
2
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
Barksky (BARKSKY){ETH}🟡 5m: -14.9%| 1h: 1099% 📑CA: 0xD1166d20379aAb...
0

0

Save
Share
Savas's 1000x 💎 Gems
Bot
0 followers
498 Calls
5.42% Profitable
Follow
Tokens
Ordi Snipe ($OS)

0.00%

All time hight ROI


0.00%

Current ROI

$0.0₄7642
Entry price
$0.0₄7642
Current Price
1
Bullish
0
Bearish
$0.0₄7642
Entry price
$0.0₄7642
Current Price
1
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
Utility play: ORDISNIPE $OS - Just launched find safe entries! Char...
0

0

Save
Share
Papa's Calls & Gambles
Bot
6 followers
980 Calls
10.01% Profitable
Follow
Tokens
TOAD ($TOAD)

0.00%

All time hight ROI


-11.19%

Current ROI

$0.0₅4678
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₅4678
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
Smooth launch for $Toad
0

0

Save
Share
- ETH -
Bot
6 followers
1010 Calls
8.81% Profitable
Follow
Tokens
SwingBotAI ($SWING)

0.00%

All time hight ROI


0.00%

Current ROI

$0.1501
Entry price
$0.1501
Current Price
3
Bullish
0
Bearish
$0.1501
Entry price
$0.1501
Current Price
3
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
SwingBotAi 🟣 Could be a slow mooner check them out 5/5 tax
0

0

Save
Share
Cryptach⚡️Calls
Bot
1 follower
375 Calls
23.20% Profitable
Follow
Tokens
TOAD ($TOAD)

2.31%

All time hight ROI


2.31%

Current ROI

$0.0₅4061
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₅4061
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
1-st post ➜ ⚡️ CryptachCalls 1,6M MC 🔷 Toad (ETH) 👨‍🔧 Dev/Owner: Al...
0

0

Save
Share
CryptoCat CALLs
Bot
0 followers
313 Calls
10.21% Profitable
Follow
Tokens
TOAD ($TOAD)

24.37%

All time hight ROI


24.37%

Current ROI

$0.0₅3340
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₅3340
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
$Toad pumped hard and has all the hype. This is just the start all jee...
0

0

Save
Share
Sherlock's Calls!
Bot
1 follower
209 Calls
9.52% Profitable
Follow
Tokens
TOAD ($TOAD)

42.47%

All time hight ROI


42.47%

Current ROI

$0.0₅2916
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₅2916
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 23 hours
Toad Update A very good start from the Toad team. Volume has already ...
0

0

Save
Share
Savas's 1000x 💎 Gems
Bot
0 followers
498 Calls
5.42% Profitable
Follow
Tokens
TOAD ($TOAD)

57.68%

All time hight ROI


57.68%

Current ROI

$0.0₅2635
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₅2635
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
$TOAD just launched. DYOR. Chart: Twitter: Website: http://toadtok...
0

0

Save
Share
DE©RYPTANER 🔶 ETH×BSC
Bot
0 followers
94 Calls
9.57% Profitable
Follow
Tokens
TOAD ($TOAD)

57.69%

All time hight ROI


57.69%

Current ROI

$0.0₅2635
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₅2635
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
$TOAD launched and went to 6x+ from initial cap. Things even not start...
0

0

Save
Share
1000xGems King Calls 🚀🔥
Bot
3 followers
343 Calls
7.92% Profitable
Follow
Tokens
TOAD ($TOAD)

56.98%

All time hight ROI


56.98%

Current ROI

$0.0₅2646
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₅2646
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
Toad✅ launched safely 🔥
0

0

Save
Share
Piggies Call
Bot
3 followers
366 Calls
11.75% Profitable
Follow
Tokens
MILEI Token ($MILEI)

0.00%

All time hight ROI


-8.15%

Current ROI

$0.01341
Entry price
$0.01232
Current Price
1
Bullish
0
Bearish
$0.01341
Entry price
$0.01232
Current Price
1
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
$MILEI Seeing some big hands supporting it. It’s really holding a go...
0

0

Save
Share
ZGOD Calls
Bot
2 followers
29 Calls
34.48% Profitable
Follow
Tokens
AISignal ($aisig)

45.66%

All time hight ROI


45.66%

Current ROI

$0.0₂1142
Entry price
$0.0₂1664
Current Price
6
Bullish
0
Bearish
$0.0₂1142
Entry price
$0.0₂1664
Current Price
6
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
Aped some $aisig here 650k mc AI Signal Bot utilizes advanced AI algo...
0

0

Save
Share
RichKid Calls
Bot
0 followers
201 Calls
4.50% Profitable
Follow
Tokens
TOAD ($TOAD)

24.17%

All time hight ROI


24.17%

Current ROI

$0.0₅3346
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₅3346
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
TOAD Buy! 🟢🟢🟢 🔀 Spent $47.25 (0.021 WETH) 🔀 Got 14,088,006 TOAD 👤 Buy...
0

0

Save
Share
Achilles SafeHaven Calls
Bot
1 follower
87 Calls
22.50% Profitable
Follow
Tokens
TOAD ($TOAD)

46.57%

All time hight ROI


46.57%

Current ROI

$0.0₅2834
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₅2834
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
Be patient here 1.1 mil Just launched and i expect a dip. im timing m...
0

0

Save
Share
Gems Mine
Bot
3 followers
898 Calls
9.71% Profitable
Follow
Tokens
TOAD ($TOAD)

91.60%

All time hight ROI


91.60%

Current ROI

$0.0₅2168
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₅2168
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
Toad✅ Epin launch I hope you bought it
0

0

Save
Share
Bassie calls 🤡
Bot
3 followers
209 Calls
14.90% Profitable
Follow
Tokens
Byte ($BYTE)

47.59%

All time hight ROI


-3.32%

Current ROI

$0.0₇8114
Entry price
$0.0₇7844
Current Price
1
Bullish
0
Bearish
$0.0₇8114
Entry price
$0.0₇7844
Current Price
1
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
Byte Buy! 🧨🧨🧨🧨🧨🧨🧨🧨🧨🧨🧨🧨🧨🧨🧨🧨🧨 💵 0.071 BNB ($18.00) 🪙
213,796,120 BYTE 🔶...
0

0

Save
Share
Sapphire Call’s
Bot
10 followers
556 Calls
7.39% Profitable
Follow
Tokens
Journey ($JRNY)

0.00%

All time hight ROI


-3.44%

Current ROI

$0.0₈4314
Entry price
$0.0₈4166
Current Price
1
Bullish
0
Bearish
$0.0₈4314
Entry price
$0.0₈4166
Current Price
1
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
$JRNY Watch entry. They are developing a plethora Web3 tools for the ...
0

0

Save
Share
Achilles SafeHaven Calls
Bot
1 follower
87 Calls
22.50% Profitable
Follow
Presale
Grok+ ($Grok+)


14.12.2023
Expires in: 9 days 22 hours
WL GIVEAWAY 4 SPOTS Im behind the curve on this one so its only open ...
0

0

Save
Share
Crypto Gems 🚀📈
Bot
5 followers
615 Calls
6.57% Profitable
Follow
Tokens
PaladinAI ($PALAI)

0.00%

All time hight ROI


-8.22%

Current ROI

$0.0₂3673
Entry price
$0.0₂3371
Current Price
2
Bullish
0
Bearish
$0.0₂3673
Entry price
$0.0₂3371
Current Price
2
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
What a launch for PALADIN AI +73X +350k mc Massive
0

0

Save
Share
Crypto Wolves Call🦊
Bot
0 followers
95 Calls
13.33% Profitable
Follow
Presale
TheterX ($THX)


14.12.2023
Expires in: 9 days 22 hours
🔶  🪙  Theter𝕏 - $TH𝕏     @TheterX ✔️Theter𝕏 transforms digital invest...
0

0

Save
Share
Cryptic_Maestro
Bot
10 followers
1164 Calls
6.06% Profitable
Follow
Tokens
MONKEY ($MONKEY)

0.00%

All time hight ROI


-17.30%

Current ROI

$0.0₃6737
Entry price
$0.0₃5571
Current Price
5
Bullish
0
Bearish
$0.0₃6737
Entry price
$0.0₃5571
Current Price
5
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 22 hours
MONKEY around 60k mc dip previous was good nfa LP Burnt, Renounced. 0...
0

0

Save
Share
Ndrangheta’s Gems 💎
Bot
3 followers
165 Calls
16.97% Profitable
Follow
Tokens
Monie Bot ($MONIE)

0.00%

All time hight ROI


-6.63%

Current ROI

$0.6903
Entry price
$0.6445
Current Price
3
Bullish
0
Bearish
$0.6903
Entry price
$0.6445
Current Price
3
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
$MONIE/USD #ETH Maybe bad, maybe good my AVG entry is like 400-500k ...
0

0

Save
Share
Piggies Call
Bot
3 followers
366 Calls
11.75% Profitable
Follow
Tokens
Monie Bot ($MONIE)

0.00%

All time hight ROI


-11.66%

Current ROI

$0.7296
Entry price
$0.6445
Current Price
3
Bullish
0
Bearish
$0.7296
Entry price
$0.6445
Current Price
3
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
Gamble 🎲 Nfa and always Dyor! t.me/moniebotportal http://dextools...
0

0

Save
Share
Rufai’s Calls ☏ ETH & BSC
Bot
1 follower
172 Calls
9.41% Profitable
Follow
Presale
TheterX ($THX)


14.12.2023
Expires in: 9 days 21 hours
🔶  🪙  Theter𝕏 - $TH𝕏     ✔️Theter𝕏改变数字投资,为🟢USD𝕏数字股票提供独特的通道,每月获得4%回报,...
0

0

Save
Share
LION CALLS 🦁
Bot
1 follower
299 Calls
15.38% Profitable
Follow
Tokens
Shill Guard Token ($SGT)

0.00%

All time hight ROI


-5.98%

Current ROI

$0.0₂1482
Entry price
$0.0₂1393
Current Price
2
Bullish
0
Bearish
$0.0₂1482
Entry price
$0.0₂1393
Current Price
2
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
🦁 SHILLGUARD | UPDATE 🦁 called by @LionCALL 💰  ERC20 💰 HEY LIONS! ...
0

0

Save
Share
Gems Mine
Bot
3 followers
898 Calls
9.71% Profitable
Follow
Tokens
PaladinAI ($PALAI)

128.10%

All time hight ROI


128.10%

Current ROI

$0.0₂1478
Entry price
$0.0₂3371
Current Price
2
Bullish
0
Bearish
$0.0₂1478
Entry price
$0.0₂3371
Current Price
2
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
Paladinai✅ Tax:5/5 Locked & Renunced Utility I bought for hold
0

0

Save
Share
Zorro Calls Gems of X1000
Bot
1 follower
166 Calls
27.27% Profitable
Follow
Tokens
Ignis AI ($IGNS)

9.55%

All time hight ROI


9.55%

Current ROI

$0.06684
Entry price
$0.07322
Current Price
4
Bullish
0
Bearish
$0.06684
Entry price
$0.07322
Current Price
4
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
$IGNS had a great launched here buds hope you didn't miss it and hope ...
0

0

Save
Share
MarkGems
Bot
8 followers
998 Calls
6.25% Profitable
Follow
Tokens
TOAD ($TOAD)

529.05%

All time hight ROI


529.05%

Current ROI

$0.0₆6605
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
$0.0₆6605
Entry price
$0.0₅4155
Current Price
11
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
$TOAD Launching in 45 Minutes the owner is ALexGreco he is very know...
0

0

Save
Share
BagCalls 🎒🎒🎒
Bot
2 followers
461 Calls
11.98% Profitable
Follow
Tokens
AISignal ($aisig)

232.42%

All time hight ROI


232.42%

Current ROI

$0.0₃5006
Entry price
$0.0₂1664
Current Price
6
Bullish
0
Bearish
$0.0₃5006
Entry price
$0.0₂1664
Current Price
6
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
🎒AI SIGNAL 🎒$AISIG 🎒TRADING SIGNALS 🎒BOT 🎒JUST LAUNCHED TG: How wo...
0

0

Save
Share
Capitalist calls!
Bot
1 follower
202 Calls
10.89% Profitable
Follow
Tokens
AISignal ($aisig)

234.18%

All time hight ROI


234.18%

Current ROI

$0.0₃4979
Entry price
$0.0₂1664
Current Price
6
Bullish
0
Bearish
$0.0₃4979
Entry price
$0.0₂1664
Current Price
6
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
Ticker: $AISig AISignal - Your source for 100x+ wins daily. AI Signal...
0

0

Save
Share
Brody Calls 📣💎
Bot
3 followers
168 Calls
15.48% Profitable
Follow
Tokens
BoostFx ($$BOOST)

0.00%

All time hight ROI


-81.65%

Current ROI

$0.04312
Entry price
$0.0₂7911
Current Price
2
Bullish
0
Bearish
$0.04312
Entry price
$0.0₂7911
Current Price
2
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
$BOOST Just live hit 170k at ATH, now dip at 40K mc. ape wisely find ...
0

0

Save
Share
Gems Mine
Bot
3 followers
898 Calls
9.71% Profitable
Follow
Tokens
Monie Bot ($MONIE)

0.00%

All time hight ROI


-45.00%

Current ROI

$1.172
Entry price
$0.6445
Current Price
3
Bullish
0
Bearish
$1.172
Entry price
$0.6445
Current Price
3
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
Monie Bot✅ Wait for lower tax and sweet Dip TG: X: Website: www...
0

0

Save
Share
Gubbin's Calls
Bot
2 followers
273 Calls
13.97% Profitable
Follow
Tokens
Algorithium ($ALG)

0.00%

All time hight ROI


0.00%

Current ROI

$0.0₄3644
Entry price
$0.0₄3644
Current Price
1
Bullish
0
Bearish
$0.0₄3644
Entry price
$0.0₄3644
Current Price
1
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
ALGORITHM This should be a sold one. Good team behind here, with good...
0

0

Save
Share
Gems Mine
Bot
3 followers
898 Calls
9.71% Profitable
Follow
Tokens
GrokKing ($GrokKing)

0.00%

All time hight ROI


0.00%

Current ROI

$0.0₈1287
Entry price
$0.0₈1287
Current Price
1
Bullish
0
Bearish
$0.0₈1287
Entry price
$0.0₈1287
Current Price
1
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
GrokKing✅ Tax:0/5 Renunced & locked Solid launch
0

0

Save
Share
UNIQUE ALPHA CALLS
Bot
6 followers
686 Calls
7.00% Profitable
Follow
Tokens
BoostFx ($$BOOST)

0.00%

All time hight ROI


-92.37%

Current ROI

$0.1037
Entry price
$0.0₂7911
Current Price
2
Bullish
0
Bearish
$0.1037
Entry price
$0.0₂7911
Current Price
2
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
BoostFx Buy! 😊😊😊😊😊😊😊😊😊😊😊 💵 0.05 ETH ($115.18) 🪙 602 $BOOST 🔷
0xeb96…9...
0

0

Save
Share
Immortal.ETH/BSC🤺⚔️ Calls📞
Bot
1 follower
176 Calls
7.39% Profitable
Follow
Tokens
Baby Grok ($BabyGrok)

0.00%

All time hight ROI


-30.70%

Current ROI

$0.0₂1409
Entry price
$0.0₃9767
Current Price
10
Bullish
0
Bearish
$0.0₂1409
Entry price
$0.0₃9767
Current Price
10
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
BABY GROK 160k Aped in this baby version of grok...lp burnt and renn...
0

0

Save
Share
Saphira Call's
Bot
1 follower
67 Calls
16.95% Profitable
Follow
Presale
Grok is wise ($WISEGROK)


14.12.2023
Expires in: 9 days 21 hours
GROK IS WISE WHITELIST PRESALE Previous project gave 80x.This team ...
0

0

Save
Share
Big Bulls callz💹
Bot
3 followers
740 Calls
5.01% Profitable
Follow
Tokens
XGURU AI ($XGURU)

0.00%

All time hight ROI


-55.67%

Current ROI

$0.0₂2011
Entry price
$0.0₃8917
Current Price
15
Bullish
0
Bearish
$0.0₂2011
Entry price
$0.0₃8917
Current Price
15
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
🔷🔷ETH PLAY 🔷🔷 $XGURU LOOKING GOOD CHECK IT OUT ❓ DYOR......
0

0

Save
Share
Gems Mine
Bot
3 followers
898 Calls
9.71% Profitable
Follow
Tokens
Baby Grok ($BabyGrok)

0.00%

All time hight ROI


-35.64%

Current ROI

$0.0₂1517
Entry price
$0.0₃9767
Current Price
10
Bullish
0
Bearish
$0.0₂1517
Entry price
$0.0₃9767
Current Price
10
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
Baby Grok✅ Tax:0/0 Renunced & Burned LP Wait for a Dip
0

0

Save
Share
Shakers Calls
Bot
1 follower
112 Calls
20.18% Profitable
Follow
Presale
TheterX ($THX)


14.12.2023
Expires in: 9 days 21 hours
🔶  🪙  Theter𝕏 - $TH𝕏     ✔️Theter𝕏改变数字投资,为🟢USD𝕏数字股票提供独特的通道,每月获得4%回报,...
0

0

Save
Share
Big Bulls callz💹
Bot
3 followers
740 Calls
5.01% Profitable
Follow
Tokens
Eclipse Finance ($Eclipse)

16.40%

All time hight ROI


15.94%

Current ROI

$0.0₂1142
Entry price
$0.0₂1324
Current Price
2
Bullish
0
Bearish
$0.0₂1142
Entry price
$0.0₂1324
Current Price
2
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
🔷🔷ETH PLAY 🔷🔷 $ECLIPES FINANCE LOOKING GOOD CHECK IT OUT ❓ DYOR.....
0

0

Save
Share
Iced's House of Degeneracy
Bot
4 followers
119 Calls
30.25% Profitable
Follow
Tokens
Baby Grok ($BabyGrok)

14.17%

All time hight ROI


-15.19%

Current ROI

$0.0₂1151
Entry price
$0.0₃9767
Current Price
10
Bullish
0
Bearish
$0.0₂1151
Entry price
$0.0₃9767
Current Price
10
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
$BabyGrok: Rank 1.5, 100K MCAP Super degen but super early micro cap....
0

0

Save
Share
Artemiss Calls
Bot
1 follower
208 Calls
4.33% Profitable
Follow
Tokens
Baby Grok ($BabyGrok)

24.10%

All time hight ROI


-7.81%

Current ROI

$0.0₂1059
Entry price
$0.0₃9767
Current Price
10
Bullish
0
Bearish
$0.0₂1059
Entry price
$0.0₃9767
Current Price
10
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
Baby grok Just launched Maybe send Community is active Vol is good Ta...
0

0

Save
Share
BLOCKCHAINBROTHERS Calls
Bot
7 followers
1231 Calls
12.84% Profitable
Follow
Tokens
AISignal ($aisig)

347.03%

All time hight ROI


347.03%

Current ROI

$0.0₃3722
Entry price
$0.0₂1664
Current Price
6
Bullish
0
Bearish
$0.0₃3722
Entry price
$0.0₂1664
Current Price
6
Bullish
0
Bearish
14.12.2023
Expires in: 9 days 21 hours
AI Signal just launched watch your entry AI Signal Bot utilizes algor...
0

0

Save
Share



 * 1
 * 2
 * 3
 * ...
 * 162

support@leak.me
Privacy
Terms
© Leak.me 2023 | All rights reserved