@nexusmutual/sdk 0.0.1

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.
Files changed (44) hide show
  1. package/.github/workflows/merge-master.yml +124 -0
  2. package/.github/workflows/pull_request.yml +62 -0
  3. package/README.md +32 -0
  4. package/dist/contracts/abis/Assessment.json +700 -0
  5. package/dist/contracts/abis/Cover.json +1258 -0
  6. package/dist/contracts/abis/CoverMigrator.json +189 -0
  7. package/dist/contracts/abis/CoverNFT.json +498 -0
  8. package/dist/contracts/abis/CoverNFTDescriptor.json +200 -0
  9. package/dist/contracts/abis/CoverViewer.json +124 -0
  10. package/dist/contracts/abis/EACAggregatorProxy.json +58 -0
  11. package/dist/contracts/abis/ERC20.json +364 -0
  12. package/dist/contracts/abis/Governance.json +975 -0
  13. package/dist/contracts/abis/IndividualClaims.json +528 -0
  14. package/dist/contracts/abis/LegacyClaimProofs.json +64 -0
  15. package/dist/contracts/abis/LegacyClaimsData.json +1912 -0
  16. package/dist/contracts/abis/LegacyClaimsReward.json +179 -0
  17. package/dist/contracts/abis/LegacyGateway.json +542 -0
  18. package/dist/contracts/abis/LegacyPooledStaking.json +1320 -0
  19. package/dist/contracts/abis/LegacyQuotationData.json +1121 -0
  20. package/dist/contracts/abis/MCR.json +326 -0
  21. package/dist/contracts/abis/MemberRoles.json +681 -0
  22. package/dist/contracts/abis/NXMToken.json +498 -0
  23. package/dist/contracts/abis/NXMaster.json +501 -0
  24. package/dist/contracts/abis/Pool.json +928 -0
  25. package/dist/contracts/abis/PriceFeedOracle.json +122 -0
  26. package/dist/contracts/abis/ProductsV1.json +21 -0
  27. package/dist/contracts/abis/ProposalCategory.json +550 -0
  28. package/dist/contracts/abis/StakingNFT.json +569 -0
  29. package/dist/contracts/abis/StakingNFTDescriptor.json +222 -0
  30. package/dist/contracts/abis/StakingPool.json +1433 -0
  31. package/dist/contracts/abis/StakingPoolFactory.json +108 -0
  32. package/dist/contracts/abis/StakingProducts.json +885 -0
  33. package/dist/contracts/abis/StakingViewer.json +777 -0
  34. package/dist/contracts/abis/SwapOperator.json +754 -0
  35. package/dist/contracts/abis/TokenController.json +1024 -0
  36. package/dist/contracts/abis/YieldTokenIncidents.json +438 -0
  37. package/dist/contracts/abis/index.js +69 -0
  38. package/dist/contracts/addresses.json +35 -0
  39. package/dist/index.d.ts +5 -0
  40. package/dist/index.js +13 -0
  41. package/dist/products/product-logos.json +103 -0
  42. package/dist/products/product-types.json +58 -0
  43. package/dist/products/products.json +1414 -0
  44. package/package.json +50 -0
