@evedex/networks 3.4.3-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/README.md +24 -0
  2. package/networks/abi/AcrossSpokePoolMock.json +233 -0
  3. package/networks/abi/BadgeV1.json +1016 -0
  4. package/networks/abi/Billing.json +795 -0
  5. package/networks/abi/BridgeMiddleware.json +320 -0
  6. package/networks/abi/BridgeMiddlewareV2.json +431 -0
  7. package/networks/abi/BurnRegistryV1.json +541 -0
  8. package/networks/abi/CashbackVaultV1.json +397 -0
  9. package/networks/abi/CashbackVaultV2.json +434 -0
  10. package/networks/abi/ContestVault.json +484 -0
  11. package/networks/abi/DVFDepositContract.json +495 -0
  12. package/networks/abi/DVFDepositContractMock.json +425 -0
  13. package/networks/abi/DefaultBridgeGateway.json +23 -0
  14. package/networks/abi/DefaultBridgeMock.json +139 -0
  15. package/networks/abi/DepositManager.json +373 -0
  16. package/networks/abi/EHMarket.json +904 -0
  17. package/networks/abi/EHMarketLegacy.json +818 -0
  18. package/networks/abi/ERC20Mock.json +427 -0
  19. package/networks/abi/ERC20Paymaster.json +453 -0
  20. package/networks/abi/ERC721V1.json +916 -0
  21. package/networks/abi/ERC721V2.json +979 -0
  22. package/networks/abi/Eventum.json +515 -0
  23. package/networks/abi/GovernorMultisig.json +454 -0
  24. package/networks/abi/IAcrossSpokePool.json +111 -0
  25. package/networks/abi/IAllowanceTransfer.json +488 -0
  26. package/networks/abi/IDefaultBridgeGateway.json +23 -0
  27. package/networks/abi/IDepositManager.json +38 -0
  28. package/networks/abi/IEIP712.json +17 -0
  29. package/networks/abi/IEventHorizonMarket.json +214 -0
  30. package/networks/abi/IPermit2.json +867 -0
  31. package/networks/abi/IPriceFeed.json +50 -0
  32. package/networks/abi/ISignatureTransfer.json +396 -0
  33. package/networks/abi/ISwapManager.json +55 -0
  34. package/networks/abi/IWETH.json +17 -0
  35. package/networks/abi/LuckyShot.json +484 -0
  36. package/networks/abi/MinimalProxyFactory.json +130 -0
  37. package/networks/abi/Multicall3.json +442 -0
  38. package/networks/abi/Multiownable.json +418 -0
  39. package/networks/abi/OwnableValidator.json +596 -0
  40. package/networks/abi/Permit2Mock.json +147 -0
  41. package/networks/abi/PriceFeedMock.json +87 -0
  42. package/networks/abi/ProxyAdmin.json +125 -0
  43. package/networks/abi/Storage.json +396 -0
  44. package/networks/abi/SwapManager.json +414 -0
  45. package/networks/abi/SwapRouterMock.json +315 -0
  46. package/networks/abi/SwapRouterTestnetMock.json +323 -0
  47. package/networks/abi/TestnetERC20.json +456 -0
  48. package/networks/abi/TestnetWETH.json +503 -0
  49. package/networks/abi/TreasuryV1.json +292 -0
  50. package/networks/abi/USDC.json +515 -0
  51. package/networks/abi/USDT.json +515 -0
  52. package/networks/abi/UniversalRouterMock.json +101 -0
  53. package/networks/abi/UniversalRouterTestnetMock.json +85 -0
  54. package/networks/abi/VaultV1.json +435 -0
  55. package/networks/abi/VaultV2.json +506 -0
  56. package/networks/abi/WBTC.json +515 -0
  57. package/networks/abi/WETHMock.json +484 -0
  58. package/networks/arbitrum-bridges.json +66 -0
  59. package/networks/contracts-networks.json +863 -0
  60. package/networks/contracts.json +280 -0
  61. package/networks/networks.json +302 -0
  62. package/package.json +61 -0
