iwa 0.0.1a3__py3-none-any.whl → 0.0.1a5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,930 @@
1
+ [
2
+ {
3
+ "constant":true,
4
+ "inputs":[
5
+
6
+ ],
7
+ "name":"mintingFinished",
8
+ "outputs":[
9
+ {
10
+ "name":"",
11
+ "type":"bool"
12
+ }
13
+ ],
14
+ "payable":false,
15
+ "stateMutability":"view",
16
+ "type":"function"
17
+ },
18
+ {
19
+ "constant":true,
20
+ "inputs":[
21
+
22
+ ],
23
+ "name":"name",
24
+ "outputs":[
25
+ {
26
+ "name":"",
27
+ "type":"string"
28
+ }
29
+ ],
30
+ "payable":false,
31
+ "stateMutability":"view",
32
+ "type":"function"
33
+ },
34
+ {
35
+ "constant":false,
36
+ "inputs":[
37
+ {
38
+ "name":"_to",
39
+ "type":"address"
40
+ },
41
+ {
42
+ "name":"_value",
43
+ "type":"uint256"
44
+ }
45
+ ],
46
+ "name":"approve",
47
+ "outputs":[
48
+ {
49
+ "name":"result",
50
+ "type":"bool"
51
+ }
52
+ ],
53
+ "payable":false,
54
+ "stateMutability":"nonpayable",
55
+ "type":"function"
56
+ },
57
+ {
58
+ "constant":false,
59
+ "inputs":[
60
+ {
61
+ "name":"_bridgeContract",
62
+ "type":"address"
63
+ }
64
+ ],
65
+ "name":"setBridgeContract",
66
+ "outputs":[
67
+
68
+ ],
69
+ "payable":false,
70
+ "stateMutability":"nonpayable",
71
+ "type":"function"
72
+ },
73
+ {
74
+ "constant":true,
75
+ "inputs":[
76
+
77
+ ],
78
+ "name":"totalSupply",
79
+ "outputs":[
80
+ {
81
+ "name":"",
82
+ "type":"uint256"
83
+ }
84
+ ],
85
+ "payable":false,
86
+ "stateMutability":"view",
87
+ "type":"function"
88
+ },
89
+ {
90
+ "constant":false,
91
+ "inputs":[
92
+ {
93
+ "name":"_sender",
94
+ "type":"address"
95
+ },
96
+ {
97
+ "name":"_recipient",
98
+ "type":"address"
99
+ },
100
+ {
101
+ "name":"_amount",
102
+ "type":"uint256"
103
+ }
104
+ ],
105
+ "name":"transferFrom",
106
+ "outputs":[
107
+ {
108
+ "name":"",
109
+ "type":"bool"
110
+ }
111
+ ],
112
+ "payable":false,
113
+ "stateMutability":"nonpayable",
114
+ "type":"function"
115
+ },
116
+ {
117
+ "constant":true,
118
+ "inputs":[
119
+
120
+ ],
121
+ "name":"PERMIT_TYPEHASH",
122
+ "outputs":[
123
+ {
124
+ "name":"",
125
+ "type":"bytes32"
126
+ }
127
+ ],
128
+ "payable":false,
129
+ "stateMutability":"view",
130
+ "type":"function"
131
+ },
132
+ {
133
+ "constant":true,
134
+ "inputs":[
135
+
136
+ ],
137
+ "name":"decimals",
138
+ "outputs":[
139
+ {
140
+ "name":"",
141
+ "type":"uint8"
142
+ }
143
+ ],
144
+ "payable":false,
145
+ "stateMutability":"view",
146
+ "type":"function"
147
+ },
148
+ {
149
+ "constant":true,
150
+ "inputs":[
151
+
152
+ ],
153
+ "name":"DOMAIN_SEPARATOR",
154
+ "outputs":[
155
+ {
156
+ "name":"",
157
+ "type":"bytes32"
158
+ }
159
+ ],
160
+ "payable":false,
161
+ "stateMutability":"view",
162
+ "type":"function"
163
+ },
164
+ {
165
+ "constant":false,
166
+ "inputs":[
167
+ {
168
+ "name":"_to",
169
+ "type":"address"
170
+ },
171
+ {
172
+ "name":"_addedValue",
173
+ "type":"uint256"
174
+ }
175
+ ],
176
+ "name":"increaseAllowance",
177
+ "outputs":[
178
+ {
179
+ "name":"result",
180
+ "type":"bool"
181
+ }
182
+ ],
183
+ "payable":false,
184
+ "stateMutability":"nonpayable",
185
+ "type":"function"
186
+ },
187
+ {
188
+ "constant":false,
189
+ "inputs":[
190
+ {
191
+ "name":"_to",
192
+ "type":"address"
193
+ },
194
+ {
195
+ "name":"_value",
196
+ "type":"uint256"
197
+ },
198
+ {
199
+ "name":"_data",
200
+ "type":"bytes"
201
+ }
202
+ ],
203
+ "name":"transferAndCall",
204
+ "outputs":[
205
+ {
206
+ "name":"",
207
+ "type":"bool"
208
+ }
209
+ ],
210
+ "payable":false,
211
+ "stateMutability":"nonpayable",
212
+ "type":"function"
213
+ },
214
+ {
215
+ "constant":false,
216
+ "inputs":[
217
+ {
218
+ "name":"_to",
219
+ "type":"address"
220
+ },
221
+ {
222
+ "name":"_amount",
223
+ "type":"uint256"
224
+ }
225
+ ],
226
+ "name":"mint",
227
+ "outputs":[
228
+ {
229
+ "name":"",
230
+ "type":"bool"
231
+ }
232
+ ],
233
+ "payable":false,
234
+ "stateMutability":"nonpayable",
235
+ "type":"function"
236
+ },
237
+ {
238
+ "constant":false,
239
+ "inputs":[
240
+ {
241
+ "name":"_value",
242
+ "type":"uint256"
243
+ }
244
+ ],
245
+ "name":"burn",
246
+ "outputs":[
247
+
248
+ ],
249
+ "payable":false,
250
+ "stateMutability":"nonpayable",
251
+ "type":"function"
252
+ },
253
+ {
254
+ "constant":true,
255
+ "inputs":[
256
+
257
+ ],
258
+ "name":"version",
259
+ "outputs":[
260
+ {
261
+ "name":"",
262
+ "type":"string"
263
+ }
264
+ ],
265
+ "payable":false,
266
+ "stateMutability":"view",
267
+ "type":"function"
268
+ },
269
+ {
270
+ "constant":false,
271
+ "inputs":[
272
+ {
273
+ "name":"_spender",
274
+ "type":"address"
275
+ },
276
+ {
277
+ "name":"_subtractedValue",
278
+ "type":"uint256"
279
+ }
280
+ ],
281
+ "name":"decreaseApproval",
282
+ "outputs":[
283
+ {
284
+ "name":"",
285
+ "type":"bool"
286
+ }
287
+ ],
288
+ "payable":false,
289
+ "stateMutability":"nonpayable",
290
+ "type":"function"
291
+ },
292
+ {
293
+ "constant":false,
294
+ "inputs":[
295
+ {
296
+ "name":"_token",
297
+ "type":"address"
298
+ },
299
+ {
300
+ "name":"_to",
301
+ "type":"address"
302
+ }
303
+ ],
304
+ "name":"claimTokens",
305
+ "outputs":[
306
+
307
+ ],
308
+ "payable":false,
309
+ "stateMutability":"nonpayable",
310
+ "type":"function"
311
+ },
312
+ {
313
+ "constant":true,
314
+ "inputs":[
315
+ {
316
+ "name":"_owner",
317
+ "type":"address"
318
+ }
319
+ ],
320
+ "name":"balanceOf",
321
+ "outputs":[
322
+ {
323
+ "name":"",
324
+ "type":"uint256"
325
+ }
326
+ ],
327
+ "payable":false,
328
+ "stateMutability":"view",
329
+ "type":"function"
330
+ },
331
+ {
332
+ "constant":false,
333
+ "inputs":[
334
+
335
+ ],
336
+ "name":"renounceOwnership",
337
+ "outputs":[
338
+
339
+ ],
340
+ "payable":false,
341
+ "stateMutability":"nonpayable",
342
+ "type":"function"
343
+ },
344
+ {
345
+ "constant":true,
346
+ "inputs":[
347
+ {
348
+ "name":"_address",
349
+ "type":"address"
350
+ }
351
+ ],
352
+ "name":"isBridge",
353
+ "outputs":[
354
+ {
355
+ "name":"",
356
+ "type":"bool"
357
+ }
358
+ ],
359
+ "payable":false,
360
+ "stateMutability":"view",
361
+ "type":"function"
362
+ },
363
+ {
364
+ "constant":false,
365
+ "inputs":[
366
+
367
+ ],
368
+ "name":"finishMinting",
369
+ "outputs":[
370
+ {
371
+ "name":"",
372
+ "type":"bool"
373
+ }
374
+ ],
375
+ "payable":false,
376
+ "stateMutability":"nonpayable",
377
+ "type":"function"
378
+ },
379
+ {
380
+ "constant":true,
381
+ "inputs":[
382
+ {
383
+ "name":"",
384
+ "type":"address"
385
+ }
386
+ ],
387
+ "name":"nonces",
388
+ "outputs":[
389
+ {
390
+ "name":"",
391
+ "type":"uint256"
392
+ }
393
+ ],
394
+ "payable":false,
395
+ "stateMutability":"view",
396
+ "type":"function"
397
+ },
398
+ {
399
+ "constant":true,
400
+ "inputs":[
401
+
402
+ ],
403
+ "name":"getTokenInterfacesVersion",
404
+ "outputs":[
405
+ {
406
+ "name":"major",
407
+ "type":"uint64"
408
+ },
409
+ {
410
+ "name":"minor",
411
+ "type":"uint64"
412
+ },
413
+ {
414
+ "name":"patch",
415
+ "type":"uint64"
416
+ }
417
+ ],
418
+ "payable":false,
419
+ "stateMutability":"pure",
420
+ "type":"function"
421
+ },
422
+ {
423
+ "constant":true,
424
+ "inputs":[
425
+
426
+ ],
427
+ "name":"owner",
428
+ "outputs":[
429
+ {
430
+ "name":"",
431
+ "type":"address"
432
+ }
433
+ ],
434
+ "payable":false,
435
+ "stateMutability":"view",
436
+ "type":"function"
437
+ },
438
+ {
439
+ "constant":false,
440
+ "inputs":[
441
+ {
442
+ "name":"_holder",
443
+ "type":"address"
444
+ },
445
+ {
446
+ "name":"_spender",
447
+ "type":"address"
448
+ },
449
+ {
450
+ "name":"_nonce",
451
+ "type":"uint256"
452
+ },
453
+ {
454
+ "name":"_expiry",
455
+ "type":"uint256"
456
+ },
457
+ {
458
+ "name":"_allowed",
459
+ "type":"bool"
460
+ },
461
+ {
462
+ "name":"_v",
463
+ "type":"uint8"
464
+ },
465
+ {
466
+ "name":"_r",
467
+ "type":"bytes32"
468
+ },
469
+ {
470
+ "name":"_s",
471
+ "type":"bytes32"
472
+ }
473
+ ],
474
+ "name":"permit",
475
+ "outputs":[
476
+
477
+ ],
478
+ "payable":false,
479
+ "stateMutability":"nonpayable",
480
+ "type":"function"
481
+ },
482
+ {
483
+ "constant":true,
484
+ "inputs":[
485
+
486
+ ],
487
+ "name":"symbol",
488
+ "outputs":[
489
+ {
490
+ "name":"",
491
+ "type":"string"
492
+ }
493
+ ],
494
+ "payable":false,
495
+ "stateMutability":"view",
496
+ "type":"function"
497
+ },
498
+ {
499
+ "constant":false,
500
+ "inputs":[
501
+ {
502
+ "name":"spender",
503
+ "type":"address"
504
+ },
505
+ {
506
+ "name":"subtractedValue",
507
+ "type":"uint256"
508
+ }
509
+ ],
510
+ "name":"decreaseAllowance",
511
+ "outputs":[
512
+ {
513
+ "name":"",
514
+ "type":"bool"
515
+ }
516
+ ],
517
+ "payable":false,
518
+ "stateMutability":"nonpayable",
519
+ "type":"function"
520
+ },
521
+ {
522
+ "constant":false,
523
+ "inputs":[
524
+ {
525
+ "name":"_to",
526
+ "type":"address"
527
+ },
528
+ {
529
+ "name":"_value",
530
+ "type":"uint256"
531
+ }
532
+ ],
533
+ "name":"transfer",
534
+ "outputs":[
535
+ {
536
+ "name":"",
537
+ "type":"bool"
538
+ }
539
+ ],
540
+ "payable":false,
541
+ "stateMutability":"nonpayable",
542
+ "type":"function"
543
+ },
544
+ {
545
+ "constant":false,
546
+ "inputs":[
547
+ {
548
+ "name":"_to",
549
+ "type":"address"
550
+ },
551
+ {
552
+ "name":"_amount",
553
+ "type":"uint256"
554
+ }
555
+ ],
556
+ "name":"push",
557
+ "outputs":[
558
+
559
+ ],
560
+ "payable":false,
561
+ "stateMutability":"nonpayable",
562
+ "type":"function"
563
+ },
564
+ {
565
+ "constant":false,
566
+ "inputs":[
567
+ {
568
+ "name":"_from",
569
+ "type":"address"
570
+ },
571
+ {
572
+ "name":"_to",
573
+ "type":"address"
574
+ },
575
+ {
576
+ "name":"_amount",
577
+ "type":"uint256"
578
+ }
579
+ ],
580
+ "name":"move",
581
+ "outputs":[
582
+
583
+ ],
584
+ "payable":false,
585
+ "stateMutability":"nonpayable",
586
+ "type":"function"
587
+ },
588
+ {
589
+ "constant":true,
590
+ "inputs":[
591
+
592
+ ],
593
+ "name":"PERMIT_TYPEHASH_LEGACY",
594
+ "outputs":[
595
+ {
596
+ "name":"",
597
+ "type":"bytes32"
598
+ }
599
+ ],
600
+ "payable":false,
601
+ "stateMutability":"view",
602
+ "type":"function"
603
+ },
604
+ {
605
+ "constant":true,
606
+ "inputs":[
607
+
608
+ ],
609
+ "name":"bridgeContract",
610
+ "outputs":[
611
+ {
612
+ "name":"",
613
+ "type":"address"
614
+ }
615
+ ],
616
+ "payable":false,
617
+ "stateMutability":"view",
618
+ "type":"function"
619
+ },
620
+ {
621
+ "constant":false,
622
+ "inputs":[
623
+ {
624
+ "name":"_holder",
625
+ "type":"address"
626
+ },
627
+ {
628
+ "name":"_spender",
629
+ "type":"address"
630
+ },
631
+ {
632
+ "name":"_value",
633
+ "type":"uint256"
634
+ },
635
+ {
636
+ "name":"_deadline",
637
+ "type":"uint256"
638
+ },
639
+ {
640
+ "name":"_v",
641
+ "type":"uint8"
642
+ },
643
+ {
644
+ "name":"_r",
645
+ "type":"bytes32"
646
+ },
647
+ {
648
+ "name":"_s",
649
+ "type":"bytes32"
650
+ }
651
+ ],
652
+ "name":"permit",
653
+ "outputs":[
654
+
655
+ ],
656
+ "payable":false,
657
+ "stateMutability":"nonpayable",
658
+ "type":"function"
659
+ },
660
+ {
661
+ "constant":false,
662
+ "inputs":[
663
+ {
664
+ "name":"_spender",
665
+ "type":"address"
666
+ },
667
+ {
668
+ "name":"_addedValue",
669
+ "type":"uint256"
670
+ }
671
+ ],
672
+ "name":"increaseApproval",
673
+ "outputs":[
674
+ {
675
+ "name":"",
676
+ "type":"bool"
677
+ }
678
+ ],
679
+ "payable":false,
680
+ "stateMutability":"nonpayable",
681
+ "type":"function"
682
+ },
683
+ {
684
+ "constant":true,
685
+ "inputs":[
686
+ {
687
+ "name":"_owner",
688
+ "type":"address"
689
+ },
690
+ {
691
+ "name":"_spender",
692
+ "type":"address"
693
+ }
694
+ ],
695
+ "name":"allowance",
696
+ "outputs":[
697
+ {
698
+ "name":"",
699
+ "type":"uint256"
700
+ }
701
+ ],
702
+ "payable":false,
703
+ "stateMutability":"view",
704
+ "type":"function"
705
+ },
706
+ {
707
+ "constant":false,
708
+ "inputs":[
709
+ {
710
+ "name":"_from",
711
+ "type":"address"
712
+ },
713
+ {
714
+ "name":"_amount",
715
+ "type":"uint256"
716
+ }
717
+ ],
718
+ "name":"pull",
719
+ "outputs":[
720
+
721
+ ],
722
+ "payable":false,
723
+ "stateMutability":"nonpayable",
724
+ "type":"function"
725
+ },
726
+ {
727
+ "constant":false,
728
+ "inputs":[
729
+ {
730
+ "name":"_newOwner",
731
+ "type":"address"
732
+ }
733
+ ],
734
+ "name":"transferOwnership",
735
+ "outputs":[
736
+
737
+ ],
738
+ "payable":false,
739
+ "stateMutability":"nonpayable",
740
+ "type":"function"
741
+ },
742
+ {
743
+ "constant":true,
744
+ "inputs":[
745
+ {
746
+ "name":"",
747
+ "type":"address"
748
+ },
749
+ {
750
+ "name":"",
751
+ "type":"address"
752
+ }
753
+ ],
754
+ "name":"expirations",
755
+ "outputs":[
756
+ {
757
+ "name":"",
758
+ "type":"uint256"
759
+ }
760
+ ],
761
+ "payable":false,
762
+ "stateMutability":"view",
763
+ "type":"function"
764
+ },
765
+ {
766
+ "inputs":[
767
+ {
768
+ "name":"_name",
769
+ "type":"string"
770
+ },
771
+ {
772
+ "name":"_symbol",
773
+ "type":"string"
774
+ },
775
+ {
776
+ "name":"_decimals",
777
+ "type":"uint8"
778
+ },
779
+ {
780
+ "name":"_chainId",
781
+ "type":"uint256"
782
+ }
783
+ ],
784
+ "payable":false,
785
+ "stateMutability":"nonpayable",
786
+ "type":"constructor"
787
+ },
788
+ {
789
+ "anonymous":false,
790
+ "inputs":[
791
+ {
792
+ "indexed":true,
793
+ "name":"to",
794
+ "type":"address"
795
+ },
796
+ {
797
+ "indexed":false,
798
+ "name":"amount",
799
+ "type":"uint256"
800
+ }
801
+ ],
802
+ "name":"Mint",
803
+ "type":"event"
804
+ },
805
+ {
806
+ "anonymous":false,
807
+ "inputs":[
808
+
809
+ ],
810
+ "name":"MintFinished",
811
+ "type":"event"
812
+ },
813
+ {
814
+ "anonymous":false,
815
+ "inputs":[
816
+ {
817
+ "indexed":true,
818
+ "name":"previousOwner",
819
+ "type":"address"
820
+ }
821
+ ],
822
+ "name":"OwnershipRenounced",
823
+ "type":"event"
824
+ },
825
+ {
826
+ "anonymous":false,
827
+ "inputs":[
828
+ {
829
+ "indexed":true,
830
+ "name":"previousOwner",
831
+ "type":"address"
832
+ },
833
+ {
834
+ "indexed":true,
835
+ "name":"newOwner",
836
+ "type":"address"
837
+ }
838
+ ],
839
+ "name":"OwnershipTransferred",
840
+ "type":"event"
841
+ },
842
+ {
843
+ "anonymous":false,
844
+ "inputs":[
845
+ {
846
+ "indexed":true,
847
+ "name":"burner",
848
+ "type":"address"
849
+ },
850
+ {
851
+ "indexed":false,
852
+ "name":"value",
853
+ "type":"uint256"
854
+ }
855
+ ],
856
+ "name":"Burn",
857
+ "type":"event"
858
+ },
859
+ {
860
+ "anonymous":false,
861
+ "inputs":[
862
+ {
863
+ "indexed":true,
864
+ "name":"from",
865
+ "type":"address"
866
+ },
867
+ {
868
+ "indexed":true,
869
+ "name":"to",
870
+ "type":"address"
871
+ },
872
+ {
873
+ "indexed":false,
874
+ "name":"value",
875
+ "type":"uint256"
876
+ },
877
+ {
878
+ "indexed":false,
879
+ "name":"data",
880
+ "type":"bytes"
881
+ }
882
+ ],
883
+ "name":"Transfer",
884
+ "type":"event"
885
+ },
886
+ {
887
+ "anonymous":false,
888
+ "inputs":[
889
+ {
890
+ "indexed":true,
891
+ "name":"owner",
892
+ "type":"address"
893
+ },
894
+ {
895
+ "indexed":true,
896
+ "name":"spender",
897
+ "type":"address"
898
+ },
899
+ {
900
+ "indexed":false,
901
+ "name":"value",
902
+ "type":"uint256"
903
+ }
904
+ ],
905
+ "name":"Approval",
906
+ "type":"event"
907
+ },
908
+ {
909
+ "anonymous":false,
910
+ "inputs":[
911
+ {
912
+ "indexed":true,
913
+ "name":"from",
914
+ "type":"address"
915
+ },
916
+ {
917
+ "indexed":true,
918
+ "name":"to",
919
+ "type":"address"
920
+ },
921
+ {
922
+ "indexed":false,
923
+ "name":"value",
924
+ "type":"uint256"
925
+ }
926
+ ],
927
+ "name":"Transfer",
928
+ "type":"event"
929
+ }
930
+ ]