@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,756 @@
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: true,
11
+ internalType: "address",
12
+ name: "owner",
13
+ type: "address",
14
+ },
15
+ {
16
+ indexed: true,
17
+ internalType: "address",
18
+ name: "approved",
19
+ type: "address",
20
+ },
21
+ {
22
+ indexed: true,
23
+ internalType: "uint256",
24
+ name: "tokenId",
25
+ type: "uint256",
26
+ },
27
+ ],
28
+ name: "Approval",
29
+ type: "event",
30
+ },
31
+ {
32
+ anonymous: false,
33
+ inputs: [
34
+ {
35
+ indexed: true,
36
+ internalType: "address",
37
+ name: "owner",
38
+ type: "address",
39
+ },
40
+ {
41
+ indexed: true,
42
+ internalType: "address",
43
+ name: "operator",
44
+ type: "address",
45
+ },
46
+ {
47
+ indexed: false,
48
+ internalType: "bool",
49
+ name: "approved",
50
+ type: "bool",
51
+ },
52
+ ],
53
+ name: "ApprovalForAll",
54
+ type: "event",
55
+ },
56
+ {
57
+ anonymous: false,
58
+ inputs: [
59
+ {
60
+ indexed: true,
61
+ internalType: "bytes32",
62
+ name: "role",
63
+ type: "bytes32",
64
+ },
65
+ {
66
+ indexed: true,
67
+ internalType: "bytes32",
68
+ name: "previousAdminRole",
69
+ type: "bytes32",
70
+ },
71
+ {
72
+ indexed: true,
73
+ internalType: "bytes32",
74
+ name: "newAdminRole",
75
+ type: "bytes32",
76
+ },
77
+ ],
78
+ name: "RoleAdminChanged",
79
+ type: "event",
80
+ },
81
+ {
82
+ anonymous: false,
83
+ inputs: [
84
+ {
85
+ indexed: true,
86
+ internalType: "bytes32",
87
+ name: "role",
88
+ type: "bytes32",
89
+ },
90
+ {
91
+ indexed: true,
92
+ internalType: "address",
93
+ name: "account",
94
+ type: "address",
95
+ },
96
+ {
97
+ indexed: true,
98
+ internalType: "address",
99
+ name: "sender",
100
+ type: "address",
101
+ },
102
+ ],
103
+ name: "RoleGranted",
104
+ type: "event",
105
+ },
106
+ {
107
+ anonymous: false,
108
+ inputs: [
109
+ {
110
+ indexed: true,
111
+ internalType: "bytes32",
112
+ name: "role",
113
+ type: "bytes32",
114
+ },
115
+ {
116
+ indexed: true,
117
+ internalType: "address",
118
+ name: "account",
119
+ type: "address",
120
+ },
121
+ {
122
+ indexed: true,
123
+ internalType: "address",
124
+ name: "sender",
125
+ type: "address",
126
+ },
127
+ ],
128
+ name: "RoleRevoked",
129
+ type: "event",
130
+ },
131
+ {
132
+ anonymous: false,
133
+ inputs: [
134
+ {
135
+ indexed: true,
136
+ internalType: "address",
137
+ name: "from",
138
+ type: "address",
139
+ },
140
+ {
141
+ indexed: true,
142
+ internalType: "address",
143
+ name: "to",
144
+ type: "address",
145
+ },
146
+ {
147
+ indexed: true,
148
+ internalType: "uint256",
149
+ name: "tokenId",
150
+ type: "uint256",
151
+ },
152
+ ],
153
+ name: "Transfer",
154
+ type: "event",
155
+ },
156
+ {
157
+ inputs: [],
158
+ name: "DEFAULT_ADMIN_ROLE",
159
+ outputs: [
160
+ {
161
+ internalType: "bytes32",
162
+ name: "",
163
+ type: "bytes32",
164
+ },
165
+ ],
166
+ stateMutability: "view",
167
+ type: "function",
168
+ },
169
+ {
170
+ inputs: [],
171
+ name: "MINTER_ROLE",
172
+ outputs: [
173
+ {
174
+ internalType: "bytes32",
175
+ name: "",
176
+ type: "bytes32",
177
+ },
178
+ ],
179
+ stateMutability: "view",
180
+ type: "function",
181
+ },
182
+ {
183
+ inputs: [
184
+ {
185
+ internalType: "address",
186
+ name: "to",
187
+ type: "address",
188
+ },
189
+ {
190
+ internalType: "uint256",
191
+ name: "tokenId",
192
+ type: "uint256",
193
+ },
194
+ ],
195
+ name: "approve",
196
+ outputs: [],
197
+ stateMutability: "nonpayable",
198
+ type: "function",
199
+ },
200
+ {
201
+ inputs: [
202
+ {
203
+ internalType: "address",
204
+ name: "owner",
205
+ type: "address",
206
+ },
207
+ ],
208
+ name: "balanceOf",
209
+ outputs: [
210
+ {
211
+ internalType: "uint256",
212
+ name: "",
213
+ type: "uint256",
214
+ },
215
+ ],
216
+ stateMutability: "view",
217
+ type: "function",
218
+ },
219
+ {
220
+ inputs: [],
221
+ name: "cap",
222
+ outputs: [
223
+ {
224
+ internalType: "uint256",
225
+ name: "",
226
+ type: "uint256",
227
+ },
228
+ ],
229
+ stateMutability: "view",
230
+ type: "function",
231
+ },
232
+ {
233
+ inputs: [
234
+ {
235
+ internalType: "uint256",
236
+ name: "tokenId",
237
+ type: "uint256",
238
+ },
239
+ ],
240
+ name: "getApproved",
241
+ outputs: [
242
+ {
243
+ internalType: "address",
244
+ name: "",
245
+ type: "address",
246
+ },
247
+ ],
248
+ stateMutability: "view",
249
+ type: "function",
250
+ },
251
+ {
252
+ inputs: [
253
+ {
254
+ internalType: "bytes32",
255
+ name: "role",
256
+ type: "bytes32",
257
+ },
258
+ ],
259
+ name: "getRoleAdmin",
260
+ outputs: [
261
+ {
262
+ internalType: "bytes32",
263
+ name: "",
264
+ type: "bytes32",
265
+ },
266
+ ],
267
+ stateMutability: "view",
268
+ type: "function",
269
+ },
270
+ {
271
+ inputs: [
272
+ {
273
+ internalType: "bytes32",
274
+ name: "role",
275
+ type: "bytes32",
276
+ },
277
+ {
278
+ internalType: "uint256",
279
+ name: "index",
280
+ type: "uint256",
281
+ },
282
+ ],
283
+ name: "getRoleMember",
284
+ outputs: [
285
+ {
286
+ internalType: "address",
287
+ name: "",
288
+ type: "address",
289
+ },
290
+ ],
291
+ stateMutability: "view",
292
+ type: "function",
293
+ },
294
+ {
295
+ inputs: [
296
+ {
297
+ internalType: "bytes32",
298
+ name: "role",
299
+ type: "bytes32",
300
+ },
301
+ ],
302
+ name: "getRoleMemberCount",
303
+ outputs: [
304
+ {
305
+ internalType: "uint256",
306
+ name: "",
307
+ type: "uint256",
308
+ },
309
+ ],
310
+ stateMutability: "view",
311
+ type: "function",
312
+ },
313
+ {
314
+ inputs: [
315
+ {
316
+ internalType: "bytes32",
317
+ name: "role",
318
+ type: "bytes32",
319
+ },
320
+ {
321
+ internalType: "address",
322
+ name: "account",
323
+ type: "address",
324
+ },
325
+ ],
326
+ name: "grantRole",
327
+ outputs: [],
328
+ stateMutability: "nonpayable",
329
+ type: "function",
330
+ },
331
+ {
332
+ inputs: [
333
+ {
334
+ internalType: "bytes32",
335
+ name: "role",
336
+ type: "bytes32",
337
+ },
338
+ {
339
+ internalType: "address",
340
+ name: "account",
341
+ type: "address",
342
+ },
343
+ ],
344
+ name: "hasRole",
345
+ outputs: [
346
+ {
347
+ internalType: "bool",
348
+ name: "",
349
+ type: "bool",
350
+ },
351
+ ],
352
+ stateMutability: "view",
353
+ type: "function",
354
+ },
355
+ {
356
+ inputs: [
357
+ {
358
+ internalType: "string",
359
+ name: "name",
360
+ type: "string",
361
+ },
362
+ {
363
+ internalType: "string",
364
+ name: "symbol",
365
+ type: "string",
366
+ },
367
+ {
368
+ internalType: "uint256",
369
+ name: "hardCap",
370
+ type: "uint256",
371
+ },
372
+ {
373
+ internalType: "string",
374
+ name: "baseTokenURI",
375
+ type: "string",
376
+ },
377
+ {
378
+ internalType: "address",
379
+ name: "owner",
380
+ type: "address",
381
+ },
382
+ ],
383
+ name: "initialize",
384
+ outputs: [],
385
+ stateMutability: "nonpayable",
386
+ type: "function",
387
+ },
388
+ {
389
+ inputs: [
390
+ {
391
+ internalType: "address",
392
+ name: "owner",
393
+ type: "address",
394
+ },
395
+ {
396
+ internalType: "address",
397
+ name: "operator",
398
+ type: "address",
399
+ },
400
+ ],
401
+ name: "isApprovedForAll",
402
+ outputs: [
403
+ {
404
+ internalType: "bool",
405
+ name: "",
406
+ type: "bool",
407
+ },
408
+ ],
409
+ stateMutability: "view",
410
+ type: "function",
411
+ },
412
+ {
413
+ inputs: [],
414
+ name: "lockURI",
415
+ outputs: [],
416
+ stateMutability: "nonpayable",
417
+ type: "function",
418
+ },
419
+ {
420
+ inputs: [
421
+ {
422
+ internalType: "address",
423
+ name: "to",
424
+ type: "address",
425
+ },
426
+ ],
427
+ name: "mint",
428
+ outputs: [],
429
+ stateMutability: "nonpayable",
430
+ type: "function",
431
+ },
432
+ {
433
+ inputs: [
434
+ {
435
+ internalType: "uint256",
436
+ name: "amount",
437
+ type: "uint256",
438
+ },
439
+ {
440
+ internalType: "address",
441
+ name: "to",
442
+ type: "address",
443
+ },
444
+ ],
445
+ name: "mintMany",
446
+ outputs: [],
447
+ stateMutability: "nonpayable",
448
+ type: "function",
449
+ },
450
+ {
451
+ inputs: [],
452
+ name: "name",
453
+ outputs: [
454
+ {
455
+ internalType: "string",
456
+ name: "",
457
+ type: "string",
458
+ },
459
+ ],
460
+ stateMutability: "view",
461
+ type: "function",
462
+ },
463
+ {
464
+ inputs: [
465
+ {
466
+ internalType: "uint256",
467
+ name: "tokenId",
468
+ type: "uint256",
469
+ },
470
+ ],
471
+ name: "ownerOf",
472
+ outputs: [
473
+ {
474
+ internalType: "address",
475
+ name: "",
476
+ type: "address",
477
+ },
478
+ ],
479
+ stateMutability: "view",
480
+ type: "function",
481
+ },
482
+ {
483
+ inputs: [
484
+ {
485
+ internalType: "bytes32",
486
+ name: "role",
487
+ type: "bytes32",
488
+ },
489
+ {
490
+ internalType: "address",
491
+ name: "account",
492
+ type: "address",
493
+ },
494
+ ],
495
+ name: "renounceRole",
496
+ outputs: [],
497
+ stateMutability: "nonpayable",
498
+ type: "function",
499
+ },
500
+ {
501
+ inputs: [
502
+ {
503
+ internalType: "bytes32",
504
+ name: "role",
505
+ type: "bytes32",
506
+ },
507
+ {
508
+ internalType: "address",
509
+ name: "account",
510
+ type: "address",
511
+ },
512
+ ],
513
+ name: "revokeRole",
514
+ outputs: [],
515
+ stateMutability: "nonpayable",
516
+ type: "function",
517
+ },
518
+ {
519
+ inputs: [
520
+ {
521
+ internalType: "address",
522
+ name: "from",
523
+ type: "address",
524
+ },
525
+ {
526
+ internalType: "address",
527
+ name: "to",
528
+ type: "address",
529
+ },
530
+ {
531
+ internalType: "uint256",
532
+ name: "tokenId",
533
+ type: "uint256",
534
+ },
535
+ ],
536
+ name: "safeTransferFrom",
537
+ outputs: [],
538
+ stateMutability: "nonpayable",
539
+ type: "function",
540
+ },
541
+ {
542
+ inputs: [
543
+ {
544
+ internalType: "address",
545
+ name: "from",
546
+ type: "address",
547
+ },
548
+ {
549
+ internalType: "address",
550
+ name: "to",
551
+ type: "address",
552
+ },
553
+ {
554
+ internalType: "uint256",
555
+ name: "tokenId",
556
+ type: "uint256",
557
+ },
558
+ {
559
+ internalType: "bytes",
560
+ name: "_data",
561
+ type: "bytes",
562
+ },
563
+ ],
564
+ name: "safeTransferFrom",
565
+ outputs: [],
566
+ stateMutability: "nonpayable",
567
+ type: "function",
568
+ },
569
+ {
570
+ inputs: [
571
+ {
572
+ internalType: "address",
573
+ name: "operator",
574
+ type: "address",
575
+ },
576
+ {
577
+ internalType: "bool",
578
+ name: "approved",
579
+ type: "bool",
580
+ },
581
+ ],
582
+ name: "setApprovalForAll",
583
+ outputs: [],
584
+ stateMutability: "nonpayable",
585
+ type: "function",
586
+ },
587
+ {
588
+ inputs: [
589
+ {
590
+ internalType: "string",
591
+ name: "baseTokenURI",
592
+ type: "string",
593
+ },
594
+ ],
595
+ name: "setBaseURI",
596
+ outputs: [],
597
+ stateMutability: "nonpayable",
598
+ type: "function",
599
+ },
600
+ {
601
+ inputs: [
602
+ {
603
+ internalType: "bytes4",
604
+ name: "interfaceId",
605
+ type: "bytes4",
606
+ },
607
+ ],
608
+ name: "supportsInterface",
609
+ outputs: [
610
+ {
611
+ internalType: "bool",
612
+ name: "",
613
+ type: "bool",
614
+ },
615
+ ],
616
+ stateMutability: "view",
617
+ type: "function",
618
+ },
619
+ {
620
+ inputs: [],
621
+ name: "symbol",
622
+ outputs: [
623
+ {
624
+ internalType: "string",
625
+ name: "",
626
+ type: "string",
627
+ },
628
+ ],
629
+ stateMutability: "view",
630
+ type: "function",
631
+ },
632
+ {
633
+ inputs: [
634
+ {
635
+ internalType: "uint256",
636
+ name: "index",
637
+ type: "uint256",
638
+ },
639
+ ],
640
+ name: "tokenByIndex",
641
+ outputs: [
642
+ {
643
+ internalType: "uint256",
644
+ name: "",
645
+ type: "uint256",
646
+ },
647
+ ],
648
+ stateMutability: "view",
649
+ type: "function",
650
+ },
651
+ {
652
+ inputs: [
653
+ {
654
+ internalType: "address",
655
+ name: "owner",
656
+ type: "address",
657
+ },
658
+ {
659
+ internalType: "uint256",
660
+ name: "index",
661
+ type: "uint256",
662
+ },
663
+ ],
664
+ name: "tokenOfOwnerByIndex",
665
+ outputs: [
666
+ {
667
+ internalType: "uint256",
668
+ name: "",
669
+ type: "uint256",
670
+ },
671
+ ],
672
+ stateMutability: "view",
673
+ type: "function",
674
+ },
675
+ {
676
+ inputs: [
677
+ {
678
+ internalType: "uint256",
679
+ name: "tokenId",
680
+ type: "uint256",
681
+ },
682
+ ],
683
+ name: "tokenURI",
684
+ outputs: [
685
+ {
686
+ internalType: "string",
687
+ name: "",
688
+ type: "string",
689
+ },
690
+ ],
691
+ stateMutability: "view",
692
+ type: "function",
693
+ },
694
+ {
695
+ inputs: [],
696
+ name: "totalSupply",
697
+ outputs: [
698
+ {
699
+ internalType: "uint256",
700
+ name: "",
701
+ type: "uint256",
702
+ },
703
+ ],
704
+ stateMutability: "view",
705
+ type: "function",
706
+ },
707
+ {
708
+ inputs: [
709
+ {
710
+ internalType: "address",
711
+ name: "from",
712
+ type: "address",
713
+ },
714
+ {
715
+ internalType: "address",
716
+ name: "to",
717
+ type: "address",
718
+ },
719
+ {
720
+ internalType: "uint256",
721
+ name: "tokenId",
722
+ type: "uint256",
723
+ },
724
+ ],
725
+ name: "transferFrom",
726
+ outputs: [],
727
+ stateMutability: "nonpayable",
728
+ type: "function",
729
+ },
730
+ {
731
+ inputs: [],
732
+ name: "uriUnlocked",
733
+ outputs: [
734
+ {
735
+ internalType: "bool",
736
+ name: "",
737
+ type: "bool",
738
+ },
739
+ ],
740
+ stateMutability: "view",
741
+ type: "function",
742
+ },
743
+ ];
744
+ var NonFungibleBananas__factory = /** @class */ (function () {
745
+ function NonFungibleBananas__factory() {
746
+ }
747
+ NonFungibleBananas__factory.createInterface = function () {
748
+ return new utils.Interface(_abi);
749
+ };
750
+ NonFungibleBananas__factory.connect = function (address, signerOrProvider) {
751
+ return new Contract(address, _abi, signerOrProvider);
752
+ };
753
+ NonFungibleBananas__factory.abi = _abi;
754
+ return NonFungibleBananas__factory;
755
+ }());
756
+ export { NonFungibleBananas__factory };