@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,2215 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ var _abi = [
6
+ {
7
+ inputs: [],
8
+ stateMutability: "nonpayable",
9
+ type: "constructor",
10
+ },
11
+ {
12
+ inputs: [],
13
+ name: "AlreadyVoted",
14
+ type: "error",
15
+ },
16
+ {
17
+ inputs: [
18
+ {
19
+ internalType: "address",
20
+ name: "sender",
21
+ type: "address",
22
+ },
23
+ {
24
+ internalType: "uint256",
25
+ name: "tokenId",
26
+ type: "uint256",
27
+ },
28
+ {
29
+ internalType: "address",
30
+ name: "owner",
31
+ type: "address",
32
+ },
33
+ ],
34
+ name: "ERC721IncorrectOwner",
35
+ type: "error",
36
+ },
37
+ {
38
+ inputs: [
39
+ {
40
+ internalType: "address",
41
+ name: "operator",
42
+ type: "address",
43
+ },
44
+ {
45
+ internalType: "uint256",
46
+ name: "tokenId",
47
+ type: "uint256",
48
+ },
49
+ ],
50
+ name: "ERC721InsufficientApproval",
51
+ type: "error",
52
+ },
53
+ {
54
+ inputs: [
55
+ {
56
+ internalType: "address",
57
+ name: "approver",
58
+ type: "address",
59
+ },
60
+ ],
61
+ name: "ERC721InvalidApprover",
62
+ type: "error",
63
+ },
64
+ {
65
+ inputs: [
66
+ {
67
+ internalType: "address",
68
+ name: "operator",
69
+ type: "address",
70
+ },
71
+ ],
72
+ name: "ERC721InvalidOperator",
73
+ type: "error",
74
+ },
75
+ {
76
+ inputs: [
77
+ {
78
+ internalType: "address",
79
+ name: "owner",
80
+ type: "address",
81
+ },
82
+ ],
83
+ name: "ERC721InvalidOwner",
84
+ type: "error",
85
+ },
86
+ {
87
+ inputs: [
88
+ {
89
+ internalType: "address",
90
+ name: "receiver",
91
+ type: "address",
92
+ },
93
+ ],
94
+ name: "ERC721InvalidReceiver",
95
+ type: "error",
96
+ },
97
+ {
98
+ inputs: [
99
+ {
100
+ internalType: "address",
101
+ name: "sender",
102
+ type: "address",
103
+ },
104
+ ],
105
+ name: "ERC721InvalidSender",
106
+ type: "error",
107
+ },
108
+ {
109
+ inputs: [
110
+ {
111
+ internalType: "uint256",
112
+ name: "tokenId",
113
+ type: "uint256",
114
+ },
115
+ ],
116
+ name: "ERC721NonexistentToken",
117
+ type: "error",
118
+ },
119
+ {
120
+ inputs: [],
121
+ name: "InvalidDelegatee",
122
+ type: "error",
123
+ },
124
+ {
125
+ inputs: [],
126
+ name: "InvalidNonce",
127
+ type: "error",
128
+ },
129
+ {
130
+ inputs: [],
131
+ name: "InvalidSignature",
132
+ type: "error",
133
+ },
134
+ {
135
+ inputs: [],
136
+ name: "InvalidSignatureS",
137
+ type: "error",
138
+ },
139
+ {
140
+ inputs: [],
141
+ name: "InvalidWeights",
142
+ type: "error",
143
+ },
144
+ {
145
+ inputs: [],
146
+ name: "LockDurationNotInFuture",
147
+ type: "error",
148
+ },
149
+ {
150
+ inputs: [],
151
+ name: "LockDurationTooLong",
152
+ type: "error",
153
+ },
154
+ {
155
+ inputs: [],
156
+ name: "LockExpired",
157
+ type: "error",
158
+ },
159
+ {
160
+ inputs: [],
161
+ name: "LockHoldsValue",
162
+ type: "error",
163
+ },
164
+ {
165
+ inputs: [],
166
+ name: "LockNotExpired",
167
+ type: "error",
168
+ },
169
+ {
170
+ inputs: [],
171
+ name: "NoLockFound",
172
+ type: "error",
173
+ },
174
+ {
175
+ inputs: [],
176
+ name: "NotLockOwner",
177
+ type: "error",
178
+ },
179
+ {
180
+ inputs: [],
181
+ name: "NotPermanentLock",
182
+ type: "error",
183
+ },
184
+ {
185
+ inputs: [],
186
+ name: "PermanentLock",
187
+ type: "error",
188
+ },
189
+ {
190
+ inputs: [],
191
+ name: "PermanentLockMismatch",
192
+ type: "error",
193
+ },
194
+ {
195
+ inputs: [],
196
+ name: "SafeCastOverflow",
197
+ type: "error",
198
+ },
199
+ {
200
+ inputs: [],
201
+ name: "SameNFT",
202
+ type: "error",
203
+ },
204
+ {
205
+ inputs: [],
206
+ name: "SignatureExpired",
207
+ type: "error",
208
+ },
209
+ {
210
+ inputs: [
211
+ {
212
+ internalType: "uint256",
213
+ name: "expiry",
214
+ type: "uint256",
215
+ },
216
+ ],
217
+ name: "VotesExpiredSignature",
218
+ type: "error",
219
+ },
220
+ {
221
+ inputs: [],
222
+ name: "ZeroAmount",
223
+ type: "error",
224
+ },
225
+ {
226
+ anonymous: false,
227
+ inputs: [
228
+ {
229
+ indexed: true,
230
+ internalType: "address",
231
+ name: "owner",
232
+ type: "address",
233
+ },
234
+ {
235
+ indexed: true,
236
+ internalType: "address",
237
+ name: "approved",
238
+ type: "address",
239
+ },
240
+ {
241
+ indexed: true,
242
+ internalType: "uint256",
243
+ name: "tokenId",
244
+ type: "uint256",
245
+ },
246
+ ],
247
+ name: "Approval",
248
+ type: "event",
249
+ },
250
+ {
251
+ anonymous: false,
252
+ inputs: [
253
+ {
254
+ indexed: true,
255
+ internalType: "address",
256
+ name: "owner",
257
+ type: "address",
258
+ },
259
+ {
260
+ indexed: true,
261
+ internalType: "address",
262
+ name: "operator",
263
+ type: "address",
264
+ },
265
+ {
266
+ indexed: false,
267
+ internalType: "bool",
268
+ name: "approved",
269
+ type: "bool",
270
+ },
271
+ ],
272
+ name: "ApprovalForAll",
273
+ type: "event",
274
+ },
275
+ {
276
+ anonymous: false,
277
+ inputs: [
278
+ {
279
+ indexed: true,
280
+ internalType: "address",
281
+ name: "owner",
282
+ type: "address",
283
+ },
284
+ {
285
+ indexed: true,
286
+ internalType: "address",
287
+ name: "spender",
288
+ type: "address",
289
+ },
290
+ {
291
+ indexed: true,
292
+ internalType: "uint256",
293
+ name: "tokenId",
294
+ type: "uint256",
295
+ },
296
+ {
297
+ indexed: false,
298
+ internalType: "bool",
299
+ name: "approved",
300
+ type: "bool",
301
+ },
302
+ ],
303
+ name: "ClaimApproval",
304
+ type: "event",
305
+ },
306
+ {
307
+ anonymous: false,
308
+ inputs: [
309
+ {
310
+ indexed: true,
311
+ internalType: "address",
312
+ name: "owner",
313
+ type: "address",
314
+ },
315
+ {
316
+ indexed: true,
317
+ internalType: "address",
318
+ name: "spender",
319
+ type: "address",
320
+ },
321
+ {
322
+ indexed: false,
323
+ internalType: "bool",
324
+ name: "approved",
325
+ type: "bool",
326
+ },
327
+ ],
328
+ name: "ClaimApprovalForAll",
329
+ type: "event",
330
+ },
331
+ {
332
+ anonymous: false,
333
+ inputs: [
334
+ {
335
+ indexed: true,
336
+ internalType: "address",
337
+ name: "delegator",
338
+ type: "address",
339
+ },
340
+ {
341
+ indexed: true,
342
+ internalType: "address",
343
+ name: "fromDelegate",
344
+ type: "address",
345
+ },
346
+ {
347
+ indexed: true,
348
+ internalType: "address",
349
+ name: "toDelegate",
350
+ type: "address",
351
+ },
352
+ ],
353
+ name: "DelegateChanged",
354
+ type: "event",
355
+ },
356
+ {
357
+ anonymous: false,
358
+ inputs: [
359
+ {
360
+ indexed: true,
361
+ internalType: "address",
362
+ name: "delegate",
363
+ type: "address",
364
+ },
365
+ {
366
+ indexed: false,
367
+ internalType: "uint256",
368
+ name: "previousBalance",
369
+ type: "uint256",
370
+ },
371
+ {
372
+ indexed: false,
373
+ internalType: "uint256",
374
+ name: "newBalance",
375
+ type: "uint256",
376
+ },
377
+ ],
378
+ name: "DelegateVotesChanged",
379
+ type: "event",
380
+ },
381
+ {
382
+ anonymous: false,
383
+ inputs: [],
384
+ name: "EIP712DomainChanged",
385
+ type: "event",
386
+ },
387
+ {
388
+ anonymous: false,
389
+ inputs: [
390
+ {
391
+ indexed: false,
392
+ internalType: "uint8",
393
+ name: "version",
394
+ type: "uint8",
395
+ },
396
+ ],
397
+ name: "Initialized",
398
+ type: "event",
399
+ },
400
+ {
401
+ anonymous: false,
402
+ inputs: [
403
+ {
404
+ indexed: true,
405
+ internalType: "uint256",
406
+ name: "tokenId",
407
+ type: "uint256",
408
+ },
409
+ {
410
+ indexed: false,
411
+ internalType: "uint256",
412
+ name: "value",
413
+ type: "uint256",
414
+ },
415
+ ],
416
+ name: "LockAmountIncreased",
417
+ type: "event",
418
+ },
419
+ {
420
+ anonymous: false,
421
+ inputs: [
422
+ {
423
+ indexed: true,
424
+ internalType: "uint256",
425
+ name: "tokenId",
426
+ type: "uint256",
427
+ },
428
+ {
429
+ indexed: true,
430
+ internalType: "address",
431
+ name: "to",
432
+ type: "address",
433
+ },
434
+ {
435
+ indexed: false,
436
+ internalType: "uint256",
437
+ name: "value",
438
+ type: "uint256",
439
+ },
440
+ {
441
+ indexed: false,
442
+ internalType: "uint256",
443
+ name: "unlockTime",
444
+ type: "uint256",
445
+ },
446
+ {
447
+ indexed: false,
448
+ internalType: "bool",
449
+ name: "isPermanent",
450
+ type: "bool",
451
+ },
452
+ ],
453
+ name: "LockCreated",
454
+ type: "event",
455
+ },
456
+ {
457
+ anonymous: false,
458
+ inputs: [
459
+ {
460
+ indexed: true,
461
+ internalType: "uint256",
462
+ name: "tokenId",
463
+ type: "uint256",
464
+ },
465
+ {
466
+ indexed: true,
467
+ internalType: "address",
468
+ name: "delegator",
469
+ type: "address",
470
+ },
471
+ {
472
+ indexed: false,
473
+ internalType: "address",
474
+ name: "fromDelegate",
475
+ type: "address",
476
+ },
477
+ {
478
+ indexed: true,
479
+ internalType: "address",
480
+ name: "toDelegate",
481
+ type: "address",
482
+ },
483
+ ],
484
+ name: "LockDelegateChanged",
485
+ type: "event",
486
+ },
487
+ {
488
+ anonymous: false,
489
+ inputs: [
490
+ {
491
+ indexed: true,
492
+ internalType: "uint256",
493
+ name: "tokenId",
494
+ type: "uint256",
495
+ },
496
+ {
497
+ indexed: false,
498
+ internalType: "uint256",
499
+ name: "newUnlockTime",
500
+ type: "uint256",
501
+ },
502
+ {
503
+ indexed: false,
504
+ internalType: "bool",
505
+ name: "isPermanent",
506
+ type: "bool",
507
+ },
508
+ ],
509
+ name: "LockDurationExtended",
510
+ type: "event",
511
+ },
512
+ {
513
+ anonymous: false,
514
+ inputs: [
515
+ {
516
+ indexed: true,
517
+ internalType: "uint256",
518
+ name: "fromTokenId",
519
+ type: "uint256",
520
+ },
521
+ {
522
+ indexed: true,
523
+ internalType: "uint256",
524
+ name: "toTokenId",
525
+ type: "uint256",
526
+ },
527
+ {
528
+ indexed: false,
529
+ internalType: "uint256",
530
+ name: "totalValue",
531
+ type: "uint256",
532
+ },
533
+ {
534
+ indexed: false,
535
+ internalType: "uint256",
536
+ name: "unlockTime",
537
+ type: "uint256",
538
+ },
539
+ {
540
+ indexed: false,
541
+ internalType: "bool",
542
+ name: "isPermanent",
543
+ type: "bool",
544
+ },
545
+ ],
546
+ name: "LockMerged",
547
+ type: "event",
548
+ },
549
+ {
550
+ anonymous: false,
551
+ inputs: [
552
+ {
553
+ indexed: false,
554
+ internalType: "uint256[]",
555
+ name: "splitWeights",
556
+ type: "uint256[]",
557
+ },
558
+ {
559
+ indexed: true,
560
+ internalType: "uint256",
561
+ name: "_tokenId",
562
+ type: "uint256",
563
+ },
564
+ ],
565
+ name: "LockSplit",
566
+ type: "event",
567
+ },
568
+ {
569
+ anonymous: false,
570
+ inputs: [
571
+ {
572
+ indexed: true,
573
+ internalType: "uint256",
574
+ name: "tokenId",
575
+ type: "uint256",
576
+ },
577
+ {
578
+ indexed: false,
579
+ internalType: "uint256",
580
+ name: "value",
581
+ type: "uint256",
582
+ },
583
+ {
584
+ indexed: false,
585
+ internalType: "uint256",
586
+ name: "unlockTime",
587
+ type: "uint256",
588
+ },
589
+ {
590
+ indexed: false,
591
+ internalType: "bool",
592
+ name: "isPermanent",
593
+ type: "bool",
594
+ },
595
+ ],
596
+ name: "LockUpdated",
597
+ type: "event",
598
+ },
599
+ {
600
+ anonymous: false,
601
+ inputs: [
602
+ {
603
+ indexed: true,
604
+ internalType: "uint256",
605
+ name: "tokenId",
606
+ type: "uint256",
607
+ },
608
+ {
609
+ indexed: true,
610
+ internalType: "address",
611
+ name: "recipient",
612
+ type: "address",
613
+ },
614
+ {
615
+ indexed: false,
616
+ internalType: "uint256",
617
+ name: "claimAmount",
618
+ type: "uint256",
619
+ },
620
+ ],
621
+ name: "PayoutClaimed",
622
+ type: "event",
623
+ },
624
+ {
625
+ anonymous: false,
626
+ inputs: [
627
+ {
628
+ indexed: false,
629
+ internalType: "uint256",
630
+ name: "oldSupply",
631
+ type: "uint256",
632
+ },
633
+ {
634
+ indexed: false,
635
+ internalType: "uint256",
636
+ name: "newSupply",
637
+ type: "uint256",
638
+ },
639
+ ],
640
+ name: "SupplyUpdated",
641
+ type: "event",
642
+ },
643
+ {
644
+ anonymous: false,
645
+ inputs: [
646
+ {
647
+ indexed: true,
648
+ internalType: "address",
649
+ name: "from",
650
+ type: "address",
651
+ },
652
+ {
653
+ indexed: true,
654
+ internalType: "address",
655
+ name: "to",
656
+ type: "address",
657
+ },
658
+ {
659
+ indexed: true,
660
+ internalType: "uint256",
661
+ name: "tokenId",
662
+ type: "uint256",
663
+ },
664
+ ],
665
+ name: "Transfer",
666
+ type: "event",
667
+ },
668
+ {
669
+ anonymous: false,
670
+ inputs: [
671
+ {
672
+ indexed: true,
673
+ internalType: "uint256",
674
+ name: "tokenId",
675
+ type: "uint256",
676
+ },
677
+ {
678
+ indexed: true,
679
+ internalType: "address",
680
+ name: "sender",
681
+ type: "address",
682
+ },
683
+ {
684
+ indexed: false,
685
+ internalType: "uint256",
686
+ name: "unlockTime",
687
+ type: "uint256",
688
+ },
689
+ ],
690
+ name: "UnlockPermanent",
691
+ type: "event",
692
+ },
693
+ {
694
+ inputs: [],
695
+ name: "DELEGATION_TYPEHASH",
696
+ outputs: [
697
+ {
698
+ internalType: "bytes32",
699
+ name: "",
700
+ type: "bytes32",
701
+ },
702
+ ],
703
+ stateMutability: "view",
704
+ type: "function",
705
+ },
706
+ {
707
+ inputs: [
708
+ {
709
+ internalType: "uint256",
710
+ name: "",
711
+ type: "uint256",
712
+ },
713
+ ],
714
+ name: "_lockDetails",
715
+ outputs: [
716
+ {
717
+ internalType: "uint256",
718
+ name: "amount",
719
+ type: "uint256",
720
+ },
721
+ {
722
+ internalType: "uint256",
723
+ name: "startTime",
724
+ type: "uint256",
725
+ },
726
+ {
727
+ internalType: "uint256",
728
+ name: "endTime",
729
+ type: "uint256",
730
+ },
731
+ {
732
+ internalType: "bool",
733
+ name: "isPermanent",
734
+ type: "bool",
735
+ },
736
+ ],
737
+ stateMutability: "view",
738
+ type: "function",
739
+ },
740
+ {
741
+ inputs: [],
742
+ name: "_token",
743
+ outputs: [
744
+ {
745
+ internalType: "contract IERC20Upgradeable",
746
+ name: "",
747
+ type: "address",
748
+ },
749
+ ],
750
+ stateMutability: "view",
751
+ type: "function",
752
+ },
753
+ {
754
+ inputs: [
755
+ {
756
+ internalType: "address",
757
+ name: "to",
758
+ type: "address",
759
+ },
760
+ {
761
+ internalType: "uint256",
762
+ name: "tokenId",
763
+ type: "uint256",
764
+ },
765
+ ],
766
+ name: "approve",
767
+ outputs: [],
768
+ stateMutability: "nonpayable",
769
+ type: "function",
770
+ },
771
+ {
772
+ inputs: [],
773
+ name: "artProxy",
774
+ outputs: [
775
+ {
776
+ internalType: "address",
777
+ name: "",
778
+ type: "address",
779
+ },
780
+ ],
781
+ stateMutability: "view",
782
+ type: "function",
783
+ },
784
+ {
785
+ inputs: [
786
+ {
787
+ internalType: "address",
788
+ name: "owner",
789
+ type: "address",
790
+ },
791
+ ],
792
+ name: "balanceOf",
793
+ outputs: [
794
+ {
795
+ internalType: "uint256",
796
+ name: "",
797
+ type: "uint256",
798
+ },
799
+ ],
800
+ stateMutability: "view",
801
+ type: "function",
802
+ },
803
+ {
804
+ inputs: [
805
+ {
806
+ internalType: "uint256",
807
+ name: "_tokenId",
808
+ type: "uint256",
809
+ },
810
+ ],
811
+ name: "balanceOfNFT",
812
+ outputs: [
813
+ {
814
+ internalType: "uint256",
815
+ name: "",
816
+ type: "uint256",
817
+ },
818
+ ],
819
+ stateMutability: "view",
820
+ type: "function",
821
+ },
822
+ {
823
+ inputs: [
824
+ {
825
+ internalType: "uint256",
826
+ name: "_tokenId",
827
+ type: "uint256",
828
+ },
829
+ {
830
+ internalType: "uint256",
831
+ name: "_timestamp",
832
+ type: "uint256",
833
+ },
834
+ ],
835
+ name: "balanceOfNFTAt",
836
+ outputs: [
837
+ {
838
+ internalType: "uint256",
839
+ name: "",
840
+ type: "uint256",
841
+ },
842
+ ],
843
+ stateMutability: "view",
844
+ type: "function",
845
+ },
846
+ {
847
+ inputs: [
848
+ {
849
+ internalType: "uint256",
850
+ name: "_tokenId",
851
+ type: "uint256",
852
+ },
853
+ ],
854
+ name: "burn",
855
+ outputs: [],
856
+ stateMutability: "nonpayable",
857
+ type: "function",
858
+ },
859
+ {
860
+ inputs: [],
861
+ name: "checkpoint",
862
+ outputs: [],
863
+ stateMutability: "nonpayable",
864
+ type: "function",
865
+ },
866
+ {
867
+ inputs: [
868
+ {
869
+ internalType: "address",
870
+ name: "_delegateeAddress",
871
+ type: "address",
872
+ },
873
+ ],
874
+ name: "checkpointDelegatee",
875
+ outputs: [],
876
+ stateMutability: "nonpayable",
877
+ type: "function",
878
+ },
879
+ {
880
+ inputs: [
881
+ {
882
+ internalType: "uint256",
883
+ name: "_tokenId",
884
+ type: "uint256",
885
+ },
886
+ ],
887
+ name: "claim",
888
+ outputs: [],
889
+ stateMutability: "nonpayable",
890
+ type: "function",
891
+ },
892
+ {
893
+ inputs: [
894
+ {
895
+ internalType: "uint256",
896
+ name: "tokenId",
897
+ type: "uint256",
898
+ },
899
+ ],
900
+ name: "claimablePayout",
901
+ outputs: [
902
+ {
903
+ internalType: "uint256",
904
+ name: "payout",
905
+ type: "uint256",
906
+ },
907
+ ],
908
+ stateMutability: "view",
909
+ type: "function",
910
+ },
911
+ {
912
+ inputs: [
913
+ {
914
+ internalType: "uint256",
915
+ name: "tokenId",
916
+ type: "uint256",
917
+ },
918
+ ],
919
+ name: "claimedPayout",
920
+ outputs: [
921
+ {
922
+ internalType: "uint256",
923
+ name: "payout",
924
+ type: "uint256",
925
+ },
926
+ ],
927
+ stateMutability: "view",
928
+ type: "function",
929
+ },
930
+ {
931
+ inputs: [
932
+ {
933
+ internalType: "uint256",
934
+ name: "_value",
935
+ type: "uint256",
936
+ },
937
+ {
938
+ internalType: "uint256",
939
+ name: "_lockDuration",
940
+ type: "uint256",
941
+ },
942
+ {
943
+ internalType: "address",
944
+ name: "_to",
945
+ type: "address",
946
+ },
947
+ {
948
+ internalType: "address",
949
+ name: "_delegatee",
950
+ type: "address",
951
+ },
952
+ {
953
+ internalType: "bool",
954
+ name: "_permanent",
955
+ type: "bool",
956
+ },
957
+ ],
958
+ name: "createDelegatedLockFor",
959
+ outputs: [
960
+ {
961
+ internalType: "uint256",
962
+ name: "",
963
+ type: "uint256",
964
+ },
965
+ ],
966
+ stateMutability: "nonpayable",
967
+ type: "function",
968
+ },
969
+ {
970
+ inputs: [
971
+ {
972
+ internalType: "uint256",
973
+ name: "_value",
974
+ type: "uint256",
975
+ },
976
+ {
977
+ internalType: "uint256",
978
+ name: "_lockDuration",
979
+ type: "uint256",
980
+ },
981
+ {
982
+ internalType: "bool",
983
+ name: "_permanent",
984
+ type: "bool",
985
+ },
986
+ ],
987
+ name: "createLock",
988
+ outputs: [
989
+ {
990
+ internalType: "uint256",
991
+ name: "",
992
+ type: "uint256",
993
+ },
994
+ ],
995
+ stateMutability: "nonpayable",
996
+ type: "function",
997
+ },
998
+ {
999
+ inputs: [
1000
+ {
1001
+ internalType: "uint256",
1002
+ name: "_value",
1003
+ type: "uint256",
1004
+ },
1005
+ {
1006
+ internalType: "uint256",
1007
+ name: "_lockDuration",
1008
+ type: "uint256",
1009
+ },
1010
+ {
1011
+ internalType: "address",
1012
+ name: "_to",
1013
+ type: "address",
1014
+ },
1015
+ {
1016
+ internalType: "bool",
1017
+ name: "_permanent",
1018
+ type: "bool",
1019
+ },
1020
+ ],
1021
+ name: "createLockFor",
1022
+ outputs: [
1023
+ {
1024
+ internalType: "uint256",
1025
+ name: "",
1026
+ type: "uint256",
1027
+ },
1028
+ ],
1029
+ stateMutability: "nonpayable",
1030
+ type: "function",
1031
+ },
1032
+ {
1033
+ inputs: [],
1034
+ name: "decimals",
1035
+ outputs: [
1036
+ {
1037
+ internalType: "uint8",
1038
+ name: "",
1039
+ type: "uint8",
1040
+ },
1041
+ ],
1042
+ stateMutability: "view",
1043
+ type: "function",
1044
+ },
1045
+ {
1046
+ inputs: [
1047
+ {
1048
+ internalType: "uint256",
1049
+ name: "_tokenId",
1050
+ type: "uint256",
1051
+ },
1052
+ {
1053
+ internalType: "address",
1054
+ name: "delegatee",
1055
+ type: "address",
1056
+ },
1057
+ ],
1058
+ name: "delegate",
1059
+ outputs: [],
1060
+ stateMutability: "nonpayable",
1061
+ type: "function",
1062
+ },
1063
+ {
1064
+ inputs: [
1065
+ {
1066
+ internalType: "address",
1067
+ name: "delegatee",
1068
+ type: "address",
1069
+ },
1070
+ ],
1071
+ name: "delegate",
1072
+ outputs: [],
1073
+ stateMutability: "nonpayable",
1074
+ type: "function",
1075
+ },
1076
+ {
1077
+ inputs: [
1078
+ {
1079
+ internalType: "address",
1080
+ name: "delegatee",
1081
+ type: "address",
1082
+ },
1083
+ {
1084
+ internalType: "uint256",
1085
+ name: "nonce",
1086
+ type: "uint256",
1087
+ },
1088
+ {
1089
+ internalType: "uint256",
1090
+ name: "expiry",
1091
+ type: "uint256",
1092
+ },
1093
+ {
1094
+ internalType: "uint8",
1095
+ name: "v",
1096
+ type: "uint8",
1097
+ },
1098
+ {
1099
+ internalType: "bytes32",
1100
+ name: "r",
1101
+ type: "bytes32",
1102
+ },
1103
+ {
1104
+ internalType: "bytes32",
1105
+ name: "s",
1106
+ type: "bytes32",
1107
+ },
1108
+ ],
1109
+ name: "delegateBySig",
1110
+ outputs: [],
1111
+ stateMutability: "nonpayable",
1112
+ type: "function",
1113
+ },
1114
+ {
1115
+ inputs: [
1116
+ {
1117
+ internalType: "address",
1118
+ name: "_delegatee",
1119
+ type: "address",
1120
+ },
1121
+ {
1122
+ internalType: "uint256",
1123
+ name: "_timestamp",
1124
+ type: "uint256",
1125
+ },
1126
+ ],
1127
+ name: "delegateeSlopeChanges",
1128
+ outputs: [
1129
+ {
1130
+ internalType: "int128",
1131
+ name: "",
1132
+ type: "int128",
1133
+ },
1134
+ ],
1135
+ stateMutability: "view",
1136
+ type: "function",
1137
+ },
1138
+ {
1139
+ inputs: [
1140
+ {
1141
+ internalType: "uint256",
1142
+ name: "tokenId",
1143
+ type: "uint256",
1144
+ },
1145
+ {
1146
+ internalType: "uint48",
1147
+ name: "timestamp",
1148
+ type: "uint48",
1149
+ },
1150
+ ],
1151
+ name: "delegates",
1152
+ outputs: [
1153
+ {
1154
+ internalType: "address",
1155
+ name: "",
1156
+ type: "address",
1157
+ },
1158
+ ],
1159
+ stateMutability: "view",
1160
+ type: "function",
1161
+ },
1162
+ {
1163
+ inputs: [
1164
+ {
1165
+ internalType: "address",
1166
+ name: "account",
1167
+ type: "address",
1168
+ },
1169
+ ],
1170
+ name: "delegates",
1171
+ outputs: [
1172
+ {
1173
+ internalType: "address",
1174
+ name: "",
1175
+ type: "address",
1176
+ },
1177
+ ],
1178
+ stateMutability: "view",
1179
+ type: "function",
1180
+ },
1181
+ {
1182
+ inputs: [],
1183
+ name: "eip712Domain",
1184
+ outputs: [
1185
+ {
1186
+ internalType: "bytes1",
1187
+ name: "fields",
1188
+ type: "bytes1",
1189
+ },
1190
+ {
1191
+ internalType: "string",
1192
+ name: "name",
1193
+ type: "string",
1194
+ },
1195
+ {
1196
+ internalType: "string",
1197
+ name: "version",
1198
+ type: "string",
1199
+ },
1200
+ {
1201
+ internalType: "uint256",
1202
+ name: "chainId",
1203
+ type: "uint256",
1204
+ },
1205
+ {
1206
+ internalType: "address",
1207
+ name: "verifyingContract",
1208
+ type: "address",
1209
+ },
1210
+ {
1211
+ internalType: "bytes32",
1212
+ name: "salt",
1213
+ type: "bytes32",
1214
+ },
1215
+ {
1216
+ internalType: "uint256[]",
1217
+ name: "extensions",
1218
+ type: "uint256[]",
1219
+ },
1220
+ ],
1221
+ stateMutability: "view",
1222
+ type: "function",
1223
+ },
1224
+ {
1225
+ inputs: [
1226
+ {
1227
+ internalType: "address",
1228
+ name: "account",
1229
+ type: "address",
1230
+ },
1231
+ ],
1232
+ name: "getAccountDelegates",
1233
+ outputs: [
1234
+ {
1235
+ internalType: "address[]",
1236
+ name: "",
1237
+ type: "address[]",
1238
+ },
1239
+ ],
1240
+ stateMutability: "view",
1241
+ type: "function",
1242
+ },
1243
+ {
1244
+ inputs: [
1245
+ {
1246
+ internalType: "uint256",
1247
+ name: "tokenId",
1248
+ type: "uint256",
1249
+ },
1250
+ ],
1251
+ name: "getApproved",
1252
+ outputs: [
1253
+ {
1254
+ internalType: "address",
1255
+ name: "",
1256
+ type: "address",
1257
+ },
1258
+ ],
1259
+ stateMutability: "view",
1260
+ type: "function",
1261
+ },
1262
+ {
1263
+ inputs: [
1264
+ {
1265
+ internalType: "uint256",
1266
+ name: "tokenId",
1267
+ type: "uint256",
1268
+ },
1269
+ ],
1270
+ name: "getClaimApproved",
1271
+ outputs: [
1272
+ {
1273
+ internalType: "address",
1274
+ name: "operator",
1275
+ type: "address",
1276
+ },
1277
+ ],
1278
+ stateMutability: "view",
1279
+ type: "function",
1280
+ },
1281
+ {
1282
+ inputs: [
1283
+ {
1284
+ internalType: "uint256",
1285
+ name: "_tokenId",
1286
+ type: "uint256",
1287
+ },
1288
+ ],
1289
+ name: "getFirstEscrowPoint",
1290
+ outputs: [
1291
+ {
1292
+ components: [
1293
+ {
1294
+ internalType: "int128",
1295
+ name: "bias",
1296
+ type: "int128",
1297
+ },
1298
+ {
1299
+ internalType: "int128",
1300
+ name: "slope",
1301
+ type: "int128",
1302
+ },
1303
+ {
1304
+ internalType: "int128",
1305
+ name: "permanent",
1306
+ type: "int128",
1307
+ },
1308
+ ],
1309
+ internalType: "struct Checkpoints.Point",
1310
+ name: "",
1311
+ type: "tuple",
1312
+ },
1313
+ {
1314
+ internalType: "uint48",
1315
+ name: "",
1316
+ type: "uint48",
1317
+ },
1318
+ ],
1319
+ stateMutability: "view",
1320
+ type: "function",
1321
+ },
1322
+ {
1323
+ inputs: [
1324
+ {
1325
+ internalType: "uint256",
1326
+ name: "tokenId",
1327
+ type: "uint256",
1328
+ },
1329
+ ],
1330
+ name: "getLockDelegatee",
1331
+ outputs: [
1332
+ {
1333
+ internalType: "address",
1334
+ name: "",
1335
+ type: "address",
1336
+ },
1337
+ ],
1338
+ stateMutability: "view",
1339
+ type: "function",
1340
+ },
1341
+ {
1342
+ inputs: [
1343
+ {
1344
+ internalType: "uint256",
1345
+ name: "_tokenId",
1346
+ type: "uint256",
1347
+ },
1348
+ {
1349
+ internalType: "uint256",
1350
+ name: "_timestamp",
1351
+ type: "uint256",
1352
+ },
1353
+ ],
1354
+ name: "getPastEscrowPoint",
1355
+ outputs: [
1356
+ {
1357
+ components: [
1358
+ {
1359
+ internalType: "int128",
1360
+ name: "bias",
1361
+ type: "int128",
1362
+ },
1363
+ {
1364
+ internalType: "int128",
1365
+ name: "slope",
1366
+ type: "int128",
1367
+ },
1368
+ {
1369
+ internalType: "int128",
1370
+ name: "permanent",
1371
+ type: "int128",
1372
+ },
1373
+ ],
1374
+ internalType: "struct Checkpoints.Point",
1375
+ name: "",
1376
+ type: "tuple",
1377
+ },
1378
+ {
1379
+ internalType: "uint48",
1380
+ name: "",
1381
+ type: "uint48",
1382
+ },
1383
+ ],
1384
+ stateMutability: "view",
1385
+ type: "function",
1386
+ },
1387
+ {
1388
+ inputs: [
1389
+ {
1390
+ internalType: "uint256",
1391
+ name: "_timePoint",
1392
+ type: "uint256",
1393
+ },
1394
+ ],
1395
+ name: "getPastTotalSupply",
1396
+ outputs: [
1397
+ {
1398
+ internalType: "uint256",
1399
+ name: "",
1400
+ type: "uint256",
1401
+ },
1402
+ ],
1403
+ stateMutability: "view",
1404
+ type: "function",
1405
+ },
1406
+ {
1407
+ inputs: [
1408
+ {
1409
+ internalType: "address",
1410
+ name: "account",
1411
+ type: "address",
1412
+ },
1413
+ {
1414
+ internalType: "uint256",
1415
+ name: "timepoint",
1416
+ type: "uint256",
1417
+ },
1418
+ ],
1419
+ name: "getPastVotes",
1420
+ outputs: [
1421
+ {
1422
+ internalType: "uint256",
1423
+ name: "",
1424
+ type: "uint256",
1425
+ },
1426
+ ],
1427
+ stateMutability: "view",
1428
+ type: "function",
1429
+ },
1430
+ {
1431
+ inputs: [
1432
+ {
1433
+ internalType: "address",
1434
+ name: "account",
1435
+ type: "address",
1436
+ },
1437
+ ],
1438
+ name: "getVotes",
1439
+ outputs: [
1440
+ {
1441
+ internalType: "uint256",
1442
+ name: "",
1443
+ type: "uint256",
1444
+ },
1445
+ ],
1446
+ stateMutability: "view",
1447
+ type: "function",
1448
+ },
1449
+ {
1450
+ inputs: [],
1451
+ name: "globalCheckpoint",
1452
+ outputs: [],
1453
+ stateMutability: "nonpayable",
1454
+ type: "function",
1455
+ },
1456
+ {
1457
+ inputs: [
1458
+ {
1459
+ internalType: "uint256",
1460
+ name: "_timestamp",
1461
+ type: "uint256",
1462
+ },
1463
+ ],
1464
+ name: "globalSlopeChanges",
1465
+ outputs: [
1466
+ {
1467
+ internalType: "int128",
1468
+ name: "",
1469
+ type: "int128",
1470
+ },
1471
+ ],
1472
+ stateMutability: "view",
1473
+ type: "function",
1474
+ },
1475
+ {
1476
+ inputs: [
1477
+ {
1478
+ internalType: "uint256",
1479
+ name: "_tokenId",
1480
+ type: "uint256",
1481
+ },
1482
+ {
1483
+ internalType: "uint256",
1484
+ name: "_value",
1485
+ type: "uint256",
1486
+ },
1487
+ ],
1488
+ name: "increaseAmount",
1489
+ outputs: [],
1490
+ stateMutability: "nonpayable",
1491
+ type: "function",
1492
+ },
1493
+ {
1494
+ inputs: [
1495
+ {
1496
+ internalType: "uint256",
1497
+ name: "_tokenId",
1498
+ type: "uint256",
1499
+ },
1500
+ {
1501
+ internalType: "uint256",
1502
+ name: "_lockDuration",
1503
+ type: "uint256",
1504
+ },
1505
+ {
1506
+ internalType: "bool",
1507
+ name: "_permanent",
1508
+ type: "bool",
1509
+ },
1510
+ ],
1511
+ name: "increaseUnlockTime",
1512
+ outputs: [],
1513
+ stateMutability: "nonpayable",
1514
+ type: "function",
1515
+ },
1516
+ {
1517
+ inputs: [
1518
+ {
1519
+ internalType: "string",
1520
+ name: "_name",
1521
+ type: "string",
1522
+ },
1523
+ {
1524
+ internalType: "string",
1525
+ name: "_symbol",
1526
+ type: "string",
1527
+ },
1528
+ {
1529
+ internalType: "string",
1530
+ name: "version",
1531
+ type: "string",
1532
+ },
1533
+ {
1534
+ internalType: "contract IERC20Upgradeable",
1535
+ name: "mainToken",
1536
+ type: "address",
1537
+ },
1538
+ {
1539
+ internalType: "address",
1540
+ name: "_artProxy",
1541
+ type: "address",
1542
+ },
1543
+ ],
1544
+ name: "initialize",
1545
+ outputs: [],
1546
+ stateMutability: "nonpayable",
1547
+ type: "function",
1548
+ },
1549
+ {
1550
+ inputs: [
1551
+ {
1552
+ internalType: "address",
1553
+ name: "operator",
1554
+ type: "address",
1555
+ },
1556
+ {
1557
+ internalType: "uint256",
1558
+ name: "tokenId",
1559
+ type: "uint256",
1560
+ },
1561
+ ],
1562
+ name: "isApprovedClaimOrOwner",
1563
+ outputs: [
1564
+ {
1565
+ internalType: "bool",
1566
+ name: "",
1567
+ type: "bool",
1568
+ },
1569
+ ],
1570
+ stateMutability: "view",
1571
+ type: "function",
1572
+ },
1573
+ {
1574
+ inputs: [
1575
+ {
1576
+ internalType: "address",
1577
+ name: "owner",
1578
+ type: "address",
1579
+ },
1580
+ {
1581
+ internalType: "address",
1582
+ name: "operator",
1583
+ type: "address",
1584
+ },
1585
+ ],
1586
+ name: "isApprovedForAll",
1587
+ outputs: [
1588
+ {
1589
+ internalType: "bool",
1590
+ name: "",
1591
+ type: "bool",
1592
+ },
1593
+ ],
1594
+ stateMutability: "view",
1595
+ type: "function",
1596
+ },
1597
+ {
1598
+ inputs: [
1599
+ {
1600
+ internalType: "address",
1601
+ name: "user",
1602
+ type: "address",
1603
+ },
1604
+ {
1605
+ internalType: "uint256",
1606
+ name: "tokenId",
1607
+ type: "uint256",
1608
+ },
1609
+ ],
1610
+ name: "isApprovedOrOwner",
1611
+ outputs: [
1612
+ {
1613
+ internalType: "bool",
1614
+ name: "",
1615
+ type: "bool",
1616
+ },
1617
+ ],
1618
+ stateMutability: "view",
1619
+ type: "function",
1620
+ },
1621
+ {
1622
+ inputs: [
1623
+ {
1624
+ internalType: "address",
1625
+ name: "owner",
1626
+ type: "address",
1627
+ },
1628
+ {
1629
+ internalType: "address",
1630
+ name: "operator",
1631
+ type: "address",
1632
+ },
1633
+ ],
1634
+ name: "isClaimApprovedForAll",
1635
+ outputs: [
1636
+ {
1637
+ internalType: "bool",
1638
+ name: "isClaimApproved",
1639
+ type: "bool",
1640
+ },
1641
+ ],
1642
+ stateMutability: "view",
1643
+ type: "function",
1644
+ },
1645
+ {
1646
+ inputs: [
1647
+ {
1648
+ internalType: "uint256",
1649
+ name: "_tokenId",
1650
+ type: "uint256",
1651
+ },
1652
+ ],
1653
+ name: "lockDetails",
1654
+ outputs: [
1655
+ {
1656
+ components: [
1657
+ {
1658
+ internalType: "uint256",
1659
+ name: "amount",
1660
+ type: "uint256",
1661
+ },
1662
+ {
1663
+ internalType: "uint256",
1664
+ name: "startTime",
1665
+ type: "uint256",
1666
+ },
1667
+ {
1668
+ internalType: "uint256",
1669
+ name: "endTime",
1670
+ type: "uint256",
1671
+ },
1672
+ {
1673
+ internalType: "bool",
1674
+ name: "isPermanent",
1675
+ type: "bool",
1676
+ },
1677
+ ],
1678
+ internalType: "struct IVotingEscrowV2Upgradeable.LockDetails",
1679
+ name: "",
1680
+ type: "tuple",
1681
+ },
1682
+ ],
1683
+ stateMutability: "view",
1684
+ type: "function",
1685
+ },
1686
+ {
1687
+ inputs: [],
1688
+ name: "maxTime",
1689
+ outputs: [
1690
+ {
1691
+ internalType: "uint256",
1692
+ name: "",
1693
+ type: "uint256",
1694
+ },
1695
+ ],
1696
+ stateMutability: "view",
1697
+ type: "function",
1698
+ },
1699
+ {
1700
+ inputs: [
1701
+ {
1702
+ internalType: "uint256",
1703
+ name: "_from",
1704
+ type: "uint256",
1705
+ },
1706
+ {
1707
+ internalType: "uint256",
1708
+ name: "_to",
1709
+ type: "uint256",
1710
+ },
1711
+ ],
1712
+ name: "merge",
1713
+ outputs: [],
1714
+ stateMutability: "nonpayable",
1715
+ type: "function",
1716
+ },
1717
+ {
1718
+ inputs: [],
1719
+ name: "name",
1720
+ outputs: [
1721
+ {
1722
+ internalType: "string",
1723
+ name: "",
1724
+ type: "string",
1725
+ },
1726
+ ],
1727
+ stateMutability: "view",
1728
+ type: "function",
1729
+ },
1730
+ {
1731
+ inputs: [
1732
+ {
1733
+ internalType: "address",
1734
+ name: "",
1735
+ type: "address",
1736
+ },
1737
+ ],
1738
+ name: "nonces",
1739
+ outputs: [
1740
+ {
1741
+ internalType: "uint256",
1742
+ name: "",
1743
+ type: "uint256",
1744
+ },
1745
+ ],
1746
+ stateMutability: "view",
1747
+ type: "function",
1748
+ },
1749
+ {
1750
+ inputs: [
1751
+ {
1752
+ internalType: "uint256",
1753
+ name: "tokenId",
1754
+ type: "uint256",
1755
+ },
1756
+ ],
1757
+ name: "ownerOf",
1758
+ outputs: [
1759
+ {
1760
+ internalType: "address",
1761
+ name: "",
1762
+ type: "address",
1763
+ },
1764
+ ],
1765
+ stateMutability: "view",
1766
+ type: "function",
1767
+ },
1768
+ {
1769
+ inputs: [
1770
+ {
1771
+ internalType: "uint256",
1772
+ name: "tokenId",
1773
+ type: "uint256",
1774
+ },
1775
+ ],
1776
+ name: "payoutToken",
1777
+ outputs: [
1778
+ {
1779
+ internalType: "address",
1780
+ name: "token",
1781
+ type: "address",
1782
+ },
1783
+ ],
1784
+ stateMutability: "view",
1785
+ type: "function",
1786
+ },
1787
+ {
1788
+ inputs: [
1789
+ {
1790
+ internalType: "address",
1791
+ name: "from",
1792
+ type: "address",
1793
+ },
1794
+ {
1795
+ internalType: "address",
1796
+ name: "to",
1797
+ type: "address",
1798
+ },
1799
+ {
1800
+ internalType: "uint256",
1801
+ name: "tokenId",
1802
+ type: "uint256",
1803
+ },
1804
+ ],
1805
+ name: "safeTransferFrom",
1806
+ outputs: [],
1807
+ stateMutability: "nonpayable",
1808
+ type: "function",
1809
+ },
1810
+ {
1811
+ inputs: [
1812
+ {
1813
+ internalType: "address",
1814
+ name: "from",
1815
+ type: "address",
1816
+ },
1817
+ {
1818
+ internalType: "address",
1819
+ name: "to",
1820
+ type: "address",
1821
+ },
1822
+ {
1823
+ internalType: "uint256",
1824
+ name: "tokenId",
1825
+ type: "uint256",
1826
+ },
1827
+ {
1828
+ internalType: "bytes",
1829
+ name: "data",
1830
+ type: "bytes",
1831
+ },
1832
+ ],
1833
+ name: "safeTransferFrom",
1834
+ outputs: [],
1835
+ stateMutability: "nonpayable",
1836
+ type: "function",
1837
+ },
1838
+ {
1839
+ inputs: [
1840
+ {
1841
+ internalType: "address",
1842
+ name: "operator",
1843
+ type: "address",
1844
+ },
1845
+ {
1846
+ internalType: "bool",
1847
+ name: "approved",
1848
+ type: "bool",
1849
+ },
1850
+ ],
1851
+ name: "setApprovalForAll",
1852
+ outputs: [],
1853
+ stateMutability: "nonpayable",
1854
+ type: "function",
1855
+ },
1856
+ {
1857
+ inputs: [
1858
+ {
1859
+ internalType: "address",
1860
+ name: "operator",
1861
+ type: "address",
1862
+ },
1863
+ {
1864
+ internalType: "bool",
1865
+ name: "approved",
1866
+ type: "bool",
1867
+ },
1868
+ {
1869
+ internalType: "uint256",
1870
+ name: "tokenId",
1871
+ type: "uint256",
1872
+ },
1873
+ ],
1874
+ name: "setClaimApproval",
1875
+ outputs: [],
1876
+ stateMutability: "nonpayable",
1877
+ type: "function",
1878
+ },
1879
+ {
1880
+ inputs: [
1881
+ {
1882
+ internalType: "address",
1883
+ name: "operator",
1884
+ type: "address",
1885
+ },
1886
+ {
1887
+ internalType: "bool",
1888
+ name: "approved",
1889
+ type: "bool",
1890
+ },
1891
+ ],
1892
+ name: "setClaimApprovalForAll",
1893
+ outputs: [],
1894
+ stateMutability: "nonpayable",
1895
+ type: "function",
1896
+ },
1897
+ {
1898
+ inputs: [
1899
+ {
1900
+ internalType: "uint256[]",
1901
+ name: "_weights",
1902
+ type: "uint256[]",
1903
+ },
1904
+ {
1905
+ internalType: "uint256",
1906
+ name: "_tokenId",
1907
+ type: "uint256",
1908
+ },
1909
+ ],
1910
+ name: "split",
1911
+ outputs: [],
1912
+ stateMutability: "nonpayable",
1913
+ type: "function",
1914
+ },
1915
+ {
1916
+ inputs: [],
1917
+ name: "supply",
1918
+ outputs: [
1919
+ {
1920
+ internalType: "uint256",
1921
+ name: "",
1922
+ type: "uint256",
1923
+ },
1924
+ ],
1925
+ stateMutability: "view",
1926
+ type: "function",
1927
+ },
1928
+ {
1929
+ inputs: [
1930
+ {
1931
+ internalType: "bytes4",
1932
+ name: "interfaceId",
1933
+ type: "bytes4",
1934
+ },
1935
+ ],
1936
+ name: "supportsInterface",
1937
+ outputs: [
1938
+ {
1939
+ internalType: "bool",
1940
+ name: "supported",
1941
+ type: "bool",
1942
+ },
1943
+ ],
1944
+ stateMutability: "view",
1945
+ type: "function",
1946
+ },
1947
+ {
1948
+ inputs: [],
1949
+ name: "symbol",
1950
+ outputs: [
1951
+ {
1952
+ internalType: "string",
1953
+ name: "",
1954
+ type: "string",
1955
+ },
1956
+ ],
1957
+ stateMutability: "view",
1958
+ type: "function",
1959
+ },
1960
+ {
1961
+ inputs: [
1962
+ {
1963
+ internalType: "uint256",
1964
+ name: "_timestamp",
1965
+ type: "uint256",
1966
+ },
1967
+ ],
1968
+ name: "toGlobalClock",
1969
+ outputs: [
1970
+ {
1971
+ internalType: "uint48",
1972
+ name: "",
1973
+ type: "uint48",
1974
+ },
1975
+ ],
1976
+ stateMutability: "pure",
1977
+ type: "function",
1978
+ },
1979
+ {
1980
+ inputs: [],
1981
+ name: "token",
1982
+ outputs: [
1983
+ {
1984
+ internalType: "contract IERC20Upgradeable",
1985
+ name: "",
1986
+ type: "address",
1987
+ },
1988
+ ],
1989
+ stateMutability: "view",
1990
+ type: "function",
1991
+ },
1992
+ {
1993
+ inputs: [
1994
+ {
1995
+ internalType: "uint256",
1996
+ name: "index",
1997
+ type: "uint256",
1998
+ },
1999
+ ],
2000
+ name: "tokenByIndex",
2001
+ outputs: [
2002
+ {
2003
+ internalType: "uint256",
2004
+ name: "",
2005
+ type: "uint256",
2006
+ },
2007
+ ],
2008
+ stateMutability: "view",
2009
+ type: "function",
2010
+ },
2011
+ {
2012
+ inputs: [
2013
+ {
2014
+ internalType: "address",
2015
+ name: "owner",
2016
+ type: "address",
2017
+ },
2018
+ {
2019
+ internalType: "uint256",
2020
+ name: "index",
2021
+ type: "uint256",
2022
+ },
2023
+ ],
2024
+ name: "tokenOfOwnerByIndex",
2025
+ outputs: [
2026
+ {
2027
+ internalType: "uint256",
2028
+ name: "",
2029
+ type: "uint256",
2030
+ },
2031
+ ],
2032
+ stateMutability: "view",
2033
+ type: "function",
2034
+ },
2035
+ {
2036
+ inputs: [
2037
+ {
2038
+ internalType: "uint256",
2039
+ name: "_tokenId",
2040
+ type: "uint256",
2041
+ },
2042
+ ],
2043
+ name: "tokenURI",
2044
+ outputs: [
2045
+ {
2046
+ internalType: "string",
2047
+ name: "",
2048
+ type: "string",
2049
+ },
2050
+ ],
2051
+ stateMutability: "view",
2052
+ type: "function",
2053
+ },
2054
+ {
2055
+ inputs: [],
2056
+ name: "totalNftsMinted",
2057
+ outputs: [
2058
+ {
2059
+ internalType: "uint256",
2060
+ name: "",
2061
+ type: "uint256",
2062
+ },
2063
+ ],
2064
+ stateMutability: "view",
2065
+ type: "function",
2066
+ },
2067
+ {
2068
+ inputs: [],
2069
+ name: "totalSupply",
2070
+ outputs: [
2071
+ {
2072
+ internalType: "uint256",
2073
+ name: "",
2074
+ type: "uint256",
2075
+ },
2076
+ ],
2077
+ stateMutability: "view",
2078
+ type: "function",
2079
+ },
2080
+ {
2081
+ inputs: [
2082
+ {
2083
+ internalType: "address",
2084
+ name: "from",
2085
+ type: "address",
2086
+ },
2087
+ {
2088
+ internalType: "address",
2089
+ name: "to",
2090
+ type: "address",
2091
+ },
2092
+ {
2093
+ internalType: "uint256",
2094
+ name: "tokenId",
2095
+ type: "uint256",
2096
+ },
2097
+ ],
2098
+ name: "transferFrom",
2099
+ outputs: [],
2100
+ stateMutability: "nonpayable",
2101
+ type: "function",
2102
+ },
2103
+ {
2104
+ inputs: [
2105
+ {
2106
+ internalType: "uint256",
2107
+ name: "_tokenId",
2108
+ type: "uint256",
2109
+ },
2110
+ ],
2111
+ name: "unlockPermanent",
2112
+ outputs: [],
2113
+ stateMutability: "nonpayable",
2114
+ type: "function",
2115
+ },
2116
+ {
2117
+ inputs: [
2118
+ {
2119
+ internalType: "uint256",
2120
+ name: "tokenId",
2121
+ type: "uint256",
2122
+ },
2123
+ ],
2124
+ name: "vestedPayout",
2125
+ outputs: [
2126
+ {
2127
+ internalType: "uint256",
2128
+ name: "payout",
2129
+ type: "uint256",
2130
+ },
2131
+ ],
2132
+ stateMutability: "view",
2133
+ type: "function",
2134
+ },
2135
+ {
2136
+ inputs: [
2137
+ {
2138
+ internalType: "uint256",
2139
+ name: "tokenId",
2140
+ type: "uint256",
2141
+ },
2142
+ {
2143
+ internalType: "uint256",
2144
+ name: "timestamp",
2145
+ type: "uint256",
2146
+ },
2147
+ ],
2148
+ name: "vestedPayoutAtTime",
2149
+ outputs: [
2150
+ {
2151
+ internalType: "uint256",
2152
+ name: "payout",
2153
+ type: "uint256",
2154
+ },
2155
+ ],
2156
+ stateMutability: "view",
2157
+ type: "function",
2158
+ },
2159
+ {
2160
+ inputs: [
2161
+ {
2162
+ internalType: "uint256",
2163
+ name: "tokenId",
2164
+ type: "uint256",
2165
+ },
2166
+ ],
2167
+ name: "vestingPayout",
2168
+ outputs: [
2169
+ {
2170
+ internalType: "uint256",
2171
+ name: "payout",
2172
+ type: "uint256",
2173
+ },
2174
+ ],
2175
+ stateMutability: "view",
2176
+ type: "function",
2177
+ },
2178
+ {
2179
+ inputs: [
2180
+ {
2181
+ internalType: "uint256",
2182
+ name: "tokenId",
2183
+ type: "uint256",
2184
+ },
2185
+ ],
2186
+ name: "vestingPeriod",
2187
+ outputs: [
2188
+ {
2189
+ internalType: "uint256",
2190
+ name: "vestingStart",
2191
+ type: "uint256",
2192
+ },
2193
+ {
2194
+ internalType: "uint256",
2195
+ name: "vestingEnd",
2196
+ type: "uint256",
2197
+ },
2198
+ ],
2199
+ stateMutability: "view",
2200
+ type: "function",
2201
+ },
2202
+ ];
2203
+ var LockVeAbond__factory = /** @class */ (function () {
2204
+ function LockVeAbond__factory() {
2205
+ }
2206
+ LockVeAbond__factory.createInterface = function () {
2207
+ return new utils.Interface(_abi);
2208
+ };
2209
+ LockVeAbond__factory.connect = function (address, signerOrProvider) {
2210
+ return new Contract(address, _abi, signerOrProvider);
2211
+ };
2212
+ LockVeAbond__factory.abi = _abi;
2213
+ return LockVeAbond__factory;
2214
+ }());
2215
+ export { LockVeAbond__factory };