forked from noxonsu/noxonsu_old.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
147 lines (125 loc) · 5.3 KB
/
Copy pathindex.html
File metadata and controls
147 lines (125 loc) · 5.3 KB
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
<!DOCTYPE html>
<html>
<head>
<script>
//if (window.location.protocol != "https:")
//window.location.href = "https:" + window.location.href.substring(window.location.protocol.length);
</script>
<title>Dashboard</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
<meta name="description" content="NoxonFund investments">
<meta name="keywords" content="financial template, ethereum, dao ethereum, noxon project">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/dashboardred.css">
<link rel="stylesheet" href="css/jquery-u.css">
<script src="js/jquery.min.js"></script>
</head>
<body>
<div class="b-form-place container">
<div class="row" id='reg'>
<div class="col-md-offset-2 col-md-8" style='display:none' id='right'>
<div class="b-form-cont">
<h2 class="b-form-cont__title">Create account <span style='float:right' onclick='importkey();'>import key</span></h2>
<div class="b-form b-form--place container-fluid">
<div class="b-form__row">
<input type="text" id='name' onkeyup='onkeyup2(this)' placeholder="Enter your name">
</div>
<div class="b-form__row email" style='display:none'>
<input type="text" id='email' onkeyup='onkeyup2(this)' placeholder="Enter your email">
</div>
<div class="b-form__row pass" style='display:none'>
<input type="password" id='pass' onkeyup='onkeyup2(this)' placeholder="Enter password">
</div>
</div>
</div>
</div>
</div>
<div class="row mainboard">
<div class="col-md-6">
<!-- .b-form-cont -->
<div class="b-form-cont">
<div style='float:right;padding:22px 18px;'>
<a href="#" id='exprta' onclick='sv("noxonfund.com_keys.txt",getmsg());return false'>Export plain keys</a> | <a href="#" onclick='localStorage.clear();window.location.reload();return false'>Exit</a>
</div>
<h2 class="b-form-cont__title" id='hiname'>Hi</h2>
<div class="b-form b-form--place container-fluid">
<div class="b-form__row">
<div id='topupbalance'>
For buy TOKENs you must topup your balance! Using <a href="#" onclick='$("#openkey").focus().select()'>this form</a>.
</div>
<div id='balancediv'>
<span class='balacnetokens'></span> TOKEN(s) you have<Br><br>
</div>
<span id='uniqkey' >Your unique PUBLIC key: <span id='openkeyspan'></span> </span>
<div id='savekey'>
Save your private key! We do not store your private keys and will not be able to restore them. Withdraw all amounts of TOKEN to your own ethereum wallet for best security.
<br><br><a href='#' class='btn' onclick='sv("noxonfund.com_keys.txt",getmsg());return false'>download keys</a> or <a href='#' class='mailto'>send to email</a>
<script>
function getmsg() {
return 'Your '+window.location+' keys: '+localStorage.getItem("privkey")+":"+localStorage.getItem("openkey");
}
</script>
</div>
</div>
</div>
</div>
<!-- .b-form-cont -->
</div>
<div class="col-md-6 tabs" id='sendtokens'>
<!-- .b-form-cont -->
<div class="b-form-cont">
<h2 class="b-form-cont__title">Send tokens</h2>
<div class="b-form b-form--place container-fluid">
<div class='b-form__row'>
<div class='onlyhavetoken'>
To address: <Br>
<input type='text' id='kuda' style='margin-bottom:20px' id='openkey22' value='0x'>
Amount: <Br>
<input type='text' id='skoko' style='margin-bottom:20px' value=''>
<input type='button' onclick='try2send()' class='btn' name='BTN' value='Send'>
<span id='consolesend'></span>
<script>
function try2send() {
$("#consolesend").html('.:...::');
sendRwTr(0,"0xa9059cbb"+EthJS.ABI.rawEncode(["address","uint"],[$("#kuda").val(),$("#skoko").val()]).toString("hex"),"#consolesend");
}
</script>
</div>
<div class='onlynohavetoken'>
Transfer between shareholders enabled. When you get or buy TOKENs the form will be displayed here
</div>
</div>
</div>
</div>
<!-- .b-form-cont -->
</div>
<div class="col-md-12 " id='a4'>
<!-- .b-form-cont -->
<div class="b-form-cont">
<h2 class="b-form-cont__title">Transactions</h2>
<div class="b-form b-form--place container-fluid">
<div class='b-form__row'>
You can check all transactions at etherscan: <a href='#' id='mysmart' target='_blank'>open smart contract</a>
<div id='nhistory'></div>
</div>
</div>
</div>
<!-- .b-form-cont -->
</div>
</div>
<!-- .row -->
</div>
<!-- .b-form-place -->
<script src="js/lightwallet.js"></script>
<script src="js/ethereumjs-all.js"></script>
<script src="js/jquery-u.js"></script>
<script src="/js/masonry.pkgd.min.js"></script>
<script src="erc20dashboard.js"></script>
<script>
build_state();
rebalance() ;
setInterval(rebalance,10000);
</script>
</body>
</html>