-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (39 loc) · 1.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Total Value of Successful Transactions</title>
<script src="https://cdn.jsdelivr.net/npm/axios"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/web3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
<span id="balance"></span>
<span id="balanceusd"></span>
<span id="totalvalue"></span>
<span id="totalvalueusd"></span>
<span id="balancechangelastmonth"></span>
<span id="balancechangelastyear"></span>
<span id="walletage"></span>
<span id="txsucessnumber"></span>
<span id="rejectedTxNumber"></span>
<span id="averageInterval"></span>
<span id="maxInterval"></span>
<span id="timesinelastTx"></span>
<span id="lastMonthTxCount"></span>
<span id="lastYearTxCount"></span>
<span id="averageTxInternal"></span>
<!-- <span id="averageTxInternal"></span> -->
<canvas id="myChart" width="310" height="106"></canvas>
<span id="id1"></span>
<span id="id2"></span>
<img src="" alt="" id="id3">
<!-- <span id="balanceofWETH"></span>
<span id="balanceofUSDB"></span>
<span id="balanceofORBIT"></span>
<span id="balanceofezETH"></span> -->
<script src="./unit.js"></script>
</body>
</html>