forked from GolosChain/golos-explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
641 lines (628 loc) · 32.8 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
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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!DOCTYPE html>
<html lang="en">
<head>
<title>Golos Explorer - Golos Blockchain Explorer</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-124460708-1');</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/yeti/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/swagger-ui.css">
<link rel="stylesheet" href="custom.css?201808232350">
<meta name="description" content="Golos Blockchain Explorer">
<meta name="keywords" content="golos, golos blockchain, golos blockchain explorer, golos explorer, golos db, golosdb, golos stats">
<link rel="apple-touch-icon" sizes="180x180" href="/graphics/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/graphics/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/graphics/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/graphics/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/graphics/favicon.ico">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta property="og:image:width" content="279">
<meta property="og:image:height" content="279">
<meta property="og:description" content="Golos Blockchain Explorer">
<meta property="og:title" content="Golos Explorer">
<meta property="og:url" content="https://explorer.golos.id">
<meta property="og:image" content="https://explorer.golos.io/graphics/og-image.jpg">
<meta property="og:image:url" content="https://explorer.golos.io/graphics/og-image.jpg">
<meta property="og:image:secure_url" content="https://explorer.golos.io/graphics/og-image.jpg">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://explorer.golos.id">
<meta name="twitter:title" content="Golos Explorer">
<meta name="twitter:description" content="Golos Blockchain Explorer">
<meta name="twitter:image" content="https://explorer.golos.io/graphics/og-image.jpg">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="# ">
<img src="graphics/logo.svg" class="d-inline-block align-top" alt="GolosExplorer">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<form class="form-inline my-2 my-lg-0 col-sm-3" id="search">
<div class="col-sm-12">
<div class="input-group">
<input class="form-control form-control-sm" name="search" type="search" placeholder="Global Search" data-title="Search for a block, transaction or username on the Golos blockchain" data-placement="right" data-container="nav" required="">
<div class="input-group-append">
<button class="btn btn-danger btn-sm" id="reset-search-btn" type="button"><span class="icon-cross"></span></button>
<button class="btn btn-warning btn-sm" type="submit"><span class="icon-search"></span> Search</button>
</div>
</div>
</div>
</form>
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#witnesses"><span class="icon-user-tie"></span> Witnesses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#accounts"><span class="icon-users"></span> Accounts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#posts"><span class="icon-file-text2"></span> Posts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#api"><span class="icon-power-cord"></span> API</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="https://chrome.google.com/webstore/detail/golos-explorer/adhkodbkcnodigcjmnemkifagfeogamd"><img src="graphics/chrome-logo.svg"> Chrome</a>
</li>
<!--<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="icon-stats-dots"></span> Analytics</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#analytics/comments"><span class="icon-file-text2"></span> Comments</a>
</div>
</li>-->
</ul>
<form class="form-inline">
<div class="input-group input-group-sm">
<div class="input-group-prepend">
<span class="input-group-text" id="blockchain-version">...</span>
<button class="btn btn-warning btn-sm" id="node-address-modal-btn" type="button"><span class="icon-database"></span> Change</button>
</div>
</div>
</form>
</div>
</nav>
</header>
<article>
<main role="main" class="container-fluid">
<br>
<div class="row" id="main-page">
<div class="col-8">
<div id="recent-blocks-info">
<div class="row">
<div class="col">
<h5>Recent Blockchain Activity</h5>
</div>
<div class="col">
<button class="btn btn-secondary btn-sm float-right" id="change-work-real-time" type="button"><span class="icon-pause2"></span> Pause monitoring</button>
</div>
</div>
<div class="row">
<div class="col">
Displaying most recent irreversible blocks.
</div>
<div class="col" id="auto-clear">
<button class="btn btn-light btn-sm float-right" id="clear-real-time" type="button"><span class="icon-bin"></span> Clear table</button>
<div class="col-sm-3 float-right">
<input type="number" class="form-control form-control-sm" id="auto-clear-real-time-after" value="50" min="1">
</div>
<label for="auto-clear-real-time-after" class="float-right">Auto-clear old blocks after:</label>
</div>
</div>
<div class="row">
<div class="col">
<h5>Current Height <span class="badge badge-primary" id="head-block-number">...</span></h5>
</div>
<div class="col">
<h5 class="float-right">Reversable blocks awaiting concensus <span class="badge badge-warning" id="revers-blocks-count">...</span></h5>
</div>
</div>
</div>
<table class="table table-bordered table-hover table-sm" id="recent-blocks-table">
<thead>
<tr class="table-primary">
<th scope="col">Height</th>
<th scope="col">Time</th>
<th scope="col">Witness</th>
<th scope="col">Transactions</th>
<th scope="col">Operations</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="col-4">
<div class="table-responsive">
<table class="table table-bordered table-hover table-sm" id="chain-properties-table">
<thead>
<tr class="table-primary">
<th scope="col" colspan="2">Consensus State</th>
</tr>
</thead>
<tbody>
<!-- AUCTION WINDOW SETTINGS -->
<tr><td>Allow Distribute Auction Reward</td><td><b data-prop="allow_distribute_auction_reward">...</b></td></tr>
<tr><td>Allow Return Auction Reward to Fund</td><td><b data-prop="allow_return_auction_reward_to_fund">...</b></td></tr>
<tr><td>Auction Window Size</td><td><b data-prop="auction_window_size">...</b></td></tr>
<!-- Curration -->
<tr><td>Curation Reward Curve</td><td><b data-prop="curation_reward_curve">...</b></td></tr>
<tr><td>Min Curation Percent</td><td><b data-prop="min_curation_percent">...</b></td></tr>
<tr><td>Max Curation Percent</td><td><b data-prop="max_curation_percent">...</b></td></tr>
<tr><td>Maximum Block Size</td><td><b data-prop="maximum_block_size">...</b></td></tr>
<tr><td>SBD Interest Rate</td><td><b data-prop="sbd_interest_rate">...</b></td></tr>
<tr><td>Custom Ops Bandwidth Multiplier</td><td><b data-prop="custom_ops_bandwidth_multiplier">...</b></td></tr>
<!-- Current Median History Price -->
<tr><td>Current Median History Price Base</td><td><b data-prop="base">...</b></td></tr>
<tr><td>Current Median History Price Quote</td><td><b data-prop="quote">...</b></td></tr>
<!-- FEES -->
<tr><td>Account Creation Fee</td><td><b data-prop="account_creation_fee">...</b></td></tr>
<tr><td>Create Account Min Golos Fee</td><td><b data-prop="create_account_min_golos_fee">...</b></td></tr>
<!-- REFERRAL -->
<tr><td>Min Referral Break Fee</td><td><b data-prop="min_referral_break_fee">...</b></td></tr>
<tr><td>Max Referral Break Fee</td><td><b data-prop="max_referral_break_fee">...</b></td></tr>
<tr><td>Max Referral Interest Rate</td><td><b data-prop="max_referral_interest_rate">...</b></td></tr>
<tr><td>Max Referral Term Sec</td><td><b data-prop="max_referral_term_sec">...</b></td></tr>
<!-- DELEGATION -->
<tr><td>Create Account Min Delegation</td><td><b data-prop="create_account_min_delegation">...</b></td></tr>
<tr><td>Create Account Delegation Time</td><td><b data-prop="create_account_delegation_time">...</b></td></tr>
<tr><td>Min Delegation</td><td><b data-prop="min_delegation">...</b></td></tr>
<tr><td>Max Delegated Vesting Interest Rate</td><td><b data-prop="max_delegated_vesting_interest_rate">...</b></td></tr>
<!-- POSTS & VOTES & COMMENTS-->
<tr><td>Posts Window</td><td><b data-prop="posts_window">...</b></td></tr>
<tr><td>Posts per Window</td><td><b data-prop="posts_per_window">...</b></td></tr>
<tr><td>Votes Window</td><td><b data-prop="votes_window">...</b></td></tr>
<tr><td>Votes per Window</td><td><b data-prop="votes_per_window">...</b></td></tr>
<tr><td>Comments Window</td><td><b data-prop="comments_window">...</b></td></tr>
<tr><td>Comments per Window</td><td><b data-prop="comments_per_window">...</b></td></tr>
<!-- 22 HF - witnesses ++ -->
<tr><td>Vote regeneration per day</td><td><b data-prop="vote_regeneration_per_day">...</b></td></tr>
<tr><td>SBD debt convert rate</td><td><b data-prop="sbd_debt_convert_rate">...</b></td></tr>
<tr><td>Worker reward percent</td><td><b data-prop="worker_reward_percent">...</b></td></tr>
<tr><td>Witness_reward percent</td><td><b data-prop="witness_reward_percent">...</b></td></tr>
<tr><td>Witness skipping reset time</td><td><b data-prop="witness_skipping_reset_time">...</b></td></tr>
<tr><td>Witness idleness time</td><td><b data-prop="witness_idleness_time">...</b></td></tr>
<tr><td>Account idleness time</td><td><b data-prop="account_idleness_time">...</b></td></tr>
<tr><td>Vesting reward percent</td><td><b data-prop="vesting_reward_percent">...</b></td></tr>
<tr><td>Worker request creation fee</td><td><b data-prop="worker_request_creation_fee">...</b></td></tr>
<tr><td>Worker request approve min percent</td><td><b data-prop="worker_request_approve_min_percent">...</b></td></tr>
</tbody>
</table>
</div>
<div class="table-responsive">
<table class="table table-bordered table-hover table-sm" id="global-properties-table">
<thead>
<tr class="table-primary">
<th scope="col" colspan="2">
<span id="global-properties-head">Global Properties</span>
<button type="button" class="btn btn-danger btn-sm float-right" id="get-config-btn"><span class="icon-cog"></span> Show Blockchain Config</button>
</th>
</tr>
</thead>
<tbody>
<tr><td>Time</td><td><b data-prop="time">...</b></td></tr>
<tr><td>Current witness</td><td><b data-prop="current_witness">...</b></td></tr>
<tr><td>Total POW</td><td><b data-prop="total_pow">...</b></td></tr>
<tr><td>Num POW witnesses</td><td><b data-prop="num_pow_witnesses">...</b></td></tr>
<tr><td>Virtual supply</td><td><b data-prop="virtual_supply">...</b></td></tr>
<tr><td>Current supply</td><td><b data-prop="current_supply">...</b></td></tr>
<tr><td>Confidential supply</td><td><b data-prop="confidential_supply">...</b></td></tr>
<tr><td>Current SBD supply</td><td><b data-prop="current_sbd_supply">...</b></td></tr>
<tr><td>Confidential SBD supply</td><td><b data-prop="confidential_sbd_supply">...</b></td></tr>
<tr><td>Total vesting fund steem</td><td><b data-prop="total_vesting_fund_steem">...</b></td></tr>
<tr><td>Total vesting shares</td><td><b data-prop="total_vesting_shares">...</b></td></tr>
<tr><td>Total reward fund steem</td><td><b data-prop="total_reward_fund_steem">...</b></td></tr>
<tr><td>Total reward shares2</td><td><b data-prop="total_reward_shares2">...</b></td></tr>
<tr><td>SBD interest rate</td><td><b data-prop="sbd_interest_rate">...</b></td></tr>
<tr><td>SBD print rate</td><td><b data-prop="sbd_print_rate">...</b></td></tr>
<tr><td>Maximum block size</td><td><b data-prop="maximum_block_size">...</b></td></tr>
<tr><td>Current aslot</td><td><b data-prop="current_aslot">...</b></td></tr>
<tr><td>Participation count</td><td><b data-prop="participation_count">...</b></td></tr>
<tr><td>Last irreversible block num</td><td><b data-prop="last_irreversible_block_num">...</b></td></tr>
<tr><td>Current reserve ratio</td><td><b data-prop="current_reserve_ratio">...</b></td></tr>
<tr><td>Average block size</td><td><b data-prop="average_block_size">...</b></td></tr>
<tr><td>Max virtual bandwidth</td><td><b data-prop="max_virtual_bandwidth">...</b></td></tr>
<tr><td>Head block id</td><td class="column-max"><b data-prop="head_block_id">...</b></td></tr>
<tr><td>Recent slots filled</td><td class="column-max"><b data-prop="recent_slots_filled">...</b></td></tr>
<tr><td>SBD debt percent</td><td><b data-prop="sbd_debt_percent">...</b></td></tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div id="about-block-page">
<h5>Height <span class="badge badge-info" id="about-block-height">...</span></h5>
<h5>Time <span class="badge badge-info" id="about-block-time">...</span></h5>
<h5>Witness <span class="badge badge-info" id="about-block-witness">...</span></h5>
<h5>Transactions <span class="badge badge-info" id="about-block-transactions">...</span></h5>
<h5>Operations <span class="badge badge-info" id="about-block-operations">...</span></h5>
<table class="table table-bordered table-hover table-sm" id="about-block-table">
<tbody>
</tbody>
</table>
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="operations-tab" data-toggle="tab" href="#operations" role="tab" aria-controls="operations" aria-selected="true">Operations</a>
</li>
<li class="nav-item">
<a class="nav-link" id="transactions-tab" data-toggle="tab" href="#transactions" role="tab" aria-controls="transactions" aria-selected="true">Transactions</a>
</li>
<li class="nav-item">
<a class="nav-link" id="json-tab" data-toggle="tab" href="#json" href="#json" role="tab" aria-controls="json" aria-selected="false">JSON</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="operations" role="tabpanel" aria-labelledby="operations-tab">
<table class="table table-bordered table-hover table-sm" id="about-block-operations-table">
<tbody>
</tbody>
</table>
</div>
<div class="tab-pane fade" id="transactions" role="tabpanel" aria-labelledby="transactions-tab">
<table class="table table-bordered table-hover table-sm" id="about-block-transactions-table">
<tbody>
</tbody>
</table>
</div>
<div class="tab-pane fade" id="json" role="tabpanel" aria-labelledby="json-tab">
<pre><code class="json" id="about-block-code"></code></pre>
</div>
</div>
</div>
<div id="about-account-page">
<div class="card bg-dark text-white">
<img class="card-img" data="cover_image">
<div class="card-img-overlay">
<div class="row">
<div class="col-7">
<div class="row">
<div class="col">
<h5 class="card-text">Balance <span class="badge badge-dark" data="balance"></span></h5>
<h5 class="card-text">Golos Power <span class="badge badge-dark" data="power"></span></h5>
<h5 class="card-text">Account create <span class="badge badge-dark" data="created"></span></h5>
<h5 class="card-text">Post count <span class="badge badge-dark" data="post_count"></span></h5>
<h5 class="card-text">Follower <span class="badge badge-dark" data="follower_count"></span></h5>
<h5 class="card-text">Reputation <a target="_blank" class="badge badge-dark" data="reputation"></a></h5>
<h5 class="card-text">Recovery account <span class="badge badge-dark" data="recovery_account"></span></h5>
<h5 class="card-text">Location <a target="_blank" class="badge badge-dark" data="location"></a></h5>
<h5 class="card-text">Website <a target="_blank" class="badge badge-dark" data="website"></a></h5>
</div>
<div class="col">
<h5 class="card-text">SBD Balance <span class="badge badge-dark" data="sbd_balance"></span></h5>
<h5 class="card-text">Voting power <span class="badge badge-dark" data="voting_power"></span></h5>
<h5 class="card-text">Last account update <span class="badge badge-dark" data="last_account_update"></span></h5>
<h5 class="card-text">Last post <span class="badge badge-dark" data="last_post"></span></h5>
<h5 class="card-text">Following <span class="badge badge-dark" data="following_count"></span></h5>
<h5 class="card-text">Mined <a target="_blank" class="badge badge-dark" data="mined"></a></h5>
<h5 class="card-title">Name <span class="badge badge-dark" data="name"></span></h5>
<h5 class="card-text">Gender <a target="_blank" class="badge badge-dark" data="gender"></a></h5>
<h5 class="card-text">About <span class="badge badge-dark" data="about"></span></h5>
</div>
</div>
</div>
<div class="col-5">
<table class="table table-bordered table-hover table-sm">
<thead>
<tr><th colspan="2">Public keys:</th></tr>
</thead>
<tbody>
<tr><td>Owner</td><td data="owner"></td></tr>
<tr><td>Active</td><td data="active"></td></tr>
<tr><td>Posting</td><td data="posting"></td></tr>
<tr><td>Memo</td><td data="memo_key"></td></tr>
</tbody>
</table>
<img class="img-thumbnail float-right" data="profile_image" src="graphics/noavatar.png">
</div>
</div>
<div class="row">
<div class="col">
<h5 class="card-text">Select tags <span class="badge badge-dark" data="select-tags"></span></h5>
<h5 class="card-text">Witness votes <span class="badge badge-dark" data="witness_votes" id="witness_votes"></span></h5>
</div>
</div>
</div>
</div>
<br>
<form class="form-inline">
<h5>
Total <span class="badge badge-info" id="about-account-all-count">...</span> transactions, showing <span class="badge badge-info" id="about-account-filtered-count">...</span> transactions,
<select class="form-control form-control-sm" id="about-account-filter">
<option value="">none</option>
<option value="account_create">account_create</option>
<option value="account_update">account_update</option>
<option value="account_witness_proxy">account_witness_proxy</option>
<option value="account_witness_vote">account_witness_vote</option>
<option value="author_reward">author_reward</option>
<option value="cancel_transfer_from_savings">cancel_transfer_from_savings</option>
<option value="change_recovery_accounts">change_recovery_accounts</option>
<option value="comment">comment</option>
<option value="comment_benefactor_reward">comment_benefactor_reward</option>
<option value="comment_options">comment_options</option>
<option value="convert">convert</option>
<option value="custom">custom</option>
<option value="custom_json">custom_json</option>
<option value="curation_reward">curation_reward</option>
<option value="delete_comment">delete_comment</option>
<option value="escrow_approve">escrow_approve</option>
<option value="escrow_dispute">escrow_dispute</option>
<option value="escrow_release">escrow_release</option>
<option value="escrow_transfer">escrow_transfer</option>
<option value="feed_publish">feed_publish</option>
<option value="fill_convert_request">fill_convert_request</option>
<option value="fill_order">fill_order</option>
<option value="fill_transfer_from_saving">fill_transfer_from_saving</option>
<option value="fill_vesting_withdraw">fill_vesting_withdraw</option>
<option value="follow">follow</option>
<option value="interest">interest</option>
<option value="limit_order_cancel">limit_order_cancel</option>
<option value="limit_order_create">limit_order_create</option>
<option value="limit_order_create2">limit_order_create2</option>
<option value="liquidity_reward">liquidity_reward</option>
<option value="pow2">pow2</option>
<option value="reblog">reblog</option>
<option value="recover_account">recover_account</option>
<option value="recover_account_recovery">recover_account_recovery</option>
<option value="set_withdraw_vesting_route">set_withdraw_vesting_route</option>
<option value="shutdown_witness">shutdown_witness</option>
<option value="transfer">transfer</option>
<option value="transfer_from_savings">transfer_from_savings</option>
<option value="transfer_to_savings">transfer_to_savings</option>
<option value="transfer_to_vesting">transfer_to_vesting</option>
<option value="vesting_deposit">vesting_deposit</option>
<option value="vote">vote</option>
<option value="withdraw_vesting">withdraw_vesting</option>
<option value="withdraw_vesting_route">withdraw_vesting_route</option>
<option value="witness_update">witness_update</option>
<option value="witness_vote">witness_vote</option>
</select>
operation filtered from <span class="badge badge-info" id="about-account-count">...</span> transactions
</h5>
</form>
<table class="table table-bordered table-hover table-sm" id="about-account-table">
<thead>
<tr class="table-primary">
<th scope="col">Datetime</th>
<th scope="col">Operation</th>
<th scope="col">Block number</th>
<th scope="col">Transaction ID</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<nav aria-label="Page navigation" id="about-account-page-nav">
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous" id="about-account-page-prev">
<span aria-hidden="true">«</span>
<span class="sr-only">Previous</span>
</a>
</li>
<div id="about-account-page-pages">
</div>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next" id="about-account-page-next">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</nav>
</div>
<div id="witnesses-page">
<div class="row">
<div class="col">
<h5>Witnesses</h5>
</div>
<div class="col">
<a class="btn btn-success float-right" target="_blank" href="https://golos.id/~witnesses"><span class="icon-point-right"></span> Witness Voting</a>
</div>
</div>
<p>DPOS elected witnesses and relevant historical information.</p>
<table class="table table-bordered table-hover table-sm" id="witnesses-table">
<thead>
<tr class="table-primary">
<th scope="col">Rank</th>
<th scope="col">Witness</th>
<th scope="col">Votes</th>
<th scope="col">%</th>
<th scope="col">
Missed
<br>
blocks
</th>
<th scope="col">Last block</th>
<th scope="col">Price feed</th>
<th scope="col">
Reg Fee
<br>
APR
<br>
Block Size
</th>
<th scope="col">Version</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div id="accounts-page">
<div class="row">
<div class="col">
<h5>Accounts</h5>
</div>
<div class="col">
<a class="btn btn-success float-right" target="_blank" href="https://golos.id/create_account"><span class="icon-point-right"></span> Create account</a>
</div>
</div>
<p>Accounts sorted by various metrics (richlist by default).</p>
<div class="ag-theme-blue" id="accounts-table"></div>
</div>
<div id="posts-page">
<div class="row">
<div class="col">
<h5>Posts</h5>
</div>
<div class="col">
<a class="btn btn-success float-right" target="_blank" href="https://golos.id/submit"><span class="icon-pencil2"></span> Create post</a>
</div>
</div>
<!--<p>Accounts sorted by various metrics (richlist by default).</p>-->
<p></p>
<div class="ag-theme-blue" id="posts-table"></div>
</div>
<div id="api-page">
<div class="row">
<div class="col-8">
<div id="swagger-ui"></div>
</div>
<div class="col-4">
<a class="btn btn-success float-right" target="_blank" href="https://app.swaggerhub.com/apis/goloschain/explorer/1.0.0"><span class="icon-pencil2"></span> Open in SwaggerHub</a>
<img class="img-fluid" src="graphics/api.webp">
</div>
</div>
</div>
<div id="htmlwidget_container">
<div class="row">
<div class="col">
<h5>Analytics on the count of comments and posts by day</h5>
</div>
</div>
<div id="analytics-comments" class="plotly html-widget" style="width:100%;height:400px;">
</div>
</div>
</div>
</div>
<br>
</main>
</article>
<footer class="footer">
<div class="container-fluid">
<span class="text-muted">GolosExplorer @ 2018-2020</span>
</div>
</footer>
<div class="modal" id="modal-about-block" tabindex="-1" role="dialog">
<div class="modal-dialog modal-full" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">About block</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ul class="nav nav-tabs" id="modal-myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="modal-operations-tab" data-toggle="tab" href="#modal-operations" role="tab" aria-controls="modal-operations" aria-selected="true">Operations</a>
</li>
<li class="nav-item">
<a class="nav-link" id="modal-transactions-tab" data-toggle="tab" href="#modal-transactions" role="tab" aria-controls="modal-transactions" aria-selected="true">Transactions</a>
</li>
<li class="nav-item">
<a class="nav-link" id="modal-json-tab" data-toggle="tab" href="#modal-json" href="#modal-json" role="tab" aria-controls="modal-json" aria-selected="false">JSON</a>
</li>
</ul>
<div class="tab-content" id="modal-myTabContent">
<div class="tab-pane fade show active" id="modal-operations" role="tabpanel" aria-labelledby="modal-operations-tab">
<table class="table table-bordered table-hover table-sm" id="modal-about-block-operations-table">
<tbody>
</tbody>
</table>
</div>
<div class="tab-pane fade" id="modal-transactions" role="tabpanel" aria-labelledby="modal-transactions-tab">
<table class="table table-bordered table-hover table-sm" id="modal-about-block-transactions-table">
<tbody>
</tbody>
</table>
</div>
<div class="tab-pane fade" id="modal-json" role="tabpanel" aria-labelledby="modal-json-tab">
<pre><code class="json" id="modal-about-block-code"></code></pre>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal" id="modal-get-config" tabindex="-1" role="dialog">
<div class="modal-dialog modal-full" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Blockchain Config</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<table class="table table-bordered table-hover table-sm" id="modal-get-config-table">
<tbody>
</tbody>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal" id="modal-node-address" tabindex="-1" role="dialog">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Node address</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form class="form-inline" id="node-address">
<div class="input-group">
<input class="form-control" name="node-address" type="url" placeholder="wss://api-full.golos.id/ws" aria-label="wss://api-full.golos.id/ws" value="wss://api-full.golos.id/ws" required="">
<button class="btn btn-danger" id="reset-node-address" type="button"><span class="icon-spinner11"></span></button>
<button class="btn btn-success" type="submit"><span class="icon-database"></span> Change</button>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="loader">
<div class="lds-css ng-scope">
<div class="lds-cube">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<button class="btn btn-success" id="back-to-top"><span class="icon-circle-up"></span> Back to top</button>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/bootstrap-native-v4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/js/lib/beautify.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/xss.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ag-grid-enterprise.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/plotly.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/swagger-ui-bundle.js"></script>
<script src="utils.js?201807131930"></script>
<script src="init.js?201809041700"></script>
<script src="analytics.js"></script>
</body>
</html>