-
Notifications
You must be signed in to change notification settings - Fork 6
/
help.html
503 lines (344 loc) · 20.2 KB
/
help.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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<!-- NFT 1.0-->
<title > NFTBox NFT Staking Market -Help</title>
<style type="text/css">
.rightIcon{
width: : 30px;
}
#loader1 {
width: 200px;
display: none;
}
#loader2 {
width: 200px;
display: none;
}
#loader3 {
width: 200px;
display: none;
}
</style>
<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<!-- Custom styles for this template-->
<link href="css/sb-admin-2.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Page Wrapper -->
<div id="wrapper">
<!-- Sidebar -->
<!-- End of Sidebar -->
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Main Content -->
<div id="content">
<!-- Topbar -->
<nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
<div class="row">
<div class="col">
<div class="row">
<a href="/"><img width="50" height="50" src="img/logo.png"> </a>
</div>
<div class="row text-dark">NFT Box</div>
</div>
</div>
<!-- Sidebar Toggle (Topbar) -->
<button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
<svg class="svg-inline--fa fa-bars fa-w-14" aria-hidden="true" focusable="false" data-prefix="fa" data-icon="bars" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg><!-- <i class="fa fa-bars"></i> -->
</button>
<!-- Topbar Navbar -->
<ul class="navbar-nav ml-auto">
<!-- Nav Item - Search Dropdown (Visible Only XS) -->
<li class="nav-item dropdown no-arrow d-sm-none">
<a class="nav-link dropdown-toggle" href="#" id="searchDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<svg class="svg-inline--fa fa-search fa-w-16 fa-fw" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg><!-- <i class="fas fa-search fa-fw"></i> -->
</a>
<!-- Dropdown - Messages -->
<div class="dropdown-menu dropdown-menu-right p-3 shadow animated--grow-in" aria-labelledby="searchDropdown">
<form class="form-inline mr-auto w-100 navbar-search">
<div class="input-group">
<input type="text" class="form-control bg-light border-0 small" placeholder="Search for..." aria-label="Search" aria-describedby="basic-addon2">
<div class="input-group-append">
<button class="btn btn-primary" type="button">
<svg class="svg-inline--fa fa-search fa-w-16 fa-sm" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg><!-- <i class="fas fa-search fa-sm"></i> -->
</button>
</div>
</div>
</form>
</div>
</li>
<li class="nav-item dropdown no-arrow">
<a class="nav-link " href="help.html" id="" role="button" aria-haspopup="true" aria-expanded="false">
Help
</a>
</li>
<!-- language -->
<li class="nav-item dropdown no-arrow">
<a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img class="img-profile rounded-circle" src="img/lang.png">
</a>
<!--
<button id="en" class="translate">English</button>
<button id="zh" class="translate">简体中文</button>
<button id="ru" class="translate">русский</button>
<button id="kr" class="translate">한국어</button>
<button id="fa" class="translate">فارسی</button>
<button id="jp" class="translate">日本語</button>
<button id="th" class="translate">ไทย</button>
-->
<div class="dropdown-menu dropdown-menu-right shadow animated--grow-in" aria-labelledby="userDropdown">
<a id="en" class="dropdown-item translate" href="#">
<svg class="svg-inline--fa fa-list fa-w-16 fa-sm fa-fw mr-2 text-gray-400" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="list" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"></path></svg><!-- <i class="fas fa-list fa-sm fa-fw mr-2 text-gray-400"></i> -->
English
</a>
<a id="zh" class="dropdown-item translate" href="#">
<svg class="svg-inline--fa fa-list fa-w-16 fa-sm fa-fw mr-2 text-gray-400 translate" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="list" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"></path></svg><!-- <i class="fas fa-list fa-sm fa-fw mr-2 text-gray-400 translate"></i> -->
简体中文
</a>
<a id="ru" class="dropdown-item translate" href="#">
<svg class="svg-inline--fa fa-list fa-w-16 fa-sm fa-fw mr-2 text-gray-400 translate" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="list" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"></path></svg><!-- <i class="fas fa-list fa-sm fa-fw mr-2 text-gray-400 translate"></i> -->
русский
</a>
<a id="kr" class="dropdown-item translate" href="#">
<svg class="svg-inline--fa fa-list fa-w-16 fa-sm fa-fw mr-2 text-gray-400 translate" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="list" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"></path></svg><!-- <i class="fas fa-list fa-sm fa-fw mr-2 text-gray-400 translate"></i> -->
한국어
</a>
<!-- <div class="dropdown-divider"></div>-->
</div>
</li>
<!-- language -->
<div class="topbar-divider d-none d-sm-block"></div>
<!-- Nav Item - User Information -->
<li class="nav-item dropdown no-arrow">
<a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span id="CurrentAddress" class="mr-2 d-none d-lg-inline text-gray-600 small"></span>
<img class="img-profile rounded-circle" src="img/metamask.png">
</a>
</li>
</ul>
</nav>
<!-- End of Topbar -->
<!-- Begin Page Content -->
<div class="container-fluid">
<!-- Page Heading
<div class="d-sm-flex align-items-center justify-content-between mb-4">
<h1 class="h3 mb-0 text-gray-800">Dashboard</h1>
<a href="#" class="d-none d-sm-inline-block btn btn-sm btn-primary shadow-sm"><i
class="fas fa-download fa-sm text-white-50"></i> Generate Report</a>
</div>
-->
<!-- Content Row -->
<div class="row">
</div>
<!-- Content Row -->
<div class="row">
<!-- Area Chart -->
</div>
<!-- Content Row -->
<div class="row">
<!-- Content Column -->
<!-- card1 -->
<div id="CreateNFTCard" class="col-lg-12 mb-4">
<!-- Illustrations -->
<div class="card shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary lang" key="EasyNFT">Help</h6>
</div>
<div class="card-body">
<h3 class="text-dark">1.Who can create NFT Staking project? </h3>
<h5 class="text-dark">Anyone. if you are the NFT collection owner,then your project will be tag as "official" </h5>
<br>
<h3 class="text-dark">2.What does stake,unstake,claim mean?</h3>
<h5 class="text-dark">stake:stake your NFT to NFT staking project</h5>
<h5 class="text-dark">unstake:get back your NFT,and get token reward</h5>
<h5 class="text-dark">claim:get token reward,your NFTs are stored in the NFT staking project and continue to earn tokens until you unstake it.</h5>
<br><br>
<h3 class="text-dark">3.How is the token reward calculated?</h3>
<h5 class="text-dark"> The longer you stake, the more rewards you get.</h5>
<br><br>
<h3 class="text-dark">4.If I create a NFT Staking Project, am I the owner of the contract?</h3>
<h5 class="text-dark"> Yes, after you create a NFT Staking Project, you just create the stake contract and token contract, you are the owner of them.Full control </h5>
<br><br>
<h3> </h3>
<h5> </h5>
</div>
</div>
</div>
<!-- card1 -->
</div>
<!-- Approach
<div class="card shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Development Approach</h6>
</div>
<div class="card-body">
<img src="img/example.png" >
<p> </p>
</div>
</div>-->
</div>
</div>
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
<!-- Footer -->
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright © Easy NFT 2022</span>
</div>
</div>
</footer>
<!-- End of Footer -->
</div>
<!-- End of Content Wrapper -->
</div>
<!-- End of Page Wrapper -->
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Logout Modal-->
<div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Ready to Leave?</h5>
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">Select "Logout" below if you are ready to end your current session.</div>
<div class="modal-footer">
<button class="btn btn-secondary" type="button" data-dismiss="modal">Cancel</button>
<a class="btn btn-primary" href="login.html">Logout</a>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for all pages-->
<script src="js/sb-admin-2.min.js"></script>
<!-- Page level plugins
<script src="vendor/chart.js/Chart.min.js"></script>
-->
<!-- Page level custom scripts
<script src="js/demo/chart-area-demo.js"></script>
<script src="js/demo/chart-pie-demo.js"></script>
-->
<script src="js/all.min.js" crossorigin="anonymous"></script>
<script src="js/contract.js"></script>
<script src="js/FactoryContract.js"></script>
<script src="js/token.js"></script>
<script src="js/config.js"></script>
<script src="js/global.js"></script>
<!--https://code.jquery.com/jquery-3.5.1.slim.min.js-->
<!--<script src="js/jquery-3.5.1.slim.min.js" integrity=""></script>-->
<script src="js/popper.min.js" integrity=""></script>
<!--https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js-->
<!--<script src="js/bootstrap.min.js" integrity="" ></script>-->
<script src='js/bignumber.js'></script>
<script src="js/web3.min.js"></script>
<!--<script src="js/ipfs.js"></script>-->
<script type="module" src="https://cdn.jsdelivr.net/npm/nft.storage/dist/bundle.esm.min.js"></script>
<!--https://cdn.jsdelivr.net/npm/nft.storage/dist/bundle.esm.min.js-->
<!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>-->
<script type="text/javascript">
var arrLang = {
'en': {
'SiteTitle': '',
'Ethereum': 'Ethereum',
'Binance': 'Binance',
'Huobi': 'Huobi',
'Choose your NFT Collection': 'Choose your NFT Collection',
'Send same amount to each address': 'Send same amount to each address',
'Use CSV file': 'Use CSV file',
'Send amount': 'Send amount',
'Address list(1-500 addresses)': 'Address list(1-500 addresses)',
'Medium gas fee': 'Medium gas fee',
'Low gas fee': 'Low gas fee',
'EasyNFT': 'Token Multi Sender'
},
'zh': {
'SiteTitle': '',
'Ethereum': '以太坊链',
'Binance': '币安链',
'Huobi': '火币链',
'Choose your NFT Collection': '选择您的NFT系列',
'Send same amount to each address': '发送相同数量的代币到每个地址',
'Use CSV file': '使用CSV文件',
'Send amount': '发送数量',
'Address list(1-500 addresses)': '地址列表(1-500个地址,一行一个地址)',
'Medium gas fee': '中等Gas费',
'Low gas fee': '低Gas费',
'EasyNFT': '批量发送代币'
},
'ru': {
'SiteTitle': '',
'Ethereum': 'Ethereum',
'Binance': 'Binance',
'Huobi': 'Huobi',
'Choose your NFT Collection': 'Адрес токена',
'Send same amount to each address': 'Отправить одинаковую сумму на каждый адрес',
'Use CSV file': 'Использовать CSV-файл',
'Send amount': 'Отправить сумму',
'Address list(1-500 addresses)': 'Список адресов (1-500 адресов)',
'Medium gas fee': 'Плата за средний газ',
'Low gas fee': 'Низкая плата за газ',
'EasyNFT': 'Токен MultiSender'
},
'kr': {
'SiteTitle': '',
'Ethereum': 'Ethereum',
'Binance': 'Binance',
'Huobi': 'Huobi',
'Choose your NFT Collection': '토큰 주소',
'Send same amount to each address': '각 주소로 동일한 금액 보내기',
'Use CSV file': 'CSV 파일 사용',
'Send amount': '송금 금액',
'Address list(1-500 addresses)': '주소 목록(1-500 주소)',
'Medium gas fee': '중간 가스 요금',
'Low gas fee': '낮은 가스 요금',
'EasyNFT': '토큰 다중 전송자'
},
'fa': {
},
'jp': {
},
'th': {
}
};
// Process translation
$(function() {
$('.translate').click(function() {
var lang = $(this).attr('id');
console.log("change language..");
$('.lang').each(function(index, item) {
$(this).text(arrLang[lang][$(this).attr('key')]);
});
});
});
</script>
</body>
</html>