- Scan ID:
- 7d23dc80-07f8-48be-9aa3-e69ebc00e8adFinished
- Submitted URL:
- https://www.avaxmining.xyz/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 6 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
ethers | object |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en" data-theme="dark" class="modal-is-open" style="--scrollbar-width: 10px;"><head><meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta charset="utf-8">
<link rel="icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="dark light">
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;1,400&display=swap" rel="stylesheet">
<title>Avax Mining</title>
<link rel="stylesheet" href="css/pico.min.css">
<link rel="stylesheet" href="css/app.css">
<meta name="robots" content="index,follow">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<nav class="container">
<ul>
<li>
<h1><img id="logo-text" src="img/avaxmining-text-logo.svg" alt="AvaxMining logo"></h1>
<ul>
</ul>
</li>
</ul>
<ul>
<li>
<div role="group" style="display: none;"><a id="button-switch-network" href="#" onclick="event.preventDefault();" role="button">Switch Network</a>
</div>
</li>
<li>
<div role="group"><a id="button-connect-nav" class="button-connect" href="#" onclick="event.preventDefault();" role="button">Connect</a>
</div>
</li>
<li>
<div role="group" style="display: none;">
<a href="#" onclick="event.preventDefault();" role="button"><img src="img/avax-logo.png" width="28" height="28" alt="avax logo"> <span id="avax-balance">0.00 AVAX</span></a>
<a href="#" onclick="event.preventDefault();" role="button"><img src="img/arena-logo.png" width="28" height="28" alt="mad logo"> <span id="mad-balance">0.00 ARENA</span></a>
<a id="disconnect" href="#" onclick="event.preventDefault();" role="button" class="danger">Logout</a>
</div>
</li>
</ul>
</nav>
<main class="container">
<div class="grid">
<div>
<h2 class="center">Stats</h2>
<article>
<table>
<tbody>
<tr>
<th scope="row">Contract balance</th>
<td id="stats-contract-balance">0.00 ARENA</td>
</tr>
<tr>
<th scope="row">TVL</th>
<td id="stats-contract-tvl">$0.00</td>
</tr>
<tr>
<th scope="row">Wallet</th>
<td id="stats-wallet-balance">0.00 ARENA</td>
</tr>
<tr>
<th scope="row">My Miners</th>
<td id="stats-miners">0</td>
</tr>
<tr>
<th scope="row">Claim Power</th>
<td id="stats-claim-power">0%</td>
</tr>
<tr>
<th scope="row">My Rewards</th>
<td id="stats-rewards">0.00 ARENA <small>($0.00)</small></td>
</tr>
</tbody>
</table>
<p class="center">
<button id="claim" type="button" class="primary" onclick="event.preventDefault();" disabled="">Claim</button>
<button id="compound" type="button" class="primary" onclick="event.preventDefault();" disabled="">Compound</button>
</p>
<p class="small">
Claiming will reset the Claim Power to 50%.<br>
Claim Power will regenerate at 10% per day until it reaches 100%.
</p>
</article>
</div>
<div>
<h2 class="center">Deposit</h2>
<article>
<form id="miner" autocomplete="off">
<fieldset>
<div class="flexbox">
<label for="token-avax">
<input type="radio" id="token-avax" name="deposit" value="avax" required="">
<p class="center">
AVAX<br>
<img class="deposit-avax" width="80" height="80" src="img/avax-logo.png">
</p>
</label>
<label for="token-mad">
<input type="radio" id="token-mad" name="deposit" value="mad" required="">
<p class="center">
ARENA<br>
<img class="deposit-mad" width="80" height="80" src="img/arena-logo.png">
</p>
</label>
</div>
</fieldset>
<fieldset>
<label for="amount">
<fieldset role="group">
<input type="number" id="amount" name="amount" min="1" class="center" placeholder="xxx ARENA" required="">
<button id="max" type="button" class="primary" onclick="event.preventDefault();" disabled="">max
</button>
</fieldset>
</label>
</fieldset>
<button id="approve-mad" type="submit" class="primary" style="display: none;" onclick="event.preventDefault();">Approve ARENA</button>
<button id="submit" type="submit" class="primary" onclick="event.preventDefault();" disabled="">Deposit<span id="deposit-bonus" class="small" style="display: none;"> (+2% ⚒️, only
once!)</span></button>
</form>
</article>
</div>
</div>
<div class="center">
<h2>Referral Link</h2>
<p class="small"><span>You are not connected</span>, <a class="button-connect" href="#" onclick="event.preventDefault();">Connect</a></p>
<fieldset id="referral-link" style="display: none;" role="group"><input type="text" class="center" name="text" value="0x..." aria-label="Referral link" readonly=""><input type="submit" onclick="event.preventDefault();" value="copy"></fieldset>
<div>
<h3>Earn 10% from anyone who uses your referral link</h3>
<p class="small">
Disclaimer: ArenaMiner is an experiment with no expectation of financial return.
Your capital is at risk and you may receive back less than you originally deposited.
Do not risk more than you can afford to lose.
</p>
</div>
</div>
</main>
<dialog id="msg" open="true">
<article>
<h2>Wallet Error</h2>
<p>Please install MetaMask or a Web3 EVM compatible wallet!</p>
<footer>
<button onclick="toggleModal('msg');">Confirm</button>
</footer>
</article>
</dialog>
<script src="js/jquery-3.7.1.min.js"></script>
<script src="js/ethers-6.9.2.min.js"></script>
<script src="js/pico.modal.min.js"></script>
<script src="js/avaxm.js"></script>
<script src="js/app.js"></script>
</body></html>