forked from fexra/blockchain-explorer-node
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtransaction.html
391 lines (388 loc) · 16.3 KB
/
transaction.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>TurtleCoin Block Explorer</title>
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<meta property="og:title" content="TurtleCoin Block Explorer">
<meta name="Description" content="Block Explorer for the TurtleCoin network that is a fun, fast, and easy way to send money to friends and businesses.">
<meta property="og:description" content="Block Explorer for the TurtleCoin network that is a fun, fast, and easy way to send money to friends and businesses.">
<meta property="og:image" content="./dist/img/turtlecoin_shield.png">
<meta name="msapplication-TileColor" content="#43b380" />
<meta name="theme-color" content="#43b380" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<link rel="shortcut icon" href="./dist/ico/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="./dist/ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./dist/ico/favicon-16x16.png">
<link rel="manifest" href="./dist/ico/site.webmanifest">
<link rel="mask-icon" href="./dist/ico/safari-pinned-tab.svg" color="#43b380">
<link href="./dist/css/tabler.min.css" rel="stylesheet" />
<link href="./dist/css/style.css" rel="stylesheet" />
<style>
body {
display: none;
}
</style>
<script src="./dist/js/third-party.js"></script>
<script src="./dist/js/config.js"></script>
<script src="./dist/js/common.js"></script>
<script src="./dist/js/TurtleCoinUtils.js"></script>
<script src="./dist/js/transaction.js"></script>
</head>
<body class="antialiased">
<div class="page">
<header class="navbar navbar-expand-lg navbar-dark navbar-overlap">
<div class="container-xl">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-menu">
<span class="navbar-toggler-icon"></span>
</button>
<a href="./index.html" class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pr-0 pr-md-3">
<img src="./dist/img/turtlecoin-logo.svg" alt="Tabler" class="navbar-brand-image">
</a>
<div class="navbar-nav flex-row order-md-last">
<div class="nav-item d-md-flex">
<a href="#" class="nav-link px-0 mode-toggle">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-md" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<circle cx="12" cy="12" r="9"></circle>
<line x1="12" y1="3" x2="12" y2="21"></line>
<path d="M12 9l4.65 -4.65"></path>
<path d="M12 14.3l7.37 -7.37"></path>
<path d="M12 19.6l8.85 -8.85"></path>
</svg>
</a>
</div>
</div>
<div class="collapse navbar-collapse" id="navbar-menu">
<div class="d-flex flex-column flex-lg-row flex-fill align-items-stretch align-items-lg-center">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html">
<span class="nav-link-icon d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3"></polyline>
<line x1="12" y1="12" x2="20" y2="7.5"></line>
<line x1="12" y1="12" x2="12" y2="21"></line>
<line x1="12" y1="12" x2="4" y2="7.5"></line>
<line x1="16" y1="5.25" x2="8" y2="9.75"></line>
</svg>
</span>
<span class="nav-link-title">
Block Explorer
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./nodes.html">
<span class="nav-link-icon d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-md" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<rect x="3" y="4" width="18" height="8" rx="3"></rect>
<rect x="3" y="12" width="18" height="8" rx="3"></rect>
<line x1="7" y1="8" x2="7" y2="8.01"></line>
<line x1="7" y1="16" x2="7" y2="16.01"></line>
</svg>
</span>
<span class="nav-link-title">
Nodes
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pools.html">
<span class="nav-link-icon d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<polyline points="9 11 12 14 20 6"></polyline>
<path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9"></path>
</svg>
</span>
<span class="nav-link-title">
Pools
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./solo.html">
<span class="nav-link-icon d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" focusable="false" data-prefix="fas" data-icon="pray" viewBox="0 0 384 512">
<path fill="currentColor" d="M256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-30.63 169.75c14.06 16.72 39 19.09 55.97 5.22l88-72.02c17.09-13.98 19.59-39.19 5.62-56.28-13.97-17.11-39.19-19.59-56.31-5.62l-57.44 47-38.91-46.31c-15.44-18.39-39.22-27.92-64-25.33-24.19 2.48-45.25 16.27-56.37 36.92l-49.37 92.03c-23.4 43.64-8.69 96.37 34.19 123.75L131.56 432H40c-22.09 0-40 17.91-40 40s17.91 40 40 40h208c34.08 0 53.77-42.79 28.28-68.28L166.42 333.86l34.8-64.87 24.15 28.76z"></path>
</svg>
</span>
<span class="nav-link-title">
Solo Mining
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./tools.html">
<span class="nav-link-icon d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<path d="M12 17.75l-6.172 3.245 1.179-6.873-4.993-4.867 6.9-1.002L12 2l3.086 6.253 6.9 1.002-4.993 4.867 1.179 6.873z"></path>
</svg>
</span>
<span class="nav-link-title">
Tools
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./mixable.html">
<span class="nav-link-icon d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<rect x="4" y="4" width="6" height="5" rx="2"></rect>
<rect x="4" y="13" width="6" height="7" rx="2"></rect>
<rect x="14" y="4" width="6" height="7" rx="2"></rect>
<rect x="14" y="15" width="6" height="5" rx="2"></rect>
</svg>
</span>
<span class="nav-link-title">
Mixable Amounts
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./charts.html">
<span class="nav-link-icon d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-md" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<rect x="3" y="12" width="6" height="8" rx="1"></rect>
<rect x="9" y="8" width="6" height="12" rx="1"></rect>
<rect x="15" y="4" width="6" height="16" rx="1"></rect>
<line x1="4" y1="20" x2="18" y2="20"></line>
</svg>
</span>
<span class="nav-link-title">
Network Charts
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./supply.html">
<span class="nav-link-icon d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<polyline points="14 3 14 8 19 8"></polyline>
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z"></path>
<line x1="9" y1="9" x2="10" y2="9"></line>
<line x1="9" y1="13" x2="15" y2="13"></line>
<line x1="9" y1="17" x2="15" y2="17"></line>
</svg>
</span>
<span class="nav-link-title">
Currency Supply
</span>
</a>
</li>
</ul>
<div class="ml-lg-auto pl-lg-4 py-2 py-md-0 order-last flex-grow-1 flex-md-grow-1">
<div>
<div class="input-icon">
<span class="input-icon-addon">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<circle cx="10" cy="10" r="7"></circle>
<line x1="21" y1="21" x2="15" y2="15"></line>
</svg>
</span>
<input type="text" id="searchValue" class="form-control form-control-dark" placeholder="Search by Block Height / Hash, Transaction Hash, or Payment Id">
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="content">
<div class="container-xl">
<!-- Page title -->
<div class="page-header text-white">
<div class="row align-items-center">
<div class="col-auto">
<h2 class="page-title">
Transaction Details
</h2>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="card" id="v2Status">
<div class="card-header">
<h4 class="card-title">v2 Launch Status</h4>
</div>
<div class="table-responsive">
<table class="table card-table table-vcenter table-mobile-sm">
<tbody>
<tr>
<th>Swap Period</th>
<td id="swapPeriodIs"> </td>
<th>v2 Launch In (est.)</th>
<td id="v2LaunchIn"> </td>
<th>v1 Chain Stops In. (est.)</th>
<td id="v1DeathIn"> </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="row row-deck row-cards">
<div class="col-lg-12">
<div class="card">
<div class="card-header text-break">
<h4 class="card-title"><span id="transactionHeaderHash"> </span></h4>
</div>
<div class="table-responsive">
<table class="table card-table text-nowrap table-vcenter">
<tbody>
<tr>
<th>Date & Time</th>
<td id="transactionTimestamp"></td>
<th>Fee</th>
<td id="transactionFee"></td>
</tr>
<tr>
<th>Confirmations</th>
<td id="transactionConfirmations"> </td>
<th>Size</th>
<td id="transactionSize"></td>
</tr>
<tr>
<th>Ring Size</th>
<td id="transactionRingSize"></td>
<th>Total Amount</th>
<td id="transactionAmount"></td>
</tr>
<tr>
<th>Block Height</th>
<td id="blockHeight"></td>
<th>Block Hash</th>
<td id="blockHash"></td>
</tr>
<tr>
<th>Unlock Time</th>
<td id="transactionUnlockTime"></td>
<th>Public Key</th>
<td id="transactionPublicKey"></td>
</tr>
<tr>
<th>Payment ID</th>
<td id="transactionPaymentId"></td>
<th>Nonce</th>
<td id="transactionNonce"></td>
</tr>
<tr id="poolNonceRow" style="display: none;">
<th>Pool Nonce</th>
<td id="poolNonce" colspan="3"></td>
</tr>
<tr id="fingerPrintRow" style="display: none;">
<th>Miner Fingerprint</th>
<td id="minerFingerprint" colspan="3"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="card">
<div class="card-header">
<h4 class="card-title">Inputs <span id="inputCount" class="badge badge-pill bg-green">0</span></h4>
</div>
<div class="table-responsive">
<table id="inputs" class="table table-vcenter card-table">
<thead>
<tr>
<th>Amount</th>
<th>Key Image</th>
<th>Type</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="card">
<div class="card-header">
<h4 class="card-title">Outputs <span id="outputCount" class="badge badge-pill bg-green">0</span></h4>
</div>
<div class="table-responsive">
<table id="outputs" class="table table-vcenter text-nowrap card-table">
<thead>
<tr>
<th>Amount</th>
<th>Key Image</th>
<th>Type</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="card">
<div class="card-header">
<h4 class="card-title">Check Transaction</h4>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-5">
<div class="mb-2">
<input type="text" id="key" class="form-control" placeholder="64 Character Recipient Private View Key or Transaction Private Key">
</div>
</div>
<div class="col-md-5">
<div class="mb-2">
<input type="text" id="recipientAddress" class="form-control" placeholder="Recipient Address">
</div>
</div>
<div class="col-md-2">
<button class="btn btn-primary btn-block" id="checkTransaction" type="button">Check</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-transparent">
<div class="container">
<div class="row text-center align-items-center flex-row-reverse">
<div class="col-lg-auto ml-lg-auto">
<ul class="list-inline list-inline-dots mb-0">
<li class="list-inline-item">
<a href="https://github.com/turtlecoin/blockchain-explorer" target="_blank" class="link-secondary">Source code</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
Copyright © 2021 Powered By
<a href="https://turtlepay.io/" target="_blank" class="link-secondary">TurtlePay®</a>.
The source code is licensed under AGPL-3.0.
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- Libs JS -->
<script src="./dist/js/bootstrap.bundle.min.js"></script>
<!-- Tabler Core -->
<script src="./dist/js/tabler.min.js"></script>
<!-- Dark Mode -->
<script src="./dist/js/dark-mode.js"></script>
<script>
document.body.style.display = "block"
</script>
</body>
</html>