-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
474 lines (466 loc) · 23 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
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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!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 Wallet</title>
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<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>
</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-none d-md-flex">
<a href="#" class="nav-link 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 class="nav-item dropdown">
<a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-toggle="dropdown" aria-expanded="false">
<span class="avatar" style="background-image: url(https://avatars2.githubusercontent.com/u/8020386?s=460&u=fff976c157cb093f1c55a27f11ab57e5666b9eb8&v=4)"></span>
<div class="d-none d-xl-block pl-2">
<div>Daniel Leedan</div>
<div class="mt-1 small text-muted">@l33d4n</div>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="icon dropdown-item-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="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
<circle cx="12" cy="12" r="3"></circle>
</svg>
Action
</a>
<a class="dropdown-item" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="icon dropdown-item-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="M9 7 h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3"></path>
<path d="M9 15h3l8.5 -8.5a1.5 1.5 0 0 0 -3 -3l-8.5 8.5v3"></path>
<line x1="16" y1="5" x2="19" y2="8"></line>
</svg>
Another action
</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="icon dropdown-item-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>
<line x1="12" y1="5" x2="12" y2="19"></line>
<line x1="5" y1="12" x2="19" y2="12"></line>
</svg>
Separated link</a>
</div>
</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 active">
<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">
Wallet
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./faq.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">
Faq
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./terms.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">
Terms
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./login.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">
Login
</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">
TurtleCoin Wallet
</h2>
</div>
</div>
</div>
<div class="row row-deck row-cards">
<div class="col-lg-4">
<div class="col-12">
<div class="card">
<div class="card-body">
<div class="d-flex align-items-center">
<div class="subheader">TRTL Balance</div>
</div>
<div class="h1 mb-3">21,750,321</div>
<div class="d-flex mb-2">
<div>8,394 USD</div>
<div class="ml-auto">
<span class="text-green d-inline-flex align-items-center lh-1">
7.21% <svg xmlns="http://www.w3.org/2000/svg" class="icon ml-1" 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="3 17 9 11 13 15 21 7"></polyline>
<polyline points="14 7 21 7 21 14"></polyline>
</svg>
</span>
</div>
</div>
<div class="d-flex">
<div>0.845210 BTC</div>
<div class="ml-auto">
<span class="text-green d-inline-flex align-items-center lh-1">
5.87% <svg xmlns="http://www.w3.org/2000/svg" class="icon ml-1" 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="3 17 9 11 13 15 21 7"></polyline>
<polyline points="14 7 21 7 21 14"></polyline>
</svg>
</span>
</div>
</div>
</div>
</div>
<div class="card">
<!-- Cards navigation -->
<ul class="nav nav-tabs" data-toggle="tabs">
<li class="nav-item col-6">
<a href="#tab-top-1" class="nav-link justify-content-center active" data-toggle="tab">Withdraw</a>
</li>
<li class="nav-item col-6">
<a href="#tab-top-2" class="nav-link justify-content-center" data-toggle="tab">Deposit</a>
</li>
</ul>
<div class="tab-content">
<!-- Content of card #1 -->
<div id="tab-top-1" class="tab-pane show active">
<div class="card-body">
<div class="mb-3">
<label class="form-label">Wallet Address:</label>
<textarea rows="3" class="form-control" placeholder="Wallet Address"></textarea>
</div>
<div class="mb-3">
<label class="form-label">Your Payment ID:</label>
<input type="text" class="form-control" placeholder="Payment ID">
</div>
<div class="mb-3">
<label class="form-label">TRTL Amount :</label>
<div class="input-group input-group-flat">
<input type="text" class="form-control" placeholder="Min withdrawal amount: 100">
<span class="input-group-text">
<a href="#" class="input-group-link">MAX</a>
</span>
</div>
</div>
<div class="mb-3">
<label class="form-label">Remark:</label>
<input type="text" class="form-control" placeholder="Remark">
</div>
<div class="form-footer">
<button type="submit" class="btn btn-primary btn-block">Withdraw</button>
</div>
</div>
</div>
<!-- Content of card #2 -->
<div id="tab-top-2" class="tab-pane">
<div class="card-body">
<div class="mb-3">
<div class="d-flex">
<label class="form-label">Wallet Address:</label>
<div class="ml-auto form-label">
<a href="#" class="small">Copy to Clipboard</a>
</div>
</div>
<textarea rows="3" class="form-control" disabled>TRTLuwZhJj6SmqEUWvrhEeG1Rn9Cvgvn8eCkgW649zJR32HT3vcSwdo3eET7ANk2pLXs4PvkFYrnk6K1GCnrsQYD2HVYQpQ89pR</textarea>
</div>
<img class="card-img-top border" src="./dist/img/qr-code.svg" alt="QR-CODE">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-8">
<div class="card">
<div class="card-header">
<h4 class="card-title">Transaction History</h4>
</div>
<div class="card-body o-auto p-0" style="height: 15rem">
<div class="table-responsive">
<table class="table table-vcenter text-nowrap card-table no-footer table-striped" role="grid">
<thead>
<tr role="row">
<th>Date & Time</th>
<th>Amount</th>
<th>Transaction Hash</th>
</tr>
</thead>
<tbody>
<tr>
<td>09 Dec 2019 07:43:48</td>
<td><span class="status-icon bg-deposit"></span>324,742.21 TRTL</td>
<td><a href="./transaction.html?hash=a537fb2586b9a673d0cb7afd024f7451d39fd210472ef93577b6afce09a06e36">a537fb2586b9a673d0cb7afd024f7451d39fd210472ef93577b6afce09a06e36</a></td>
</tr>
<tr>
<td>09 Dec 2017 08:29:28</td>
<td><span class="status-icon bg-withdraw"></span>1,937,537 TRTL</td>
<td><a href="./transaction.html?hash=8de678287aac93c8dfb3571a8a07ce1b60ec9a33a9cf599488a248d4c5849fe0">8de678287aac93c8dfb3571a8a07ce1b60ec9a33a9cf599488a248d4c5849fe0</a></td>
</tr>
<tr>
<td>09 Dec 2017 08:20:05</td>
<td>2,033,206 TRTL</td>
<td><a href="./transaction.html?hash=98d598a16113038036b0dc7e48735936fc0b35bbbfc0c4befb38a05f5250292a">98d598a16113038036b0dc7e48735936fc0b35bbbfc0c4befb38a05f5250292a</a></td>
</tr>
<tr>
<td>09 Dec 2017 08:17:02</td>
<td>2,091,396 TRTL</td>
<td><a href="./transaction.html?hash=6aa54ab372ae2870f9225916606c3db6fc5d6380428050516f1944cfc968fc10">6aa54ab372ae2870f9225916606c3db6fc5d6380428050516f1944cfc968fc10</a></td>
</tr>
<tr>
<td>09 Dec 2017 08:10:47</td>
<td>2,180,074 TRTL</td>
<td><a href="./transaction.html?hash=90b770d1f745dd20bc76474cda281dca7346dca0bbfe67e38de2ebfdd3a3b0ef">90b770d1f745dd20bc76474cda281dca7346dca0bbfe67e38de2ebfdd3a3b0ef</a></td>
</tr>
<tr>
<td>09 Dec 2017 08:02:51</td>
<td>5,000,897 TRTL</td>
<td><a href="./transaction.html?hash=4ea787fda6e30d355f08ed1cce90f63aeac0c47f7b414ab8183c116cdfd9e69c">4ea787fda6e30d355f08ed1cce90f63aeac0c47f7b414ab8183c116cdfd9e69c</a></td>
</tr>
<tr>
<td>09 Dec 2017 07:58:39</td>
<td>1,427,469 TRTL</td>
<td><a href="./transaction.html?hash=9ade7eee1a910623b972356f076af6b340fa8dab4950055619e7bbe910a2cc59">9ade7eee1a910623b972356f076af6b340fa8dab4950055619e7bbe910a2cc59</a></td>
</tr>
<tr>
<td>09 Dec 2017 07:52:54</td>
<td>867,104 TRTL</td>
<td><a href="./transaction.html?hash=9be7d4edb7d926c2d57e38b9885516b75552dd4cbc32ccffcf609ccdc9411c66">9be7d4edb7d926c2d57e38b9885516b75552dd4cbc32ccffcf609ccdc9411c66</a></td>
</tr>
<tr>
<td>09 Dec 2017 07:48:31</td>
<td>1,203,685 TRTL</td>
<td><a href="./transaction.html?hash=bcbbe10ab48d2224627c6c4b886dcc41d60c3c379a471f5b39d0f06f92a695df">bcbbe10ab48d2224627c6c4b886dcc41d60c3c379a471f5b39d0f06f92a695df</a></td>
</tr>
<tr>
<td>09 Dec 2017 08:44:54</td>
<td>71,098 TRTL</td>
<td><a href="./transaction.html?hash=9325ce07f9a69fc243aaae954b4e096daa2a527aa8d76806d12f3e40cbf881b0">9325ce07f9a69fc243aaae954b4e096daa2a527aa8d76806d12f3e40cbf881b0</a></td>
</tr>
<tr>
<td>09 Dec 2017 07:48:31</td>
<td>153,349 TRTL</td>
<td><a href="./transaction.html?hash=bcbbe10ab48d2224627c6c4b886dcc41d60c3c379a471f5b39d0f06f92a695df">bcbbe10ab48d2224627c6c4b886dcc41d60c3c379a471f5b39d0f06f92a695df</a></td>
</tr>
<tr>
<td>09 Dec 2017 06:24:54</td>
<td>710,478 TRTL</td>
<td><a href="./transaction.html?hash=92909fc43c4dde12a7329d46fd7ae7a559595e7f093839f945b3abb436a07363">92909fc43c4dde12a7329d46fd7ae7a559595e7f093839f945b3abb436a07363</a></td>
</tr>
<tr>
<td>09 Dec 2017 14:50:19</td>
<td>722,328 TRTL</td>
<td><a href="./transaction.html?hash=d9e537c2534e61498df4f4ae6ade680666d908a9b7c7bf44a9316e56b3d102b2">d9e537c2534e61498df4f4ae6ade680666d908a9b7c7bf44a9316e56b3d102b2</a></td>
</tr>
<tr>
<td>09 Dec 2017 14:10:11</td>
<td>816,892 TRTL</td>
<td><a href="./transaction.html?hash=f9904c4125a18473ef03a5f018dddaf270021e51245ebcddb85b27cc2f8187a6">f9904c4125a18473ef03a5f018dddaf270021e51245ebcddb85b27cc2f8187a6</a></td>
</tr>
<tr>
<td>09 Dec 2017 13:20:46</td>
<td>726,024 TRTL</td>
<td><a href="./transaction.html?hash=95c2252a0edf4169e755fa6e200994b3745cd77b1560914e6f41bf4e1728565d">95c2252a0edf4169e755fa6e200994b3745cd77b1560914e6f41bf4e1728565d</a></td>
</tr>
<tr>
<td>09 Dec 2017 12:33:42</td>
<td>746,208 TRTL</td>
<td><a href="./transaction.html?hash=5443a4cd7b21b7976ff070c8dc9067dd4ba9aa112e31eddd0bad6e2c2d481885">5443a4cd7b21b7976ff070c8dc9067dd4ba9aa112e31eddd0bad6e2c2d481885</a></td>
</tr>
<tr>
<td>09 Dec 2017 11:36:42</td>
<td>773,907 TRTL</td>
<td><a href="./transaction.html?hash=984dcc0a918ef575d43243f496f15967e54fedf853caa5c0246a3a9ade2bce9c">984dcc0a918ef575d43243f496f15967e54fedf853caa5c0246a3a9ade2bce9c</a></td>
</tr>
<tr>
<td>09 Dec 2017 10:39:04</td>
<td>2,219,334 TRTL</td>
<td><a href="./transaction.html?hash=f7fbe1cd7f48e39bba99b3263fce0623865ce61402d8f1dafb76181902b11928">f7fbe1cd7f48e39bba99b3263fce0623865ce61402d8f1dafb76181902b11928</a></td>
</tr>
<tr>
<td>09 Dec 2017 10:39:04</td>
<td>2,459,398 TRTL</td>
<td><a href="./transaction.html?hash=f7fbe1cd7f48e39bba99b3263fce0623865ce61402d8f1dafb76181902b11928">f7fbe1cd7f48e39bba99b3263fce0623865ce61402d8f1dafb76181902b11928</a></td>
</tr>
<tr>
<td>09 Dec 2017 06:24:54</td>
<td>2,193,474 TRTL</td>
<td><a href="./transaction.html?hash=92909fc43c4dde12a7329d46fd7ae7a559595e7f093839f945b3abb436a07363">92909fc43c4dde12a7329d46fd7ae7a559595e7f093839f945b3abb436a07363</a></td>
</tr>
<tr>
<td>Sun, 10 Dec 2017 22:51:58</td>
<td>2,161,464 TRTL</td>
<td><a href="./transaction.html?hash=e6372768a387b4835d6258c46c00d67d22c7dfcff6ee63f342570df2fa73793f">e6372768a387b4835d6258c46c00d67d22c7dfcff6ee63f342570df2fa73793f</a></td>
</tr>
<tr>
<td>Sun, 10 Dec 2017 23:18:43</td>
<td>2,158,294 TRTL</td>
<td><a href="./transaction.html?hash=4364bd97f7dbbab97cdbe6670dc57eeda28103e05042d3ad3c04e03e7672360a">4364bd97f7dbbab97cdbe6670dc57eeda28103e05042d3ad3c04e03e7672360a</a></td>
</tr>
<tr>
<td>Mon, 11 Dec 2017 16:53:42</td>
<td>2,255,812 TRTL</td>
<td><a href="./transaction.html?hash=a6afec96644362d552c9b1d45614568c103e8b69cb5690c5a032c52cc8fb2386">a6afec96644362d552c9b1d45614568c103e8b69cb5690c5a032c52cc8fb2386</a></td>
</tr>
<tr>
<td>Mon, 11 Dec 2017 08:06:55</td>
<td>2,104,225 TRTL</td>
<td><a href="./transaction.html?hash=4455a9662c973ad98ad5ea35e44eeefbf163bac5d726901f8c4f09d2b26021bb">4455a9662c973ad98ad5ea35e44eeefbf163bac5d726901f8c4f09d2b26021bb</a></td>
</tr>
<tr>
<td>Sun, 10 Dec 2017 07:11:41</td>
<td>2,089,104 TRTL</td>
<td><a href="./transaction.html?hash=b754c533f2b03320e922dd6bbdf9a82ab0bbd756a4fcf32406562fdac01b5250">b754c533f2b03320e922dd6bbdf9a82ab0bbd756a4fcf32406562fdac01b5250</a></td>
</tr>
<tr>
<td>Sun, 10 Dec 2017 14:10:02</td>
<td>2,115,345 TRTL</td>
<td><a href="./transaction.html?hash=b43c306b055e0ef9993289e11149f603aa0e013bb5063a1e404ea1e171b63b2f">b43c306b055e0ef9993289e11149f603aa0e013bb5063a1e404ea1e171b63b2f</a></td>
</tr>
<tr>
<td>09 Dec 2017 16:26:43</td>
<td>2,257,959 TRTL</td>
<td><a href="./transaction.html?hash=950b5592352cb1315eb5f2b2c61d1b3eb548999ff9ca88095ea083da4633ba57">950b5592352cb1315eb5f2b2c61d1b3eb548999ff9ca88095ea083da4633ba57</a></td>
</tr>
</tbody>
</table>
</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/l33d4n/trtl-wallet" target="_blank" class="link-secondary">Source code</a></li>
</ul>
</div>
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
Copyright © 2020 Powerd 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>