@ape.swap/bonds-sdk 1.0.473 → 1.0.475

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 (128) hide show
  1. package/dist/config/abi/bondNft.json +424 -0
  2. package/dist/config/abi/ens-public-resolver.json +816 -0
  3. package/dist/config/abi/ens-registrar.json +422 -0
  4. package/dist/config/abi/erc20_bytes32.json +30 -0
  5. package/dist/config/abi/jungleChef.json +291 -0
  6. package/dist/config/abi/launchBonds.json +2014 -0
  7. package/dist/config/abi/lockVeAbond.json +2198 -0
  8. package/dist/config/abi/migrationBond.json +1639 -0
  9. package/dist/config/abi/migrationFveAbond.json +160 -0
  10. package/dist/config/abi/multicallv3.json +92 -0
  11. package/dist/config/abi/sousChef.json +649 -0
  12. package/dist/config/abi/types/Banana.d.ts +417 -0
  13. package/dist/config/abi/types/Banana.js +1 -0
  14. package/dist/config/abi/types/Bond.d.ts +803 -0
  15. package/dist/config/abi/types/Bond.js +1 -0
  16. package/dist/config/abi/types/BondNft.d.ts +603 -0
  17. package/dist/config/abi/types/BondNft.js +1 -0
  18. package/dist/config/abi/types/EnsPublicResolver.d.ts +513 -0
  19. package/dist/config/abi/types/EnsPublicResolver.js +1 -0
  20. package/dist/config/abi/types/EnsRegistrar.d.ts +274 -0
  21. package/dist/config/abi/types/EnsRegistrar.js +1 -0
  22. package/dist/config/abi/types/Erc20.d.ts +168 -0
  23. package/dist/config/abi/types/Erc20.js +1 -0
  24. package/dist/config/abi/types/Erc20_bytes32.d.ts +50 -0
  25. package/dist/config/abi/types/Erc20_bytes32.js +1 -0
  26. package/dist/config/abi/types/JungleChef.d.ts +260 -0
  27. package/dist/config/abi/types/JungleChef.js +1 -0
  28. package/dist/config/abi/types/LaunchBonds.d.ts +1362 -0
  29. package/dist/config/abi/types/LaunchBonds.js +1 -0
  30. package/dist/config/abi/types/LensContract.d.ts +295 -0
  31. package/dist/config/abi/types/LensContract.js +1 -0
  32. package/dist/config/abi/types/LockVeAbond.d.ts +1279 -0
  33. package/dist/config/abi/types/LockVeAbond.js +1 -0
  34. package/dist/config/abi/types/MigrationBond.d.ts +1136 -0
  35. package/dist/config/abi/types/MigrationBond.js +1 -0
  36. package/dist/config/abi/types/MigrationFveAbond.d.ts +290 -0
  37. package/dist/config/abi/types/MigrationFveAbond.js +1 -0
  38. package/dist/config/abi/types/MiniComplexRewarder.d.ts +469 -0
  39. package/dist/config/abi/types/MiniComplexRewarder.js +1 -0
  40. package/dist/config/abi/types/Multicallv2.d.ts +150 -0
  41. package/dist/config/abi/types/Multicallv2.js +1 -0
  42. package/dist/config/abi/types/Multicallv3.d.ts +98 -0
  43. package/dist/config/abi/types/Multicallv3.js +1 -0
  44. package/dist/config/abi/types/NonFungibleApes.d.ts +532 -0
  45. package/dist/config/abi/types/NonFungibleApes.js +1 -0
  46. package/dist/config/abi/types/NonFungibleBananas.d.ts +505 -0
  47. package/dist/config/abi/types/NonFungibleBananas.js +1 -0
  48. package/dist/config/abi/types/PriceGetter.d.ts +713 -0
  49. package/dist/config/abi/types/PriceGetter.js +1 -0
  50. package/dist/config/abi/types/PriceGetterLinea.d.ts +789 -0
  51. package/dist/config/abi/types/PriceGetterLinea.js +1 -0
  52. package/dist/config/abi/types/PriceGetterV2.d.ts +729 -0
  53. package/dist/config/abi/types/PriceGetterV2.js +1 -0
  54. package/dist/config/abi/types/SousChef.d.ts +579 -0
  55. package/dist/config/abi/types/SousChef.js +1 -0
  56. package/dist/config/abi/types/Treasury.d.ts +277 -0
  57. package/dist/config/abi/types/Treasury.js +1 -0
  58. package/dist/config/abi/types/Weth.d.ts +221 -0
  59. package/dist/config/abi/types/Weth.js +1 -0
  60. package/dist/config/abi/types/Zap.d.ts +528 -0
  61. package/dist/config/abi/types/Zap.js +1 -0
  62. package/dist/config/abi/types/common.d.ts +22 -0
  63. package/dist/config/abi/types/common.js +1 -0
  64. package/dist/config/abi/types/factories/Banana__factory.d.ts +475 -0
  65. package/dist/config/abi/types/factories/Banana__factory.js +628 -0
  66. package/dist/config/abi/types/factories/BondNft__factory.d.ts +723 -0
  67. package/dist/config/abi/types/factories/BondNft__factory.js +951 -0
  68. package/dist/config/abi/types/factories/Bond__factory.d.ts +799 -0
  69. package/dist/config/abi/types/factories/Bond__factory.js +1042 -0
  70. package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +649 -0
  71. package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +833 -0
  72. package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +338 -0
  73. package/dist/config/abi/types/factories/EnsRegistrar__factory.js +439 -0
  74. package/dist/config/abi/types/factories/Erc20__factory.d.ts +175 -0
  75. package/dist/config/abi/types/factories/Erc20__factory.js +239 -0
  76. package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +30 -0
  77. package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +47 -0
  78. package/dist/config/abi/types/factories/JungleChef__factory.d.ts +247 -0
  79. package/dist/config/abi/types/factories/JungleChef__factory.js +326 -0
  80. package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +1560 -0
  81. package/dist/config/abi/types/factories/LaunchBonds__factory.js +2031 -0
  82. package/dist/config/abi/types/factories/LensContract__factory.d.ts +254 -0
  83. package/dist/config/abi/types/factories/LensContract__factory.js +338 -0
  84. package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +1698 -0
  85. package/dist/config/abi/types/factories/LockVeAbond__factory.js +2215 -0
  86. package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +1268 -0
  87. package/dist/config/abi/types/factories/MigrationBond__factory.js +1656 -0
  88. package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +262 -0
  89. package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +346 -0
  90. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +448 -0
  91. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +586 -0
  92. package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +115 -0
  93. package/dist/config/abi/types/factories/Multicallv2__factory.js +160 -0
  94. package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +76 -0
  95. package/dist/config/abi/types/factories/Multicallv3__factory.js +109 -0
  96. package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +617 -0
  97. package/dist/config/abi/types/factories/NonFungibleApes__factory.js +810 -0
  98. package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +576 -0
  99. package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +756 -0
  100. package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +1105 -0
  101. package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +1465 -0
  102. package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +1027 -0
  103. package/dist/config/abi/types/factories/PriceGetterV2__factory.js +1364 -0
  104. package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +999 -0
  105. package/dist/config/abi/types/factories/PriceGetter__factory.js +1326 -0
  106. package/dist/config/abi/types/factories/SousChef__factory.d.ts +511 -0
  107. package/dist/config/abi/types/factories/SousChef__factory.js +666 -0
  108. package/dist/config/abi/types/factories/Treasury__factory.d.ts +235 -0
  109. package/dist/config/abi/types/factories/Treasury__factory.js +309 -0
  110. package/dist/config/abi/types/factories/Weth__factory.d.ts +220 -0
  111. package/dist/config/abi/types/factories/Weth__factory.js +296 -0
  112. package/dist/config/abi/types/factories/Zap__factory.d.ts +695 -0
  113. package/dist/config/abi/types/factories/Zap__factory.js +889 -0
  114. package/dist/config/abi/types/factories/index.d.ts +25 -0
  115. package/dist/config/abi/types/factories/index.js +28 -0
  116. package/dist/config/abi/types/index.d.ts +51 -0
  117. package/dist/config/abi/types/index.js +26 -0
  118. package/dist/config/abi/weth.json +279 -0
  119. package/dist/hooks/useClaimBill.d.ts +4 -0
  120. package/dist/hooks/useClaimBill.js +59 -0
  121. package/dist/hooks/useContract.d.ts +25 -0
  122. package/dist/hooks/useContract.js +107 -0
  123. package/dist/pages/YourBonds/YourBonds.js +37 -10
  124. package/dist/utils/index.d.ts +16 -0
  125. package/dist/utils/index.js +127 -0
  126. package/dist/utils/track.d.ts +7 -0
  127. package/dist/utils/track.js +17 -0
  128. package/package.json +1 -1
