forked from bokkypoobah/OpenANXTokenOld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest1output.txt
743 lines (741 loc) · 89.5 KB
/
test1output.txt
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
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
Welcome to the Geth JavaScript console!
instance: Geth/v1.6.5-stable-cf87713d/darwin-amd64/go1.8.3
coinbase: 0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e
at block: 1 (Tue, 13 Jun 2017 02:46:23 AEST)
datadir: /Users/bok/Projects/OpenANXToken/test/testchain
modules: admin:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 txpool:1.0 web3:1.0
>
true
>
true
>
>
undefined
>
undefined
>
undefined
>
>
DATA: tokenABI=[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_amount","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_TOTAL","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_tokensPerKEther","type":"uint256"}],"name":"setTokensPerKEther","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"lockedTokens","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"participant","type":"address"}],"name":"kycVerify","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"finalised","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"CONTRIBUTIONS_MIN","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"DECIMALS","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"START_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"participant","type":"address"},{"name":"balance","type":"uint256"}],"name":"addPrecommitment","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_SOFT_CAP","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"wallet","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"END_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_HARD_CAP","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"DECIMALSFACTOR","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"CONTRIBUTIONS_MAX","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"LOCKED_2Y_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"NAME","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"finalise","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokensPerKEther","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"kycRequired","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"tokenAddress","type":"address"},{"name":"amount","type":"uint256"}],"name":"transferAnyERC20Token","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_wallet","type":"address"}],"name":"setWallet","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"LOCKED_1Y_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"SYMBOL","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"inputs":[{"name":"_wallet","type":"address"}],"payable":false,"type":"constructor"},{"payable":true,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"newWallet","type":"address"}],"name":"WalletUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"tokensPerKEther","type":"uint256"}],"name":"TokensPerKEtherUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"buyer","type":"address"},{"indexed":false,"name":"ethers","type":"uint256"},{"indexed":false,"name":"newEtherBalance","type":"uint256"},{"indexed":false,"name":"tokens","type":"uint256"},{"indexed":false,"name":"newTotalSupply","type":"uint256"},{"indexed":false,"name":"tokensPerKEther","type":"uint256"}],"name":"TokensBought","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"participant","type":"address"},{"indexed":false,"name":"balance","type":"uint256"}],"name":"PrecommitmentAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"participant","type":"address"}],"name":"KycVerified","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]
undefined
>
DATA: lockedTokensAbi=[{"constant":true,"inputs":[],"name":"TOKENS_TOTAL","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"balancesLocked2Y","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"account","type":"address"}],"name":"balanceOfLocked1Y","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"CONTRIBUTIONS_MIN","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"DECIMALS","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"START_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"unlock1Y","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_SOFT_CAP","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_LOCKED_1Y_TOTAL","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"END_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokenContract","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupplyLocked","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupplyLocked2Y","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"balancesLocked1Y","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_HARD_CAP","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"DECIMALSFACTOR","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"CONTRIBUTIONS_MAX","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"LOCKED_2Y_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"NAME","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"account","type":"address"}],"name":"balanceOfLocked2Y","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupplyLocked1Y","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"unlock2Y","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"account","type":"address"}],"name":"balanceOfLocked","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"addRemainingTokens","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"LOCKED_1Y_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"SYMBOL","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_LOCKED_2Y_TOTAL","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"inputs":[{"name":"_tokenContract","type":"address"}],"payable":false,"type":"constructor"}]
undefined
>
>
undefined
>
DEBUG: tokenContractAddress: null
DEBUG: tokenContractAbi: null
RESULT: # Account EtherBalanceChange Unlocked Token Locked 1Y Locked 2Y Total Name
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 1 0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e 35.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #0 - Miner
RESULT: 2 0xa11aae29840fbb5c86e6fd4cf809eba183aef433 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #1 - Token Owner
RESULT: 3 0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #2 - KYCed
RESULT: 4 0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #3 - KYCed
RESULT: 5 0xa44a08d3f6933c69212114bb66e2df1813651844 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #4
RESULT: 6 0xa55a151eb00fded1634d27d1127b4be4627079ea 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #5
RESULT: 7 0xa66a85ede0cbe03694aa9d9de0bb19c99ff55bd9 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #6
RESULT: 8 0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #7
RESULT: 9 0xa88a05d2b88283ce84c8325760b72a64591279a2 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #8
RESULT: 10 0xa99a0ae3354c06b1459fd441a32a3f71005d7da0 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #9 - Crowdfund Wallet
RESULT: 11 0xaaaa9de1e6c564446ebca0fd102d8bd92093c756 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #10 - Foundation
RESULT: 12 0xabba43e7594e3b76afb157989e93c6621497fd4b 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #11 - Advisors
RESULT: 13 0xacca534c9f62ab495bd986e002ddf0f054caae4f 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #12 - Directors
RESULT: 14 0xadda9b762a00ff12711113bfdc36958b73d7f915 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #13 - Early Backers
RESULT: 15 0xaeea63b5479b50f79583ec49dacdcf86ddeff392 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #14 - Developers
RESULT: 16 0xaffa4d3a80add8ce4018540e056dacb649589394 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #15 - Precommitments
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Total Token Balances *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: * Note that the sum of all the locked tokens is represented in the unlocked balance at the token contract address, and this will be double counted in the grand total balance above
RESULT:
undefined
>
RESULT:
undefined
>
>
undefined
>
undefined
>
>
undefined
>
undefined
>
RESULT: Test 1.1 Deploy Token Contract
undefined
>
undefined
>
{"abi":[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_amount","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_TOTAL","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_tokensPerKEther","type":"uint256"}],"name":"setTokensPerKEther","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"lockedTokens","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"participant","type":"address"}],"name":"kycVerify","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"finalised","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"CONTRIBUTIONS_MIN","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"DECIMALS","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"START_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"participant","type":"address"},{"name":"balance","type":"uint256"}],"name":"addPrecommitment","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_SOFT_CAP","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"wallet","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"END_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_HARD_CAP","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"DECIMALSFACTOR","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"CONTRIBUTIONS_MAX","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"LOCKED_2Y_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"NAME","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"finalise","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokensPerKEther","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"kycRequired","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"tokenAddress","type":"address"},{"name":"amount","type":"uint256"}],"name":"transferAnyERC20Token","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_wallet","type":"address"}],"name":"setWallet","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"LOCKED_1Y_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"SYMBOL","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"inputs":[{"name":"_wallet","type":"address"}],"payable":false,"type":"constructor"},{"payable":true,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"newWallet","type":"address"}],"name":"WalletUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"tokensPerKEther","type":"uint256"}],"name":"TokensPerKEtherUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"buyer","type":"address"},{"indexed":false,"name":"ethers","type":"uint256"},{"indexed":false,"name":"newEtherBalance","type":"uint256"},{"indexed":false,"name":"tokens","type":"uint256"},{"indexed":false,"name":"newTotalSupply","type":"uint256"},{"indexed":false,"name":"tokensPerKEther","type":"uint256"}],"name":"TokensBought","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"participant","type":"address"},{"indexed":false,"name":"balance","type":"uint256"}],"name":"PrecommitmentAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"participant","type":"address"}],"name":"KycVerified","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}],"eth":{"_requestManager":{"polls":{},"provider":{},"timeout":null},"accounts":["0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e","0xa11aae29840fbb5c86e6fd4cf809eba183aef433","0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976","0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0","0xa44a08d3f6933c69212114bb66e2df1813651844","0xa55a151eb00fded1634d27d1127b4be4627079ea","0xa66a85ede0cbe03694aa9d9de0bb19c99ff55bd9","0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec","0xa88a05d2b88283ce84c8325760b72a64591279a2","0xa99a0ae3354c06b1459fd441a32a3f71005d7da0","0xaaaa9de1e6c564446ebca0fd102d8bd92093c756","0xabba43e7594e3b76afb157989e93c6621497fd4b","0xacca534c9f62ab495bd986e002ddf0f054caae4f","0xadda9b762a00ff12711113bfdc36958b73d7f915","0xaeea63b5479b50f79583ec49dacdcf86ddeff392","0xaffa4d3a80add8ce4018540e056dacb649589394"],"blockNumber":8,"coinbase":"0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e","compile":{},"gasPrice":"18000000000","hashrate":12753,"mining":true,"pendingTransactions":[],"protocolVersion":"0x3f","syncing":false}}
undefined
>
undefined
>
undefined
>
...
......
.........
............
............
............
............
............
............
............
............
.........
......
...
undefined
>
...
undefined
>
DATA: tokenAddress=0x90d8927407c79c4a28ee879b821c76fc9bcc2688
RESULT: tokenAddress=0x90d8927407c79c4a28ee879b821c76fc9bcc2688 gas=6000000 gasUsed=2997173 costETH=0.053949114 costUSD=20.52170347446 @ ETH/USD=380.39 gasPrice=18000000000 block=10 txId=0xbb3eaeb255e426d133da6b4a8269c9ff8662c67906ca79e1315b0571e5bcfb10
RESULT: tokenAddress=0x90d8927407c79c4a28ee879b821c76fc9bcc2688 gas=6000000 gasUsed=2997173 costETH=0.053949114 costUSD=20.52170347446 @ ETH/USD=380.39 gasPrice=18000000000 block=10 txId=0xbb3eaeb255e426d133da6b4a8269c9ff8662c67906ca79e1315b0571e5bcfb10
undefined
>
DEBUG: tokenContractAddress: 0x90d8927407c79c4a28ee879b821c76fc9bcc2688
DEBUG: tokenContractAbi: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
RESULT: # Account EtherBalanceChange Unlocked Token Locked 1Y Locked 2Y Total Name
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 1 0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e 45.053949114000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #0 - Miner
RESULT: 2 0xa11aae29840fbb5c86e6fd4cf809eba183aef433 -0.053949114000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #1 - Token Owner
RESULT: 3 0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #2 - KYCed
RESULT: 4 0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #3 - KYCed
RESULT: 5 0xa44a08d3f6933c69212114bb66e2df1813651844 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #4
RESULT: 6 0xa55a151eb00fded1634d27d1127b4be4627079ea 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #5
RESULT: 7 0xa66a85ede0cbe03694aa9d9de0bb19c99ff55bd9 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #6
RESULT: 8 0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #7
RESULT: 9 0xa88a05d2b88283ce84c8325760b72a64591279a2 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #8
RESULT: 10 0xa99a0ae3354c06b1459fd441a32a3f71005d7da0 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #9 - Crowdfund Wallet
RESULT: 11 0xaaaa9de1e6c564446ebca0fd102d8bd92093c756 0.000000000000000000 0.000000000000000000 0.000000000000000000 20000000.000000000000000000 20000000.000000000000000000 Account #10 - Foundation
RESULT: 12 0xabba43e7594e3b76afb157989e93c6621497fd4b 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #11 - Advisors
RESULT: 13 0xacca534c9f62ab495bd986e002ddf0f054caae4f 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #12 - Directors
RESULT: 14 0xadda9b762a00ff12711113bfdc36958b73d7f915 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #13 - Early Backers
RESULT: 15 0xaeea63b5479b50f79583ec49dacdcf86ddeff392 0.000000000000000000 0.000000000000000000 8000000.000000000000000000 0.000000000000000000 8000000.000000000000000000 Account #14 - Developers
RESULT: 16 0xaffa4d3a80add8ce4018540e056dacb649589394 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #15 - Precommitments
RESULT: 17 0x90d8927407c79c4a28ee879b821c76fc9bcc2688 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 OAX 'openANX Token' *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 0.000000000000000000 14000000.000000000000000000 26000000.000000000000000000 40000000.000000000000000000 Total Token Balances *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: * Note that the sum of all the locked tokens is represented in the unlocked balance at the token contract address, and this will be double counted in the grand total balance above
RESULT:
undefined
>
RESULT: PASS Test 1.1 Deploy Token Contract
1
>
RESULT: token.symbol=OAX
RESULT: token.name=openANX Token
RESULT: token.decimals=18
RESULT: token.DECIMALSFACTOR=1000000000000000000
RESULT: token.START_DATE=1497286044 Mon, 12 Jun 2017 16:47:24 UTC / Mon, 12 Jun 2017 16:47:24 GMT
RESULT: token.END_DATE=1497286284 Mon, 12 Jun 2017 16:51:24 UTC / Mon, 12 Jun 2017 16:51:24 GMT
RESULT: token.TOKENS_SOFT_CAP=13000000
RESULT: token.TOKENS_HARD_CAP=30000000
RESULT: token.TOKENS_TOTAL=100000000
undefined
>
RESULT: token.finalised=false
RESULT: token.tokensPerKEther=343734
RESULT: token.totalSupply=0
RESULT: token.LOCKED_1Y_DATE=1528822044 Tue, 12 Jun 2018 16:47:24 UTC / Tue, 12 Jun 2018 16:47:24 GMT
RESULT: token.LOCKED_2Y_DATE=1560358044 Wed, 12 Jun 2019 16:47:24 UTC / Wed, 12 Jun 2019 16:47:24 GMT
RESULT: lockedToken.TOKENS_LOCKED_1Y_TOTAL=14000000
RESULT: lockedToken.TOKENS_LOCKED_2Y_TOTAL=26000000
RESULT: lockedToken.totalSupplyLocked1Y=14000000
RESULT: lockedToken.totalSupplyLocked2Y=26000000
RESULT: lockedToken.totalSupplyLocked=40000000
RESULT: token.owner=0xa11aae29840fbb5c86e6fd4cf809eba183aef433
RESULT: token.newOwner=0x0000000000000000000000000000000000000000
undefined
>
RESULT:
undefined
>
{"_eth":{"_requestManager":{"polls":{},"provider":{},"timeout":null},"accounts":["0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e","0xa11aae29840fbb5c86e6fd4cf809eba183aef433","0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976","0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0","0xa44a08d3f6933c69212114bb66e2df1813651844","0xa55a151eb00fded1634d27d1127b4be4627079ea","0xa66a85ede0cbe03694aa9d9de0bb19c99ff55bd9","0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec","0xa88a05d2b88283ce84c8325760b72a64591279a2","0xa99a0ae3354c06b1459fd441a32a3f71005d7da0","0xaaaa9de1e6c564446ebca0fd102d8bd92093c756","0xabba43e7594e3b76afb157989e93c6621497fd4b","0xacca534c9f62ab495bd986e002ddf0f054caae4f","0xadda9b762a00ff12711113bfdc36958b73d7f915","0xaeea63b5479b50f79583ec49dacdcf86ddeff392","0xaffa4d3a80add8ce4018540e056dacb649589394"],"blockNumber":16,"coinbase":"0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e","compile":{},"gasPrice":"18000000000","hashrate":17385,"mining":true,"pendingTransactions":[],"protocolVersion":"0x3f","syncing":false},"abi":[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_amount","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_TOTAL","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_tokensPerKEther","type":"uint256"}],"name":"setTokensPerKEther","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"lockedTokens","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"participant","type":"address"}],"name":"kycVerify","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"finalised","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"CONTRIBUTIONS_MIN","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"DECIMALS","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"START_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"participant","type":"address"},{"name":"balance","type":"uint256"}],"name":"addPrecommitment","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_SOFT_CAP","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"wallet","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"END_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKENS_HARD_CAP","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"DECIMALSFACTOR","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"CONTRIBUTIONS_MAX","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"LOCKED_2Y_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"NAME","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"finalise","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokensPerKEther","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"kycRequired","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"tokenAddress","type":"address"},{"name":"amount","type":"uint256"}],"name":"transferAnyERC20Token","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_wallet","type":"address"}],"name":"setWallet","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"LOCKED_1Y_DATE","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"SYMBOL","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"inputs":[{"name":"_wallet","type":"address"}],"payable":false,"type":"constructor"},{"payable":true,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"newWallet","type":"address"}],"name":"WalletUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"tokensPerKEther","type":"uint256"}],"name":"TokensPerKEtherUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"buyer","type":"address"},{"indexed":false,"name":"ethers","type":"uint256"},{"indexed":false,"name":"newEtherBalance","type":"uint256"},{"indexed":false,"name":"tokens","type":"uint256"},{"indexed":false,"name":"newTotalSupply","type":"uint256"},{"indexed":false,"name":"tokensPerKEther","type":"uint256"}],"name":"TokensBought","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"participant","type":"address"},{"indexed":false,"name":"balance","type":"uint256"}],"name":"PrecommitmentAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"participant","type":"address"}],"name":"KycVerified","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}],"address":"0x90d8927407c79c4a28ee879b821c76fc9bcc2688","transactionHash":"0xbb3eaeb255e426d133da6b4a8269c9ff8662c67906ca79e1315b0571e5bcfb10"}
undefined
>
>
>
undefined
>
undefined
>
RESULT: Test 1.2 Precommitments, TokensPerKEther, Wallet
undefined
>
undefined
>
undefined
>
undefined
>
...
undefined
>
RESULT: tx1_2_1 gas=4000000 gasUsed=66434 costETH=0.001195812 costUSD=0.45487492668 @ ETH/USD=380.39 gasPrice=18000000000 block=18 txId=0xe1987ab89a4c6aadc8a02a13ad870177a23fbf1ff55ba97916cc29850a85f064
undefined
>
RESULT: tx1_2_2 gas=4000000 gasUsed=28020 costETH=0.00050436 costUSD=0.1918535004 @ ETH/USD=380.39 gasPrice=18000000000 block=18 txId=0xba0ef8f986a0773f8b819be341d12470f3c99cac62818a9861aede9d72474267
undefined
>
RESULT: tx1_2_3 gas=4000000 gasUsed=29821 costETH=0.000536778 costUSD=0.20418498342 @ ETH/USD=380.39 gasPrice=18000000000 block=18 txId=0x911374e9968d486e361791d39c8f5d1930a0c98f58c4b1ab4774754ed7897d91
undefined
>
DEBUG: tokenContractAddress: 0x90d8927407c79c4a28ee879b821c76fc9bcc2688
DEBUG: tokenContractAbi: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
RESULT: # Account EtherBalanceChange Unlocked Token Locked 1Y Locked 2Y Total Name
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 1 0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e 85.056186064000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #0 - Miner
RESULT: 2 0xa11aae29840fbb5c86e6fd4cf809eba183aef433 -0.056186064000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #1 - Token Owner
RESULT: 3 0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #2 - KYCed
RESULT: 4 0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #3 - KYCed
RESULT: 5 0xa44a08d3f6933c69212114bb66e2df1813651844 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #4
RESULT: 6 0xa55a151eb00fded1634d27d1127b4be4627079ea 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #5
RESULT: 7 0xa66a85ede0cbe03694aa9d9de0bb19c99ff55bd9 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #6
RESULT: 8 0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #7
RESULT: 9 0xa88a05d2b88283ce84c8325760b72a64591279a2 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #8
RESULT: 10 0xa99a0ae3354c06b1459fd441a32a3f71005d7da0 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #9 - Crowdfund Wallet
RESULT: 11 0xaaaa9de1e6c564446ebca0fd102d8bd92093c756 0.000000000000000000 0.000000000000000000 0.000000000000000000 20000000.000000000000000000 20000000.000000000000000000 Account #10 - Foundation
RESULT: 12 0xabba43e7594e3b76afb157989e93c6621497fd4b 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #11 - Advisors
RESULT: 13 0xacca534c9f62ab495bd986e002ddf0f054caae4f 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #12 - Directors
RESULT: 14 0xadda9b762a00ff12711113bfdc36958b73d7f915 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #13 - Early Backers
RESULT: 15 0xaeea63b5479b50f79583ec49dacdcf86ddeff392 0.000000000000000000 0.000000000000000000 8000000.000000000000000000 0.000000000000000000 8000000.000000000000000000 Account #14 - Developers
RESULT: 16 0xaffa4d3a80add8ce4018540e056dacb649589394 0.000000000000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #15 - Precommitments
RESULT: 17 0x90d8927407c79c4a28ee879b821c76fc9bcc2688 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 OAX 'openANX Token' *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 10000000.000000000000000000 14000000.000000000000000000 26000000.000000000000000000 50000000.000000000000000000 Total Token Balances *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: * Note that the sum of all the locked tokens is represented in the unlocked balance at the token contract address, and this will be double counted in the grand total balance above
RESULT:
undefined
>
RESULT: PASS Test 1.2 Precommitments, TokensPerKEther, Wallet - precommitments
1
>
RESULT: PASS Test 1.2 Precommitments, TokensPerKEther, Wallet - tokensPerKEther Rate From 343,734 To 1,000,000
1
>
RESULT: PASS Test 1.2 Precommitments, TokensPerKEther, Wallet - change crowdsale wallet
1
>
RESULT: token.finalised=false
RESULT: token.tokensPerKEther=1000000
RESULT: token.totalSupply=10000000
RESULT: token.LOCKED_1Y_DATE=1528822044 Tue, 12 Jun 2018 16:47:24 UTC / Tue, 12 Jun 2018 16:47:24 GMT
RESULT: token.LOCKED_2Y_DATE=1560358044 Wed, 12 Jun 2019 16:47:24 UTC / Wed, 12 Jun 2019 16:47:24 GMT
RESULT: lockedToken.TOKENS_LOCKED_1Y_TOTAL=14000000
RESULT: lockedToken.TOKENS_LOCKED_2Y_TOTAL=26000000
RESULT: lockedToken.totalSupplyLocked1Y=14000000
RESULT: lockedToken.totalSupplyLocked2Y=26000000
RESULT: lockedToken.totalSupplyLocked=40000000
RESULT: token.owner=0xa11aae29840fbb5c86e6fd4cf809eba183aef433
RESULT: token.newOwner=0x0000000000000000000000000000000000000000
RESULT: TokensPerKEtherUpdated Event 0: tokensPerKEther=1000000 block=18
RESULT: WalletUpdated Event 0: from=0xa99a0ae3354c06b1459fd441a32a3f71005d7da0 block=18
RESULT: Transfer Event 0: from=0x0000000000000000000000000000000000000000 to=0xaffa4d3a80add8ce4018540e056dacb649589394 value=10000000 block=18
undefined
>
RESULT:
undefined
>
>
>
undefined
>
undefined
>
undefined
>
undefined
>
undefined
>
...
RESULT: Waiting until start date at 1497286044 Tue, 13 Jun 2017 02:47:24 AEST currentDate=Tue, 13 Jun 2017 02:47:08 AEST
undefined
>
...
undefined
>
...
RESULT: Waited until start date at 1497286044 Tue, 13 Jun 2017 02:47:24 AEST currentDate=Tue, 13 Jun 2017 02:47:24 AEST
undefined
>
>
>
undefined
>
undefined
>
RESULT: Test 2.1 Buy tokens
undefined
>
undefined
>
undefined
>
undefined
>
undefined
>
...
undefined
>
RESULT: tx2_1_1 gas=400000 gasUsed=78972 costETH=0.001421496 costUSD=0.54072286344 @ ETH/USD=380.39 gasPrice=18000000000 block=28 txId=0x862c86b33d44bf01bf739ae3f1047170638fe35965c23e5c8cb2c17ab8af298b
undefined
>
RESULT: tx2_1_2 gas=400000 gasUsed=78972 costETH=0.001421496 costUSD=0.54072286344 @ ETH/USD=380.39 gasPrice=18000000000 block=28 txId=0x82cacd5182c6038fa4f5b9373e876e36ab1375448809068e92385d97e2d76808
undefined
>
RESULT: tx2_1_3 gas=400000 gasUsed=78972 costETH=0.001421496 costUSD=0.54072286344 @ ETH/USD=380.39 gasPrice=18000000000 block=28 txId=0x681ba49b4f3fe4ce89d9cd304c5a03ec287ba0b45a232d258b88c9652fea2c22
undefined
>
RESULT: tx2_1_4 gas=400000 gasUsed=78972 costETH=0.001421496 costUSD=0.54072286344 @ ETH/USD=380.39 gasPrice=18000000000 block=28 txId=0x74a05fd2c2f8b31bb0a9515b03b2db438fe138b6e4f0a830ee49c311f8a6c5ae
undefined
>
DEBUG: tokenContractAddress: 0x90d8927407c79c4a28ee879b821c76fc9bcc2688
DEBUG: tokenContractAbi: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
RESULT: # Account EtherBalanceChange Unlocked Token Locked 1Y Locked 2Y Total Name
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 1 0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e 135.061872048000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #0 - Miner
RESULT: 2 0xa11aae29840fbb5c86e6fd4cf809eba183aef433 -0.056186064000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #1 - Token Owner
RESULT: 3 0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 -100.001421496000000000 100000.000000000000000000 0.000000000000000000 0.000000000000000000 100000.000000000000000000 Account #2 - KYCed
RESULT: 4 0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 -1000.001421496000000000 1000000.000000000000000000 0.000000000000000000 0.000000000000000000 1000000.000000000000000000 Account #3 - KYCed
RESULT: 5 0xa44a08d3f6933c69212114bb66e2df1813651844 -10000.001421496000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #4
RESULT: 6 0xa55a151eb00fded1634d27d1127b4be4627079ea 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #5
RESULT: 7 0xa66a85ede0cbe03694aa9d9de0bb19c99ff55bd9 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #6
RESULT: 8 0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #7
RESULT: 9 0xa88a05d2b88283ce84c8325760b72a64591279a2 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #8
RESULT: 10 0xa99a0ae3354c06b1459fd441a32a3f71005d7da0 12100.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #9 - Crowdfund Wallet
RESULT: 11 0xaaaa9de1e6c564446ebca0fd102d8bd92093c756 0.000000000000000000 0.000000000000000000 0.000000000000000000 20000000.000000000000000000 20000000.000000000000000000 Account #10 - Foundation
RESULT: 12 0xabba43e7594e3b76afb157989e93c6621497fd4b 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #11 - Advisors
RESULT: 13 0xacca534c9f62ab495bd986e002ddf0f054caae4f -1000.001421496000000000 1000000.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 5000000.000000000000000000 Account #12 - Directors
RESULT: 14 0xadda9b762a00ff12711113bfdc36958b73d7f915 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #13 - Early Backers
RESULT: 15 0xaeea63b5479b50f79583ec49dacdcf86ddeff392 0.000000000000000000 0.000000000000000000 8000000.000000000000000000 0.000000000000000000 8000000.000000000000000000 Account #14 - Developers
RESULT: 16 0xaffa4d3a80add8ce4018540e056dacb649589394 0.000000000000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #15 - Precommitments
RESULT: 17 0x90d8927407c79c4a28ee879b821c76fc9bcc2688 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 OAX 'openANX Token' *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 22100000.000000000000000000 14000000.000000000000000000 26000000.000000000000000000 62100000.000000000000000000 Total Token Balances *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: * Note that the sum of all the locked tokens is represented in the unlocked balance at the token contract address, and this will be double counted in the grand total balance above
RESULT:
undefined
>
RESULT: PASS Test 2.1 Buy tokens - account2 buys 100,000 OAX for 100 ETH
1
>
RESULT: PASS Test 2.1 Buy tokens - account3 buys 1,000,000 OAX for 1,000 ETH
1
>
RESULT: PASS Test 2.1 Buy tokens - account4 buys 10,000,000 OAX for 10,000 ETH
1
>
RESULT: PASS Test 2.1 Buy tokens - directorsAccount buys 1,000,000 OAX for 1,000 ETH
1
>
RESULT: token.finalised=false
RESULT: token.tokensPerKEther=1000000
RESULT: token.totalSupply=22100000
RESULT: token.LOCKED_1Y_DATE=1528822044 Tue, 12 Jun 2018 16:47:24 UTC / Tue, 12 Jun 2018 16:47:24 GMT
RESULT: token.LOCKED_2Y_DATE=1560358044 Wed, 12 Jun 2019 16:47:24 UTC / Wed, 12 Jun 2019 16:47:24 GMT
RESULT: lockedToken.TOKENS_LOCKED_1Y_TOTAL=14000000
RESULT: lockedToken.TOKENS_LOCKED_2Y_TOTAL=26000000
RESULT: lockedToken.totalSupplyLocked1Y=14000000
RESULT: lockedToken.totalSupplyLocked2Y=26000000
RESULT: lockedToken.totalSupplyLocked=40000000
RESULT: token.owner=0xa11aae29840fbb5c86e6fd4cf809eba183aef433
RESULT: token.newOwner=0x0000000000000000000000000000000000000000
RESULT: TokensBought Event 0: buyer=0xa44a08d3f6933c69212114bb66e2df1813651844 ethers=10000 newEtherBalance=10000 tokens=10000000 newTotalSupply=20000000 tokensPerKEther=1000000 block=28
RESULT: TokensBought Event 1: buyer=0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 ethers=1000 newEtherBalance=1000 tokens=1000000 newTotalSupply=21000000 tokensPerKEther=1000000 block=28
RESULT: TokensBought Event 2: buyer=0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 ethers=100 newEtherBalance=100 tokens=100000 newTotalSupply=21100000 tokensPerKEther=1000000 block=28
RESULT: TokensBought Event 3: buyer=0xacca534c9f62ab495bd986e002ddf0f054caae4f ethers=1000 newEtherBalance=1000 tokens=1000000 newTotalSupply=22100000 tokensPerKEther=1000000 block=28
RESULT: Transfer Event 0: from=0x0000000000000000000000000000000000000000 to=0xa44a08d3f6933c69212114bb66e2df1813651844 value=10000000 block=28
RESULT: Transfer Event 1: from=0x0000000000000000000000000000000000000000 to=0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 value=1000000 block=28
RESULT: Transfer Event 2: from=0x0000000000000000000000000000000000000000 to=0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 value=100000 block=28
RESULT: Transfer Event 3: from=0x0000000000000000000000000000000000000000 to=0xacca534c9f62ab495bd986e002ddf0f054caae4f value=1000000 block=28
undefined
>
RESULT:
undefined
>
>
>
undefined
>
undefined
>
RESULT: Test 3.1 Cannot Move Tokens Without Finalisation And KYC Verification
undefined
>
undefined
>
undefined
>
undefined
>
undefined
>
...
undefined
>
undefined
>
undefined
>
...
undefined
>
RESULT: tx3_1_1 gas=100000 gasUsed=100000 costETH=0.0018 costUSD=0.684702 @ ETH/USD=380.39 gasPrice=18000000000 block=31 txId=0x1bf9c99e5f5503ce6529e3a031be49f305653bda4a72892d9b296e351237b427
undefined
>
RESULT: tx3_1_2 gas=100000 gasUsed=100000 costETH=0.0018 costUSD=0.684702 @ ETH/USD=380.39 gasPrice=18000000000 block=31 txId=0xb75e6f3aad3adb702d767d11102ee9a87312a0ead7c1d2622d0e8b59c225009f
undefined
>
RESULT: tx3_1_3 gas=100000 gasUsed=45404 costETH=0.000817272 costUSD=0.31088209608 @ ETH/USD=380.39 gasPrice=18000000000 block=31 txId=0x37947ee5fdb7053b7ef90392afbf739bb8777bc70ebb50e49d253ffa5c2ee1ea
undefined
>
RESULT: tx3_1_4 gas=100000 gasUsed=45468 costETH=0.000818424 costUSD=0.31132030536 @ ETH/USD=380.39 gasPrice=18000000000 block=31 txId=0x734d71a1113e83ec571dd29e81f4eb1a0deead333febe48cc5ee48c5c682f6b2
undefined
>
RESULT: tx3_1_5 gas=100000 gasUsed=100000 costETH=0.0018 costUSD=0.684702 @ ETH/USD=380.39 gasPrice=18000000000 block=34 txId=0x52b3ac9d4db9fb99b1c21f905906496ea966e4e964de37d70e26bc5da0fcb3d1
undefined
>
RESULT: tx3_1_6 gas=100000 gasUsed=100000 costETH=0.0018 costUSD=0.684702 @ ETH/USD=380.39 gasPrice=18000000000 block=34 txId=0xce9b14e864ffd6bca0dce2d067f75fad2a11b61b75c87ff04521cac8a5d244a3
undefined
>
DEBUG: tokenContractAddress: 0x90d8927407c79c4a28ee879b821c76fc9bcc2688
DEBUG: tokenContractAbi: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
RESULT: # Account EtherBalanceChange Unlocked Token Locked 1Y Locked 2Y Total Name
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 1 0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e 165.070707744000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #0 - Miner
RESULT: 2 0xa11aae29840fbb5c86e6fd4cf809eba183aef433 -0.056186064000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #1 - Token Owner
RESULT: 3 0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 -100.003221496000000000 100000.000000000000000000 0.000000000000000000 0.000000000000000000 100000.000000000000000000 Account #2 - KYCed
RESULT: 4 0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 -1000.002238768000000000 1000000.000000000000000000 0.000000000000000000 0.000000000000000000 1000000.000000000000000000 Account #3 - KYCed
RESULT: 5 0xa44a08d3f6933c69212114bb66e2df1813651844 -10000.004039920000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #4
RESULT: 6 0xa55a151eb00fded1634d27d1127b4be4627079ea 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #5
RESULT: 7 0xa66a85ede0cbe03694aa9d9de0bb19c99ff55bd9 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #6
RESULT: 8 0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec -0.001800000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #7
RESULT: 9 0xa88a05d2b88283ce84c8325760b72a64591279a2 -0.001800000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #8
RESULT: 10 0xa99a0ae3354c06b1459fd441a32a3f71005d7da0 12100.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #9 - Crowdfund Wallet
RESULT: 11 0xaaaa9de1e6c564446ebca0fd102d8bd92093c756 0.000000000000000000 0.000000000000000000 0.000000000000000000 20000000.000000000000000000 20000000.000000000000000000 Account #10 - Foundation
RESULT: 12 0xabba43e7594e3b76afb157989e93c6621497fd4b 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #11 - Advisors
RESULT: 13 0xacca534c9f62ab495bd986e002ddf0f054caae4f -1000.001421496000000000 1000000.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 5000000.000000000000000000 Account #12 - Directors
RESULT: 14 0xadda9b762a00ff12711113bfdc36958b73d7f915 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #13 - Early Backers
RESULT: 15 0xaeea63b5479b50f79583ec49dacdcf86ddeff392 0.000000000000000000 0.000000000000000000 8000000.000000000000000000 0.000000000000000000 8000000.000000000000000000 Account #14 - Developers
RESULT: 16 0xaffa4d3a80add8ce4018540e056dacb649589394 0.000000000000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #15 - Precommitments
RESULT: 17 0x90d8927407c79c4a28ee879b821c76fc9bcc2688 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 OAX 'openANX Token' *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 22100000.000000000000000000 14000000.000000000000000000 26000000.000000000000000000 62100000.000000000000000000 Total Token Balances *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: * Note that the sum of all the locked tokens is represented in the unlocked balance at the token contract address, and this will be double counted in the grand total balance above
RESULT:
undefined
>
RESULT: PASS Test 3.1 Cannot Move Tokens Without Finalisation And KYC Verification - transfer 0.000001 OAX ac2 -> ac5. CHECK no movement
1
>
RESULT: PASS Test 3.1 Cannot Move Tokens Without Finalisation And KYC Verification - transfer 0.0002 OAX ac4 -> ac6. CHECK no movement
1
>
RESULT: PASS Test 3.1 Cannot Move Tokens Without Finalisation And KYC Verification - approve 0.03 OAX ac3 -> ac7
1
>
RESULT: PASS Test 3.1 Cannot Move Tokens Without Finalisation And KYC Verification - approve 4 OAX ac4 -> ac8
1
>
RESULT: PASS Test 3.1 Cannot Move Tokens Without Finalisation And KYC Verification - transferFrom 0.03 OAX ac3 -> ac5. CHECK no movement
1
>
RESULT: PASS Test 3.1 Cannot Move Tokens Without Finalisation And KYC Verification - transferFrom 4 OAX ac4 -> ac6. CHECK no movement
1
>
RESULT: token.finalised=false
RESULT: token.tokensPerKEther=1000000
RESULT: token.totalSupply=22100000
RESULT: token.LOCKED_1Y_DATE=1528822044 Tue, 12 Jun 2018 16:47:24 UTC / Tue, 12 Jun 2018 16:47:24 GMT
RESULT: token.LOCKED_2Y_DATE=1560358044 Wed, 12 Jun 2019 16:47:24 UTC / Wed, 12 Jun 2019 16:47:24 GMT
RESULT: lockedToken.TOKENS_LOCKED_1Y_TOTAL=14000000
RESULT: lockedToken.TOKENS_LOCKED_2Y_TOTAL=26000000
RESULT: lockedToken.totalSupplyLocked1Y=14000000
RESULT: lockedToken.totalSupplyLocked2Y=26000000
RESULT: lockedToken.totalSupplyLocked=40000000
RESULT: token.owner=0xa11aae29840fbb5c86e6fd4cf809eba183aef433
RESULT: token.newOwner=0x0000000000000000000000000000000000000000
RESULT: Approval Event 0: owner=0xa44a08d3f6933c69212114bb66e2df1813651844 spender=0xa88a05d2b88283ce84c8325760b72a64591279a2 4 block=31
RESULT: Approval Event 1: owner=0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 spender=0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec 0.03 block=31
undefined
>
RESULT:
undefined
>
>
>
undefined
>
undefined
>
RESULT: Test 4.1 Finalise crowdsale
undefined
>
undefined
>
...
undefined
>
RESULT: tx4_1 gas=4000000 gasUsed=97371 costETH=0.001752678 costUSD=0.66670118442 @ ETH/USD=380.39 gasPrice=18000000000 block=36 txId=0xf0acf6b9504a67d54271193bfe497d7ac1b304d008bc7a2a4eff5c8bff0f18e3
undefined
>
DEBUG: tokenContractAddress: 0x90d8927407c79c4a28ee879b821c76fc9bcc2688
DEBUG: tokenContractAbi: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
RESULT: # Account EtherBalanceChange Unlocked Token Locked 1Y Locked 2Y Total Name
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 1 0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e 175.072460422000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #0 - Miner
RESULT: 2 0xa11aae29840fbb5c86e6fd4cf809eba183aef433 -0.057938742000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #1 - Token Owner
RESULT: 3 0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 -100.003221496000000000 100000.000000000000000000 0.000000000000000000 0.000000000000000000 100000.000000000000000000 Account #2 - KYCed
RESULT: 4 0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 -1000.002238768000000000 1000000.000000000000000000 0.000000000000000000 0.000000000000000000 1000000.000000000000000000 Account #3 - KYCed
RESULT: 5 0xa44a08d3f6933c69212114bb66e2df1813651844 -10000.004039920000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #4
RESULT: 6 0xa55a151eb00fded1634d27d1127b4be4627079ea 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #5
RESULT: 7 0xa66a85ede0cbe03694aa9d9de0bb19c99ff55bd9 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #6
RESULT: 8 0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec -0.001800000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #7
RESULT: 9 0xa88a05d2b88283ce84c8325760b72a64591279a2 -0.001800000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #8
RESULT: 10 0xa99a0ae3354c06b1459fd441a32a3f71005d7da0 12100.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #9 - Crowdfund Wallet
RESULT: 11 0xaaaa9de1e6c564446ebca0fd102d8bd92093c756 0.000000000000000000 0.000000000000000000 0.000000000000000000 20000000.000000000000000000 20000000.000000000000000000 Account #10 - Foundation
RESULT: 12 0xabba43e7594e3b76afb157989e93c6621497fd4b 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #11 - Advisors
RESULT: 13 0xacca534c9f62ab495bd986e002ddf0f054caae4f -1000.001421496000000000 1000000.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 5000000.000000000000000000 Account #12 - Directors
RESULT: 14 0xadda9b762a00ff12711113bfdc36958b73d7f915 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #13 - Early Backers
RESULT: 15 0xaeea63b5479b50f79583ec49dacdcf86ddeff392 0.000000000000000000 0.000000000000000000 8000000.000000000000000000 0.000000000000000000 8000000.000000000000000000 Account #14 - Developers
RESULT: 16 0xaffa4d3a80add8ce4018540e056dacb649589394 0.000000000000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #15 - Precommitments
RESULT: 17 0x90d8927407c79c4a28ee879b821c76fc9bcc2688 0.000000000000000000 77900000.000000000000000000 37900000.000000000000000000 0.000000000000000000 115800000.000000000000000000 OAX 'openANX Token' *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 100000000.000000000000000000 51900000.000000000000000000 26000000.000000000000000000 177900000.000000000000000000 Total Token Balances *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: * Note that the sum of all the locked tokens is represented in the unlocked balance at the token contract address, and this will be double counted in the grand total balance above
RESULT:
undefined
>
RESULT: PASS Test 4.1 Finalise crowdsale
1
>
RESULT: token.finalised=true
RESULT: token.tokensPerKEther=1000000
RESULT: token.totalSupply=100000000
RESULT: token.LOCKED_1Y_DATE=1528822044 Tue, 12 Jun 2018 16:47:24 UTC / Tue, 12 Jun 2018 16:47:24 GMT
RESULT: token.LOCKED_2Y_DATE=1560358044 Wed, 12 Jun 2019 16:47:24 UTC / Wed, 12 Jun 2019 16:47:24 GMT
RESULT: lockedToken.TOKENS_LOCKED_1Y_TOTAL=14000000
RESULT: lockedToken.TOKENS_LOCKED_2Y_TOTAL=26000000
RESULT: lockedToken.totalSupplyLocked1Y=51900000
RESULT: lockedToken.totalSupplyLocked2Y=26000000
RESULT: lockedToken.totalSupplyLocked=77900000
RESULT: token.owner=0xa11aae29840fbb5c86e6fd4cf809eba183aef433
RESULT: token.newOwner=0x0000000000000000000000000000000000000000
undefined
>
RESULT:
undefined
>
>
>
undefined
>
undefined
>
RESULT: Test 5.1 KYC Verify
undefined
>
undefined
>
undefined
>
...
undefined
>
RESULT: tx5_1_1 gas=4000000 gasUsed=14705 costETH=0.00026469 costUSD=0.1006854291 @ ETH/USD=380.39 gasPrice=18000000000 block=41 txId=0x87e202e21367cbd26ac61225ca890deb3a93f24a5534ea8073d64e85c70ca608
undefined
>
RESULT: tx5_1_2 gas=4000000 gasUsed=14705 costETH=0.00026469 costUSD=0.1006854291 @ ETH/USD=380.39 gasPrice=18000000000 block=41 txId=0x539eede0a63bde713eacb2cbf258f7b444565c5af6cfa88d1eface73795dfe0e
undefined
>
DEBUG: tokenContractAddress: 0x90d8927407c79c4a28ee879b821c76fc9bcc2688
DEBUG: tokenContractAbi: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
RESULT: # Account EtherBalanceChange Unlocked Token Locked 1Y Locked 2Y Total Name
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 1 0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e 200.072989802000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #0 - Miner
RESULT: 2 0xa11aae29840fbb5c86e6fd4cf809eba183aef433 -0.058468122000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #1 - Token Owner
RESULT: 3 0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 -100.003221496000000000 100000.000000000000000000 0.000000000000000000 0.000000000000000000 100000.000000000000000000 Account #2 - KYCed
RESULT: 4 0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 -1000.002238768000000000 1000000.000000000000000000 0.000000000000000000 0.000000000000000000 1000000.000000000000000000 Account #3 - KYCed
RESULT: 5 0xa44a08d3f6933c69212114bb66e2df1813651844 -10000.004039920000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #4
RESULT: 6 0xa55a151eb00fded1634d27d1127b4be4627079ea 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #5
RESULT: 7 0xa66a85ede0cbe03694aa9d9de0bb19c99ff55bd9 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #6
RESULT: 8 0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec -0.001800000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #7
RESULT: 9 0xa88a05d2b88283ce84c8325760b72a64591279a2 -0.001800000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #8
RESULT: 10 0xa99a0ae3354c06b1459fd441a32a3f71005d7da0 12100.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #9 - Crowdfund Wallet
RESULT: 11 0xaaaa9de1e6c564446ebca0fd102d8bd92093c756 0.000000000000000000 0.000000000000000000 0.000000000000000000 20000000.000000000000000000 20000000.000000000000000000 Account #10 - Foundation
RESULT: 12 0xabba43e7594e3b76afb157989e93c6621497fd4b 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #11 - Advisors
RESULT: 13 0xacca534c9f62ab495bd986e002ddf0f054caae4f -1000.001421496000000000 1000000.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 5000000.000000000000000000 Account #12 - Directors
RESULT: 14 0xadda9b762a00ff12711113bfdc36958b73d7f915 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #13 - Early Backers
RESULT: 15 0xaeea63b5479b50f79583ec49dacdcf86ddeff392 0.000000000000000000 0.000000000000000000 8000000.000000000000000000 0.000000000000000000 8000000.000000000000000000 Account #14 - Developers
RESULT: 16 0xaffa4d3a80add8ce4018540e056dacb649589394 0.000000000000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #15 - Precommitments
RESULT: 17 0x90d8927407c79c4a28ee879b821c76fc9bcc2688 0.000000000000000000 77900000.000000000000000000 37900000.000000000000000000 0.000000000000000000 115800000.000000000000000000 OAX 'openANX Token' *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 100000000.000000000000000000 51900000.000000000000000000 26000000.000000000000000000 177900000.000000000000000000 Total Token Balances *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: * Note that the sum of all the locked tokens is represented in the unlocked balance at the token contract address, and this will be double counted in the grand total balance above
RESULT:
undefined
>
RESULT: PASS Test 5.1 KYC Verify - account2
1
>
RESULT: PASS Test 5.1 KYC Verify - account3
1
>
RESULT: token.finalised=true
RESULT: token.tokensPerKEther=1000000
RESULT: token.totalSupply=100000000
RESULT: token.LOCKED_1Y_DATE=1528822044 Tue, 12 Jun 2018 16:47:24 UTC / Tue, 12 Jun 2018 16:47:24 GMT
RESULT: token.LOCKED_2Y_DATE=1560358044 Wed, 12 Jun 2019 16:47:24 UTC / Wed, 12 Jun 2019 16:47:24 GMT
RESULT: lockedToken.TOKENS_LOCKED_1Y_TOTAL=14000000
RESULT: lockedToken.TOKENS_LOCKED_2Y_TOTAL=26000000
RESULT: lockedToken.totalSupplyLocked1Y=51900000
RESULT: lockedToken.totalSupplyLocked2Y=26000000
RESULT: lockedToken.totalSupplyLocked=77900000
RESULT: token.owner=0xa11aae29840fbb5c86e6fd4cf809eba183aef433
RESULT: token.newOwner=0x0000000000000000000000000000000000000000
RESULT: KycVerified Event 0: participant=0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 block=41
RESULT: KycVerified Event 1: participant=0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 block=41
undefined
>
RESULT:
undefined
>
>
>
undefined
>
undefined
>
RESULT: Test 6.1 Move Tokens After Finalising
undefined
>
RESULT: kyc(account3)=false
undefined
>
RESULT: kyc(account4)=true
undefined
>
undefined
>
undefined
>
undefined
>
undefined
>
...
undefined
>
undefined
>
undefined
>
...
undefined
>
RESULT: tx6_1_1 gas=100000 gasUsed=52234 costETH=0.000940212 costUSD=0.35764724268 @ ETH/USD=380.39 gasPrice=18000000000 block=47 txId=0x185341852791a039ffa65e9e0df7c8d5230e1a924aef37d5e51b59b2c24cdfac
undefined
>
RESULT: tx6_1_2 gas=100000 gasUsed=100000 costETH=0.0018 costUSD=0.684702 @ ETH/USD=380.39 gasPrice=18000000000 block=47 txId=0x881ff922945dfea5d37bd5eadbfcaf2c6c72718d7427c3be7b6a493dc95aa6a3
undefined
>
RESULT: tx6_1_3 gas=100000 gasUsed=30404 costETH=0.000547272 costUSD=0.20817679608 @ ETH/USD=380.39 gasPrice=18000000000 block=47 txId=0x79dcee5eaa555daa00416fba7b2bd30ce2779a66eb0d05aa6685d2d853b8e339
undefined
>
RESULT: tx6_1_4 gas=100000 gasUsed=30468 costETH=0.000548424 costUSD=0.20861500536 @ ETH/USD=380.39 gasPrice=18000000000 block=47 txId=0x47d423b50f5192b3ba9b3752c1d962941ad5803d279ed0114f8bebcf2ea59530
undefined
>
RESULT: tx6_1_5 gas=100000 gasUsed=44040 costETH=0.00079272 costUSD=0.3015427608 @ ETH/USD=380.39 gasPrice=18000000000 block=49 txId=0xc629b9cc3c5543d46da8d52f072282641802e11884838696799cc57e5c732da7
undefined
>
RESULT: tx6_1_6 gas=100000 gasUsed=100000 costETH=0.0018 costUSD=0.684702 @ ETH/USD=380.39 gasPrice=18000000000 block=49 txId=0x7822199d4f8531591433e3f4ede3116c5f75bc25e3cf14f0429b4e394211f2ce
undefined
>
DEBUG: tokenContractAddress: 0x90d8927407c79c4a28ee879b821c76fc9bcc2688
DEBUG: tokenContractAbi: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
RESULT: # Account EtherBalanceChange Unlocked Token Locked 1Y Locked 2Y Total Name
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 1 0xa00af22d07c87d96eeeb0ed583f8f6ac7812827e 240.079418430000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #0 - Miner
RESULT: 2 0xa11aae29840fbb5c86e6fd4cf809eba183aef433 -0.058468122000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #1 - Token Owner
RESULT: 3 0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 -100.004161708000000000 99999.999999000000000000 0.000000000000000000 0.000000000000000000 99999.999999000000000000 Account #2 - KYCed
RESULT: 4 0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 -1000.002786040000000000 999999.970000000000000000 0.000000000000000000 0.000000000000000000 999999.970000000000000000 Account #3 - KYCed
RESULT: 5 0xa44a08d3f6933c69212114bb66e2df1813651844 -10000.006388344000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #4
RESULT: 6 0xa55a151eb00fded1634d27d1127b4be4627079ea 0.000000000000000000 0.000001000000000000 0.000000000000000000 0.000000000000000000 0.000001000000000000 Account #5
RESULT: 7 0xa66a85ede0cbe03694aa9d9de0bb19c99ff55bd9 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #6
RESULT: 8 0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec -0.002592720000000000 0.030000000000000000 0.000000000000000000 0.000000000000000000 0.030000000000000000 Account #7
RESULT: 9 0xa88a05d2b88283ce84c8325760b72a64591279a2 -0.003600000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #8
RESULT: 10 0xa99a0ae3354c06b1459fd441a32a3f71005d7da0 12100.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 0.000000000000000000 Account #9 - Crowdfund Wallet
RESULT: 11 0xaaaa9de1e6c564446ebca0fd102d8bd92093c756 0.000000000000000000 0.000000000000000000 0.000000000000000000 20000000.000000000000000000 20000000.000000000000000000 Account #10 - Foundation
RESULT: 12 0xabba43e7594e3b76afb157989e93c6621497fd4b 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #11 - Advisors
RESULT: 13 0xacca534c9f62ab495bd986e002ddf0f054caae4f -1000.001421496000000000 1000000.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 5000000.000000000000000000 Account #12 - Directors
RESULT: 14 0xadda9b762a00ff12711113bfdc36958b73d7f915 0.000000000000000000 0.000000000000000000 2000000.000000000000000000 2000000.000000000000000000 4000000.000000000000000000 Account #13 - Early Backers
RESULT: 15 0xaeea63b5479b50f79583ec49dacdcf86ddeff392 0.000000000000000000 0.000000000000000000 8000000.000000000000000000 0.000000000000000000 8000000.000000000000000000 Account #14 - Developers
RESULT: 16 0xaffa4d3a80add8ce4018540e056dacb649589394 0.000000000000000000 10000000.000000000000000000 0.000000000000000000 0.000000000000000000 10000000.000000000000000000 Account #15 - Precommitments
RESULT: 17 0x90d8927407c79c4a28ee879b821c76fc9bcc2688 0.000000000000000000 77900000.000000000000000000 37900000.000000000000000000 0.000000000000000000 115800000.000000000000000000 OAX 'openANX Token' *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: 100000000.000000000000000000 51900000.000000000000000000 26000000.000000000000000000 177900000.000000000000000000 Total Token Balances *
RESULT: -- ------------------------------------------ --------------------------- ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
RESULT: * Note that the sum of all the locked tokens is represented in the unlocked balance at the token contract address, and this will be double counted in the grand total balance above
RESULT:
undefined
>
RESULT: PASS Test 6.1 Move Tokens After Finalising - transfer 0.000001 OAX ac2 -> ac5. CHECK for movement
1
>
RESULT: PASS Test 6.1 Move Tokens After Finalising - transfer 0.0002 OAX ac4 -> ac5. CHECK no movement
1
>
RESULT: PASS Test 6.1 Move Tokens After Finalising - approve 0.03 OAX ac3 -> ac5
1
>
RESULT: PASS Test 6.1 Move Tokens After Finalising - approve 4 OAX ac4 -> ac5
1
>
RESULT: PASS Test 6.1 Move Tokens After Finalising - transferFrom 0.03 OAX ac3 -> ac5. CHECK for movement
1
>
RESULT: PASS Test 6.1 Move Tokens After Finalising - transferFrom 4 OAX ac4 -> ac6. CHECK no movement
1
>
RESULT: token.finalised=true
RESULT: token.tokensPerKEther=1000000
RESULT: token.totalSupply=100000000
RESULT: token.LOCKED_1Y_DATE=1528822044 Tue, 12 Jun 2018 16:47:24 UTC / Tue, 12 Jun 2018 16:47:24 GMT
RESULT: token.LOCKED_2Y_DATE=1560358044 Wed, 12 Jun 2019 16:47:24 UTC / Wed, 12 Jun 2019 16:47:24 GMT
RESULT: lockedToken.TOKENS_LOCKED_1Y_TOTAL=14000000
RESULT: lockedToken.TOKENS_LOCKED_2Y_TOTAL=26000000
RESULT: lockedToken.totalSupplyLocked1Y=51900000
RESULT: lockedToken.totalSupplyLocked2Y=26000000
RESULT: lockedToken.totalSupplyLocked=77900000
RESULT: token.owner=0xa11aae29840fbb5c86e6fd4cf809eba183aef433
RESULT: token.newOwner=0x0000000000000000000000000000000000000000
RESULT: Approval Event 0: owner=0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 spender=0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec 0.03 block=47
RESULT: Approval Event 1: owner=0xa44a08d3f6933c69212114bb66e2df1813651844 spender=0xa88a05d2b88283ce84c8325760b72a64591279a2 4 block=47
RESULT: Transfer Event 0: from=0xa22ab8a9d641ce77e06d98b7d7065d324d3d6976 to=0xa55a151eb00fded1634d27d1127b4be4627079ea value=0.000001 block=47
RESULT: Transfer Event 1: from=0xa33a6c312d9ad0e0f2e95541beed0cc081621fd0 to=0xa77a2b9d4b1c010a22a7c565dc418cef683dbcec value=0.03 block=49
undefined
>
RESULT:
undefined
>
>
>
>