www.nftalerts.app
Open in
urlscan Pro
2606:4700:3030::ac43:b051
Public Scan
Submitted URL: http://www.nftalerts.app/
Effective URL: https://www.nftalerts.app/
Submission: On February 28 via api from US — Scanned from DE
Effective URL: https://www.nftalerts.app/
Submission: On February 28 via api from US — Scanned from DE
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="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_transfer" class="btn wallettypechoose btn-success active">
<input type="checkbox" name="wallet_transfer" value="1" id="option55" autocomplete="off" checked=""> Transfer </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="mainMint">
<div class="form-group">
<label for="recipient-name" class="col-form-label">When <strong>mint rate</strong> for a project exceed: (Total Mints / Max Supply)</label>
<select class="form-control form-control-lg text-white text-bolder" name="mint_ratio" id="mint_ratio">
<option value="0">Empty</option>
<option value="20">20%</option>
<option value="25">25%</option>
<option value="30">30%</option>
<option value="35">35%</option>
<option value="40">40%</option>
<option value="45">45%</option>
<option value="50">50%</option>
<option value="55">55%</option>
<option value="60">60%</option>
<option value="65">65%</option>
<option value="70">70%</option>
<option value="75">75%</option>
<option value="80">80%</option>
<option value="85">85%</option>
<option value="90">90%</option>
</select>
</div>
<div class="form-group">
<label for="recipient-name" class="col-form-label">When <strong>mints</strong> for a project exceed:</label>
<select class="form-control form-control-lg text-white text-bolder" name="mint_count" id="mint_count">
<option value="0">Empty</option>
<option>100</option>
<option>150</option>
<option>200</option>
<option>250</option>
<option>300</option>
<option>350</option>
<option>400</option>
<option>450</option>
<option>500</option>
<option>550</option>
<option>600</option>
<option>650</option>
<option>700</option>
<option>750</option>
<option>800</option>
<option>850</option>
<option>900</option>
<option>950</option>
<option>1000</option>
<option>1050</option>
<option>1100</option>
<option>1150</option>
<option>1200</option>
<option>1250</option>
<option>1300</option>
<option>1350</option>
<option>1400</option>
<option>1450</option>
<option>1500</option>
<option>1550</option>
<option>1600</option>
<option>1650</option>
<option>1700</option>
<option>1750</option>
<option>1800</option>
<option>1850</option>
<option>1900</option>
<option>1950</option>
<option>2000</option>
</select>
</div>
<span class="badge badge-danger text-left" style="line-height: 1.3 !important;white-space: break-spaces !important;">You can choose mints rate or mints. If you choose both, it will look at all collections according to the <strong>mint
rate</strong>. But if the max supply of the collection is unknown, it will look at the <strong>mints</strong>.</span>
<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 sales_timeq">
<input type="radio" name="mint_time" value="5" id="optionq1" autocomplete="off"> 5m </label>
<label class="btn btn-info sales_timeq">
<input type="radio" name="mint_time" value="15" id="optionq2" autocomplete="off"> 15m </label>
<label class="btn btn-info sales_timeq active">
<input type="radio" name="mint_time" value="30" id="optionq3" autocomplete="off" checked=""> 30m </label>
<label class="btn btn-info sales_timeq">
<input type="radio" name="mint_time" value="60" id="option4q" autocomplete="off"> 60m </label>
</div>
</div>
<div class="alert alert-info d-none" id="create-mint-messsage"></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 * Buy Pass * Alerts Discord WH * Alerts Telegram * Alerts Email * Alerts Sound 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 The best selling collection of the last half hour. 0 Sales Ξ 0.0 Sales Volume Ξ 0 Floor Price 0 Minted of 0 collections in the last 24 hours 0 New Collection 0 Free Mint Collection 0 Owners MINTS LISTINGS SALES TRANSFERS MINTS Feed is live 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 Opensea API is not working, this maintenance is usually fixed by opensea within 30 minutes. 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 Buy 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 Not support sound. CREATE ALERTS (WALLET TRACKER) × Wallet * Custom Name (For Remember) Tracker Type : List Buy Sale Transfer Mint Close Create Alerts CREATE ALERTS (MINTINGS) × When mint rate for a project exceed: (Total Mints / Max Supply) Empty 20% 25% 30% 35% 40% 45% 50% 55% 60% 65% 70% 75% 80% 85% 90% When mints for a project exceed: Empty 100 150 200 250 300 350 400 450 500 550 600 650 700 750 800 850 900 950 1000 1050 1100 1150 1200 1250 1300 1350 1400 1450 1500 1550 1600 1650 1700 1750 1800 1850 1900 1950 2000 You can choose mints rate or mints. If you choose both, it will look at all collections according to the mint rate. But if the max supply of the collection is unknown, it will look at the mints. In the past: 5m 15m 30m 60m 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 10) Scam report button. 11) Wallet Tracker Alerts [V.I.P. Pass] 12) Sold Out Monitor [V.I.P. Pass] 13) Upcoming Monitor [V.I.P. Pass] 14) Sold Out Alerts 15) Telegram for Alerts 16) Sales Alerts (Coming soon in a few days) Buy Pass Close