@@ -0,0 +1,1121 @@
1
+ [
2
+ {
3
+ "type": "constructor",
4
+ "payable": false,
5
+ "inputs": [
6
+ {
7
+ "type": "address",
8
+ "name": "_authQuoteAdd"
9
+ },
10
+ {
11
+ "type": "address",
12
+ "name": "_kycAuthAdd"
13
+ }
14
+ ]
15
+ },
16
+ {
17
+ "type": "event",
18
+ "anonymous": false,
19
+ "name": "CoverDetailsEvent",
20
+ "inputs": [
21
+ {
22
+ "type": "uint256",
23
+ "name": "cid",
24
+ "indexed": true
25
+ },
26
+ {
27
+ "type": "address",
28
+ "name": "scAdd",
29
+ "indexed": false
30
+ },
31
+ {
32
+ "type": "uint256",
33
+ "name": "sumAssured",
34
+ "indexed": false
35
+ },
36
+ {
37
+ "type": "uint256",
38
+ "name": "expiry",
39
+ "indexed": false
40
+ },
41
+ {
42
+ "type": "uint256",
43
+ "name": "premium",
44
+ "indexed": false
45
+ },
46
+ {
47
+ "type": "uint256",
48
+ "name": "premiumNXM",
49
+ "indexed": false
50
+ },
51
+ {
52
+ "type": "bytes4",
53
+ "name": "curr",
54
+ "indexed": false
55
+ }
56
+ ]
57
+ },
58
+ {
59
+ "type": "event",
60
+ "anonymous": false,
61
+ "name": "CoverStatusEvent",
62
+ "inputs": [
63
+ {
64
+ "type": "uint256",
65
+ "name": "cid",
66
+ "indexed": true
67
+ },
68
+ {
69
+ "type": "uint8",
70
+ "name": "statusNum",
71
+ "indexed": false
72
+ }
73
+ ]
74
+ },
75
+ {
76
+ "type": "function",
77
+ "name": "addCover",
78
+ "constant": false,
79
+ "payable": false,
80
+
81
+ "inputs": [
82
+ {
83
+ "type": "uint16",
84
+ "name": "_coverPeriod"
85
+ },
86
+ {
87
+ "type": "uint256",
88
+ "name": "_sumAssured"
89
+ },
90
+ {
91
+ "type": "address",
92
+ "name": "_userAddress"
93
+ },
94
+ {
95
+ "type": "bytes4",
96
+ "name": "_currencyCode"
97
+ },
98
+ {
99
+ "type": "address",
100
+ "name": "_scAddress"
101
+ },
102
+ {
103
+ "type": "uint256",
104
+ "name": "premium"
105
+ },
106
+ {
107
+ "type": "uint256",
108
+ "name": "premiumNXM"
109
+ }
110
+ ],
111
+ "outputs": []
112
+ },
113
+ {
114
+ "type": "function",
115
+ "name": "addHoldCover",
116
+ "constant": false,
117
+ "payable": false,
118
+
119
+ "inputs": [
120
+ {
121
+ "type": "address",
122
+ "name": "from"
123
+ },
124
+ {
125
+ "type": "address",
126
+ "name": "scAddress"
127
+ },
128
+ {
129
+ "type": "bytes4",
130
+ "name": "coverCurr"
131
+ },
132
+ {
133
+ "type": "uint256[]",
134
+ "name": "coverDetails"
135
+ },
136
+ {
137
+ "type": "uint16",
138
+ "name": "coverPeriod"
139
+ }
140
+ ],
141
+ "outputs": []
142
+ },
143
+ {
144
+ "type": "function",
145
+ "name": "addInTotalSumAssured",
146
+ "constant": false,
147
+ "payable": false,
148
+
149
+ "inputs": [
150
+ {
151
+ "type": "bytes4",
152
+ "name": "_curr"
153
+ },
154
+ {
155
+ "type": "uint256",
156
+ "name": "_amount"
157
+ }
158
+ ],
159
+ "outputs": []
160
+ },
161
+ {
162
+ "type": "function",
163
+ "name": "addInTotalSumAssuredSC",
164
+ "constant": false,
165
+ "payable": false,
166
+
167
+ "inputs": [
168
+ {
169
+ "type": "address",
170
+ "name": "_add"
171
+ },
172
+ {
173
+ "type": "bytes4",
174
+ "name": "_curr"
175
+ },
176
+ {
177
+ "type": "uint256",
178
+ "name": "_amount"
179
+ }
180
+ ],
181
+ "outputs": []
182
+ },
183
+ {
184
+ "type": "function",
185
+ "name": "addV1Cover",
186
+ "constant": false,
187
+ "payable": false,
188
+
189
+ "inputs": [
190
+ {
191
+ "type": "uint16",
192
+ "name": "_coverPeriod"
193
+ },
194
+ {
195
+ "type": "uint256",
196
+ "name": "_sumAssured"
197
+ },
198
+ {
199
+ "type": "address",
200
+ "name": "_userAddress"
201
+ },
202
+ {
203
+ "type": "bytes4",
204
+ "name": "_currencyCode"
205
+ },
206
+ {
207
+ "type": "address",
208
+ "name": "_scAddress"
209
+ },
210
+ {
211
+ "type": "uint256",
212
+ "name": "premium"
213
+ },
214
+ {
215
+ "type": "uint256",
216
+ "name": "premiumNXM"
217
+ }
218
+ ],
219
+ "outputs": []
220
+ },
221
+ {
222
+ "type": "function",
223
+ "name": "authQuoteEngine",
224
+ "constant": true,
225
+ "stateMutability": "view",
226
+ "payable": false,
227
+
228
+ "inputs": [],
229
+ "outputs": [
230
+ {
231
+ "type": "address"
232
+ }
233
+ ]
234
+ },
235
+ {
236
+ "type": "function",
237
+ "name": "changeAuthQuoteEngine",
238
+ "constant": false,
239
+ "payable": false,
240
+
241
+ "inputs": [
242
+ {
243
+ "type": "address",
244
+ "name": "_add"
245
+ }
246
+ ],
247
+ "outputs": []
248
+ },
249
+ {
250
+ "type": "function",
251
+ "name": "changeCoverStatusNo",
252
+ "constant": false,
253
+ "payable": false,
254
+
255
+ "inputs": [
256
+ {
257
+ "type": "uint256",
258
+ "name": "_cid"
259
+ },
260
+ {
261
+ "type": "uint8",
262
+ "name": "_stat"
263
+ }
264
+ ],
265
+ "outputs": []
266
+ },
267
+ {
268
+ "type": "function",
269
+ "name": "changeDependentContractAddress",
270
+ "constant": false,
271
+ "payable": false,
272
+
273
+ "inputs": [],
274
+ "outputs": []
275
+ },
276
+ {
277
+ "type": "function",
278
+ "name": "changeMasterAddress",
279
+ "constant": false,
280
+ "payable": false,
281
+
282
+ "inputs": [
283
+ {
284
+ "type": "address",
285
+ "name": "_masterAddress"
286
+ }
287
+ ],
288
+ "outputs": []
289
+ },
290
+ {
291
+ "type": "function",
292
+ "name": "coverStatus",
293
+ "constant": true,
294
+ "stateMutability": "view",
295
+ "payable": false,
296
+
297
+ "inputs": [
298
+ {
299
+ "type": "uint256"
300
+ }
301
+ ],
302
+ "outputs": [
303
+ {
304
+ "type": "uint8"
305
+ }
306
+ ]
307
+ },
308
+ {
309
+ "type": "function",
310
+ "name": "getAllCoversOfUser",
311
+ "constant": true,
312
+ "stateMutability": "view",
313
+ "payable": false,
314
+
315
+ "inputs": [
316
+ {
317
+ "type": "address",
318
+ "name": "_add"
319
+ }
320
+ ],
321
+ "outputs": [
322
+ {
323
+ "type": "uint256[]",
324
+ "name": "allCover"
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "type": "function",
330
+ "name": "getAuthQuoteEngine",
331
+ "constant": true,
332
+ "stateMutability": "view",
333
+ "payable": false,
334
+
335
+ "inputs": [],
336
+ "outputs": [
337
+ {
338
+ "type": "address",
339
+ "name": "_add"
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "type": "function",
345
+ "name": "getCoverDetailsByCoverID1",
346
+ "constant": true,
347
+ "stateMutability": "view",
348
+ "payable": false,
349
+
350
+ "inputs": [
351
+ {
352
+ "type": "uint256",
353
+ "name": "_cid"
354
+ }
355
+ ],
356
+ "outputs": [
357
+ {
358
+ "type": "uint256",
359
+ "name": "cid"
360
+ },
361
+ {
362
+ "type": "address",
363
+ "name": "_memberAddress"
364
+ },
365
+ {
366
+ "type": "address",
367
+ "name": "_scAddress"
368
+ },
369
+ {
370
+ "type": "bytes4",
371
+ "name": "_currencyCode"
372
+ },
373
+ {
374
+ "type": "uint256",
375
+ "name": "_sumAssured"
376
+ },
377
+ {
378
+ "type": "uint256",
379
+ "name": "premiumNXM"
380
+ }
381
+ ]
382
+ },
383
+ {
384
+ "type": "function",
385
+ "name": "getCoverDetailsByCoverID2",
386
+ "constant": true,
387
+ "stateMutability": "view",
388
+ "payable": false,
389
+
390
+ "inputs": [
391
+ {
392
+ "type": "uint256",
393
+ "name": "_cid"
394
+ }
395
+ ],
396
+ "outputs": [
397
+ {
398
+ "type": "uint256",
399
+ "name": "cid"
400
+ },
401
+ {
402
+ "type": "uint8",
403
+ "name": "status"
404
+ },
405
+ {
406
+ "type": "uint256",
407
+ "name": "sumAssured"
408
+ },
409
+ {
410
+ "type": "uint16",
411
+ "name": "coverPeriod"
412
+ },
413
+ {
414
+ "type": "uint256",
415
+ "name": "validUntil"
416
+ }
417
+ ]
418
+ },
419
+ {
420
+ "type": "function",
421
+ "name": "getCoverLength",
422
+ "constant": true,
423
+ "stateMutability": "view",
424
+ "payable": false,
425
+
426
+ "inputs": [],
427
+ "outputs": [
428
+ {
429
+ "type": "uint256",
430
+ "name": "len"
431
+ }
432
+ ]
433
+ },
434
+ {
435
+ "type": "function",
436
+ "name": "getCoverMemberAddress",
437
+ "constant": true,
438
+ "stateMutability": "view",
439
+ "payable": false,
440
+
441
+ "inputs": [
442
+ {
443
+ "type": "uint256",
444
+ "name": "_cid"
445
+ }
446
+ ],
447
+ "outputs": [
448
+ {
449
+ "type": "address",
450
+ "name": "_add"
451
+ }
452
+ ]
453
+ },
454
+ {
455
+ "type": "function",
456
+ "name": "getCoverPeriod",
457
+ "constant": true,
458
+ "stateMutability": "view",
459
+ "payable": false,
460
+
461
+ "inputs": [
462
+ {
463
+ "type": "uint256",
464
+ "name": "_cid"
465
+ }
466
+ ],
467
+ "outputs": [
468
+ {
469
+ "type": "uint32",
470
+ "name": "cp"
471
+ }
472
+ ]
473
+ },
474
+ {
475
+ "type": "function",
476
+ "name": "getCoverPremiumNXM",
477
+ "constant": true,
478
+ "stateMutability": "view",
479
+ "payable": false,
480
+
481
+ "inputs": [
482
+ {
483
+ "type": "uint256",
484
+ "name": "_cid"
485
+ }
486
+ ],
487
+ "outputs": [
488
+ {
489
+ "type": "uint256",
490
+ "name": "_premiumNXM"
491
+ }
492
+ ]
493
+ },
494
+ {
495
+ "type": "function",
496
+ "name": "getCoverStatusNo",
497
+ "constant": true,
498
+ "stateMutability": "view",
499
+ "payable": false,
500
+
501
+ "inputs": [
502
+ {
503
+ "type": "uint256",
504
+ "name": "_cid"
505
+ }
506
+ ],
507
+ "outputs": [
508
+ {
509
+ "type": "uint8"
510
+ }
511
+ ]
512
+ },
513
+ {
514
+ "type": "function",
515
+ "name": "getCoverSumAssured",
516
+ "constant": true,
517
+ "stateMutability": "view",
518
+ "payable": false,
519
+
520
+ "inputs": [
521
+ {
522
+ "type": "uint256",
523
+ "name": "_cid"
524
+ }
525
+ ],
526
+ "outputs": [
527
+ {
528
+ "type": "uint256",
529
+ "name": "sa"
530
+ }
531
+ ]
532
+ },
533
+ {
534
+ "type": "function",
535
+ "name": "getCurrencyOfCover",
536
+ "constant": true,
537
+ "stateMutability": "view",
538
+ "payable": false,
539
+
540
+ "inputs": [
541
+ {
542
+ "type": "uint256",
543
+ "name": "_cid"
544
+ }
545
+ ],
546
+ "outputs": [
547
+ {
548
+ "type": "bytes4",
549
+ "name": "curr"
550
+ }
551
+ ]
552
+ },
553
+ {
554
+ "type": "function",
555
+ "name": "getHoldedCoverDetailsByID1",
556
+ "constant": true,
557
+ "stateMutability": "view",
558
+ "payable": false,
559
+
560
+ "inputs": [
561
+ {
562
+ "type": "uint256",
563
+ "name": "_hcid"
564
+ }
565
+ ],
566
+ "outputs": [
567
+ {
568
+ "type": "uint256",
569
+ "name": "hcid"
570
+ },
571
+ {
572
+ "type": "address",
573
+ "name": "scAddress"
574
+ },
575
+ {
576
+ "type": "bytes4",
577
+ "name": "coverCurr"
578
+ },
579
+ {
580
+ "type": "uint16",
581
+ "name": "coverPeriod"
582
+ }
583
+ ]
584
+ },
585
+ {
586
+ "type": "function",
587
+ "name": "getHoldedCoverDetailsByID2",
588
+ "constant": true,
589
+ "stateMutability": "view",
590
+ "payable": false,
591
+
592
+ "inputs": [
593
+ {
594
+ "type": "uint256",
595
+ "name": "_hcid"
596
+ }
597
+ ],
598
+ "outputs": [
599
+ {
600
+ "type": "uint256",
601
+ "name": "hcid"
602
+ },
603
+ {
604
+ "type": "address",
605
+ "name": "memberAddress"
606
+ },
607
+ {
608
+ "type": "uint256[]",
609
+ "name": "coverDetails"
610
+ }
611
+ ]
612
+ },
613
+ {
614
+ "type": "function",
615
+ "name": "getProductDetails",
616
+ "constant": true,
617
+ "stateMutability": "view",
618
+ "payable": false,
619
+
620
+ "inputs": [],
621
+ "outputs": [
622
+ {
623
+ "type": "uint256",
624
+ "name": "_minDays"
625
+ },
626
+ {
627
+ "type": "uint256",
628
+ "name": "_pm"
629
+ },
630
+ {
631
+ "type": "uint256",
632
+ "name": "_stl"
633
+ },
634
+ {
635
+ "type": "uint256",
636
+ "name": "_stlp"
637
+ }
638
+ ]
639
+ },
640
+ {
641
+ "type": "function",
642
+ "name": "getTotalSumAssured",
643
+ "constant": true,
644
+ "stateMutability": "view",
645
+ "payable": false,
646
+
647
+ "inputs": [
648
+ {
649
+ "type": "bytes4",
650
+ "name": "_curr"
651
+ }
652
+ ],
653
+ "outputs": [
654
+ {
655
+ "type": "uint256",
656
+ "name": "amount"
657
+ }
658
+ ]
659
+ },
660
+ {
661
+ "type": "function",
662
+ "name": "getTotalSumAssuredSC",
663
+ "constant": true,
664
+ "stateMutability": "view",
665
+ "payable": false,
666
+
667
+ "inputs": [
668
+ {
669
+ "type": "address",
670
+ "name": "_add"
671
+ },
672
+ {
673
+ "type": "bytes4",
674
+ "name": "_curr"
675
+ }
676
+ ],
677
+ "outputs": [
678
+ {
679
+ "type": "uint256",
680
+ "name": "amount"
681
+ }
682
+ ]
683
+ },
684
+ {
685
+ "type": "function",
686
+ "name": "getUintParameters",
687
+ "constant": true,
688
+ "stateMutability": "view",
689
+ "payable": false,
690
+
691
+ "inputs": [
692
+ {
693
+ "type": "bytes8",
694
+ "name": "code"
695
+ }
696
+ ],
697
+ "outputs": [
698
+ {
699
+ "type": "bytes8",
700
+ "name": "codeVal"
701
+ },
702
+ {
703
+ "type": "uint256",
704
+ "name": "val"
705
+ }
706
+ ]
707
+ },
708
+ {
709
+ "type": "function",
710
+ "name": "getUserCoverLength",
711
+ "constant": true,
712
+ "stateMutability": "view",
713
+ "payable": false,
714
+
715
+ "inputs": [
716
+ {
717
+ "type": "address",
718
+ "name": "_add"
719
+ }
720
+ ],
721
+ "outputs": [
722
+ {
723
+ "type": "uint256",
724
+ "name": "len"
725
+ }
726
+ ]
727
+ },
728
+ {
729
+ "type": "function",
730
+ "name": "getUserHoldedCoverByIndex",
731
+ "constant": true,
732
+ "stateMutability": "view",
733
+ "payable": false,
734
+
735
+ "inputs": [
736
+ {
737
+ "type": "address",
738
+ "name": "_add"
739
+ },
740
+ {
741
+ "type": "uint256",
742
+ "name": "index"
743
+ }
744
+ ],
745
+ "outputs": [
746
+ {
747
+ "type": "uint256"
748
+ }
749
+ ]
750
+ },
751
+ {
752
+ "type": "function",
753
+ "name": "getUserHoldedCoverLength",
754
+ "constant": true,
755
+ "stateMutability": "view",
756
+ "payable": false,
757
+
758
+ "inputs": [
759
+ {
760
+ "type": "address",
761
+ "name": "_add"
762
+ }
763
+ ],
764
+ "outputs": [
765
+ {
766
+ "type": "uint256"
767
+ }
768
+ ]
769
+ },
770
+ {
771
+ "type": "function",
772
+ "name": "getValidityOfCover",
773
+ "constant": true,
774
+ "stateMutability": "view",
775
+ "payable": false,
776
+
777
+ "inputs": [
778
+ {
779
+ "type": "uint256",
780
+ "name": "_cid"
781
+ }
782
+ ],
783
+ "outputs": [
784
+ {
785
+ "type": "uint256",
786
+ "name": "date"
787
+ }
788
+ ]
789
+ },
790
+ {
791
+ "type": "function",
792
+ "name": "getscAddressOfCover",
793
+ "constant": true,
794
+ "stateMutability": "view",
795
+ "payable": false,
796
+
797
+ "inputs": [
798
+ {
799
+ "type": "uint256",
800
+ "name": "_cid"
801
+ }
802
+ ],
803
+ "outputs": [
804
+ {
805
+ "type": "uint256"
806
+ },
807
+ {
808
+ "type": "address"
809
+ }
810
+ ]
811
+ },
812
+ {
813
+ "type": "function",
814
+ "name": "holdedCoverIDStatus",
815
+ "constant": true,
816
+ "stateMutability": "view",
817
+ "payable": false,
818
+
819
+ "inputs": [
820
+ {
821
+ "type": "uint256"
822
+ }
823
+ ],
824
+ "outputs": [
825
+ {
826
+ "type": "uint256"
827
+ }
828
+ ]
829
+ },
830
+ {
831
+ "type": "function",
832
+ "name": "kycAuthAddress",
833
+ "constant": true,
834
+ "stateMutability": "view",
835
+ "payable": false,
836
+
837
+ "inputs": [],
838
+ "outputs": [
839
+ {
840
+ "type": "address"
841
+ }
842
+ ]
843
+ },
844
+ {
845
+ "type": "function",
846
+ "name": "minDays",
847
+ "constant": true,
848
+ "stateMutability": "view",
849
+ "payable": false,
850
+
851
+ "inputs": [],
852
+ "outputs": [
853
+ {
854
+ "type": "uint256"
855
+ }
856
+ ]
857
+ },
858
+ {
859
+ "type": "function",
860
+ "name": "ms",
861
+ "constant": true,
862
+ "stateMutability": "view",
863
+ "payable": false,
864
+
865
+ "inputs": [],
866
+ "outputs": [
867
+ {
868
+ "type": "address"
869
+ }
870
+ ]
871
+ },
872
+ {
873
+ "type": "function",
874
+ "name": "nxMasterAddress",
875
+ "constant": true,
876
+ "stateMutability": "view",
877
+ "payable": false,
878
+
879
+ "inputs": [],
880
+ "outputs": [
881
+ {
882
+ "type": "address"
883
+ }
884
+ ]
885
+ },
886
+ {
887
+ "type": "function",
888
+ "name": "pm",
889
+ "constant": true,
890
+ "stateMutability": "view",
891
+ "payable": false,
892
+
893
+ "inputs": [],
894
+ "outputs": [
895
+ {
896
+ "type": "uint256"
897
+ }
898
+ ]
899
+ },
900
+ {
901
+ "type": "function",
902
+ "name": "refundEligible",
903
+ "constant": true,
904
+ "stateMutability": "view",
905
+ "payable": false,
906
+
907
+ "inputs": [
908
+ {
909
+ "type": "address"
910
+ }
911
+ ],
912
+ "outputs": [
913
+ {
914
+ "type": "bool"
915
+ }
916
+ ]
917
+ },
918
+ {
919
+ "type": "function",
920
+ "name": "setHoldedCoverIDStatus",
921
+ "constant": false,
922
+ "payable": false,
923
+
924
+ "inputs": [
925
+ {
926
+ "type": "uint256",
927
+ "name": "holdedCoverID"
928
+ },
929
+ {
930
+ "type": "uint256",
931
+ "name": "status"
932
+ }
933
+ ],
934
+ "outputs": []
935
+ },
936
+ {
937
+ "type": "function",
938
+ "name": "setKycAuthAddress",
939
+ "constant": false,
940
+ "payable": false,
941
+
942
+ "inputs": [
943
+ {
944
+ "type": "address",
945
+ "name": "_add"
946
+ }
947
+ ],
948
+ "outputs": []
949
+ },
950
+ {
951
+ "type": "function",
952
+ "name": "setRefundEligible",
953
+ "constant": false,
954
+ "payable": false,
955
+
956
+ "inputs": [
957
+ {
958
+ "type": "address",
959
+ "name": "_add"
960
+ },
961
+ {
962
+ "type": "bool",
963
+ "name": "status"
964
+ }
965
+ ],
966
+ "outputs": []
967
+ },
968
+ {
969
+ "type": "function",
970
+ "name": "setTimestampRepeated",
971
+ "constant": false,
972
+ "payable": false,
973
+
974
+ "inputs": [
975
+ {
976
+ "type": "uint256",
977
+ "name": "_timestamp"
978
+ }
979
+ ],
980
+ "outputs": []
981
+ },
982
+ {
983
+ "type": "function",
984
+ "name": "stl",
985
+ "constant": true,
986
+ "stateMutability": "view",
987
+ "payable": false,
988
+
989
+ "inputs": [],
990
+ "outputs": [
991
+ {
992
+ "type": "uint256"
993
+ }
994
+ ]
995
+ },
996
+ {
997
+ "type": "function",
998
+ "name": "stlp",
999
+ "constant": true,
1000
+ "stateMutability": "view",
1001
+ "payable": false,
1002
+
1003
+ "inputs": [],
1004
+ "outputs": [
1005
+ {
1006
+ "type": "uint256"
1007
+ }
1008
+ ]
1009
+ },
1010
+ {
1011
+ "type": "function",
1012
+ "name": "subFromTotalSumAssured",
1013
+ "constant": false,
1014
+ "payable": false,
1015
+
1016
+ "inputs": [
1017
+ {
1018
+ "type": "bytes4",
1019
+ "name": "_curr"
1020
+ },
1021
+ {
1022
+ "type": "uint256",
1023
+ "name": "_amount"
1024
+ }
1025
+ ],
1026
+ "outputs": []
1027
+ },
1028
+ {
1029
+ "type": "function",
1030
+ "name": "subFromTotalSumAssuredSC",
1031
+ "constant": false,
1032
+ "payable": false,
1033
+
1034
+ "inputs": [
1035
+ {
1036
+ "type": "address",
1037
+ "name": "_add"
1038
+ },
1039
+ {
1040
+ "type": "bytes4",
1041
+ "name": "_curr"
1042
+ },
1043
+ {
1044
+ "type": "uint256",
1045
+ "name": "_amount"
1046
+ }
1047
+ ],
1048
+ "outputs": []
1049
+ },
1050
+ {
1051
+ "type": "function",
1052
+ "name": "timestampRepeated",
1053
+ "constant": true,
1054
+ "stateMutability": "view",
1055
+ "payable": false,
1056
+
1057
+ "inputs": [
1058
+ {
1059
+ "type": "uint256"
1060
+ }
1061
+ ],
1062
+ "outputs": [
1063
+ {
1064
+ "type": "bool"
1065
+ }
1066
+ ]
1067
+ },
1068
+ {
1069
+ "type": "function",
1070
+ "name": "tokensRetained",
1071
+ "constant": true,
1072
+ "stateMutability": "view",
1073
+ "payable": false,
1074
+
1075
+ "inputs": [],
1076
+ "outputs": [
1077
+ {
1078
+ "type": "uint256"
1079
+ }
1080
+ ]
1081
+ },
1082
+ {
1083
+ "type": "function",
1084
+ "name": "updateUintParameters",
1085
+ "constant": false,
1086
+ "payable": false,
1087
+
1088
+ "inputs": [
1089
+ {
1090
+ "type": "bytes8",
1091
+ "name": "code"
1092
+ },
1093
+ {
1094
+ "type": "uint256",
1095
+ "name": "val"
1096
+ }
1097
+ ],
1098
+ "outputs": []
1099
+ },
1100
+ {
1101
+ "type": "function",
1102
+ "name": "userHoldedCover",
1103
+ "constant": true,
1104
+ "stateMutability": "view",
1105
+ "payable": false,
1106
+
1107
+ "inputs": [
1108
+ {
1109
+ "type": "address"
1110
+ },
1111
+ {
1112
+ "type": "uint256"
1113
+ }
1114
+ ],
1115
+ "outputs": [
1116
+ {
1117
+ "type": "uint256"
1118
+ }
1119
+ ]
1120
+ }
1121
+ ]