@@ -0,0 +1,1016 @@
1
+ {
2
+ "abi": [
3
+ {
4
+ "inputs": [],
5
+ "stateMutability": "nonpayable",
6
+ "type": "constructor"
7
+ },
8
+ {
9
+ "inputs": [
10
+ {
11
+ "internalType": "address",
12
+ "name": "recipient",
13
+ "type": "address"
14
+ },
15
+ {
16
+ "internalType": "uint256",
17
+ "name": "costs",
18
+ "type": "uint256"
19
+ },
20
+ {
21
+ "internalType": "uint256",
22
+ "name": "value",
23
+ "type": "uint256"
24
+ }
25
+ ],
26
+ "name": "BadgeV1InsufficientFundsForMint",
27
+ "type": "error"
28
+ },
29
+ {
30
+ "inputs": [],
31
+ "name": "BadgeV1InvalidBurnRegistry",
32
+ "type": "error"
33
+ },
34
+ {
35
+ "inputs": [],
36
+ "name": "BadgeV1InvalidMintSignature",
37
+ "type": "error"
38
+ },
39
+ {
40
+ "inputs": [
41
+ {
42
+ "internalType": "int256",
43
+ "name": "price",
44
+ "type": "int256"
45
+ }
46
+ ],
47
+ "name": "BadgeV1NegativeCosts",
48
+ "type": "error"
49
+ },
50
+ {
51
+ "inputs": [
52
+ {
53
+ "internalType": "address",
54
+ "name": "recipient",
55
+ "type": "address"
56
+ },
57
+ {
58
+ "internalType": "uint256",
59
+ "name": "totalSupply",
60
+ "type": "uint256"
61
+ },
62
+ {
63
+ "internalType": "uint256",
64
+ "name": "maxTotalSupply",
65
+ "type": "uint256"
66
+ }
67
+ ],
68
+ "name": "BadgeV1NoTokenAvailable",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [
73
+ {
74
+ "internalType": "address",
75
+ "name": "recipient",
76
+ "type": "address"
77
+ }
78
+ ],
79
+ "name": "BadgeV1TokenAlreadyMinted",
80
+ "type": "error"
81
+ },
82
+ {
83
+ "inputs": [
84
+ {
85
+ "internalType": "address",
86
+ "name": "recipient",
87
+ "type": "address"
88
+ },
89
+ {
90
+ "internalType": "uint256",
91
+ "name": "value",
92
+ "type": "uint256"
93
+ }
94
+ ],
95
+ "name": "BadgeV1TransferFailed",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [],
100
+ "name": "BadgeV1TransferForbidden",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [],
105
+ "name": "ECDSAInvalidSignature",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [
110
+ {
111
+ "internalType": "uint256",
112
+ "name": "length",
113
+ "type": "uint256"
114
+ }
115
+ ],
116
+ "name": "ECDSAInvalidSignatureLength",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [
121
+ {
122
+ "internalType": "bytes32",
123
+ "name": "s",
124
+ "type": "bytes32"
125
+ }
126
+ ],
127
+ "name": "ECDSAInvalidSignatureS",
128
+ "type": "error"
129
+ },
130
+ {
131
+ "inputs": [
132
+ {
133
+ "internalType": "address",
134
+ "name": "sender",
135
+ "type": "address"
136
+ },
137
+ {
138
+ "internalType": "uint256",
139
+ "name": "tokenId",
140
+ "type": "uint256"
141
+ },
142
+ {
143
+ "internalType": "address",
144
+ "name": "owner",
145
+ "type": "address"
146
+ }
147
+ ],
148
+ "name": "ERC721IncorrectOwner",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [
153
+ {
154
+ "internalType": "address",
155
+ "name": "operator",
156
+ "type": "address"
157
+ },
158
+ {
159
+ "internalType": "uint256",
160
+ "name": "tokenId",
161
+ "type": "uint256"
162
+ }
163
+ ],
164
+ "name": "ERC721InsufficientApproval",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "inputs": [
169
+ {
170
+ "internalType": "address",
171
+ "name": "approver",
172
+ "type": "address"
173
+ }
174
+ ],
175
+ "name": "ERC721InvalidApprover",
176
+ "type": "error"
177
+ },
178
+ {
179
+ "inputs": [
180
+ {
181
+ "internalType": "address",
182
+ "name": "operator",
183
+ "type": "address"
184
+ }
185
+ ],
186
+ "name": "ERC721InvalidOperator",
187
+ "type": "error"
188
+ },
189
+ {
190
+ "inputs": [
191
+ {
192
+ "internalType": "address",
193
+ "name": "owner",
194
+ "type": "address"
195
+ }
196
+ ],
197
+ "name": "ERC721InvalidOwner",
198
+ "type": "error"
199
+ },
200
+ {
201
+ "inputs": [
202
+ {
203
+ "internalType": "address",
204
+ "name": "receiver",
205
+ "type": "address"
206
+ }
207
+ ],
208
+ "name": "ERC721InvalidReceiver",
209
+ "type": "error"
210
+ },
211
+ {
212
+ "inputs": [
213
+ {
214
+ "internalType": "address",
215
+ "name": "sender",
216
+ "type": "address"
217
+ }
218
+ ],
219
+ "name": "ERC721InvalidSender",
220
+ "type": "error"
221
+ },
222
+ {
223
+ "inputs": [
224
+ {
225
+ "internalType": "uint256",
226
+ "name": "tokenId",
227
+ "type": "uint256"
228
+ }
229
+ ],
230
+ "name": "ERC721NonexistentToken",
231
+ "type": "error"
232
+ },
233
+ {
234
+ "inputs": [],
235
+ "name": "InvalidInitialization",
236
+ "type": "error"
237
+ },
238
+ {
239
+ "inputs": [],
240
+ "name": "NotInitializing",
241
+ "type": "error"
242
+ },
243
+ {
244
+ "inputs": [
245
+ {
246
+ "internalType": "address",
247
+ "name": "owner",
248
+ "type": "address"
249
+ }
250
+ ],
251
+ "name": "OwnableInvalidOwner",
252
+ "type": "error"
253
+ },
254
+ {
255
+ "inputs": [
256
+ {
257
+ "internalType": "address",
258
+ "name": "account",
259
+ "type": "address"
260
+ }
261
+ ],
262
+ "name": "OwnableUnauthorizedAccount",
263
+ "type": "error"
264
+ },
265
+ {
266
+ "inputs": [],
267
+ "name": "ReentrancyGuardReentrantCall",
268
+ "type": "error"
269
+ },
270
+ {
271
+ "anonymous": false,
272
+ "inputs": [
273
+ {
274
+ "indexed": true,
275
+ "internalType": "address",
276
+ "name": "owner",
277
+ "type": "address"
278
+ },
279
+ {
280
+ "indexed": true,
281
+ "internalType": "address",
282
+ "name": "approved",
283
+ "type": "address"
284
+ },
285
+ {
286
+ "indexed": true,
287
+ "internalType": "uint256",
288
+ "name": "tokenId",
289
+ "type": "uint256"
290
+ }
291
+ ],
292
+ "name": "Approval",
293
+ "type": "event"
294
+ },
295
+ {
296
+ "anonymous": false,
297
+ "inputs": [
298
+ {
299
+ "indexed": true,
300
+ "internalType": "address",
301
+ "name": "owner",
302
+ "type": "address"
303
+ },
304
+ {
305
+ "indexed": true,
306
+ "internalType": "address",
307
+ "name": "operator",
308
+ "type": "address"
309
+ },
310
+ {
311
+ "indexed": false,
312
+ "internalType": "bool",
313
+ "name": "approved",
314
+ "type": "bool"
315
+ }
316
+ ],
317
+ "name": "ApprovalForAll",
318
+ "type": "event"
319
+ },
320
+ {
321
+ "anonymous": false,
322
+ "inputs": [],
323
+ "name": "BurnRegistryChanged",
324
+ "type": "event"
325
+ },
326
+ {
327
+ "anonymous": false,
328
+ "inputs": [
329
+ {
330
+ "indexed": false,
331
+ "internalType": "uint256",
332
+ "name": "oldCosts",
333
+ "type": "uint256"
334
+ },
335
+ {
336
+ "indexed": false,
337
+ "internalType": "uint256",
338
+ "name": "newCosts",
339
+ "type": "uint256"
340
+ }
341
+ ],
342
+ "name": "CostsChanged",
343
+ "type": "event"
344
+ },
345
+ {
346
+ "anonymous": false,
347
+ "inputs": [
348
+ {
349
+ "indexed": false,
350
+ "internalType": "uint64",
351
+ "name": "version",
352
+ "type": "uint64"
353
+ }
354
+ ],
355
+ "name": "Initialized",
356
+ "type": "event"
357
+ },
358
+ {
359
+ "anonymous": false,
360
+ "inputs": [
361
+ {
362
+ "indexed": true,
363
+ "internalType": "address",
364
+ "name": "recipient",
365
+ "type": "address"
366
+ },
367
+ {
368
+ "indexed": false,
369
+ "internalType": "uint256",
370
+ "name": "tokenId",
371
+ "type": "uint256"
372
+ },
373
+ {
374
+ "indexed": false,
375
+ "internalType": "uint256",
376
+ "name": "costs",
377
+ "type": "uint256"
378
+ },
379
+ {
380
+ "indexed": false,
381
+ "internalType": "string",
382
+ "name": "referral",
383
+ "type": "string"
384
+ }
385
+ ],
386
+ "name": "Minted",
387
+ "type": "event"
388
+ },
389
+ {
390
+ "anonymous": false,
391
+ "inputs": [
392
+ {
393
+ "indexed": true,
394
+ "internalType": "address",
395
+ "name": "previousOwner",
396
+ "type": "address"
397
+ },
398
+ {
399
+ "indexed": true,
400
+ "internalType": "address",
401
+ "name": "newOwner",
402
+ "type": "address"
403
+ }
404
+ ],
405
+ "name": "OwnershipTransferred",
406
+ "type": "event"
407
+ },
408
+ {
409
+ "anonymous": false,
410
+ "inputs": [
411
+ {
412
+ "indexed": true,
413
+ "internalType": "address",
414
+ "name": "from",
415
+ "type": "address"
416
+ },
417
+ {
418
+ "indexed": true,
419
+ "internalType": "address",
420
+ "name": "to",
421
+ "type": "address"
422
+ },
423
+ {
424
+ "indexed": true,
425
+ "internalType": "uint256",
426
+ "name": "tokenId",
427
+ "type": "uint256"
428
+ }
429
+ ],
430
+ "name": "Transfer",
431
+ "type": "event"
432
+ },
433
+ {
434
+ "inputs": [
435
+ {
436
+ "internalType": "address",
437
+ "name": "to",
438
+ "type": "address"
439
+ },
440
+ {
441
+ "internalType": "uint256",
442
+ "name": "tokenId",
443
+ "type": "uint256"
444
+ }
445
+ ],
446
+ "name": "approve",
447
+ "outputs": [],
448
+ "stateMutability": "nonpayable",
449
+ "type": "function"
450
+ },
451
+ {
452
+ "inputs": [
453
+ {
454
+ "internalType": "address",
455
+ "name": "owner",
456
+ "type": "address"
457
+ }
458
+ ],
459
+ "name": "balanceOf",
460
+ "outputs": [
461
+ {
462
+ "internalType": "uint256",
463
+ "name": "",
464
+ "type": "uint256"
465
+ }
466
+ ],
467
+ "stateMutability": "view",
468
+ "type": "function"
469
+ },
470
+ {
471
+ "inputs": [
472
+ {
473
+ "internalType": "uint256",
474
+ "name": "tokenId",
475
+ "type": "uint256"
476
+ }
477
+ ],
478
+ "name": "burn",
479
+ "outputs": [],
480
+ "stateMutability": "nonpayable",
481
+ "type": "function"
482
+ },
483
+ {
484
+ "inputs": [],
485
+ "name": "burnRegistry",
486
+ "outputs": [
487
+ {
488
+ "internalType": "address",
489
+ "name": "",
490
+ "type": "address"
491
+ }
492
+ ],
493
+ "stateMutability": "view",
494
+ "type": "function"
495
+ },
496
+ {
497
+ "inputs": [
498
+ {
499
+ "internalType": "address payable",
500
+ "name": "__burnRegistry",
501
+ "type": "address"
502
+ }
503
+ ],
504
+ "name": "changeBurnRegistry",
505
+ "outputs": [],
506
+ "stateMutability": "nonpayable",
507
+ "type": "function"
508
+ },
509
+ {
510
+ "inputs": [
511
+ {
512
+ "internalType": "uint256",
513
+ "name": "newCostsUSD",
514
+ "type": "uint256"
515
+ }
516
+ ],
517
+ "name": "changeCosts",
518
+ "outputs": [],
519
+ "stateMutability": "nonpayable",
520
+ "type": "function"
521
+ },
522
+ {
523
+ "inputs": [],
524
+ "name": "costsETH",
525
+ "outputs": [
526
+ {
527
+ "internalType": "uint256",
528
+ "name": "",
529
+ "type": "uint256"
530
+ }
531
+ ],
532
+ "stateMutability": "view",
533
+ "type": "function"
534
+ },
535
+ {
536
+ "inputs": [],
537
+ "name": "costsUSD",
538
+ "outputs": [
539
+ {
540
+ "internalType": "uint256",
541
+ "name": "",
542
+ "type": "uint256"
543
+ }
544
+ ],
545
+ "stateMutability": "view",
546
+ "type": "function"
547
+ },
548
+ {
549
+ "inputs": [
550
+ {
551
+ "internalType": "uint256",
552
+ "name": "tokenId",
553
+ "type": "uint256"
554
+ }
555
+ ],
556
+ "name": "getApproved",
557
+ "outputs": [
558
+ {
559
+ "internalType": "address",
560
+ "name": "",
561
+ "type": "address"
562
+ }
563
+ ],
564
+ "stateMutability": "view",
565
+ "type": "function"
566
+ },
567
+ {
568
+ "inputs": [],
569
+ "name": "id",
570
+ "outputs": [
571
+ {
572
+ "internalType": "bytes32",
573
+ "name": "",
574
+ "type": "bytes32"
575
+ }
576
+ ],
577
+ "stateMutability": "view",
578
+ "type": "function"
579
+ },
580
+ {
581
+ "inputs": [
582
+ {
583
+ "internalType": "bytes32",
584
+ "name": "__id",
585
+ "type": "bytes32"
586
+ },
587
+ {
588
+ "internalType": "uint256",
589
+ "name": "__maxTotalSupply",
590
+ "type": "uint256"
591
+ },
592
+ {
593
+ "internalType": "string",
594
+ "name": "name",
595
+ "type": "string"
596
+ },
597
+ {
598
+ "internalType": "string",
599
+ "name": "symbol",
600
+ "type": "string"
601
+ },
602
+ {
603
+ "internalType": "string",
604
+ "name": "uri",
605
+ "type": "string"
606
+ },
607
+ {
608
+ "internalType": "uint256",
609
+ "name": "__costsUSD",
610
+ "type": "uint256"
611
+ },
612
+ {
613
+ "internalType": "address",
614
+ "name": "__signer",
615
+ "type": "address"
616
+ },
617
+ {
618
+ "internalType": "address",
619
+ "name": "__priceFeed",
620
+ "type": "address"
621
+ },
622
+ {
623
+ "internalType": "address",
624
+ "name": "__vault",
625
+ "type": "address"
626
+ },
627
+ {
628
+ "internalType": "address payable",
629
+ "name": "__burnRegistry",
630
+ "type": "address"
631
+ }
632
+ ],
633
+ "name": "initialize",
634
+ "outputs": [],
635
+ "stateMutability": "nonpayable",
636
+ "type": "function"
637
+ },
638
+ {
639
+ "inputs": [
640
+ {
641
+ "internalType": "address",
642
+ "name": "owner",
643
+ "type": "address"
644
+ },
645
+ {
646
+ "internalType": "address",
647
+ "name": "operator",
648
+ "type": "address"
649
+ }
650
+ ],
651
+ "name": "isApprovedForAll",
652
+ "outputs": [
653
+ {
654
+ "internalType": "bool",
655
+ "name": "",
656
+ "type": "bool"
657
+ }
658
+ ],
659
+ "stateMutability": "view",
660
+ "type": "function"
661
+ },
662
+ {
663
+ "inputs": [],
664
+ "name": "maxTotalSupply",
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
+ "components": [
679
+ {
680
+ "internalType": "bytes32",
681
+ "name": "id",
682
+ "type": "bytes32"
683
+ },
684
+ {
685
+ "internalType": "address",
686
+ "name": "recipient",
687
+ "type": "address"
688
+ },
689
+ {
690
+ "internalType": "string",
691
+ "name": "referral",
692
+ "type": "string"
693
+ },
694
+ {
695
+ "internalType": "bytes",
696
+ "name": "signature",
697
+ "type": "bytes"
698
+ }
699
+ ],
700
+ "internalType": "struct BadgeV1.MintPayload",
701
+ "name": "payload",
702
+ "type": "tuple"
703
+ }
704
+ ],
705
+ "name": "mint",
706
+ "outputs": [],
707
+ "stateMutability": "payable",
708
+ "type": "function"
709
+ },
710
+ {
711
+ "inputs": [
712
+ {
713
+ "components": [
714
+ {
715
+ "internalType": "bytes32",
716
+ "name": "id",
717
+ "type": "bytes32"
718
+ },
719
+ {
720
+ "internalType": "address",
721
+ "name": "recipient",
722
+ "type": "address"
723
+ },
724
+ {
725
+ "internalType": "uint256",
726
+ "name": "tokenId",
727
+ "type": "uint256"
728
+ },
729
+ {
730
+ "internalType": "uint256",
731
+ "name": "costs",
732
+ "type": "uint256"
733
+ },
734
+ {
735
+ "internalType": "string",
736
+ "name": "referral",
737
+ "type": "string"
738
+ },
739
+ {
740
+ "internalType": "bytes",
741
+ "name": "signature",
742
+ "type": "bytes"
743
+ }
744
+ ],
745
+ "internalType": "struct BadgeV1.MintForPayload[]",
746
+ "name": "payloads",
747
+ "type": "tuple[]"
748
+ }
749
+ ],
750
+ "name": "mintForBulk",
751
+ "outputs": [],
752
+ "stateMutability": "nonpayable",
753
+ "type": "function"
754
+ },
755
+ {
756
+ "inputs": [],
757
+ "name": "name",
758
+ "outputs": [
759
+ {
760
+ "internalType": "string",
761
+ "name": "",
762
+ "type": "string"
763
+ }
764
+ ],
765
+ "stateMutability": "view",
766
+ "type": "function"
767
+ },
768
+ {
769
+ "inputs": [],
770
+ "name": "owner",
771
+ "outputs": [
772
+ {
773
+ "internalType": "address",
774
+ "name": "",
775
+ "type": "address"
776
+ }
777
+ ],
778
+ "stateMutability": "view",
779
+ "type": "function"
780
+ },
781
+ {
782
+ "inputs": [
783
+ {
784
+ "internalType": "uint256",
785
+ "name": "tokenId",
786
+ "type": "uint256"
787
+ }
788
+ ],
789
+ "name": "ownerOf",
790
+ "outputs": [
791
+ {
792
+ "internalType": "address",
793
+ "name": "",
794
+ "type": "address"
795
+ }
796
+ ],
797
+ "stateMutability": "view",
798
+ "type": "function"
799
+ },
800
+ {
801
+ "inputs": [],
802
+ "name": "priceFeed",
803
+ "outputs": [
804
+ {
805
+ "internalType": "address",
806
+ "name": "",
807
+ "type": "address"
808
+ }
809
+ ],
810
+ "stateMutability": "view",
811
+ "type": "function"
812
+ },
813
+ {
814
+ "inputs": [],
815
+ "name": "renounceOwnership",
816
+ "outputs": [],
817
+ "stateMutability": "nonpayable",
818
+ "type": "function"
819
+ },
820
+ {
821
+ "inputs": [
822
+ {
823
+ "internalType": "address",
824
+ "name": "from",
825
+ "type": "address"
826
+ },
827
+ {
828
+ "internalType": "address",
829
+ "name": "to",
830
+ "type": "address"
831
+ },
832
+ {
833
+ "internalType": "uint256",
834
+ "name": "tokenId",
835
+ "type": "uint256"
836
+ }
837
+ ],
838
+ "name": "safeTransferFrom",
839
+ "outputs": [],
840
+ "stateMutability": "nonpayable",
841
+ "type": "function"
842
+ },
843
+ {
844
+ "inputs": [
845
+ {
846
+ "internalType": "address",
847
+ "name": "from",
848
+ "type": "address"
849
+ },
850
+ {
851
+ "internalType": "address",
852
+ "name": "to",
853
+ "type": "address"
854
+ },
855
+ {
856
+ "internalType": "uint256",
857
+ "name": "tokenId",
858
+ "type": "uint256"
859
+ },
860
+ {
861
+ "internalType": "bytes",
862
+ "name": "data",
863
+ "type": "bytes"
864
+ }
865
+ ],
866
+ "name": "safeTransferFrom",
867
+ "outputs": [],
868
+ "stateMutability": "nonpayable",
869
+ "type": "function"
870
+ },
871
+ {
872
+ "inputs": [
873
+ {
874
+ "internalType": "address",
875
+ "name": "operator",
876
+ "type": "address"
877
+ },
878
+ {
879
+ "internalType": "bool",
880
+ "name": "approved",
881
+ "type": "bool"
882
+ }
883
+ ],
884
+ "name": "setApprovalForAll",
885
+ "outputs": [],
886
+ "stateMutability": "nonpayable",
887
+ "type": "function"
888
+ },
889
+ {
890
+ "inputs": [],
891
+ "name": "signer",
892
+ "outputs": [
893
+ {
894
+ "internalType": "address",
895
+ "name": "",
896
+ "type": "address"
897
+ }
898
+ ],
899
+ "stateMutability": "view",
900
+ "type": "function"
901
+ },
902
+ {
903
+ "inputs": [
904
+ {
905
+ "internalType": "bytes4",
906
+ "name": "interfaceId",
907
+ "type": "bytes4"
908
+ }
909
+ ],
910
+ "name": "supportsInterface",
911
+ "outputs": [
912
+ {
913
+ "internalType": "bool",
914
+ "name": "",
915
+ "type": "bool"
916
+ }
917
+ ],
918
+ "stateMutability": "view",
919
+ "type": "function"
920
+ },
921
+ {
922
+ "inputs": [],
923
+ "name": "symbol",
924
+ "outputs": [
925
+ {
926
+ "internalType": "string",
927
+ "name": "",
928
+ "type": "string"
929
+ }
930
+ ],
931
+ "stateMutability": "view",
932
+ "type": "function"
933
+ },
934
+ {
935
+ "inputs": [
936
+ {
937
+ "internalType": "uint256",
938
+ "name": "tokenId",
939
+ "type": "uint256"
940
+ }
941
+ ],
942
+ "name": "tokenURI",
943
+ "outputs": [
944
+ {
945
+ "internalType": "string",
946
+ "name": "",
947
+ "type": "string"
948
+ }
949
+ ],
950
+ "stateMutability": "view",
951
+ "type": "function"
952
+ },
953
+ {
954
+ "inputs": [],
955
+ "name": "totalSupply",
956
+ "outputs": [
957
+ {
958
+ "internalType": "uint256",
959
+ "name": "",
960
+ "type": "uint256"
961
+ }
962
+ ],
963
+ "stateMutability": "view",
964
+ "type": "function"
965
+ },
966
+ {
967
+ "inputs": [
968
+ {
969
+ "internalType": "address",
970
+ "name": "",
971
+ "type": "address"
972
+ },
973
+ {
974
+ "internalType": "address",
975
+ "name": "",
976
+ "type": "address"
977
+ },
978
+ {
979
+ "internalType": "uint256",
980
+ "name": "",
981
+ "type": "uint256"
982
+ }
983
+ ],
984
+ "name": "transferFrom",
985
+ "outputs": [],
986
+ "stateMutability": "nonpayable",
987
+ "type": "function"
988
+ },
989
+ {
990
+ "inputs": [
991
+ {
992
+ "internalType": "address",
993
+ "name": "newOwner",
994
+ "type": "address"
995
+ }
996
+ ],
997
+ "name": "transferOwnership",
998
+ "outputs": [],
999
+ "stateMutability": "nonpayable",
1000
+ "type": "function"
1001
+ },
1002
+ {
1003
+ "inputs": [],
1004
+ "name": "vault",
1005
+ "outputs": [
1006
+ {
1007
+ "internalType": "address",
1008
+ "name": "",
1009
+ "type": "address"
1010
+ }
1011
+ ],
1012
+ "stateMutability": "view",
1013
+ "type": "function"
1014
+ }
1015
+ ]
1016
+ }