Skip to content

Commit cc518a1

Browse files
committed
cleanup
1 parent 7fb8c8d commit cc518a1

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

airdrop/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ <h5 class="modal-title" id="exampleModalLabel">WITHDRAW</h5>
156156
<div class="col-lg-6 col-md-6 col-sm-8">
157157
<div class="form-group">
158158
<br>
159-
<div class="g-recaptcha" data-sitekey="6LdqTm8UAAAAAI_oKKCEVoIHz1AXVkLpS34HacjH"></div>
159+
<center><div class="g-recaptcha" data-sitekey="6LdqTm8UAAAAAI_oKKCEVoIHz1AXVkLpS34HacjH"></div></center>
160160
<center> <label style="color: white;font-size: 150%; opacity:0.83" for="exampleInputEmail1">ERC20 Address</label></center>
161161
<input type="text" class="form-control shadow" id="erc-input" aria-describedby="emailHelp" style="opacity:0.83;
162-
text-align:center;" spellcheck="false" placeholder="Enter the token contract address" oninput="getTokenInfo()">
162+
text-align:center;" spellcheck="false" placeholder="Enter the token contract address for ex. 0x949bed886c739f1a3273629b3320db0c5024c719" oninput="getTokenInfo()">
163163
<div id="token_info" style="width:100%; height:8vh; color: white; padding-top:1vh; display:none">
164164
<div class="container" id="token_info_container" style="background-color:#383C42; border-radius:10px; opacity:0.5;">
165165
<div class="row">

airdrop/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ web3.version.getNetwork((err, netId) => {
2424
break;
2525
case "3":
2626
$('#network').text("ROPSTEN TEST NETWORK");
27-
contractAddress = '0x6E192dd3CbcBFA6798E3907315161Ad0445E233E';
27+
contractAddress = '0xe3D8E72a5EFC56dAf8c7aabf7608BAEd08897b52';
2828
contractInstance = OneStopAirdrop.at(contractAddress);
29-
etherscanTxUrl = "https://ropsten.etherscan.io/tx/0x6E192dd3CbcBFA6798E3907315161Ad0445E233E";
30-
etherscanUrl = "https://ropsten.etherscan.io/address/0x6E192dd3CbcBFA6798E3907315161Ad0445E233E#code";
29+
etherscanTxUrl = "https://ropsten.etherscan.io/tx/0x6ecf4e62203d5f397a75f890863dfe1e37df378b19314c4e7754c2536777822d";
30+
etherscanUrl = "https://ropsten.etherscan.io/address/0xe3D8E72a5EFC56dAf8c7aabf7608BAEd08897b52#code";
3131
break;
3232
case "4":
3333
$('#network').text("RINKEBY TEST NETWORK");

airdrop/listing.csv

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
0x5b878ba97bae92fc0aa6133edbf2f58d52350d65
2+
0x719b8be8e2c3f07575d41a2580011db702029e5b
3+
0x8d9c1aa79d8e58f508180e9bf16d48f42234993e
4+
0x228344536a03c0910fb8be9c2755c1a0ba6f89e1
5+
0xb64d5d9242dd2d506d50f1505fc61b140b8be61e
6+
0xb5ace61ac9511de68a7e1e385c96b3e33692fabe
7+
0xcb87fe167673507da5f21da9202ebf94d8f36d8d
8+
0x3d48587aa16d91a2e37198b5b428674bdaddf038
9+
0xf1e65cd0b31fcb8713ac1902002b262d57c9da33
10+
0x0c5707c9692752e24dd2d11faf672c964c4ec0b3
11+
0x41322b9331d224ad2d62fb2e85445b621508a95c
12+
0xceebbcf600e3643be7fbd639b64ad609ff2abf71
13+
0xb928a696200f4a250c0f515be5ac9417a03c3482
14+
0xba3c44254f9a0697f94e12499f0f224cf5d944d1
15+
0xaefcd0f8a1cbd231cecaa9bfd9ffb82a6eaaa462

0 commit comments

Comments
 (0)