alertnfts.org
Open in
urlscan Pro
167.114.188.35
Public Scan
URL:
https://alertnfts.org/
Submission: On March 20 via api from FI — Scanned from CA
Submission: On March 20 via api from FI — Scanned from CA
Form analysis
6 forms found in the DOM#
<form action="#">
<div class="modal-body">
<div class="form-group">
<label for="email" class="col-form-label">Email Address :</label>
<input type="email" class="form-control form-control-lg" id="email" placeholder="Enter email" aria-label="email" aria-describedby="emailHelp">
</div>
<div class="alert alert-success p-1">After adding the mail address, open the email message that's definitely not spam. Click on the <strong>Report not spam</strong> button at the top to move this message to your inbox.</div>
<div class="email-error d-none alert alert-danger p-1"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
<button type="submit" class="btn btn-success approve-email">Add Email</button>
</div>
</form>
#
<form action="#">
<div class="modal-body">
<div class="form-group">
<label for="discordurl" class="col-form-label">Discord Webhook URL :</label>
<input type="url" class="form-control form-control-lg" id="discordurl" placeholder="Enter Discord Webhooks URL" aria-label="email" aria-describedby="emailHelp">
</div>
<a href="https://www.nftalerts.app/discord-webhook.mp4" class="text-danger" target="_blank">How to get
Webhook URL on Discord</a>
<div class="discord-wh-error d-none alert alert-danger p-1"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
<button type="submit" class="btn btn-success approve-discord">Add Discord Webhook</button>
</div>
</form>
<form>
<div class="form-group">
<label for="openseaurl" class="col-form-label">Opensea Collection URL :</label>
<input type="text" class="form-control form-control-lg" style="background-color: white !important;color:black !important;" id="openseaurl" placeholder="https://opensea.io/collection/boredapeyachtclub" aria-label="openseaurl">
</div>
<div id="loading-collection"></div>
<div class="form-group row">
<div class="col">
<label for="low-price" class="text-danger"><span class="text-danger mdi mdi-arrow-bottom-left icon-item"></span> Max Price</label>
<div>
<input class="typeahead text-white" disabled="" type="text" id="max_price" placeholder="Exp: 0.8 ( Floor: 1.0 )">
</div>
</div>
</div>
<div class="alert alert-success p-1">If the floor price drops to the <strong>max price</strong> you specified after receiving the alert, the <strong>new max price</strong> will be reduced by <strong>10%</strong>.</div>
<div class="floor-error d-none alert alert-danger p-1"></div>
</form>
<form id="mainMint">
<div class="form-group">
<label for="recipient-name" class="col-form-label">When mints for a project exceed:</label>
<select class="form-control form-control-lg text-white text-bolder" name="mint_count" id="mint_count">
<option>50</option>
<option>75</option>
<option>100</option>
<option>125</option>
<option>150</option>
<option>175</option>
<option>200</option>
<option>225</option>
<option selected="">250</option>
<option>275</option>
<option>300</option>
<option>325</option>
<option>350</option>
<option>375</option>
<option>400</option>
<option>425</option>
<option>450</option>
<option>475</option>
<option>500</option>
<option>525</option>
<option>550</option>
<option>575</option>
<option>600</option>
<option>625</option>
<option>650</option>
<option>675</option>
<option>700</option>
<option>725</option>
<option>750</option>
<option>775</option>
<option>800</option>
<option>825</option>
<option>850</option>
<option>875</option>
<option>900</option>
<option>925</option>
<option>950</option>
<option>975</option>
<option>1000</option>
</select>
</div>
<div class="form-group">
<label for="message-text" class="col-form-label">In the past:</label>
<br>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-info">
<input type="radio" name="mint_time" value="5" id="option1" autocomplete="off"> 5m </label>
<label class="btn btn-info active">
<input type="radio" name="mint_time" value="15" id="option2" autocomplete="off" checked=""> 15m </label>
<label class="btn btn-info">
<input type="radio" name="mint_time" value="30" id="option3" autocomplete="off"> 30m </label>
<label class="btn btn-info">
<input type="radio" name="mint_time" value="60" id="option4" autocomplete="off"> 60m </label>
</div>
</div>
</form>
<form id="mainWallet">
<div class="form-group">
<label for="recipient-name" class="col-form-label">Wallet <span class="text-danger">*</span></label>
<input type="text" class="form-control form-control-lg" id="wallettracker" style="background-color: white !important;color:black !important;" autocomplete="off" placeholder="0x........................" aria-label="wallettracker">
</div>
<div class="form-group">
<label for="recipient-name" class="col-form-label">Custom Name (For Remember)</label>
<input type="text" class="form-control form-control-lg" id="wallettrackername" style="background-color: white !important;color:black !important;" autocomplete="off" placeholder="Custom Name (Optional)" aria-label="wallettracker">
</div>
<div class="form-group">
<label for="message-text" class="col-form-label">Tracker Type :</label>
<br>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label data-type="wallet_list" class="btn wallettypechoose btn-success active">
<input type="checkbox" name="wallet_list" value="1" id="option11" autocomplete="off" checked=""> List </label>
<label data-type="wallet_buy" class="btn wallettypechoose btn-success active">
<input type="checkbox" name="wallet_buy" value="1" id="option22" autocomplete="off" checked=""> Buy </label>
<label data-type="wallet_sale" class="btn wallettypechoose btn-success active">
<input type="checkbox" name="wallet_sale" value="1" id="option33" autocomplete="off" checked=""> Sale </label>
<label data-type="wallet_mint" class="btn wallettypechoose btn-success active">
<input type="checkbox" name="wallet_mint" value="1" id="option44" autocomplete="off" checked=""> Mint </label>
</div>
</div>
</form>
<form id="mainSold">
<div class="form-group">
<label for="message-text" class="col-form-label">Collections :</label>
<br>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label data-type="soldout-all" class="btn soldout-col-choose btn-success active">
<input type="checkbox" name="soldout-col-all" id="soldout-all" value="1" autocomplete="off" checked=""> All </label>
<label data-type="soldout-single" class="btn soldout-col-choose btn-danger">
<input type="checkbox" name="soldout-col-single" id="soldout-single" value="1" autocomplete="off"> Single </label>
</div>
</div>
<div class="form-group d-none soldout-single">
<label for="recipient-name1" class="col-form-label">Opensea Collection URL :</label>
<input type="text" class="form-control form-control-lg" id="soldout-single-url" style="background-color: white !important;color:black !important;" autocomplete="off" placeholder="https://opensea.io/collection/boredapeyachtclub"
aria-label="recipient-name1">
<div id="loading-soldout-url" style="margin-top:10px;"></div>
</div>
<div class="form-group soldout-all">
<label for="exampleInputPassword1">Minumum Owners Ratio (Owners / Suppy x 100)</label>
<select class="form-control form-control-lg text-white text-bolder" name="sold-owner" id="sold-owner">
<option value="1">1% Owner</option>
<option value="2">2% Owner</option>
<option value="3">3% Owner</option>
<option value="4">4% Owner</option>
<option value="5">5% Owner</option>
<option value="6">6% Owner</option>
<option value="7">7% Owner</option>
<option value="8">8% Owner</option>
<option value="9">9% Owner</option>
<option value="10" selected="">10% Owner</option>
<option value="11">11% Owner</option>
<option value="12">12% Owner</option>
<option value="13">13% Owner</option>
<option value="14">14% Owner</option>
<option value="15">15% Owner</option>
<option value="16">16% Owner</option>
<option value="17">17% Owner</option>
<option value="18">18% Owner</option>
<option value="19">19% Owner</option>
<option value="20">20% Owner</option>
<option value="21">21% Owner</option>
<option value="22">22% Owner</option>
<option value="23">23% Owner</option>
<option value="24">24% Owner</option>
<option value="25">25% Owner</option>
<option value="26">26% Owner</option>
<option value="27">27% Owner</option>
<option value="28">28% Owner</option>
<option value="29">29% Owner</option>
<option value="30">30% Owner</option>
<option value="31">31% Owner</option>
<option value="32">32% Owner</option>
<option value="33">33% Owner</option>
<option value="34">34% Owner</option>
<option value="35">35% Owner</option>
<option value="36">36% Owner</option>
<option value="37">37% Owner</option>
<option value="38">38% Owner</option>
<option value="39">39% Owner</option>
<option value="40">40% Owner</option>
<option value="41">41% Owner</option>
<option value="42">42% Owner</option>
<option value="43">43% Owner</option>
<option value="44">44% Owner</option>
<option value="45">45% Owner</option>
<option value="46">46% Owner</option>
<option value="47">47% Owner</option>
<option value="48">48% Owner</option>
<option value="49">49% Owner</option>
<option value="50">50% Owner</option>
<option value="51">51% Owner</option>
<option value="52">52% Owner</option>
<option value="53">53% Owner</option>
<option value="54">54% Owner</option>
<option value="55">55% Owner</option>
<option value="56">56% Owner</option>
<option value="57">57% Owner</option>
<option value="58">58% Owner</option>
<option value="59">59% Owner</option>
<option value="60">60% Owner</option>
<option value="61">61% Owner</option>
<option value="62">62% Owner</option>
<option value="63">63% Owner</option>
<option value="64">64% Owner</option>
<option value="65">65% Owner</option>
<option value="66">66% Owner</option>
<option value="67">67% Owner</option>
<option value="68">68% Owner</option>
<option value="69">69% Owner</option>
<option value="70">70% Owner</option>
<option value="71">71% Owner</option>
<option value="72">72% Owner</option>
<option value="73">73% Owner</option>
<option value="74">74% Owner</option>
<option value="75">75% Owner</option>
<option value="76">76% Owner</option>
<option value="77">77% Owner</option>
<option value="78">78% Owner</option>
<option value="79">79% Owner</option>
<option value="80">80% Owner</option>
<option value="81">81% Owner</option>
<option value="82">82% Owner</option>
<option value="83">83% Owner</option>
<option value="84">84% Owner</option>
<option value="85">85% Owner</option>
<option value="86">86% Owner</option>
<option value="87">87% Owner</option>
<option value="88">88% Owner</option>
<option value="89">89% Owner</option>
<option value="90">90% Owner</option>
</select>
</div>
<div class="form-group soldout-all">
<label for="message-text" class="col-form-label">Sold Out Times (Last Mint Date-First Mint Date) :</label>
<select class="form-control form-control-lg text-white text-bolder" name="sold-times" id="sold-times">
<option value="6000000">ALL</option>
<option value="86400">24 Hours</option>
<option value="82800">23 Hours</option>
<option value="79200">22 Hours</option>
<option value="75600">21 Hours</option>
<option value="72000">20 Hours</option>
<option value="68400">19 Hours</option>
<option value="64800">18 Hours</option>
<option value="61200">17 Hours</option>
<option value="57600">16 Hours</option>
<option value="54000">15 Hours</option>
<option value="50400">14 Hours</option>
<option value="46800">13 Hours</option>
<option value="43200">12 Hours</option>
<option value="39600">11 Hours</option>
<option value="36000">10 Hours</option>
<option value="32400">9 Hours</option>
<option value="28800">8 Hours</option>
<option value="25200">7 Hours</option>
<option value="21600">6 Hours</option>
<option value="18000">5 Hours</option>
<option value="14400">4 Hours</option>
<option value="10800">3 Hours</option>
<option value="7200">2 Hours</option>
<option value="2700">45 Minutes</option>
<option value="1800">30 Minutes</option>
<option value="900">15 Minutes</option>
<option value="600">10 Minutes</option>
<option value="300">5 Minutes</option>
</select>
</div>
</form>
Text Content
* Dashboard * Auto Mint * Trending * Sold Out * Upcoming New * Buy Pass My Alerts You don't have Alert Setting * * Buy Pass * CreateCreate Alert Setting CHOOSE ALERT TYPE Mint Project Collection Floor Wallet Tracker Sold Out * ALERT SETTINGS Not Found Alert Settings * * Connect Wallet with PASS * Logout Our sub project Floor Price Alerts is opened. (Use it for FREE with the Nft Alerts Pass) BORED APE YOGA CLUB V2 Most selling collection in 15 mins 2022-08-29 00:25 UTC Sales Count: 15 282 Sales 5.3 Sales Volume Ξ 0.027 Floor Price 358,252 Minted of 338 collections in the last 24 hours 2022-08-28 12:00 UTC Mint: 8690 338 New Collection 259 Free Mint Collection 41,524 Owners MINTINGS * Full Screen Restore Feed is live Collection 30M Mint 5M Mint 15M Mint 30M Mint 60M Mint Safe Mint Total Mint Owners Mint Price Max Supply Floor Price Royalty Last Minted First Minted DEGENS FROM THE UNDERGROUND 0 611 - + Safe Mint 631 52 (8%) Ξ 0.001 8,000 Empty 6% 1 min ago 1 hour ago JURASSIC EGGS COLLECTION 0 142 - + Safe Mint 6,476 2,985 (46%) Free Mint 7,777 Ξ 0.0009 7% 38 secs ago 5 hours ago ABOVE ATMOSPHERE BY AHMET 0 102 - + Safe Mint 102 48 (47%) Ξ 0.01 400 Ξ 0.05 5% 38 secs ago 12 mins ago COMMONERS BY COMMONOPOLY V2 4 70 - 2,107 14 (1%) Ξ 0.042 5,000 Empty 10% 38 secs ago 3 hours ago KINGDOM WARRIORS 0 45 - 3,649 372 (10%) Free Mint - Ξ 0.155 8% 12 mins ago 1 hour ago CATBOTS V1.0 0 44 - 507 172 (34%) Ξ 0.0016666666666667 - Ξ 0.012 8% 2 mins ago 6 hours ago MINTERS WORLD 0 44 - + Safe Mint 2,304 1,188 (52%) Ξ 0.05 - Ξ 0.0524 3% 4 mins ago 3 days ago FENIX - ILLUSTRAMANDA 0 39 - 3,648 453 (12%) Ξ 0.0232 - Ξ 0.0255 0% 1 min ago 6 hours ago META STREET CODE 0 35 - 191 12 (6%) Ξ 0.075 - Ξ 0.3 0% 10 mins ago 5 hours ago APE BOSS 0 35 - + Safe Mint 35 6 (17%) Ξ 0.0022 999 Empty 0% 7 mins ago 10 mins ago AXIS OF APES 0 31 - + Safe Mint 3,166 447 (14%) Ξ 0.003 5,555 Ξ 0.003 10% 1 min ago 2 days ago THE APPRECIATORS NFT 0 19 - 3,353 1,120 (33%) Ξ 0.015 - Ξ 0.02 6% 1 min ago 9 hours ago COMMONERS BY COMMONOPOLY 0 17 - 4,069 1,920 (47%) Ξ 0.042 - Ξ 0.085 5% 7 mins ago 3 hours ago BABY MEDICATED MICE 0 13 - 1,276 148 (12%) Ξ 0.05 1,420 Ξ 0.019 10% 16 mins ago 17 mins ago THAI GHOSTS FARMING (TGF) 0 10 - + Safe Mint 1,284 226 (18%) Ξ 0.002 5,000 Ξ 0.0025 10% 4 mins ago 3 days ago GANGSTAPE OFFICAI 4 10 - + Safe Mint 6,931 781 (11%) Free Mint 6,969 Ξ 0.0005 0% 8 mins ago 5 hours ago YASOKI GENESIS 0 10 - 550 176 (32%) Free Mint - Ξ 0.0015 10% 12 mins ago 1 hour ago VILLAGERS OF XOLO 0 10 - + Safe Mint 14,282 4,793 (34%) Free Mint 20,000 Ξ 0.0579 5% 8 mins ago 9 mins ago M4 LAND NFT 0 10 - 2,932 195 (7%) Free Mint 8,000 Ξ 0.0007 10% 17 mins ago 2 days ago GOBLIN DOGS 0 9 - 185 40 (22%) Free Mint 578 Ξ 0.0095 8% 11 mins ago 3 hours ago HABIBI COME TO DUBAI 0 8 - 156 28 (18%) Ξ 0.0025 - Ξ 0.023 7% 8 mins ago 1 day ago BORED APE GALACTIC CLUB AI 0 8 - + Safe Mint 3,496 289 (8%) Ξ 0.005 10,000 Ξ 0.003 10% 8 mins ago 1 day ago PUFFER GANG 0 8 - 7,381 1,189 (16%) Free Mint 9,876 Ξ 0.0002 10% 27 mins ago 3 hours ago TESSERA BIRDS 0 8 - 9 5 (56%) Free Mint 10,000 Empty 0% 3 mins ago 4 mins ago DUMPIES NFT 0 7 - + Safe Mint 293 94 (32%) Ξ 0.007 1,000 Ξ 0.02 0% 1 min ago 1 day ago APIENS GENESIS BAG (AGB) 0 6 - 2,133 725 (34%) Free Mint - Ξ 0.09 5% 9 mins ago 1 day ago AMAZING KIDS 0 6 - + Safe Mint 65 13 (20%) Free Mint - Ξ 1 8% 21 mins ago 1 hour ago READY MILLIONAIRE ONE CLUB 0 6 - + Safe Mint 83 16 (19%) Ξ 2.0E-18 7,777 Ξ 0.7 7% 13 mins ago 21 hours ago THE ETHHUB PASS 0 6 - + Safe Mint 213 175 (82%) Ξ 0.0066 10,000 Ξ 0.0056 5% 1 min ago 13 mins ago LAYC 0 5 - 6,917 1,312 (19%) Ξ 0.08 - Ξ 0.055 7% 6 mins ago 1 week ago Connect with Metamask Close Thank you for report Close Error received on this collection as it is currently in beta. Close You Need a NFT Alerts Pass Close Mint PASS EMAIL FOR ALERTS × Email Address : After adding the mail address, open the email message that's definitely not spam. Click on the Report not spam button at the top to move this message to your inbox. Close Add Email DISCORD WEBHOOKS FOR ALERTS × Discord Webhook URL : How to get Webhook URL on Discord Close Add Discord Webhook CREATE ALERTS (COLLECTION FLOOR) × Opensea Collection URL : Max Price If the floor price drops to the max price you specified after receiving the alert, the new max price will be reduced by 10%. Close Create Alerts CREATE ALERTS (MINTINGS) × When mints for a project exceed: 50 75 100 125 150 175 200 225 250 275 300 325 350 375 400 425 450 475 500 525 550 575 600 625 650 675 700 725 750 775 800 825 850 875 900 925 950 975 1000 In the past: 5m 15m 30m 60m Close Create Alerts Not support sound. CREATE ALERTS (WALLET TRACKER) × Wallet * Custom Name (For Remember) Tracker Type : List Buy Sale Mint Close Create Alerts CREATE ALERTS (SOLD OUT) × Collections : All Single Opensea Collection URL : Minumum Owners Ratio (Owners / Suppy x 100) 1% Owner 2% Owner 3% Owner 4% Owner 5% Owner 6% Owner 7% Owner 8% Owner 9% Owner 10% Owner 11% Owner 12% Owner 13% Owner 14% Owner 15% Owner 16% Owner 17% Owner 18% Owner 19% Owner 20% Owner 21% Owner 22% Owner 23% Owner 24% Owner 25% Owner 26% Owner 27% Owner 28% Owner 29% Owner 30% Owner 31% Owner 32% Owner 33% Owner 34% Owner 35% Owner 36% Owner 37% Owner 38% Owner 39% Owner 40% Owner 41% Owner 42% Owner 43% Owner 44% Owner 45% Owner 46% Owner 47% Owner 48% Owner 49% Owner 50% Owner 51% Owner 52% Owner 53% Owner 54% Owner 55% Owner 56% Owner 57% Owner 58% Owner 59% Owner 60% Owner 61% Owner 62% Owner 63% Owner 64% Owner 65% Owner 66% Owner 67% Owner 68% Owner 69% Owner 70% Owner 71% Owner 72% Owner 73% Owner 74% Owner 75% Owner 76% Owner 77% Owner 78% Owner 79% Owner 80% Owner 81% Owner 82% Owner 83% Owner 84% Owner 85% Owner 86% Owner 87% Owner 88% Owner 89% Owner 90% Owner Sold Out Times (Last Mint Date-First Mint Date) : ALL 24 Hours 23 Hours 22 Hours 21 Hours 20 Hours 19 Hours 18 Hours 17 Hours 16 Hours 15 Hours 14 Hours 13 Hours 12 Hours 11 Hours 10 Hours 9 Hours 8 Hours 7 Hours 6 Hours 5 Hours 4 Hours 3 Hours 2 Hours 45 Minutes 30 Minutes 15 Minutes 10 Minutes 5 Minutes Close Create Alerts This feature is only available for V.I.P. Pass holders can use it. (V.I.P. Pass won the 1st sales race) About Pass Close ADDED NEW FEATURES × 1) Email Alerts (2022-07-02) 2) Table sorting in minting list (2022-07-04) 3) Trending list (2022-07-08) 4) Sales and mints monitor (2022-07-10) 5) New minting table and added added sorting filter by 5 minutes. (2022-07-13) 6) Mint price in the minting table has been improved. (2022-07-20) 7) Safe Mint (2022-07-24) 8) Discord Webhook for Alerts (2022-07-29) 9) Auto Mint (2022-07-30) 10) Scam report button. (2022-08-02) 11) Wallet Tracker Alerts [V.I.P. Pass] (2022-08-08) 12) Sold Out Monitor [V.I.P. Pass] (2022-08-14) 13) Upcoming Monitor [V.I.P. Pass] (2022-08-22) 14) Sold Out Alerts (2022-08-24) 15) Sales Alerts (Coming soon in a few days) 16) Telegram for Alerts (Coming soon in a 10 days) Buy Pass Close