-
Notifications
You must be signed in to change notification settings - Fork 1
/
helpers.html
678 lines (589 loc) · 36.9 KB
/
helpers.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
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
<!DOCTYPE html>
<html lang="en" ng-app="mewApp">
<head>
<meta charset="utf-8">
<title>ClassicEtherWallet: Client-Side Classic Ether Wallet</title>
<link rel="canonical" href="https://classicetherwallet.com" />
<meta name="description" content="ClassicEtherWallet.com is a free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( .com ) before unlocking your wallet.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/etherwallet-master.min.css">
<script type="text/javascript" src="js/etherwallet-static.min.js"></script>
<script type="text/javascript" src="js/etherwallet-master.js"></script>
<link rel="shortcut icon" href="images/fav/favicon.png">
<meta name="apple-mobile-web-app-title" content="ClassicEtherWallet">
<meta name="application-name" content="ClassicEtherWallet">
<meta name="theme-color" content="#1d6986">
<meta property="og:url" content="https://classicetherwallet.com" />
<meta property="og:title" content="ClassicEtherWallet.com" />
<meta property="og:image" content="/images/myetherwallet-logo-banner.png" />
<meta property="og:image" content="/images/myetherwallet-logo.png" />
<meta property="og:image" content="/images/myetherwallet-logo-square.png" />
<meta property="og:image" content="/images/myetherwallet-banner-fun.jpg" />
<meta property="og:description" content="ClassicEtherWallet.com is a free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( .com ) before unlocking your wallet." />
<script type='application/ld+json'>{"@context":"http://schema.org","@type":"Organization","@id":"#organization","url":"https://www.myetherwallet.com/","name":"MyEtherWallet",
"logo":"https://myetherwallet.com/images/myetherwallet-logo-banner.png","description": "MyEtherWallet.com is a free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( .com ) before unlocking your wallet.","sameAs":["https://www.myetherwallet.com/","https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm","https://www.facebook.com/MyEtherWallet/","https://twitter.com/myetherwallet","https://medium.com/@myetherwallet_96408","https://myetherwallet.groovehq.com/help_center","https://github.com/kvhnuke/etherwallet","https://github.com/MyEtherWallet","https://kvhnuke.github.io/etherwallet/","https://github.com/kvhnuke/etherwallet/releases/latest","https://github.com/409H/EtherAddressLookup","https://myetherwallet.slack.com/","https://myetherwallet.herokuapp.com/","https://www.reddit.com/r/MyEtherWallet/","https://www.reddit.com/user/insomniasexx/","https://www.reddit.com/user/kvhnuke/","https://www.reddit.com/user/myetherwallet"]}</script>
</head>
<body>
<header class="{{curNode.name}} {{curNode.service}} {{curNode.service}} nav-index-{{gService.currentTab}}" aria-label="header" ng-controller='tabsCtrl' >
<div class="small announcement">
<div class="container">
⚠ ClassicEtherWallet is an open source project and it is running directly from source code on github in your local machine, without any servers. You can transparently check the source code here:
<a href="https://github.com/ethereumproject/etherwallet/tree/gh-pages" target="_blank" rel="noopener">ethereumproject/etherwallet</a>.
<br />
</div>
</div>
<section class="bg-gradient header-branding">
<section class="container">
<a class="brand" href="https://ethereumproject.github.io/etherwallet/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.png" height="64px" width="245px" alt="MyEtherWallet" />
</a>
<div class="tagline">
<span>3.11.0.0</span>
<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
<ul class="dropdown-menu" ng-show="dropdown">
<li><a ng-class="{true:'active'}[curLang=='Deutsch']" ng-click="changeLanguage('de','Deutsch' )"> Deutsch </a></li>
<li><a ng-class="{true:'active'}[curLang=='Ελληνικά']" ng-click="changeLanguage('el','Ελληνικά' )"> Ελληνικά </a></li>
<li><a ng-class="{true:'active'}[curLang=='English']" ng-click="changeLanguage('en','English' )"> English </a></li>
<li><a ng-class="{true:'active'}[curLang=='Español']" ng-click="changeLanguage('es','Español' )"> Español </a></li>
<li><a ng-class="{true:'active'}[curLang=='Suomi']" ng-click="changeLanguage('fi','Suomi' )"> Suomi </a></li>
<li><a ng-class="{true:'active'}[curLang=='Français']" ng-click="changeLanguage('fr','Français' )"> Français </a></li>
<li><a ng-class="{true:'active'}[curLang=='Magyar']" ng-click="changeLanguage('hu','Magyar' )"> Magyar </a></li>
<li><a ng-class="{true:'active'}[curLang=='Indonesian']" ng-click="changeLanguage('id','Indonesian' )"> Bahasa Indonesia</a></li>
<li><a ng-class="{true:'active'}[curLang=='Italiano']" ng-click="changeLanguage('it','Italiano' )"> Italiano </a></li>
<li><a ng-class="{true:'active'}[curLang=='日本語']" ng-click="changeLanguage('ja','日本語' )"> 日本語 </a></li>
<li><a ng-class="{true:'active'}[curLang=='한국어']" ng-click="changeLanguage('ko','한국어' )"> 한국어 </a></li>
<li><a ng-class="{true:'active'}[curLang=='Nederlands']" ng-click="changeLanguage('nl','Nederlands' )"> Nederlands </a></li>
<li><a ng-class="{true:'active'}[curLang=='Norsk Bokmål']" ng-click="changeLanguage('no','Norsk Bokmål')"> Norsk Bokmål </a></li>
<li><a ng-class="{true:'active'}[curLang=='Polski']" ng-click="changeLanguage('pl','Polski' )"> Polski </a></li>
<li><a ng-class="{true:'active'}[curLang=='Português']" ng-click="changeLanguage('pt','Português' )"> Português </a></li>
<li><a ng-class="{true:'active'}[curLang=='Русский']" ng-click="changeLanguage('ru','Русский' )"> Русский </a></li>
<!--<li><a ng-class="{true:'active'}[curLang=='Slovenčina']" ng-click="changeLanguage('sk','Slovenčina' )"> Slovenčina </a></li>-->
<!--<li><a ng-class="{true:'active'}[curLang=='Slovenščina']" ng-click="changeLanguage('sl','Slovenščina' )"> Slovenščina </a></li>-->
<!--<li><a ng-class="{true:'active'}[curLang=='Svenska']" ng-click="changeLanguage('sv','Svenska' )"> Svenska </a></li>-->
<li><a ng-class="{true:'active'}[curLang=='Türkçe']" ng-click="changeLanguage('tr','Türkçe' )"> Türkçe </a></li>
<li><a ng-class="{true:'active'}[curLang=='Tiếng Việt']" ng-click="changeLanguage('vi','Tiếng Việt' )"> Tiếng Việt </a></li>
<li><a ng-class="{true:'active'}[curLang=='简体中文']" ng-click="changeLanguage('zhcn','简体中文' )"> 简体中文 </a></li>
<li><a ng-class="{true:'active'}[curLang=='繁體中文']" ng-click="changeLanguage('zhtw','繁體中文' )"> 繁體中文 </a></li>
<li role="separator" class="divider"></li>
<li><a data-toggle="modal" data-target="#disclaimerModal" translate="FOOTER_4"> Disclaimer </a></li>
</ul>
</span>
<span class="dropdown dropdown-gas" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-label="adjust gas price" class="dropdown-toggle btn btn-white" ng-click="dropdownGasPrice = !dropdownGasPrice">
<span translate="OFFLINE_Step2_Label_3">Gas Price</span>: {{gas.value}} Gwei
<i class="caret"></i>
</a>
<ul class="dropdown-menu" ng-show="dropdownGasPrice">
<div class="header--gas">
<span translate="OFFLINE_Step2_Label_3">Gas Price</span>: <input type="number" ng-model="gas.value" value="{{gas.value}}" min="{{gas.min}}" max="{{gas.max}}" step="{{gas.step}}" ng-change="gasChanged()" /> Gwei
<p class="small col-xs-4 text-left"><{{recommendedGas.low}}</p>
<p class="small col-xs-4 text-center">{{recommendedGas.low}} - {{recommendedGas.high}}</p>
<p class="small col-xs-4 text-right">>{{recommendedGas.high}}</p>
<p class="small col-xs-4 text-left">Not So Fast</p>
<p class="small col-xs-4 text-center">Fast</p>
<p class="small col-xs-4 text-right">Fast AF</p>
<p class="small" style="white-space:normal;font-weight:300;margin: 2rem 0 0;" translate="GAS_PRICE_Desc"></p>
<a class="small" translate="x_ReadMore" href="https://myetherwallet.groovehq.com/knowledge_base/topics/what-is-gas" target="_blank" rel="noopener"></a>
</div>
</ul>
</span>
<!-- Warning: The separators you see on the frontend are in styles/etherwallet-custom.less. If you add / change a node, you have to adjust these. Ping tayvano if you're not a CSS wizard -->
<span class="dropdown dropdown-node" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-label="change node. current node {{curNode.name}} node by {{curNode.service}}" class="dropdown-toggle btn btn-white" ng-click="dropdownNode = !dropdownNode">
Network: {{curNode.name}} <small>({{curNode.service}})</small>
<i class="caret"></i>
</a>
<ul class="dropdown-menu" ng-show="dropdownNode">
<li ng-repeat="(key, value) in nodeList"><a ng-class="{true:'active'}[curNode == key]" ng-click="changeNode(key)">
{{value.name}}
<small> ({{value.service}}) </small>
<img ng-show="value.service=='Custom'" src="images/icon-remove.svg" class="node-remove" title="Remove Custom Node" ng-click="removeNodeFromLocal(value.name)"/>
</a></li>
<li><a ng-click="customNodeModal.open(); dropdownNode = !dropdownNode;"> Add Custom Node </a></li>
</ul>
</span>
</div>
</section>
</section>
<nav role="navigation" aria-label="main navigation" class="container nav-container overflowing" >
<a aria-hidden="true" ng-show="showLeftArrow" class="nav-arrow-left" ng-click="scrollLeft(100);" ng-mouseover="scrollHoverIn(true,2);" ng-mouseleave="scrollHoverOut()">«</a>
<div class="nav-scroll">
<ul class="nav-inner">
<li ng-repeat="tab in tabNames track by $index" class="nav-item {{tab.name}}" ng-class="{active: $index==gService.currentTab}" ng-show="tab.mew" ng-click="tabClick($index)"> <a tabindex="0" aria-label="nav item: {{tab.name | translate}}" translate="{{tab.name}}"></a></li>
<li class="nav-item help"><a href="https://myetherwallet.groovehq.com/help_center" target="_blank" rel="noopener">Help</a></li>
</ul>
</div>
<a aria-hidden="true" ng-show="showRightArrow" class="nav-arrow-right" ng-click="scrollRight(100);" ng-mouseover="scrollHoverIn(false,2);" ng-mouseleave="scrollHoverOut()">»</a>
</nav>
<article class="modal fade" id="customNodeModal" tabindex="-1">
<section class="modal-dialog">
<section class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title text-info" translate="NODE_Title"> Set Up Your Custom Node </h2>
<p class="small"><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/how-can-i-connect-to-a-custom-node" target="_blank" rel="noopener"> Instructions can be found here </a></p>
<div ng-show="browserProtocol=='https:'" class="alert alert-danger small" translate="NODE_Warning">
Your node must be HTTPS in order to connect to it via ClassicEtherWallet.com. You can [download the ClassicEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to your local node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)</a>.
</div>
<section class="row">
<div class="clearfix col-xs-12">
<label translate="NODE_Name">Node Name</label>
<input class="form-control"
type="text"
placeholder="My ETH Node"
ng-model="customNode.name"
ng-class="Validator.isAlphaNumericSpace(customNode.name) ? 'is-valid' : 'is-invalid'">
</div>
<div class="clearfix col-xs-9">
<label>URL</label>
<input class="form-control" type="text" placeholder="http://127.0.0.1" ng-model="customNode.url" ng-class="checkNodeUrl(customNode.url) ? 'is-valid' : 'is-invalid'">
</div>
<div class="clearfix col-xs-3">
<label class="NODE_Port">Port</label>
<input class="form-control" type="text" placeholder="8545" ng-model="customNode.port" ng-class="Validator.isPositiveNumber(customNode.port) || customNode.port=='' ? 'is-valid' : 'is-invalid'">
</div>
<div class="clearfix col-xs-12">
<label><input type="checkbox" ng-model="customNode.httpBasicAuth" ng-true-value="{user:'',password:''}" ng-false-value="null" value="false"> HTTP Basic access authentication </label>
</div>
<div class="clearfix col-xs-6" ng-show="customNode.httpBasicAuth">
<label>User</label>
<input class="form-control" type="text" ng-model="customNode.httpBasicAuth.user" ng-class="customNode.httpBasicAuth && customNode.httpBasicAuth.user.length > 0 ? 'is-valid' : 'is-invalid'">
</div>
<div class="clearfix col-xs-6" ng-show="customNode.httpBasicAuth">
<label>Password</label>
<input class="form-control" type="password" ng-model="customNode.httpBasicAuth.password" ng-class="customNode.httpBasicAuth && customNode.httpBasicAuth.password.length > 0 ? 'is-valid' : 'is-invalid'">
</div>
<div class="clearfix col-xs-12 radio">
<label><input name="options" type="radio" ng-model="customNode.options" value="eth"> ETH </label>
<label><input name="options" type="radio" ng-model="customNode.options" value="etc"> ETC </label>
<label><input name="options" type="radio" ng-model="customNode.options" value="rop"> Ropsten </label>
<label><input name="options" type="radio" ng-model="customNode.options" value="kov"> Kovan </label>
<label><input name="options" type="radio" ng-model="customNode.options" value="rin"> Rinkeby </label>
<label><input name="options" type="radio" ng-model="customNode.options" value="cus"> Custom </label>
<label><input type="checkbox" ng-model="customNode.eip155" value="true"> Supports EIP-155 </label>
</div>
<div class="clearfix col-sm-6 col-sm-offset-6" ng-show="customNode.eip155">
<label>Chain ID</label>
<input class="form-control" type="text" placeholder="" ng-model="customNode.chainId" ng-class="Validator.isPositiveNumber(customNode.chainId) ? 'is-valid' : 'is-invalid'">
</div>
</section>
</div>
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal" translate="x_Cancel">
Cancel
</button>
<button class="btn btn-primary" ng-click="saveCustomNode()" translate="NODE_CTA">
Save & Use Custom Node
</button>
</div>
</section>
</section>
</article>
</header>
<section class="container" style="min-height: 50%" ng-controller='viewCtrl'>
<div class="tab-content" >
<div class="" ng-controller="helpersCtrl">
<h1> Convert Ethererum Units (e.g. Ether <-> Wei) </h1>
<h2 class="p"> Ether Wei Converter </h2>
<section class="mono">
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.wei" ng-change="convertUnit('wei')" />
<div class="input-group-btn">
<a class="btn btn-default" style="min-width: 170px;"> wei </a>
</div>
</div>
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.kwei" ng-change="convertUnit('kwei')" />
<div class="input-group-btn">
<a class="btn btn-default" style="min-width: 170px;"> kwei </a>
</div>
</div>
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.mwei" ng-change="convertUnit('mwei')" />
<div class="input-group-btn">
<a class="btn btn-default" style="min-width: 170px;"> mwei </a>
</div>
</div>
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.gwei" ng-change="convertUnit('gwei')" />
<div class="input-group-btn">
<a class="btn btn-default" style="min-width: 170px;"> gwei <small>(shannon)</small> </a>
</div>
</div>
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.szabo" ng-change="convertUnit('szabo')" />
<div class="input-group-btn">
<a class="btn btn-default" style="min-width: 170px;"> szabo </a>
</div>
</div>
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.finney" ng-change="convertUnit('finney')" />
<div class="input-group-btn">
<a class="btn btn-default" style="min-width: 170px;"> finney </a>
</div>
</div>
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.ether" ng-change="convertUnit('ether')" />
<div class="input-group-btn">
<a class="btn btn-primary" style="min-width: 170px;"> ether </a>
</div>
</div>
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.kether" ng-change="convertUnit('kether')" />
<div class="input-group-btn">
<a class="btn btn-default" style="min-width: 170px;"> kether </a>
</div>
</div>
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.mether" ng-change="convertUnit('mether')" />
<div class="input-group-btn">
<a class="btn btn-default" style="min-width: 170px;"> mether </a>
</div>
</div>
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.gether" ng-change="convertUnit('gether')" />
<div class="input-group-btn">
<a class="btn btn-default" style="min-width: 170px;"> gether </a>
</div>
</div>
<div class="input-group form-group">
<input class="form-control" type="text" ng-model="units.tether" ng-change="convertUnit('tether')" />
<div class="input-group-btn">
<a class="btn btn-default" style="min-width: 170px;"> tether </a>
</div>
</div>
</section>
<br /><br /><br />
<h1> ENS Debugger & Data Grabber </h1>
<h2 class="p">Ethereum Name Service Data String Generator</h2>
<p class="text-danger"> This is meant to be a helpful tool for debugging and checking and generating manual reveals when necessary. Use at your own risk. There is no validation on these fields. </p>
<section class="row">
<div class="form-group col-sm-12">
<label> Address you Bid From </label>
<input class="form-control" type="text" ng-model="ensAddress" ng-change="allTheThings()" />
</div>
</section>
<section class="row">
<div class="form-group col-sm-6">
<label> ENS Name you Bid On (no '.eth' at the end!) </label>
<input class="form-control" type="text" ng-model="ensLabel" ng-change="toEnsLabelHash()" />
</div>
<div class="form-group col-sm-6">
<label> Hashed ENS Name (Label Hash) </label>
<input class="form-control" type="text" ng-model="ensLabelHash" />
</div>
</section>
<section class="row">
<div class="form-group col-sm-6">
<label> Amount you Bid (ETH) </label>
<input class="form-control" type="text" ng-model="bidEth" ng-change="toBidWei()" />
</div>
<div class="form-group col-sm-6">
<label> Amount you Bid (WEI) </label>
<input class="form-control" type="text" ng-model="bidWei" ng-change="toBidEth()" />
</div>
</section>
<section class="row">
<div class="form-group col-sm-6">
<label> Your Secret </label>
<input class="form-control" type="text" ng-model="ensSecret" ng-change="toEnsSecretHash()" />
</div>
<div class="form-group col-sm-6">
<label> Your Secret (Hashed) </label>
<input class="form-control" type="text" ng-model="ensSecretHash"/>
</div>
</section>
<section class="row">
<div class="form-group col-xs-12">
<label> Start Auction Data </label>
<input class="form-control" type="text" ng-model="startAuctionData" readonly />
<p>
To: <code>0x6090a6e47849629b7245dfa1ca21d94cd15878ef</code> ·
Amount: <code>0</code> ·
Gas Limit: <code>200000</code> ·
Data: <code>[ABOVE]</code>
</p>
</div>
</section>
<section class="row">
<div class="form-group col-xs-12">
<label> New Bid Data <small> If your reveals aren't working, this is the string that needs to match your bid data on Etherscan)</small> </label>
<input class="form-control" type="text" ng-model="shaBid" readonly />
<p>
To: <code>0x6090a6e47849629b7245dfa1ca21d94cd15878ef</code> ·
Amount: <code>[A NUMBER >= BID AMOUNT]</code> ·
Gas Limit: <code>570000</code> ·
Data: <code>[ABOVE]</code>
</p>
</div>
</section>
<section class="row">
<div class="form-group col-xs-12">
<label> Reveal Data <small> This is for manually revealing if you need to do so. </small></label>
<input class="form-control" type="text" ng-model="revealBidData" readonly />
<p>
To: <code>0x6090a6e47849629b7245dfa1ca21d94cd15878ef</code> ·
Amount: <code>0</code> ·
Gas Limit: <code>200000</code> ·
Data: <code>[ABOVE]</code>
</p>
</div>
</section>
<section class="row">
<div class="form-group col-xs-12">
<label> Finalize Auction Data </label>
<input class="form-control" type="text" ng-model="finalizeAuctionData" readonly />
<p>
To: <code>0x6090a6e47849629b7245dfa1ca21d94cd15878ef</code> ·
Amount: <code>0</code> ·
Gas Limit: <code>200000</code> ·
Data: <code>[ABOVE]</code>
</p>
</div>
</section>
<br /><br /><br />
<h1> Convert Decimal to Hexidecimal and Hex to Decimal </h1>
<div class="form-group">
<label> Decimal </label>
<input class="form-control" type="text" ng-model="decimalNumber" ng-change="decimalToHex()" />
</div>
<div class="form-group">
<label> Hexadecimal </label>
<input class="form-control" type="text" ng-model="hexNumber" ng-change="hexToDecimal()" />
</div>
<div class="form-group">
<label> Hexadecimal - Padded Left w/ 64 characters </label>
<input class="form-control" type="text" ng-model="hexPaddedLeft" />
</div>
<br /><br /><br />
<h1> "SHA3" (Keccak-256) It! <small><a href="https://ethereum.stackexchange.com/questions/550/which-cryptographic-hash-function-does-ethereum-use" target="_blank" rel="noopener">yooo... sha3 !== Keccak-256?!</a></small></h1>
<div class="form-group">
<label> Input </label>
<input class="form-control" type="text" ng-model="inputText" ng-change="toSHA3()" />
</div>
<div class="form-group">
<label> Output </label>
<input class="form-control" type="text" ng-model="outputText" readonly />
</div>
<br /><br /><br />
<h1> Ether Unit Reference Guide </h1>
<table class="table table-striped mono">
<tr>
<td><strong>wei</strong></td>
<td><small></small></td>
<td>1</td>
<td>1</td>
<td></td>
</tr>
<tr>
<td><strong>kwei</strong></td>
<td><small>ada, femtoether</small></td>
<td>1000</td>
<td>1,000</td>
<td>10<sup>3</sup></td>
</tr>
<tr>
<td><strong>mwei</strong></td>
<td><small>babbage, picoether</small></td>
<td>1000000</td>
<td>1,000,000</td>
<td>10<sup>6</sup></td>
</tr>
<tr>
<td><strong>gwei</strong></td>
<td><small>shannon, nanoether, nano</small></td>
<td>1000000000</td>
<td>1,000,000,000</td>
<td>10<sup>9</sup></td>
</tr>
<tr>
<td><strong>szabo</strong></td>
<td><small>microether, micro</small></td>
<td>1000000000000</td>
<td>1,000,000,000,000</td>
<td>10<sup>12</sup></td>
</tr>
<tr>
<td><strong>finney</strong></td>
<td><small>milliether, milli</small></td>
<td>1000000000000000</td>
<td>1,000,000,000,000,000</td>
<td>10<sup>15</sup></td>
</tr>
<tr>
<td><strong>ether</strong></td>
<td><small></small></td>
<td>1000000000000000000</td>
<td>1,000,000,000,000,000,000</td>
<td>10<sup>18</sup></td>
</tr>
<tr>
<td><strong>kether</strong></td>
<td><small>grand, einstein</small></td>
<td>1000000000000000000000</td>
<td>1,000,000,000,000,000,000,000</td>
<td>10<sup>21</sup></td>
</tr>
<tr>
<td><strong>mether</strong></td>
<td><small></small></td>
<td>1000000000000000000000000</td>
<td>1,000,000,000,000,000,000,000,000</td>
<td>10<sup>24</sup></td>
</tr>
<tr>
<td><strong>gether</strong></td>
<td><small></small></td>
<td>1000000000000000000000000000</td>
<td>1,000,000,000,000,000,000,000,000,000</td>
<td>10<sup>27</sup></td>
</tr>
<tr>
<td><strong>tether </strong></td>
<td><small></small></td>
<td>1000000000000000000000000000000</td>
<td>1000,000,000,000,000,000,000,000,000,000</td>
<td>10<sup>30</sup></td>
</tr>
</table>
</p>
<br /><br /><br />
<h1> Mistyped Private Key </h1>
<div class="form-group">
<label> Private Key that isn't unlocking correct address</label>
<input class="form-control" type="text" ng-model="mistypedPK" />
</div>
<div class="form-group">
<label> Address You Sent To </label>
<input class="form-control" type="text" ng-model="mistypedAddr" />
</div>
<div class="form-group">
<a class="btn btn-primary" ng-click="findMyPrivateKey()"> Start the Search! </a>
</div>
<div class="form-group">
<label> Actual Private Key </label>
<input class="form-control" type="text" ng-model="actualPK" readonly />
</div>
<div class="form-group">
<ul>
<li class="text-danger">Consider yourself very, very lucky.</li>
<li> Now you need to create a new secure wallet and move all funds to it.</li>
<li>In order to prevent the same thing from happening, <strong> please make sure your address you are sending to matches the address on your paper wallet</strong></li>
<li><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/how-do-i-create-a-new-wallet" target="_blank" rel="noopener">Read this guide for more information.</a></li>
<li><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/protecting-yourself-and-your-funds?from_search=true" target="_blank" rel="noopener">Learn how to protect yourself and your funds.</a></li>
</ul>
</div>
</div>
</div>
<div data-ng-repeat="alert in notifier.alerts">
<div class="alert popup alert-{{alert.type}} animated-show-hide"
style="bottom: {{85*$index}}px; z-index: {{999+$index}};">
<div class="container">
<div class='alert-message' ng-bind-html="alert.message"></div>
</div>
<i class="icon-close" ng-click="alert.close()"></i>
</div>
</div>
</section>
<section class="pre-footer">
<div class="container">
<p>ClassicEtherWallet.com does not hold your keys for you. We cannot access accounts, recover keys, reset passwords, nor reverse transactions. Protect your keys & always check that you are on correct URL. <a role="link" tabindex="0" data-toggle="modal" data-target="#disclaimerModal"> You are responsible for your security.</a>
</p>
</div>
</section>
<footer class="footer" role="content" aria-label="footer" ng-controller='footerCtrl' >
<article class="block__wrap" style="max-width: 1780px; margin: auto;">
<section class="footer--left">
<a href="/"><img src="images/logo-myetherwallet.png" height="45px" width="auto" alt="Ether Wallet" class="footer--logo"/></a>
<p><span translate="FOOTER_1">Free, open-source, client-side interface for generating Ethereum Classic wallets & more. Interact with the Ethereum-compatible blockchains such are ETH, ETC, UBQ and EXP easily & securely. Double-check the URL ( https://ethereumproject.github.io/etherwallet/ ) before unlocking your wallet.</span></p>
<p><a aria-label="knowledge base" href="https://myetherwallet.groovehq.com/help_center" target="_blank" rel="noopener" role="link" tabindex="0">
Knowledge Base
</a></p>
<p><a href="https://ethereumproject.github.io/etherwallet/helpers.html" target="_blank" rel="noopener" role="link" tabindex="0">
Helpers & ENS Debugging
</a></p>
<p><a href="https://ethereumproject.github.io/etherwallet/signmsg.html" target="_blank" rel="noopener" role="link" tabindex="0">
Sign Message
</a></p>
<p><a data-target="#disclaimerModal" data-toggle="modal" target="_blank" rel="noopener" role="link" tabindex="0" translate="FOOTER_4"> Disclaimer </a></p>
<p> © 2017 ClassicEtherWallet, LLC </p>
</section>
<section class="footer--cent">
<h5> <i aria-hidden="true">👫</i> You can support us by supporting our blockchain-family.</h5>
<p>Consider using our affiliate links to...</p>
<p><a aria-label="Swap Ether or Bitcoin via Bity.com" href="https://bity.com/af/jshkb37v" target="_blank" rel="noopener">Swap ETH/BTC/EUR/CHF via Bity.com</a></p>
<p><a href="https://www.ledgerwallet.com/r/fa4b?path=/products/" target="_blank" rel="noopener">Buy a Ledger Wallet</a></p>
<p><a href="https://trezor.io/?a=myetherwallet.com" target="_blank" rel="noopener">Buy a TREZOR</a></p>
<p><a href="https://digitalbitbox.com/?ref=mew" target="_blank" rel="noopener">Buy a Digital Bitbox</a></p>
<h5><i aria-hidden="true">💝</i> Donations are always appreciated!</h5>
<p>ETH, ETC, UBQ and EXP donation address: <span class="mono wrap">0x52823e725a34d42e14a1b66fb67299c30c4d8edf</small></span></p>
<!--
<p>MYD: <span class="mono wrap">mewsupport.eth <small>0xf7e983781609012307f2514f63D526D83D24F466</small></span></p>
-->
<h5 ng-hide="curLang=='en'"> <i>🏅</i> <span translate="Translator_Desc"> Thank you to our translators </span></h5>
<p ng-hide="curLang=='en'">
<span translate="TranslatorName_1"></span>
<span translate="TranslatorName_2"></span>
<span translate="TranslatorName_3"></span>
<span translate="TranslatorName_4"></span>
<span translate="TranslatorName_5"></span>
</p>
</section>
<section class="footer--righ">
<p><a aria-label="website via my ether wallet dot com" href="https://ethereumproject.github.io/etherwallet" target="_blank" rel="noopener" role="link" tabindex="0">
ClassicEtherWallet.com
</a></p>
<p><a aria-label="website via github URL" href="https://ethereumproject.github.io/etherwallet/" target="_blank" rel="noopener" role="link" tabindex="0">
ethereumproject.github.io/etherwallet/
</a></p>
<p><a aria-label="my ether wallet github" href="https://github.com/EthereumCommonwealth/etherwallet" target="_blank" rel="noopener" role="link" tabindex="0">
Github: Current ClassicEtherWallet Site & CX
</a></p>
<p><a aria-label="our organization on github" href="https://github.com/kvhnuke/etherwallet/releases/latest" target="_blank" rel="noopener" role="link" tabindex="0">
Github: MyEtherWallet releases
</a></p>
<p><a aria-label="my ether wallet chrome extension" href="https://chrome.google.com/webstore/detail/classicetherwallet-cx/opggclcfcbfbchcienjdaohghcamjfhf" target="_blank" rel="noopener" role="link" tabindex="0">
ClassicEtherWallet CX
</a></p>
<p><a aria-label="Anti-Phishing chrome extension" href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener" role="link" tabindex="0">
Anti-Phishing CX
</a></p>
<p>
<a aria-label="join our slack" href="http://ethereumclassic.herokuapp.com/" target="_blank" rel="noopener" role="link" tabindex="0">Slack</a>
·
<a aria-label="reddit" href="https://www.reddit.com/r/EthereumClassic/" target="_blank" rel="noopener" role="link" tabindex="0">Reddit</a>
·
<a aria-label="twitter" href="https://twitter.com/eth_classic" target="_blank" rel="noopener" role="link" tabindex="0">Twitter</a>
·
<a aria-label="medium" href="https://medium.com/@dexaran820" target="_blank" rel="noopener" role="link" tabindex="0">Medium</a>
</p>
<p ng-show="showBlocks">Latest Block#: {{currentBlockNumber}} </p>
</section>
</article>
</div>
</footer>
<article class="modal fade" id="disclaimerModal" tabindex="-1">
<section class="modal-dialog">
<section class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title text-info" translate="FOOTER_4">Disclaimer</h2>
<p class="small"><strong>Be safe & secure:</strong> <a href="https://myetherwallet.groovehq.com/knowledge_base/topics/protecting-yourself-and-your-funds" target="_blank" rel="noopener"> We highly recommend that you read our guide on How to Prevent Loss & Theft for some recommendations on how to be proactive about your security.</a></p>
<p class="small"><strong>Always backup your keys: </strong> ClassicEtherWallet.com & ClassicEtherWallet CX are not "web wallets". You do not create an account or give us your funds to hold onto. No data leaves your computer / your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.</p>
<p class="small"><strong>We are not responsible for any loss: </strong> Ethereum, ClassicEtherWallet.com & ClassicEtherWallet CX, and some of the underlying Javascript libraries we use are under active development. While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the possibility something unexpected happens that causes your funds to be lost. Please do not invest more than you are willing to lose, and please be careful.</p>
<p class="small"><strong> Translations of ClassicEtherWallet: </strong> The community has done an amazing job translating ClassicEtherWallet into a variety of languages. However, ClassicEtherWallet can only verify the validity and accuracy of the information provided in English and, because of this, the English version of our website is the official text. </p>
<p class="small"><strong>MIT License</strong> Copyright © 2015-2017 ClassicEtherWallet LLC</p>
<p class="small">Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p class="small">The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p class="small"><strong>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</strong></p>
</div>
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal">Okay</button>
</div>
</section>
</section>
</article>
</main>
</body>
</html>