@@ -0,0 +1,1042 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ var _abi = [
6
+ {
7
+ anonymous: false,
8
+ inputs: [
9
+ {
10
+ indexed: false,
11
+ internalType: "uint256",
12
+ name: "deposit",
13
+ type: "uint256",
14
+ },
15
+ {
16
+ indexed: false,
17
+ internalType: "uint256",
18
+ name: "payout",
19
+ type: "uint256",
20
+ },
21
+ {
22
+ indexed: false,
23
+ internalType: "uint256",
24
+ name: "expires",
25
+ type: "uint256",
26
+ },
27
+ {
28
+ indexed: true,
29
+ internalType: "uint256",
30
+ name: "billId",
31
+ type: "uint256",
32
+ },
33
+ ],
34
+ name: "BillCreated",
35
+ type: "event",
36
+ },
37
+ {
38
+ anonymous: false,
39
+ inputs: [
40
+ {
41
+ indexed: false,
42
+ internalType: "uint256",
43
+ name: "internalPrice",
44
+ type: "uint256",
45
+ },
46
+ {
47
+ indexed: false,
48
+ internalType: "uint256",
49
+ name: "debtRatio",
50
+ type: "uint256",
51
+ },
52
+ ],
53
+ name: "BillPriceChanged",
54
+ type: "event",
55
+ },
56
+ {
57
+ anonymous: false,
58
+ inputs: [
59
+ {
60
+ indexed: false,
61
+ internalType: "uint256",
62
+ name: "billId",
63
+ type: "uint256",
64
+ },
65
+ {
66
+ indexed: false,
67
+ internalType: "address",
68
+ name: "recipient",
69
+ type: "address",
70
+ },
71
+ {
72
+ indexed: false,
73
+ internalType: "uint256",
74
+ name: "payout",
75
+ type: "uint256",
76
+ },
77
+ {
78
+ indexed: false,
79
+ internalType: "uint256",
80
+ name: "remaining",
81
+ type: "uint256",
82
+ },
83
+ ],
84
+ name: "BillRedeemed",
85
+ type: "event",
86
+ },
87
+ {
88
+ anonymous: false,
89
+ inputs: [
90
+ {
91
+ indexed: false,
92
+ internalType: "uint256",
93
+ name: "initialBCV",
94
+ type: "uint256",
95
+ },
96
+ {
97
+ indexed: false,
98
+ internalType: "uint256",
99
+ name: "newBCV",
100
+ type: "uint256",
101
+ },
102
+ {
103
+ indexed: false,
104
+ internalType: "uint256",
105
+ name: "adjustment",
106
+ type: "uint256",
107
+ },
108
+ {
109
+ indexed: false,
110
+ internalType: "bool",
111
+ name: "addition",
112
+ type: "bool",
113
+ },
114
+ ],
115
+ name: "ControlVariableAdjustment",
116
+ type: "event",
117
+ },
118
+ {
119
+ anonymous: false,
120
+ inputs: [
121
+ {
122
+ indexed: true,
123
+ internalType: "address",
124
+ name: "previousOwner",
125
+ type: "address",
126
+ },
127
+ {
128
+ indexed: true,
129
+ internalType: "address",
130
+ name: "newOwner",
131
+ type: "address",
132
+ },
133
+ ],
134
+ name: "PolicyTransferred",
135
+ type: "event",
136
+ },
137
+ {
138
+ anonymous: false,
139
+ inputs: [
140
+ {
141
+ indexed: false,
142
+ internalType: "bool",
143
+ name: "addition",
144
+ type: "bool",
145
+ },
146
+ {
147
+ indexed: false,
148
+ internalType: "uint256",
149
+ name: "increment",
150
+ type: "uint256",
151
+ },
152
+ {
153
+ indexed: false,
154
+ internalType: "uint256",
155
+ name: "target",
156
+ type: "uint256",
157
+ },
158
+ {
159
+ indexed: false,
160
+ internalType: "uint256",
161
+ name: "buffer",
162
+ type: "uint256",
163
+ },
164
+ ],
165
+ name: "SetAdjustment",
166
+ type: "event",
167
+ },
168
+ {
169
+ anonymous: false,
170
+ inputs: [
171
+ {
172
+ indexed: false,
173
+ internalType: "address",
174
+ name: "newTreasury",
175
+ type: "address",
176
+ },
177
+ ],
178
+ name: "TreasuryChanged",
179
+ type: "event",
180
+ },
181
+ {
182
+ inputs: [],
183
+ name: "DAO",
184
+ outputs: [
185
+ {
186
+ internalType: "address",
187
+ name: "",
188
+ type: "address",
189
+ },
190
+ ],
191
+ stateMutability: "view",
192
+ type: "function",
193
+ },
194
+ {
195
+ inputs: [],
196
+ name: "adjustment",
197
+ outputs: [
198
+ {
199
+ internalType: "bool",
200
+ name: "add",
201
+ type: "bool",
202
+ },
203
+ {
204
+ internalType: "uint256",
205
+ name: "rate",
206
+ type: "uint256",
207
+ },
208
+ {
209
+ internalType: "uint256",
210
+ name: "target",
211
+ type: "uint256",
212
+ },
213
+ {
214
+ internalType: "uint256",
215
+ name: "buffer",
216
+ type: "uint256",
217
+ },
218
+ {
219
+ internalType: "uint256",
220
+ name: "lastBlockTimestamp",
221
+ type: "uint256",
222
+ },
223
+ ],
224
+ stateMutability: "view",
225
+ type: "function",
226
+ },
227
+ {
228
+ inputs: [
229
+ {
230
+ internalType: "uint256[]",
231
+ name: "_billIds",
232
+ type: "uint256[]",
233
+ },
234
+ ],
235
+ name: "batchRedeem",
236
+ outputs: [],
237
+ stateMutability: "nonpayable",
238
+ type: "function",
239
+ },
240
+ {
241
+ inputs: [
242
+ {
243
+ internalType: "uint256",
244
+ name: "",
245
+ type: "uint256",
246
+ },
247
+ ],
248
+ name: "billInfo",
249
+ outputs: [
250
+ {
251
+ internalType: "uint256",
252
+ name: "payout",
253
+ type: "uint256",
254
+ },
255
+ {
256
+ internalType: "uint256",
257
+ name: "vesting",
258
+ type: "uint256",
259
+ },
260
+ {
261
+ internalType: "uint256",
262
+ name: "lastBlockTimestamp",
263
+ type: "uint256",
264
+ },
265
+ {
266
+ internalType: "uint256",
267
+ name: "truePricePaid",
268
+ type: "uint256",
269
+ },
270
+ ],
271
+ stateMutability: "view",
272
+ type: "function",
273
+ },
274
+ {
275
+ inputs: [],
276
+ name: "billNft",
277
+ outputs: [
278
+ {
279
+ internalType: "contract IBillNft",
280
+ name: "",
281
+ type: "address",
282
+ },
283
+ ],
284
+ stateMutability: "view",
285
+ type: "function",
286
+ },
287
+ {
288
+ inputs: [],
289
+ name: "billPrice",
290
+ outputs: [
291
+ {
292
+ internalType: "uint256",
293
+ name: "price_",
294
+ type: "uint256",
295
+ },
296
+ ],
297
+ stateMutability: "view",
298
+ type: "function",
299
+ },
300
+ {
301
+ inputs: [
302
+ {
303
+ internalType: "address",
304
+ name: "_treasury",
305
+ type: "address",
306
+ },
307
+ ],
308
+ name: "changeTreasury",
309
+ outputs: [],
310
+ stateMutability: "nonpayable",
311
+ type: "function",
312
+ },
313
+ {
314
+ inputs: [],
315
+ name: "currentDebt",
316
+ outputs: [
317
+ {
318
+ internalType: "uint256",
319
+ name: "",
320
+ type: "uint256",
321
+ },
322
+ ],
323
+ stateMutability: "view",
324
+ type: "function",
325
+ },
326
+ {
327
+ inputs: [],
328
+ name: "currentFee",
329
+ outputs: [
330
+ {
331
+ internalType: "uint256",
332
+ name: "currentFee_",
333
+ type: "uint256",
334
+ },
335
+ ],
336
+ stateMutability: "view",
337
+ type: "function",
338
+ },
339
+ {
340
+ inputs: [],
341
+ name: "customTreasury",
342
+ outputs: [
343
+ {
344
+ internalType: "contract ICustomTreasury",
345
+ name: "",
346
+ type: "address",
347
+ },
348
+ ],
349
+ stateMutability: "view",
350
+ type: "function",
351
+ },
352
+ {
353
+ inputs: [],
354
+ name: "debtDecay",
355
+ outputs: [
356
+ {
357
+ internalType: "uint256",
358
+ name: "decay_",
359
+ type: "uint256",
360
+ },
361
+ ],
362
+ stateMutability: "view",
363
+ type: "function",
364
+ },
365
+ {
366
+ inputs: [],
367
+ name: "debtRatio",
368
+ outputs: [
369
+ {
370
+ internalType: "uint256",
371
+ name: "debtRatio_",
372
+ type: "uint256",
373
+ },
374
+ ],
375
+ stateMutability: "view",
376
+ type: "function",
377
+ },
378
+ {
379
+ inputs: [
380
+ {
381
+ internalType: "uint256",
382
+ name: "_amount",
383
+ type: "uint256",
384
+ },
385
+ {
386
+ internalType: "uint256",
387
+ name: "_maxPrice",
388
+ type: "uint256",
389
+ },
390
+ {
391
+ internalType: "address",
392
+ name: "_depositor",
393
+ type: "address",
394
+ },
395
+ ],
396
+ name: "deposit",
397
+ outputs: [
398
+ {
399
+ internalType: "uint256",
400
+ name: "",
401
+ type: "uint256",
402
+ },
403
+ ],
404
+ stateMutability: "nonpayable",
405
+ type: "function",
406
+ },
407
+ {
408
+ inputs: [
409
+ {
410
+ internalType: "address",
411
+ name: "user",
412
+ type: "address",
413
+ },
414
+ ],
415
+ name: "getBillIds",
416
+ outputs: [
417
+ {
418
+ internalType: "uint256[]",
419
+ name: "",
420
+ type: "uint256[]",
421
+ },
422
+ ],
423
+ stateMutability: "view",
424
+ type: "function",
425
+ },
426
+ {
427
+ inputs: [
428
+ {
429
+ internalType: "address",
430
+ name: "user",
431
+ type: "address",
432
+ },
433
+ {
434
+ internalType: "uint256",
435
+ name: "start",
436
+ type: "uint256",
437
+ },
438
+ {
439
+ internalType: "uint256",
440
+ name: "end",
441
+ type: "uint256",
442
+ },
443
+ ],
444
+ name: "getBillIdsInRange",
445
+ outputs: [
446
+ {
447
+ internalType: "uint256[]",
448
+ name: "",
449
+ type: "uint256[]",
450
+ },
451
+ ],
452
+ stateMutability: "view",
453
+ type: "function",
454
+ },
455
+ {
456
+ inputs: [
457
+ {
458
+ internalType: "address[7]",
459
+ name: "_config",
460
+ type: "address[7]",
461
+ },
462
+ {
463
+ internalType: "uint256[]",
464
+ name: "_tierCeilings",
465
+ type: "uint256[]",
466
+ },
467
+ {
468
+ internalType: "uint256[]",
469
+ name: "_fees",
470
+ type: "uint256[]",
471
+ },
472
+ {
473
+ internalType: "bool",
474
+ name: "_feeInPayout",
475
+ type: "bool",
476
+ },
477
+ ],
478
+ name: "initialize",
479
+ outputs: [],
480
+ stateMutability: "nonpayable",
481
+ type: "function",
482
+ },
483
+ {
484
+ inputs: [
485
+ {
486
+ internalType: "uint256",
487
+ name: "_controlVariable",
488
+ type: "uint256",
489
+ },
490
+ {
491
+ internalType: "uint256",
492
+ name: "_vestingTerm",
493
+ type: "uint256",
494
+ },
495
+ {
496
+ internalType: "uint256",
497
+ name: "_minimumPrice",
498
+ type: "uint256",
499
+ },
500
+ {
501
+ internalType: "uint256",
502
+ name: "_maxPayout",
503
+ type: "uint256",
504
+ },
505
+ {
506
+ internalType: "uint256",
507
+ name: "_maxDebt",
508
+ type: "uint256",
509
+ },
510
+ {
511
+ internalType: "uint256",
512
+ name: "_initialDebt",
513
+ type: "uint256",
514
+ },
515
+ ],
516
+ name: "initializeBill",
517
+ outputs: [],
518
+ stateMutability: "nonpayable",
519
+ type: "function",
520
+ },
521
+ {
522
+ inputs: [],
523
+ name: "lastDecay",
524
+ outputs: [
525
+ {
526
+ internalType: "uint256",
527
+ name: "",
528
+ type: "uint256",
529
+ },
530
+ ],
531
+ stateMutability: "view",
532
+ type: "function",
533
+ },
534
+ {
535
+ inputs: [],
536
+ name: "maxPayout",
537
+ outputs: [
538
+ {
539
+ internalType: "uint256",
540
+ name: "",
541
+ type: "uint256",
542
+ },
543
+ ],
544
+ stateMutability: "view",
545
+ type: "function",
546
+ },
547
+ {
548
+ inputs: [],
549
+ name: "paySubsidy",
550
+ outputs: [
551
+ {
552
+ internalType: "uint256",
553
+ name: "payoutSinceLastSubsidy_",
554
+ type: "uint256",
555
+ },
556
+ ],
557
+ stateMutability: "nonpayable",
558
+ type: "function",
559
+ },
560
+ {
561
+ inputs: [
562
+ {
563
+ internalType: "uint256",
564
+ name: "_value",
565
+ type: "uint256",
566
+ },
567
+ ],
568
+ name: "payoutFor",
569
+ outputs: [
570
+ {
571
+ internalType: "uint256",
572
+ name: "_payout",
573
+ type: "uint256",
574
+ },
575
+ {
576
+ internalType: "uint256",
577
+ name: "_fee",
578
+ type: "uint256",
579
+ },
580
+ ],
581
+ stateMutability: "view",
582
+ type: "function",
583
+ },
584
+ {
585
+ inputs: [],
586
+ name: "payoutSinceLastSubsidy",
587
+ outputs: [
588
+ {
589
+ internalType: "uint256",
590
+ name: "",
591
+ type: "uint256",
592
+ },
593
+ ],
594
+ stateMutability: "view",
595
+ type: "function",
596
+ },
597
+ {
598
+ inputs: [],
599
+ name: "payoutToken",
600
+ outputs: [
601
+ {
602
+ internalType: "contract IERC20Metadata",
603
+ name: "",
604
+ type: "address",
605
+ },
606
+ ],
607
+ stateMutability: "view",
608
+ type: "function",
609
+ },
610
+ {
611
+ inputs: [
612
+ {
613
+ internalType: "uint256",
614
+ name: "_billId",
615
+ type: "uint256",
616
+ },
617
+ ],
618
+ name: "pendingPayoutFor",
619
+ outputs: [
620
+ {
621
+ internalType: "uint256",
622
+ name: "pendingPayout_",
623
+ type: "uint256",
624
+ },
625
+ ],
626
+ stateMutability: "view",
627
+ type: "function",
628
+ },
629
+ {
630
+ inputs: [
631
+ {
632
+ internalType: "uint256",
633
+ name: "_billId",
634
+ type: "uint256",
635
+ },
636
+ ],
637
+ name: "percentVestedFor",
638
+ outputs: [
639
+ {
640
+ internalType: "uint256",
641
+ name: "percentVested_",
642
+ type: "uint256",
643
+ },
644
+ ],
645
+ stateMutability: "view",
646
+ type: "function",
647
+ },
648
+ {
649
+ inputs: [],
650
+ name: "policy",
651
+ outputs: [
652
+ {
653
+ internalType: "address",
654
+ name: "",
655
+ type: "address",
656
+ },
657
+ ],
658
+ stateMutability: "view",
659
+ type: "function",
660
+ },
661
+ {
662
+ inputs: [],
663
+ name: "principalToken",
664
+ outputs: [
665
+ {
666
+ internalType: "contract IERC20",
667
+ name: "",
668
+ type: "address",
669
+ },
670
+ ],
671
+ stateMutability: "view",
672
+ type: "function",
673
+ },
674
+ {
675
+ inputs: [],
676
+ name: "pullPolicy",
677
+ outputs: [],
678
+ stateMutability: "nonpayable",
679
+ type: "function",
680
+ },
681
+ {
682
+ inputs: [
683
+ {
684
+ internalType: "address",
685
+ name: "newPolicy_",
686
+ type: "address",
687
+ },
688
+ ],
689
+ name: "pushPolicy",
690
+ outputs: [],
691
+ stateMutability: "nonpayable",
692
+ type: "function",
693
+ },
694
+ {
695
+ inputs: [
696
+ {
697
+ internalType: "uint256",
698
+ name: "_billId",
699
+ type: "uint256",
700
+ },
701
+ ],
702
+ name: "redeem",
703
+ outputs: [
704
+ {
705
+ internalType: "uint256",
706
+ name: "",
707
+ type: "uint256",
708
+ },
709
+ ],
710
+ stateMutability: "nonpayable",
711
+ type: "function",
712
+ },
713
+ {
714
+ inputs: [],
715
+ name: "renouncePolicy",
716
+ outputs: [],
717
+ stateMutability: "nonpayable",
718
+ type: "function",
719
+ },
720
+ {
721
+ inputs: [
722
+ {
723
+ internalType: "bool",
724
+ name: "_addition",
725
+ type: "bool",
726
+ },
727
+ {
728
+ internalType: "uint256",
729
+ name: "_increment",
730
+ type: "uint256",
731
+ },
732
+ {
733
+ internalType: "uint256",
734
+ name: "_target",
735
+ type: "uint256",
736
+ },
737
+ {
738
+ internalType: "uint256",
739
+ name: "_buffer",
740
+ type: "uint256",
741
+ },
742
+ ],
743
+ name: "setAdjustment",
744
+ outputs: [],
745
+ stateMutability: "nonpayable",
746
+ type: "function",
747
+ },
748
+ {
749
+ inputs: [
750
+ {
751
+ internalType: "enum CustomBill.PARAMETER",
752
+ name: "_parameter",
753
+ type: "uint8",
754
+ },
755
+ {
756
+ internalType: "uint256",
757
+ name: "_input",
758
+ type: "uint256",
759
+ },
760
+ ],
761
+ name: "setBillTerms",
762
+ outputs: [],
763
+ stateMutability: "nonpayable",
764
+ type: "function",
765
+ },
766
+ {
767
+ inputs: [],
768
+ name: "subsidyRouter",
769
+ outputs: [
770
+ {
771
+ internalType: "address",
772
+ name: "",
773
+ type: "address",
774
+ },
775
+ ],
776
+ stateMutability: "view",
777
+ type: "function",
778
+ },
779
+ {
780
+ inputs: [],
781
+ name: "terms",
782
+ outputs: [
783
+ {
784
+ internalType: "uint256",
785
+ name: "controlVariable",
786
+ type: "uint256",
787
+ },
788
+ {
789
+ internalType: "uint256",
790
+ name: "vestingTerm",
791
+ type: "uint256",
792
+ },
793
+ {
794
+ internalType: "uint256",
795
+ name: "minimumPrice",
796
+ type: "uint256",
797
+ },
798
+ {
799
+ internalType: "uint256",
800
+ name: "maxPayout",
801
+ type: "uint256",
802
+ },
803
+ {
804
+ internalType: "uint256",
805
+ name: "maxDebt",
806
+ type: "uint256",
807
+ },
808
+ ],
809
+ stateMutability: "view",
810
+ type: "function",
811
+ },
812
+ {
813
+ inputs: [],
814
+ name: "totalDebt",
815
+ outputs: [
816
+ {
817
+ internalType: "uint256",
818
+ name: "",
819
+ type: "uint256",
820
+ },
821
+ ],
822
+ stateMutability: "view",
823
+ type: "function",
824
+ },
825
+ {
826
+ inputs: [],
827
+ name: "totalPayoutGiven",
828
+ outputs: [
829
+ {
830
+ internalType: "uint256",
831
+ name: "",
832
+ type: "uint256",
833
+ },
834
+ ],
835
+ stateMutability: "view",
836
+ type: "function",
837
+ },
838
+ {
839
+ inputs: [],
840
+ name: "totalPrincipalBilled",
841
+ outputs: [
842
+ {
843
+ internalType: "uint256",
844
+ name: "",
845
+ type: "uint256",
846
+ },
847
+ ],
848
+ stateMutability: "view",
849
+ type: "function",
850
+ },
851
+ {
852
+ inputs: [],
853
+ name: "treasury",
854
+ outputs: [
855
+ {
856
+ internalType: "address",
857
+ name: "",
858
+ type: "address",
859
+ },
860
+ ],
861
+ stateMutability: "view",
862
+ type: "function",
863
+ },
864
+ {
865
+ inputs: [],
866
+ name: "trueBillPrice",
867
+ outputs: [
868
+ {
869
+ internalType: "uint256",
870
+ name: "price_",
871
+ type: "uint256",
872
+ },
873
+ ],
874
+ stateMutability: "view",
875
+ type: "function",
876
+ },
877
+ {
878
+ inputs: [],
879
+ name: "userBillIds",
880
+ outputs: [
881
+ {
882
+ internalType: "uint256[]",
883
+ name: "",
884
+ type: "uint256[]",
885
+ },
886
+ ],
887
+ stateMutability: "view",
888
+ type: "function",
889
+ },
890
+ {
891
+ inputs: [],
892
+ name: "maxTotalPayout",
893
+ outputs: [
894
+ {
895
+ internalType: "uint256",
896
+ name: "",
897
+ type: "uint256",
898
+ },
899
+ ],
900
+ stateMutability: "view",
901
+ type: "function",
902
+ },
903
+ {
904
+ inputs: [],
905
+ name: "getMaxTotalPayout",
906
+ outputs: [
907
+ {
908
+ internalType: "uint256",
909
+ name: "",
910
+ type: "uint256",
911
+ },
912
+ ],
913
+ stateMutability: "view",
914
+ type: "function",
915
+ },
916
+ {
917
+ inputs: [
918
+ {
919
+ internalType: "uint256",
920
+ name: "_billId",
921
+ type: "uint256",
922
+ },
923
+ ],
924
+ name: "pendingPayout",
925
+ outputs: [
926
+ {
927
+ internalType: "uint256",
928
+ name: "pendingPayout_",
929
+ type: "uint256",
930
+ },
931
+ ],
932
+ stateMutability: "view",
933
+ type: "function",
934
+ },
935
+ {
936
+ inputs: [
937
+ {
938
+ internalType: "uint256",
939
+ name: "_billId",
940
+ type: "uint256",
941
+ },
942
+ ],
943
+ name: "pendingVesting",
944
+ outputs: [
945
+ {
946
+ internalType: "uint256",
947
+ name: "pendingVesting_",
948
+ type: "uint256",
949
+ },
950
+ ],
951
+ stateMutability: "view",
952
+ type: "function",
953
+ },
954
+ {
955
+ inputs: [
956
+ {
957
+ internalType: "uint256",
958
+ name: "billId",
959
+ type: "uint256",
960
+ },
961
+ ],
962
+ name: "getBillInfo",
963
+ outputs: [
964
+ {
965
+ components: [
966
+ {
967
+ internalType: "uint256",
968
+ name: "payout",
969
+ type: "uint256",
970
+ },
971
+ {
972
+ internalType: "uint256",
973
+ name: "payoutClaimed",
974
+ type: "uint256",
975
+ },
976
+ {
977
+ internalType: "uint256",
978
+ name: "vesting",
979
+ type: "uint256",
980
+ },
981
+ {
982
+ internalType: "uint256",
983
+ name: "vestingTerm",
984
+ type: "uint256",
985
+ },
986
+ {
987
+ internalType: "uint256",
988
+ name: "vestingStartTimestamp",
989
+ type: "uint256",
990
+ },
991
+ {
992
+ internalType: "uint256",
993
+ name: "lastClaimTimestamp",
994
+ type: "uint256",
995
+ },
996
+ {
997
+ internalType: "uint256",
998
+ name: "truePricePaid",
999
+ type: "uint256",
1000
+ },
1001
+ ],
1002
+ internalType: "struct ICustomBill.Bill",
1003
+ name: "",
1004
+ type: "tuple",
1005
+ },
1006
+ ],
1007
+ stateMutability: "view",
1008
+ type: "function",
1009
+ },
1010
+ {
1011
+ inputs: [
1012
+ {
1013
+ internalType: "uint256",
1014
+ name: "_billId",
1015
+ type: "uint256",
1016
+ },
1017
+ ],
1018
+ name: "claimablePayout",
1019
+ outputs: [
1020
+ {
1021
+ internalType: "uint256",
1022
+ name: "claimablePayout_",
1023
+ type: "uint256",
1024
+ },
1025
+ ],
1026
+ stateMutability: "view",
1027
+ type: "function",
1028
+ },
1029
+ ];
1030
+ var Bond__factory = /** @class */ (function () {
1031
+ function Bond__factory() {
1032
+ }
1033
+ Bond__factory.createInterface = function () {
1034
+ return new utils.Interface(_abi);
1035
+ };
1036
+ Bond__factory.connect = function (address, signerOrProvider) {
1037
+ return new Contract(address, _abi, signerOrProvider);
1038
+ };
1039
+ Bond__factory.abi = _abi;
1040
+ return Bond__factory;
1041
+ }());
1042
+ export { Bond__factory };