@cartesi/devnet 2.0.0-alpha.3 → 2.0.0-alpha.4

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 (94) hide show
  1. package/anvil_state.json +1 -0
  2. package/deployments/TestMultiToken.json +585 -0
  3. package/deployments/TestNFT.json +590 -0
  4. package/deployments/TestToken.json +730 -0
  5. package/deployments/cartesiRollups.ApplicationFactory.json +164 -0
  6. package/deployments/cartesiRollups.AuthorityFactory.json +110 -0
  7. package/deployments/cartesiRollups.ERC1155BatchPortal.json +79 -0
  8. package/deployments/cartesiRollups.ERC1155SinglePortal.json +79 -0
  9. package/deployments/cartesiRollups.ERC20Portal.json +74 -0
  10. package/deployments/cartesiRollups.ERC721Portal.json +74 -0
  11. package/deployments/cartesiRollups.EtherPortal.json +64 -0
  12. package/deployments/cartesiRollups.InputBox.json +146 -0
  13. package/deployments/cartesiRollups.QuorumFactory.json +110 -0
  14. package/deployments/cartesiRollups.SafeERC20Transfer.json +49 -0
  15. package/deployments/cartesiRollups.SelfHostedApplicationFactory.json +158 -0
  16. package/package.json +10 -33
  17. package/build/anvil_state.json +0 -1
  18. package/deployments/localhost/.chainId +0 -1
  19. package/deployments/localhost/ApplicationFactory.json +0 -227
  20. package/deployments/localhost/AuthorityFactory.json +0 -188
  21. package/deployments/localhost/ERC1155BatchPortal.json +0 -133
  22. package/deployments/localhost/ERC1155SinglePortal.json +0 -132
  23. package/deployments/localhost/ERC20Portal.json +0 -132
  24. package/deployments/localhost/ERC721Portal.json +0 -126
  25. package/deployments/localhost/EtherPortal.json +0 -121
  26. package/deployments/localhost/InputBox.json +0 -213
  27. package/deployments/localhost/QuorumFactory.json +0 -188
  28. package/deployments/localhost/SafeERC20Transfer.json +0 -118
  29. package/deployments/localhost/SelfHostedApplicationFactory.json +0 -227
  30. package/deployments/localhost/TestMultiToken.json +0 -829
  31. package/deployments/localhost/TestNFT.json +0 -891
  32. package/deployments/localhost/TestToken.json +0 -1079
  33. package/dist/deploy/01_token.js +0 -15
  34. package/dist/deploy/02_nft.js +0 -15
  35. package/dist/deploy/03_multitoken.js +0 -15
  36. package/dist/deploy/04_4337.js +0 -342
  37. package/dist/src/aa/constants.d.ts +0 -31
  38. package/dist/src/aa/constants.d.ts.map +0 -1
  39. package/dist/src/aa/constants.js +0 -65
  40. package/dist/src/tasks/deploy-anvil.d.ts +0 -6
  41. package/dist/src/tasks/deploy-anvil.d.ts.map +0 -1
  42. package/dist/src/tasks/deploy-anvil.js +0 -40
  43. package/export/abi/localhost.json +0 -2837
  44. package/export/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +0 -128
  45. package/export/artifacts/@openzeppelin/contracts/access/manager/AccessManaged.sol/AccessManaged.json +0 -137
  46. package/export/artifacts/@openzeppelin/contracts/access/manager/AuthorityUtils.sol/AuthorityUtils.json +0 -32
  47. package/export/artifacts/@openzeppelin/contracts/access/manager/IAccessManaged.sol/IAccessManaged.json +0 -133
  48. package/export/artifacts/@openzeppelin/contracts/access/manager/IAccessManager.sol/IAccessManager.json +0 -1240
  49. package/export/artifacts/@openzeppelin/contracts/access/manager/IAuthority.sol/IAuthority.json +0 -60
  50. package/export/artifacts/@openzeppelin/contracts/interfaces/IERC4906.sol/IERC4906.json +0 -401
  51. package/export/artifacts/@openzeppelin/contracts/interfaces/IERC5267.sol/IERC5267.json +0 -84
  52. package/export/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.json +0 -190
  53. package/export/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.json +0 -165
  54. package/export/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.json +0 -197
  55. package/export/artifacts/@openzeppelin/contracts/token/ERC1155/ERC1155.sol/ERC1155.json +0 -553
  56. package/export/artifacts/@openzeppelin/contracts/token/ERC1155/IERC1155.sol/IERC1155.json +0 -362
  57. package/export/artifacts/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.sol/IERC1155Receiver.json +0 -156
  58. package/export/artifacts/@openzeppelin/contracts/token/ERC1155/extensions/IERC1155MetadataURI.sol/IERC1155MetadataURI.json +0 -385
  59. package/export/artifacts/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Utils.sol/ERC1155Utils.json +0 -34
  60. package/export/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +0 -436
  61. package/export/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.json +0 -242
  62. package/export/artifacts/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol/ERC20Burnable.json +0 -472
  63. package/export/artifacts/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol/ERC20Pausable.json +0 -502
  64. package/export/artifacts/@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit.sol/ERC20Permit.json +0 -695
  65. package/export/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.json +0 -293
  66. package/export/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit.sol/IERC20Permit.json +0 -114
  67. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +0 -595
  68. package/export/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.json +0 -363
  69. package/export/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.json +0 -66
  70. package/export/artifacts/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol/ERC721URIStorage.json +0 -630
  71. package/export/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.json +0 -421
  72. package/export/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.json +0 -33
  73. package/export/artifacts/@openzeppelin/contracts/utils/Arrays.sol/Arrays.json +0 -61
  74. package/export/artifacts/@openzeppelin/contracts/utils/Comparators.sol/Comparators.json +0 -34
  75. package/export/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +0 -24
  76. package/export/artifacts/@openzeppelin/contracts/utils/Nonces.sol/Nonces.json +0 -73
  77. package/export/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.json +0 -65
  78. package/export/artifacts/@openzeppelin/contracts/utils/Pausable.sol/Pausable.json +0 -103
  79. package/export/artifacts/@openzeppelin/contracts/utils/ShortStrings.sol/ShortStrings.json +0 -55
  80. package/export/artifacts/@openzeppelin/contracts/utils/SlotDerivation.sol/SlotDerivation.json +0 -42
  81. package/export/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +0 -41
  82. package/export/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.json +0 -63
  83. package/export/artifacts/@openzeppelin/contracts/utils/cryptography/ECDSA.sol/ECDSA.json +0 -84
  84. package/export/artifacts/@openzeppelin/contracts/utils/cryptography/EIP712.sol/EIP712.json +0 -105
  85. package/export/artifacts/@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol/MessageHashUtils.json +0 -36
  86. package/export/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.json +0 -50
  87. package/export/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.json +0 -50
  88. package/export/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.json +0 -60
  89. package/export/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.json +0 -174
  90. package/export/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.json +0 -37
  91. package/export/artifacts/@openzeppelin/contracts/utils/types/Time.sol/Time.json +0 -41
  92. package/export/artifacts/contracts/TestMultiToken.sol/TestMultiToken.json +0 -750
  93. package/export/artifacts/contracts/TestNFT.sol/TestNFT.json +0 -779
  94. package/export/artifacts/contracts/TestToken.sol/TestToken.json +0 -963
@@ -1,2837 +0,0 @@
1
- {
2
- "name": "localhost",
3
- "chainId": "31337",
4
- "contracts": {
5
- "InputBox": {
6
- "address": "0x593E5BCf894D6829Dd26D0810DA7F064406aebB6",
7
- "abi": [
8
- {
9
- "inputs": [
10
- {
11
- "internalType": "address",
12
- "name": "appContract",
13
- "type": "address"
14
- },
15
- {
16
- "internalType": "uint256",
17
- "name": "inputLength",
18
- "type": "uint256"
19
- },
20
- {
21
- "internalType": "uint256",
22
- "name": "maxInputLength",
23
- "type": "uint256"
24
- }
25
- ],
26
- "name": "InputTooLarge",
27
- "type": "error"
28
- },
29
- {
30
- "anonymous": false,
31
- "inputs": [
32
- {
33
- "indexed": true,
34
- "internalType": "address",
35
- "name": "appContract",
36
- "type": "address"
37
- },
38
- {
39
- "indexed": true,
40
- "internalType": "uint256",
41
- "name": "index",
42
- "type": "uint256"
43
- },
44
- {
45
- "indexed": false,
46
- "internalType": "bytes",
47
- "name": "input",
48
- "type": "bytes"
49
- }
50
- ],
51
- "name": "InputAdded",
52
- "type": "event"
53
- },
54
- {
55
- "inputs": [
56
- {
57
- "internalType": "address",
58
- "name": "appContract",
59
- "type": "address"
60
- },
61
- {
62
- "internalType": "bytes",
63
- "name": "payload",
64
- "type": "bytes"
65
- }
66
- ],
67
- "name": "addInput",
68
- "outputs": [
69
- {
70
- "internalType": "bytes32",
71
- "name": "",
72
- "type": "bytes32"
73
- }
74
- ],
75
- "stateMutability": "nonpayable",
76
- "type": "function"
77
- },
78
- {
79
- "inputs": [
80
- {
81
- "internalType": "address",
82
- "name": "appContract",
83
- "type": "address"
84
- },
85
- {
86
- "internalType": "uint256",
87
- "name": "index",
88
- "type": "uint256"
89
- }
90
- ],
91
- "name": "getInputHash",
92
- "outputs": [
93
- {
94
- "internalType": "bytes32",
95
- "name": "",
96
- "type": "bytes32"
97
- }
98
- ],
99
- "stateMutability": "view",
100
- "type": "function"
101
- },
102
- {
103
- "inputs": [
104
- {
105
- "internalType": "address",
106
- "name": "appContract",
107
- "type": "address"
108
- }
109
- ],
110
- "name": "getNumberOfInputs",
111
- "outputs": [
112
- {
113
- "internalType": "uint256",
114
- "name": "",
115
- "type": "uint256"
116
- }
117
- ],
118
- "stateMutability": "view",
119
- "type": "function"
120
- }
121
- ]
122
- },
123
- "EtherPortal": {
124
- "address": "0xfa2292f6D85ea4e629B156A4f99219e30D12EE17",
125
- "abi": [
126
- {
127
- "inputs": [
128
- {
129
- "internalType": "contract IInputBox",
130
- "name": "inputBox",
131
- "type": "address"
132
- }
133
- ],
134
- "stateMutability": "nonpayable",
135
- "type": "constructor"
136
- },
137
- {
138
- "inputs": [],
139
- "name": "EtherTransferFailed",
140
- "type": "error"
141
- },
142
- {
143
- "inputs": [
144
- {
145
- "internalType": "address",
146
- "name": "appContract",
147
- "type": "address"
148
- },
149
- {
150
- "internalType": "bytes",
151
- "name": "execLayerData",
152
- "type": "bytes"
153
- }
154
- ],
155
- "name": "depositEther",
156
- "outputs": [],
157
- "stateMutability": "payable",
158
- "type": "function"
159
- },
160
- {
161
- "inputs": [],
162
- "name": "getInputBox",
163
- "outputs": [
164
- {
165
- "internalType": "contract IInputBox",
166
- "name": "",
167
- "type": "address"
168
- }
169
- ],
170
- "stateMutability": "view",
171
- "type": "function"
172
- }
173
- ]
174
- },
175
- "ERC20Portal": {
176
- "address": "0xB0e28881FF7ee9CD5B1229d570540d74bce23D39",
177
- "abi": [
178
- {
179
- "inputs": [
180
- {
181
- "internalType": "contract IInputBox",
182
- "name": "inputBox",
183
- "type": "address"
184
- }
185
- ],
186
- "stateMutability": "nonpayable",
187
- "type": "constructor"
188
- },
189
- {
190
- "inputs": [],
191
- "name": "ERC20TransferFailed",
192
- "type": "error"
193
- },
194
- {
195
- "inputs": [
196
- {
197
- "internalType": "contract IERC20",
198
- "name": "token",
199
- "type": "address"
200
- },
201
- {
202
- "internalType": "address",
203
- "name": "appContract",
204
- "type": "address"
205
- },
206
- {
207
- "internalType": "uint256",
208
- "name": "value",
209
- "type": "uint256"
210
- },
211
- {
212
- "internalType": "bytes",
213
- "name": "execLayerData",
214
- "type": "bytes"
215
- }
216
- ],
217
- "name": "depositERC20Tokens",
218
- "outputs": [],
219
- "stateMutability": "nonpayable",
220
- "type": "function"
221
- },
222
- {
223
- "inputs": [],
224
- "name": "getInputBox",
225
- "outputs": [
226
- {
227
- "internalType": "contract IInputBox",
228
- "name": "",
229
- "type": "address"
230
- }
231
- ],
232
- "stateMutability": "view",
233
- "type": "function"
234
- }
235
- ]
236
- },
237
- "ERC721Portal": {
238
- "address": "0x874b3245ead7474Cb9f3b83cD1446dC522f6bd36",
239
- "abi": [
240
- {
241
- "inputs": [
242
- {
243
- "internalType": "contract IInputBox",
244
- "name": "inputBox",
245
- "type": "address"
246
- }
247
- ],
248
- "stateMutability": "nonpayable",
249
- "type": "constructor"
250
- },
251
- {
252
- "inputs": [
253
- {
254
- "internalType": "contract IERC721",
255
- "name": "token",
256
- "type": "address"
257
- },
258
- {
259
- "internalType": "address",
260
- "name": "appContract",
261
- "type": "address"
262
- },
263
- {
264
- "internalType": "uint256",
265
- "name": "tokenId",
266
- "type": "uint256"
267
- },
268
- {
269
- "internalType": "bytes",
270
- "name": "baseLayerData",
271
- "type": "bytes"
272
- },
273
- {
274
- "internalType": "bytes",
275
- "name": "execLayerData",
276
- "type": "bytes"
277
- }
278
- ],
279
- "name": "depositERC721Token",
280
- "outputs": [],
281
- "stateMutability": "nonpayable",
282
- "type": "function"
283
- },
284
- {
285
- "inputs": [],
286
- "name": "getInputBox",
287
- "outputs": [
288
- {
289
- "internalType": "contract IInputBox",
290
- "name": "",
291
- "type": "address"
292
- }
293
- ],
294
- "stateMutability": "view",
295
- "type": "function"
296
- }
297
- ]
298
- },
299
- "ERC1155SinglePortal": {
300
- "address": "0x2f0D587DD6EcF67d25C558f2e9c3839c579e5e38",
301
- "abi": [
302
- {
303
- "inputs": [
304
- {
305
- "internalType": "contract IInputBox",
306
- "name": "inputBox",
307
- "type": "address"
308
- }
309
- ],
310
- "stateMutability": "nonpayable",
311
- "type": "constructor"
312
- },
313
- {
314
- "inputs": [
315
- {
316
- "internalType": "contract IERC1155",
317
- "name": "token",
318
- "type": "address"
319
- },
320
- {
321
- "internalType": "address",
322
- "name": "appContract",
323
- "type": "address"
324
- },
325
- {
326
- "internalType": "uint256",
327
- "name": "tokenId",
328
- "type": "uint256"
329
- },
330
- {
331
- "internalType": "uint256",
332
- "name": "value",
333
- "type": "uint256"
334
- },
335
- {
336
- "internalType": "bytes",
337
- "name": "baseLayerData",
338
- "type": "bytes"
339
- },
340
- {
341
- "internalType": "bytes",
342
- "name": "execLayerData",
343
- "type": "bytes"
344
- }
345
- ],
346
- "name": "depositSingleERC1155Token",
347
- "outputs": [],
348
- "stateMutability": "nonpayable",
349
- "type": "function"
350
- },
351
- {
352
- "inputs": [],
353
- "name": "getInputBox",
354
- "outputs": [
355
- {
356
- "internalType": "contract IInputBox",
357
- "name": "",
358
- "type": "address"
359
- }
360
- ],
361
- "stateMutability": "view",
362
- "type": "function"
363
- }
364
- ]
365
- },
366
- "ERC1155BatchPortal": {
367
- "address": "0x4a218D331C0933d7E3EB496ac901669f28D94981",
368
- "abi": [
369
- {
370
- "inputs": [
371
- {
372
- "internalType": "contract IInputBox",
373
- "name": "inputBox",
374
- "type": "address"
375
- }
376
- ],
377
- "stateMutability": "nonpayable",
378
- "type": "constructor"
379
- },
380
- {
381
- "inputs": [
382
- {
383
- "internalType": "contract IERC1155",
384
- "name": "token",
385
- "type": "address"
386
- },
387
- {
388
- "internalType": "address",
389
- "name": "appContract",
390
- "type": "address"
391
- },
392
- {
393
- "internalType": "uint256[]",
394
- "name": "tokenIds",
395
- "type": "uint256[]"
396
- },
397
- {
398
- "internalType": "uint256[]",
399
- "name": "values",
400
- "type": "uint256[]"
401
- },
402
- {
403
- "internalType": "bytes",
404
- "name": "baseLayerData",
405
- "type": "bytes"
406
- },
407
- {
408
- "internalType": "bytes",
409
- "name": "execLayerData",
410
- "type": "bytes"
411
- }
412
- ],
413
- "name": "depositBatchERC1155Token",
414
- "outputs": [],
415
- "stateMutability": "nonpayable",
416
- "type": "function"
417
- },
418
- {
419
- "inputs": [],
420
- "name": "getInputBox",
421
- "outputs": [
422
- {
423
- "internalType": "contract IInputBox",
424
- "name": "",
425
- "type": "address"
426
- }
427
- ],
428
- "stateMutability": "view",
429
- "type": "function"
430
- }
431
- ]
432
- },
433
- "AuthorityFactory": {
434
- "address": "0xB897F7Fe78f220aE34B7FA9493092701a873Ed45",
435
- "abi": [
436
- {
437
- "anonymous": false,
438
- "inputs": [
439
- {
440
- "indexed": false,
441
- "internalType": "contract IAuthority",
442
- "name": "authority",
443
- "type": "address"
444
- }
445
- ],
446
- "name": "AuthorityCreated",
447
- "type": "event"
448
- },
449
- {
450
- "inputs": [
451
- {
452
- "internalType": "address",
453
- "name": "authorityOwner",
454
- "type": "address"
455
- },
456
- {
457
- "internalType": "uint256",
458
- "name": "epochLength",
459
- "type": "uint256"
460
- },
461
- {
462
- "internalType": "bytes32",
463
- "name": "salt",
464
- "type": "bytes32"
465
- }
466
- ],
467
- "name": "calculateAuthorityAddress",
468
- "outputs": [
469
- {
470
- "internalType": "address",
471
- "name": "",
472
- "type": "address"
473
- }
474
- ],
475
- "stateMutability": "view",
476
- "type": "function"
477
- },
478
- {
479
- "inputs": [
480
- {
481
- "internalType": "address",
482
- "name": "authorityOwner",
483
- "type": "address"
484
- },
485
- {
486
- "internalType": "uint256",
487
- "name": "epochLength",
488
- "type": "uint256"
489
- }
490
- ],
491
- "name": "newAuthority",
492
- "outputs": [
493
- {
494
- "internalType": "contract IAuthority",
495
- "name": "",
496
- "type": "address"
497
- }
498
- ],
499
- "stateMutability": "nonpayable",
500
- "type": "function"
501
- },
502
- {
503
- "inputs": [
504
- {
505
- "internalType": "address",
506
- "name": "authorityOwner",
507
- "type": "address"
508
- },
509
- {
510
- "internalType": "uint256",
511
- "name": "epochLength",
512
- "type": "uint256"
513
- },
514
- {
515
- "internalType": "bytes32",
516
- "name": "salt",
517
- "type": "bytes32"
518
- }
519
- ],
520
- "name": "newAuthority",
521
- "outputs": [
522
- {
523
- "internalType": "contract IAuthority",
524
- "name": "",
525
- "type": "address"
526
- }
527
- ],
528
- "stateMutability": "nonpayable",
529
- "type": "function"
530
- }
531
- ]
532
- },
533
- "QuorumFactory": {
534
- "address": "0x22AFD9162079c7Ac0aF874054298Bf46F29157F1",
535
- "abi": [
536
- {
537
- "anonymous": false,
538
- "inputs": [
539
- {
540
- "indexed": false,
541
- "internalType": "contract IQuorum",
542
- "name": "quorum",
543
- "type": "address"
544
- }
545
- ],
546
- "name": "QuorumCreated",
547
- "type": "event"
548
- },
549
- {
550
- "inputs": [
551
- {
552
- "internalType": "address[]",
553
- "name": "validators",
554
- "type": "address[]"
555
- },
556
- {
557
- "internalType": "uint256",
558
- "name": "epochLength",
559
- "type": "uint256"
560
- },
561
- {
562
- "internalType": "bytes32",
563
- "name": "salt",
564
- "type": "bytes32"
565
- }
566
- ],
567
- "name": "calculateQuorumAddress",
568
- "outputs": [
569
- {
570
- "internalType": "address",
571
- "name": "",
572
- "type": "address"
573
- }
574
- ],
575
- "stateMutability": "view",
576
- "type": "function"
577
- },
578
- {
579
- "inputs": [
580
- {
581
- "internalType": "address[]",
582
- "name": "validators",
583
- "type": "address[]"
584
- },
585
- {
586
- "internalType": "uint256",
587
- "name": "epochLength",
588
- "type": "uint256"
589
- },
590
- {
591
- "internalType": "bytes32",
592
- "name": "salt",
593
- "type": "bytes32"
594
- }
595
- ],
596
- "name": "newQuorum",
597
- "outputs": [
598
- {
599
- "internalType": "contract IQuorum",
600
- "name": "",
601
- "type": "address"
602
- }
603
- ],
604
- "stateMutability": "nonpayable",
605
- "type": "function"
606
- },
607
- {
608
- "inputs": [
609
- {
610
- "internalType": "address[]",
611
- "name": "validators",
612
- "type": "address[]"
613
- },
614
- {
615
- "internalType": "uint256",
616
- "name": "epochLength",
617
- "type": "uint256"
618
- }
619
- ],
620
- "name": "newQuorum",
621
- "outputs": [
622
- {
623
- "internalType": "contract IQuorum",
624
- "name": "",
625
- "type": "address"
626
- }
627
- ],
628
- "stateMutability": "nonpayable",
629
- "type": "function"
630
- }
631
- ]
632
- },
633
- "ApplicationFactory": {
634
- "address": "0xd7d4d184b82b1a4e08f304DDaB0A2A7a301C2620",
635
- "abi": [
636
- {
637
- "anonymous": false,
638
- "inputs": [
639
- {
640
- "indexed": true,
641
- "internalType": "contract IConsensus",
642
- "name": "consensus",
643
- "type": "address"
644
- },
645
- {
646
- "indexed": false,
647
- "internalType": "address",
648
- "name": "appOwner",
649
- "type": "address"
650
- },
651
- {
652
- "indexed": false,
653
- "internalType": "bytes32",
654
- "name": "templateHash",
655
- "type": "bytes32"
656
- },
657
- {
658
- "indexed": false,
659
- "internalType": "contract IApplication",
660
- "name": "appContract",
661
- "type": "address"
662
- }
663
- ],
664
- "name": "ApplicationCreated",
665
- "type": "event"
666
- },
667
- {
668
- "inputs": [
669
- {
670
- "internalType": "contract IConsensus",
671
- "name": "consensus",
672
- "type": "address"
673
- },
674
- {
675
- "internalType": "address",
676
- "name": "appOwner",
677
- "type": "address"
678
- },
679
- {
680
- "internalType": "bytes32",
681
- "name": "templateHash",
682
- "type": "bytes32"
683
- },
684
- {
685
- "internalType": "bytes32",
686
- "name": "salt",
687
- "type": "bytes32"
688
- }
689
- ],
690
- "name": "calculateApplicationAddress",
691
- "outputs": [
692
- {
693
- "internalType": "address",
694
- "name": "",
695
- "type": "address"
696
- }
697
- ],
698
- "stateMutability": "view",
699
- "type": "function"
700
- },
701
- {
702
- "inputs": [
703
- {
704
- "internalType": "contract IConsensus",
705
- "name": "consensus",
706
- "type": "address"
707
- },
708
- {
709
- "internalType": "address",
710
- "name": "appOwner",
711
- "type": "address"
712
- },
713
- {
714
- "internalType": "bytes32",
715
- "name": "templateHash",
716
- "type": "bytes32"
717
- },
718
- {
719
- "internalType": "bytes32",
720
- "name": "salt",
721
- "type": "bytes32"
722
- }
723
- ],
724
- "name": "newApplication",
725
- "outputs": [
726
- {
727
- "internalType": "contract IApplication",
728
- "name": "",
729
- "type": "address"
730
- }
731
- ],
732
- "stateMutability": "nonpayable",
733
- "type": "function"
734
- },
735
- {
736
- "inputs": [
737
- {
738
- "internalType": "contract IConsensus",
739
- "name": "consensus",
740
- "type": "address"
741
- },
742
- {
743
- "internalType": "address",
744
- "name": "appOwner",
745
- "type": "address"
746
- },
747
- {
748
- "internalType": "bytes32",
749
- "name": "templateHash",
750
- "type": "bytes32"
751
- }
752
- ],
753
- "name": "newApplication",
754
- "outputs": [
755
- {
756
- "internalType": "contract IApplication",
757
- "name": "",
758
- "type": "address"
759
- }
760
- ],
761
- "stateMutability": "nonpayable",
762
- "type": "function"
763
- }
764
- ]
765
- },
766
- "SelfHostedApplicationFactory": {
767
- "address": "0xF925E1467DfCb1be6904bcF70621A974b5eA8708",
768
- "abi": [
769
- {
770
- "inputs": [
771
- {
772
- "internalType": "contract IAuthorityFactory",
773
- "name": "authorityFactory",
774
- "type": "address"
775
- },
776
- {
777
- "internalType": "contract IApplicationFactory",
778
- "name": "applicationFactory",
779
- "type": "address"
780
- }
781
- ],
782
- "stateMutability": "nonpayable",
783
- "type": "constructor"
784
- },
785
- {
786
- "inputs": [
787
- {
788
- "internalType": "address",
789
- "name": "authorityOwner",
790
- "type": "address"
791
- },
792
- {
793
- "internalType": "uint256",
794
- "name": "epochLength",
795
- "type": "uint256"
796
- },
797
- {
798
- "internalType": "address",
799
- "name": "appOwner",
800
- "type": "address"
801
- },
802
- {
803
- "internalType": "bytes32",
804
- "name": "templateHash",
805
- "type": "bytes32"
806
- },
807
- {
808
- "internalType": "bytes32",
809
- "name": "salt",
810
- "type": "bytes32"
811
- }
812
- ],
813
- "name": "calculateAddresses",
814
- "outputs": [
815
- {
816
- "internalType": "address",
817
- "name": "application",
818
- "type": "address"
819
- },
820
- {
821
- "internalType": "address",
822
- "name": "authority",
823
- "type": "address"
824
- }
825
- ],
826
- "stateMutability": "view",
827
- "type": "function"
828
- },
829
- {
830
- "inputs": [
831
- {
832
- "internalType": "address",
833
- "name": "authorityOwner",
834
- "type": "address"
835
- },
836
- {
837
- "internalType": "uint256",
838
- "name": "epochLength",
839
- "type": "uint256"
840
- },
841
- {
842
- "internalType": "address",
843
- "name": "appOwner",
844
- "type": "address"
845
- },
846
- {
847
- "internalType": "bytes32",
848
- "name": "templateHash",
849
- "type": "bytes32"
850
- },
851
- {
852
- "internalType": "bytes32",
853
- "name": "salt",
854
- "type": "bytes32"
855
- }
856
- ],
857
- "name": "deployContracts",
858
- "outputs": [
859
- {
860
- "internalType": "contract IApplication",
861
- "name": "application",
862
- "type": "address"
863
- },
864
- {
865
- "internalType": "contract IAuthority",
866
- "name": "authority",
867
- "type": "address"
868
- }
869
- ],
870
- "stateMutability": "nonpayable",
871
- "type": "function"
872
- },
873
- {
874
- "inputs": [],
875
- "name": "getApplicationFactory",
876
- "outputs": [
877
- {
878
- "internalType": "contract IApplicationFactory",
879
- "name": "",
880
- "type": "address"
881
- }
882
- ],
883
- "stateMutability": "view",
884
- "type": "function"
885
- },
886
- {
887
- "inputs": [],
888
- "name": "getAuthorityFactory",
889
- "outputs": [
890
- {
891
- "internalType": "contract IAuthorityFactory",
892
- "name": "",
893
- "type": "address"
894
- }
895
- ],
896
- "stateMutability": "view",
897
- "type": "function"
898
- }
899
- ]
900
- },
901
- "SafeERC20Transfer": {
902
- "address": "0x817b126F242B5F184Fa685b4f2F91DC99D8115F9",
903
- "abi": [
904
- {
905
- "inputs": [
906
- {
907
- "internalType": "address",
908
- "name": "target",
909
- "type": "address"
910
- }
911
- ],
912
- "name": "AddressEmptyCode",
913
- "type": "error"
914
- },
915
- {
916
- "inputs": [
917
- {
918
- "internalType": "address",
919
- "name": "account",
920
- "type": "address"
921
- }
922
- ],
923
- "name": "AddressInsufficientBalance",
924
- "type": "error"
925
- },
926
- {
927
- "inputs": [],
928
- "name": "FailedInnerCall",
929
- "type": "error"
930
- },
931
- {
932
- "inputs": [
933
- {
934
- "internalType": "address",
935
- "name": "token",
936
- "type": "address"
937
- }
938
- ],
939
- "name": "SafeERC20FailedOperation",
940
- "type": "error"
941
- },
942
- {
943
- "inputs": [
944
- {
945
- "internalType": "contract IERC20",
946
- "name": "token",
947
- "type": "address"
948
- },
949
- {
950
- "internalType": "address",
951
- "name": "to",
952
- "type": "address"
953
- },
954
- {
955
- "internalType": "uint256",
956
- "name": "value",
957
- "type": "uint256"
958
- }
959
- ],
960
- "name": "safeTransfer",
961
- "outputs": [],
962
- "stateMutability": "nonpayable",
963
- "type": "function"
964
- }
965
- ]
966
- },
967
- "TestToken": {
968
- "address": "0xfb47f7065a6a81E28520cA5Ce0E4D787E3683973",
969
- "abi": [
970
- {
971
- "inputs": [
972
- {
973
- "internalType": "address",
974
- "name": "initialAuthority",
975
- "type": "address"
976
- }
977
- ],
978
- "stateMutability": "nonpayable",
979
- "type": "constructor"
980
- },
981
- {
982
- "inputs": [
983
- {
984
- "internalType": "address",
985
- "name": "authority",
986
- "type": "address"
987
- }
988
- ],
989
- "name": "AccessManagedInvalidAuthority",
990
- "type": "error"
991
- },
992
- {
993
- "inputs": [
994
- {
995
- "internalType": "address",
996
- "name": "caller",
997
- "type": "address"
998
- },
999
- {
1000
- "internalType": "uint32",
1001
- "name": "delay",
1002
- "type": "uint32"
1003
- }
1004
- ],
1005
- "name": "AccessManagedRequiredDelay",
1006
- "type": "error"
1007
- },
1008
- {
1009
- "inputs": [
1010
- {
1011
- "internalType": "address",
1012
- "name": "caller",
1013
- "type": "address"
1014
- }
1015
- ],
1016
- "name": "AccessManagedUnauthorized",
1017
- "type": "error"
1018
- },
1019
- {
1020
- "inputs": [],
1021
- "name": "ECDSAInvalidSignature",
1022
- "type": "error"
1023
- },
1024
- {
1025
- "inputs": [
1026
- {
1027
- "internalType": "uint256",
1028
- "name": "length",
1029
- "type": "uint256"
1030
- }
1031
- ],
1032
- "name": "ECDSAInvalidSignatureLength",
1033
- "type": "error"
1034
- },
1035
- {
1036
- "inputs": [
1037
- {
1038
- "internalType": "bytes32",
1039
- "name": "s",
1040
- "type": "bytes32"
1041
- }
1042
- ],
1043
- "name": "ECDSAInvalidSignatureS",
1044
- "type": "error"
1045
- },
1046
- {
1047
- "inputs": [
1048
- {
1049
- "internalType": "address",
1050
- "name": "spender",
1051
- "type": "address"
1052
- },
1053
- {
1054
- "internalType": "uint256",
1055
- "name": "allowance",
1056
- "type": "uint256"
1057
- },
1058
- {
1059
- "internalType": "uint256",
1060
- "name": "needed",
1061
- "type": "uint256"
1062
- }
1063
- ],
1064
- "name": "ERC20InsufficientAllowance",
1065
- "type": "error"
1066
- },
1067
- {
1068
- "inputs": [
1069
- {
1070
- "internalType": "address",
1071
- "name": "sender",
1072
- "type": "address"
1073
- },
1074
- {
1075
- "internalType": "uint256",
1076
- "name": "balance",
1077
- "type": "uint256"
1078
- },
1079
- {
1080
- "internalType": "uint256",
1081
- "name": "needed",
1082
- "type": "uint256"
1083
- }
1084
- ],
1085
- "name": "ERC20InsufficientBalance",
1086
- "type": "error"
1087
- },
1088
- {
1089
- "inputs": [
1090
- {
1091
- "internalType": "address",
1092
- "name": "approver",
1093
- "type": "address"
1094
- }
1095
- ],
1096
- "name": "ERC20InvalidApprover",
1097
- "type": "error"
1098
- },
1099
- {
1100
- "inputs": [
1101
- {
1102
- "internalType": "address",
1103
- "name": "receiver",
1104
- "type": "address"
1105
- }
1106
- ],
1107
- "name": "ERC20InvalidReceiver",
1108
- "type": "error"
1109
- },
1110
- {
1111
- "inputs": [
1112
- {
1113
- "internalType": "address",
1114
- "name": "sender",
1115
- "type": "address"
1116
- }
1117
- ],
1118
- "name": "ERC20InvalidSender",
1119
- "type": "error"
1120
- },
1121
- {
1122
- "inputs": [
1123
- {
1124
- "internalType": "address",
1125
- "name": "spender",
1126
- "type": "address"
1127
- }
1128
- ],
1129
- "name": "ERC20InvalidSpender",
1130
- "type": "error"
1131
- },
1132
- {
1133
- "inputs": [
1134
- {
1135
- "internalType": "uint256",
1136
- "name": "deadline",
1137
- "type": "uint256"
1138
- }
1139
- ],
1140
- "name": "ERC2612ExpiredSignature",
1141
- "type": "error"
1142
- },
1143
- {
1144
- "inputs": [
1145
- {
1146
- "internalType": "address",
1147
- "name": "signer",
1148
- "type": "address"
1149
- },
1150
- {
1151
- "internalType": "address",
1152
- "name": "owner",
1153
- "type": "address"
1154
- }
1155
- ],
1156
- "name": "ERC2612InvalidSigner",
1157
- "type": "error"
1158
- },
1159
- {
1160
- "inputs": [],
1161
- "name": "EnforcedPause",
1162
- "type": "error"
1163
- },
1164
- {
1165
- "inputs": [],
1166
- "name": "ExpectedPause",
1167
- "type": "error"
1168
- },
1169
- {
1170
- "inputs": [
1171
- {
1172
- "internalType": "address",
1173
- "name": "account",
1174
- "type": "address"
1175
- },
1176
- {
1177
- "internalType": "uint256",
1178
- "name": "currentNonce",
1179
- "type": "uint256"
1180
- }
1181
- ],
1182
- "name": "InvalidAccountNonce",
1183
- "type": "error"
1184
- },
1185
- {
1186
- "inputs": [],
1187
- "name": "InvalidShortString",
1188
- "type": "error"
1189
- },
1190
- {
1191
- "inputs": [
1192
- {
1193
- "internalType": "string",
1194
- "name": "str",
1195
- "type": "string"
1196
- }
1197
- ],
1198
- "name": "StringTooLong",
1199
- "type": "error"
1200
- },
1201
- {
1202
- "anonymous": false,
1203
- "inputs": [
1204
- {
1205
- "indexed": true,
1206
- "internalType": "address",
1207
- "name": "owner",
1208
- "type": "address"
1209
- },
1210
- {
1211
- "indexed": true,
1212
- "internalType": "address",
1213
- "name": "spender",
1214
- "type": "address"
1215
- },
1216
- {
1217
- "indexed": false,
1218
- "internalType": "uint256",
1219
- "name": "value",
1220
- "type": "uint256"
1221
- }
1222
- ],
1223
- "name": "Approval",
1224
- "type": "event"
1225
- },
1226
- {
1227
- "anonymous": false,
1228
- "inputs": [
1229
- {
1230
- "indexed": false,
1231
- "internalType": "address",
1232
- "name": "authority",
1233
- "type": "address"
1234
- }
1235
- ],
1236
- "name": "AuthorityUpdated",
1237
- "type": "event"
1238
- },
1239
- {
1240
- "anonymous": false,
1241
- "inputs": [],
1242
- "name": "EIP712DomainChanged",
1243
- "type": "event"
1244
- },
1245
- {
1246
- "anonymous": false,
1247
- "inputs": [
1248
- {
1249
- "indexed": false,
1250
- "internalType": "address",
1251
- "name": "account",
1252
- "type": "address"
1253
- }
1254
- ],
1255
- "name": "Paused",
1256
- "type": "event"
1257
- },
1258
- {
1259
- "anonymous": false,
1260
- "inputs": [
1261
- {
1262
- "indexed": true,
1263
- "internalType": "address",
1264
- "name": "from",
1265
- "type": "address"
1266
- },
1267
- {
1268
- "indexed": true,
1269
- "internalType": "address",
1270
- "name": "to",
1271
- "type": "address"
1272
- },
1273
- {
1274
- "indexed": false,
1275
- "internalType": "uint256",
1276
- "name": "value",
1277
- "type": "uint256"
1278
- }
1279
- ],
1280
- "name": "Transfer",
1281
- "type": "event"
1282
- },
1283
- {
1284
- "anonymous": false,
1285
- "inputs": [
1286
- {
1287
- "indexed": false,
1288
- "internalType": "address",
1289
- "name": "account",
1290
- "type": "address"
1291
- }
1292
- ],
1293
- "name": "Unpaused",
1294
- "type": "event"
1295
- },
1296
- {
1297
- "inputs": [],
1298
- "name": "DOMAIN_SEPARATOR",
1299
- "outputs": [
1300
- {
1301
- "internalType": "bytes32",
1302
- "name": "",
1303
- "type": "bytes32"
1304
- }
1305
- ],
1306
- "stateMutability": "view",
1307
- "type": "function"
1308
- },
1309
- {
1310
- "inputs": [
1311
- {
1312
- "internalType": "address",
1313
- "name": "owner",
1314
- "type": "address"
1315
- },
1316
- {
1317
- "internalType": "address",
1318
- "name": "spender",
1319
- "type": "address"
1320
- }
1321
- ],
1322
- "name": "allowance",
1323
- "outputs": [
1324
- {
1325
- "internalType": "uint256",
1326
- "name": "",
1327
- "type": "uint256"
1328
- }
1329
- ],
1330
- "stateMutability": "view",
1331
- "type": "function"
1332
- },
1333
- {
1334
- "inputs": [
1335
- {
1336
- "internalType": "address",
1337
- "name": "spender",
1338
- "type": "address"
1339
- },
1340
- {
1341
- "internalType": "uint256",
1342
- "name": "value",
1343
- "type": "uint256"
1344
- }
1345
- ],
1346
- "name": "approve",
1347
- "outputs": [
1348
- {
1349
- "internalType": "bool",
1350
- "name": "",
1351
- "type": "bool"
1352
- }
1353
- ],
1354
- "stateMutability": "nonpayable",
1355
- "type": "function"
1356
- },
1357
- {
1358
- "inputs": [],
1359
- "name": "authority",
1360
- "outputs": [
1361
- {
1362
- "internalType": "address",
1363
- "name": "",
1364
- "type": "address"
1365
- }
1366
- ],
1367
- "stateMutability": "view",
1368
- "type": "function"
1369
- },
1370
- {
1371
- "inputs": [
1372
- {
1373
- "internalType": "address",
1374
- "name": "account",
1375
- "type": "address"
1376
- }
1377
- ],
1378
- "name": "balanceOf",
1379
- "outputs": [
1380
- {
1381
- "internalType": "uint256",
1382
- "name": "",
1383
- "type": "uint256"
1384
- }
1385
- ],
1386
- "stateMutability": "view",
1387
- "type": "function"
1388
- },
1389
- {
1390
- "inputs": [
1391
- {
1392
- "internalType": "uint256",
1393
- "name": "value",
1394
- "type": "uint256"
1395
- }
1396
- ],
1397
- "name": "burn",
1398
- "outputs": [],
1399
- "stateMutability": "nonpayable",
1400
- "type": "function"
1401
- },
1402
- {
1403
- "inputs": [
1404
- {
1405
- "internalType": "address",
1406
- "name": "account",
1407
- "type": "address"
1408
- },
1409
- {
1410
- "internalType": "uint256",
1411
- "name": "value",
1412
- "type": "uint256"
1413
- }
1414
- ],
1415
- "name": "burnFrom",
1416
- "outputs": [],
1417
- "stateMutability": "nonpayable",
1418
- "type": "function"
1419
- },
1420
- {
1421
- "inputs": [],
1422
- "name": "decimals",
1423
- "outputs": [
1424
- {
1425
- "internalType": "uint8",
1426
- "name": "",
1427
- "type": "uint8"
1428
- }
1429
- ],
1430
- "stateMutability": "view",
1431
- "type": "function"
1432
- },
1433
- {
1434
- "inputs": [],
1435
- "name": "eip712Domain",
1436
- "outputs": [
1437
- {
1438
- "internalType": "bytes1",
1439
- "name": "fields",
1440
- "type": "bytes1"
1441
- },
1442
- {
1443
- "internalType": "string",
1444
- "name": "name",
1445
- "type": "string"
1446
- },
1447
- {
1448
- "internalType": "string",
1449
- "name": "version",
1450
- "type": "string"
1451
- },
1452
- {
1453
- "internalType": "uint256",
1454
- "name": "chainId",
1455
- "type": "uint256"
1456
- },
1457
- {
1458
- "internalType": "address",
1459
- "name": "verifyingContract",
1460
- "type": "address"
1461
- },
1462
- {
1463
- "internalType": "bytes32",
1464
- "name": "salt",
1465
- "type": "bytes32"
1466
- },
1467
- {
1468
- "internalType": "uint256[]",
1469
- "name": "extensions",
1470
- "type": "uint256[]"
1471
- }
1472
- ],
1473
- "stateMutability": "view",
1474
- "type": "function"
1475
- },
1476
- {
1477
- "inputs": [],
1478
- "name": "isConsumingScheduledOp",
1479
- "outputs": [
1480
- {
1481
- "internalType": "bytes4",
1482
- "name": "",
1483
- "type": "bytes4"
1484
- }
1485
- ],
1486
- "stateMutability": "view",
1487
- "type": "function"
1488
- },
1489
- {
1490
- "inputs": [],
1491
- "name": "name",
1492
- "outputs": [
1493
- {
1494
- "internalType": "string",
1495
- "name": "",
1496
- "type": "string"
1497
- }
1498
- ],
1499
- "stateMutability": "view",
1500
- "type": "function"
1501
- },
1502
- {
1503
- "inputs": [
1504
- {
1505
- "internalType": "address",
1506
- "name": "owner",
1507
- "type": "address"
1508
- }
1509
- ],
1510
- "name": "nonces",
1511
- "outputs": [
1512
- {
1513
- "internalType": "uint256",
1514
- "name": "",
1515
- "type": "uint256"
1516
- }
1517
- ],
1518
- "stateMutability": "view",
1519
- "type": "function"
1520
- },
1521
- {
1522
- "inputs": [],
1523
- "name": "pause",
1524
- "outputs": [],
1525
- "stateMutability": "nonpayable",
1526
- "type": "function"
1527
- },
1528
- {
1529
- "inputs": [],
1530
- "name": "paused",
1531
- "outputs": [
1532
- {
1533
- "internalType": "bool",
1534
- "name": "",
1535
- "type": "bool"
1536
- }
1537
- ],
1538
- "stateMutability": "view",
1539
- "type": "function"
1540
- },
1541
- {
1542
- "inputs": [
1543
- {
1544
- "internalType": "address",
1545
- "name": "owner",
1546
- "type": "address"
1547
- },
1548
- {
1549
- "internalType": "address",
1550
- "name": "spender",
1551
- "type": "address"
1552
- },
1553
- {
1554
- "internalType": "uint256",
1555
- "name": "value",
1556
- "type": "uint256"
1557
- },
1558
- {
1559
- "internalType": "uint256",
1560
- "name": "deadline",
1561
- "type": "uint256"
1562
- },
1563
- {
1564
- "internalType": "uint8",
1565
- "name": "v",
1566
- "type": "uint8"
1567
- },
1568
- {
1569
- "internalType": "bytes32",
1570
- "name": "r",
1571
- "type": "bytes32"
1572
- },
1573
- {
1574
- "internalType": "bytes32",
1575
- "name": "s",
1576
- "type": "bytes32"
1577
- }
1578
- ],
1579
- "name": "permit",
1580
- "outputs": [],
1581
- "stateMutability": "nonpayable",
1582
- "type": "function"
1583
- },
1584
- {
1585
- "inputs": [
1586
- {
1587
- "internalType": "address",
1588
- "name": "newAuthority",
1589
- "type": "address"
1590
- }
1591
- ],
1592
- "name": "setAuthority",
1593
- "outputs": [],
1594
- "stateMutability": "nonpayable",
1595
- "type": "function"
1596
- },
1597
- {
1598
- "inputs": [],
1599
- "name": "symbol",
1600
- "outputs": [
1601
- {
1602
- "internalType": "string",
1603
- "name": "",
1604
- "type": "string"
1605
- }
1606
- ],
1607
- "stateMutability": "view",
1608
- "type": "function"
1609
- },
1610
- {
1611
- "inputs": [],
1612
- "name": "totalSupply",
1613
- "outputs": [
1614
- {
1615
- "internalType": "uint256",
1616
- "name": "",
1617
- "type": "uint256"
1618
- }
1619
- ],
1620
- "stateMutability": "view",
1621
- "type": "function"
1622
- },
1623
- {
1624
- "inputs": [
1625
- {
1626
- "internalType": "address",
1627
- "name": "to",
1628
- "type": "address"
1629
- },
1630
- {
1631
- "internalType": "uint256",
1632
- "name": "value",
1633
- "type": "uint256"
1634
- }
1635
- ],
1636
- "name": "transfer",
1637
- "outputs": [
1638
- {
1639
- "internalType": "bool",
1640
- "name": "",
1641
- "type": "bool"
1642
- }
1643
- ],
1644
- "stateMutability": "nonpayable",
1645
- "type": "function"
1646
- },
1647
- {
1648
- "inputs": [
1649
- {
1650
- "internalType": "address",
1651
- "name": "from",
1652
- "type": "address"
1653
- },
1654
- {
1655
- "internalType": "address",
1656
- "name": "to",
1657
- "type": "address"
1658
- },
1659
- {
1660
- "internalType": "uint256",
1661
- "name": "value",
1662
- "type": "uint256"
1663
- }
1664
- ],
1665
- "name": "transferFrom",
1666
- "outputs": [
1667
- {
1668
- "internalType": "bool",
1669
- "name": "",
1670
- "type": "bool"
1671
- }
1672
- ],
1673
- "stateMutability": "nonpayable",
1674
- "type": "function"
1675
- },
1676
- {
1677
- "inputs": [],
1678
- "name": "unpause",
1679
- "outputs": [],
1680
- "stateMutability": "nonpayable",
1681
- "type": "function"
1682
- }
1683
- ]
1684
- },
1685
- "TestNFT": {
1686
- "address": "0x5dF0fB951D9f9a37E53Ae0111a653B1187938213",
1687
- "abi": [
1688
- {
1689
- "inputs": [
1690
- {
1691
- "internalType": "address",
1692
- "name": "initialOwner",
1693
- "type": "address"
1694
- }
1695
- ],
1696
- "stateMutability": "nonpayable",
1697
- "type": "constructor"
1698
- },
1699
- {
1700
- "inputs": [
1701
- {
1702
- "internalType": "address",
1703
- "name": "sender",
1704
- "type": "address"
1705
- },
1706
- {
1707
- "internalType": "uint256",
1708
- "name": "tokenId",
1709
- "type": "uint256"
1710
- },
1711
- {
1712
- "internalType": "address",
1713
- "name": "owner",
1714
- "type": "address"
1715
- }
1716
- ],
1717
- "name": "ERC721IncorrectOwner",
1718
- "type": "error"
1719
- },
1720
- {
1721
- "inputs": [
1722
- {
1723
- "internalType": "address",
1724
- "name": "operator",
1725
- "type": "address"
1726
- },
1727
- {
1728
- "internalType": "uint256",
1729
- "name": "tokenId",
1730
- "type": "uint256"
1731
- }
1732
- ],
1733
- "name": "ERC721InsufficientApproval",
1734
- "type": "error"
1735
- },
1736
- {
1737
- "inputs": [
1738
- {
1739
- "internalType": "address",
1740
- "name": "approver",
1741
- "type": "address"
1742
- }
1743
- ],
1744
- "name": "ERC721InvalidApprover",
1745
- "type": "error"
1746
- },
1747
- {
1748
- "inputs": [
1749
- {
1750
- "internalType": "address",
1751
- "name": "operator",
1752
- "type": "address"
1753
- }
1754
- ],
1755
- "name": "ERC721InvalidOperator",
1756
- "type": "error"
1757
- },
1758
- {
1759
- "inputs": [
1760
- {
1761
- "internalType": "address",
1762
- "name": "owner",
1763
- "type": "address"
1764
- }
1765
- ],
1766
- "name": "ERC721InvalidOwner",
1767
- "type": "error"
1768
- },
1769
- {
1770
- "inputs": [
1771
- {
1772
- "internalType": "address",
1773
- "name": "receiver",
1774
- "type": "address"
1775
- }
1776
- ],
1777
- "name": "ERC721InvalidReceiver",
1778
- "type": "error"
1779
- },
1780
- {
1781
- "inputs": [
1782
- {
1783
- "internalType": "address",
1784
- "name": "sender",
1785
- "type": "address"
1786
- }
1787
- ],
1788
- "name": "ERC721InvalidSender",
1789
- "type": "error"
1790
- },
1791
- {
1792
- "inputs": [
1793
- {
1794
- "internalType": "uint256",
1795
- "name": "tokenId",
1796
- "type": "uint256"
1797
- }
1798
- ],
1799
- "name": "ERC721NonexistentToken",
1800
- "type": "error"
1801
- },
1802
- {
1803
- "inputs": [
1804
- {
1805
- "internalType": "address",
1806
- "name": "owner",
1807
- "type": "address"
1808
- }
1809
- ],
1810
- "name": "OwnableInvalidOwner",
1811
- "type": "error"
1812
- },
1813
- {
1814
- "inputs": [
1815
- {
1816
- "internalType": "address",
1817
- "name": "account",
1818
- "type": "address"
1819
- }
1820
- ],
1821
- "name": "OwnableUnauthorizedAccount",
1822
- "type": "error"
1823
- },
1824
- {
1825
- "anonymous": false,
1826
- "inputs": [
1827
- {
1828
- "indexed": true,
1829
- "internalType": "address",
1830
- "name": "owner",
1831
- "type": "address"
1832
- },
1833
- {
1834
- "indexed": true,
1835
- "internalType": "address",
1836
- "name": "approved",
1837
- "type": "address"
1838
- },
1839
- {
1840
- "indexed": true,
1841
- "internalType": "uint256",
1842
- "name": "tokenId",
1843
- "type": "uint256"
1844
- }
1845
- ],
1846
- "name": "Approval",
1847
- "type": "event"
1848
- },
1849
- {
1850
- "anonymous": false,
1851
- "inputs": [
1852
- {
1853
- "indexed": true,
1854
- "internalType": "address",
1855
- "name": "owner",
1856
- "type": "address"
1857
- },
1858
- {
1859
- "indexed": true,
1860
- "internalType": "address",
1861
- "name": "operator",
1862
- "type": "address"
1863
- },
1864
- {
1865
- "indexed": false,
1866
- "internalType": "bool",
1867
- "name": "approved",
1868
- "type": "bool"
1869
- }
1870
- ],
1871
- "name": "ApprovalForAll",
1872
- "type": "event"
1873
- },
1874
- {
1875
- "anonymous": false,
1876
- "inputs": [
1877
- {
1878
- "indexed": false,
1879
- "internalType": "uint256",
1880
- "name": "_fromTokenId",
1881
- "type": "uint256"
1882
- },
1883
- {
1884
- "indexed": false,
1885
- "internalType": "uint256",
1886
- "name": "_toTokenId",
1887
- "type": "uint256"
1888
- }
1889
- ],
1890
- "name": "BatchMetadataUpdate",
1891
- "type": "event"
1892
- },
1893
- {
1894
- "anonymous": false,
1895
- "inputs": [
1896
- {
1897
- "indexed": false,
1898
- "internalType": "uint256",
1899
- "name": "_tokenId",
1900
- "type": "uint256"
1901
- }
1902
- ],
1903
- "name": "MetadataUpdate",
1904
- "type": "event"
1905
- },
1906
- {
1907
- "anonymous": false,
1908
- "inputs": [
1909
- {
1910
- "indexed": true,
1911
- "internalType": "address",
1912
- "name": "previousOwner",
1913
- "type": "address"
1914
- },
1915
- {
1916
- "indexed": true,
1917
- "internalType": "address",
1918
- "name": "newOwner",
1919
- "type": "address"
1920
- }
1921
- ],
1922
- "name": "OwnershipTransferred",
1923
- "type": "event"
1924
- },
1925
- {
1926
- "anonymous": false,
1927
- "inputs": [
1928
- {
1929
- "indexed": true,
1930
- "internalType": "address",
1931
- "name": "from",
1932
- "type": "address"
1933
- },
1934
- {
1935
- "indexed": true,
1936
- "internalType": "address",
1937
- "name": "to",
1938
- "type": "address"
1939
- },
1940
- {
1941
- "indexed": true,
1942
- "internalType": "uint256",
1943
- "name": "tokenId",
1944
- "type": "uint256"
1945
- }
1946
- ],
1947
- "name": "Transfer",
1948
- "type": "event"
1949
- },
1950
- {
1951
- "inputs": [
1952
- {
1953
- "internalType": "address",
1954
- "name": "to",
1955
- "type": "address"
1956
- },
1957
- {
1958
- "internalType": "uint256",
1959
- "name": "tokenId",
1960
- "type": "uint256"
1961
- }
1962
- ],
1963
- "name": "approve",
1964
- "outputs": [],
1965
- "stateMutability": "nonpayable",
1966
- "type": "function"
1967
- },
1968
- {
1969
- "inputs": [
1970
- {
1971
- "internalType": "address",
1972
- "name": "owner",
1973
- "type": "address"
1974
- }
1975
- ],
1976
- "name": "balanceOf",
1977
- "outputs": [
1978
- {
1979
- "internalType": "uint256",
1980
- "name": "",
1981
- "type": "uint256"
1982
- }
1983
- ],
1984
- "stateMutability": "view",
1985
- "type": "function"
1986
- },
1987
- {
1988
- "inputs": [
1989
- {
1990
- "internalType": "uint256",
1991
- "name": "tokenId",
1992
- "type": "uint256"
1993
- }
1994
- ],
1995
- "name": "getApproved",
1996
- "outputs": [
1997
- {
1998
- "internalType": "address",
1999
- "name": "",
2000
- "type": "address"
2001
- }
2002
- ],
2003
- "stateMutability": "view",
2004
- "type": "function"
2005
- },
2006
- {
2007
- "inputs": [
2008
- {
2009
- "internalType": "address",
2010
- "name": "owner",
2011
- "type": "address"
2012
- },
2013
- {
2014
- "internalType": "address",
2015
- "name": "operator",
2016
- "type": "address"
2017
- }
2018
- ],
2019
- "name": "isApprovedForAll",
2020
- "outputs": [
2021
- {
2022
- "internalType": "bool",
2023
- "name": "",
2024
- "type": "bool"
2025
- }
2026
- ],
2027
- "stateMutability": "view",
2028
- "type": "function"
2029
- },
2030
- {
2031
- "inputs": [],
2032
- "name": "name",
2033
- "outputs": [
2034
- {
2035
- "internalType": "string",
2036
- "name": "",
2037
- "type": "string"
2038
- }
2039
- ],
2040
- "stateMutability": "view",
2041
- "type": "function"
2042
- },
2043
- {
2044
- "inputs": [],
2045
- "name": "owner",
2046
- "outputs": [
2047
- {
2048
- "internalType": "address",
2049
- "name": "",
2050
- "type": "address"
2051
- }
2052
- ],
2053
- "stateMutability": "view",
2054
- "type": "function"
2055
- },
2056
- {
2057
- "inputs": [
2058
- {
2059
- "internalType": "uint256",
2060
- "name": "tokenId",
2061
- "type": "uint256"
2062
- }
2063
- ],
2064
- "name": "ownerOf",
2065
- "outputs": [
2066
- {
2067
- "internalType": "address",
2068
- "name": "",
2069
- "type": "address"
2070
- }
2071
- ],
2072
- "stateMutability": "view",
2073
- "type": "function"
2074
- },
2075
- {
2076
- "inputs": [],
2077
- "name": "renounceOwnership",
2078
- "outputs": [],
2079
- "stateMutability": "nonpayable",
2080
- "type": "function"
2081
- },
2082
- {
2083
- "inputs": [
2084
- {
2085
- "internalType": "address",
2086
- "name": "to",
2087
- "type": "address"
2088
- },
2089
- {
2090
- "internalType": "uint256",
2091
- "name": "tokenId",
2092
- "type": "uint256"
2093
- },
2094
- {
2095
- "internalType": "string",
2096
- "name": "uri",
2097
- "type": "string"
2098
- }
2099
- ],
2100
- "name": "safeMint",
2101
- "outputs": [],
2102
- "stateMutability": "nonpayable",
2103
- "type": "function"
2104
- },
2105
- {
2106
- "inputs": [
2107
- {
2108
- "internalType": "address",
2109
- "name": "from",
2110
- "type": "address"
2111
- },
2112
- {
2113
- "internalType": "address",
2114
- "name": "to",
2115
- "type": "address"
2116
- },
2117
- {
2118
- "internalType": "uint256",
2119
- "name": "tokenId",
2120
- "type": "uint256"
2121
- }
2122
- ],
2123
- "name": "safeTransferFrom",
2124
- "outputs": [],
2125
- "stateMutability": "nonpayable",
2126
- "type": "function"
2127
- },
2128
- {
2129
- "inputs": [
2130
- {
2131
- "internalType": "address",
2132
- "name": "from",
2133
- "type": "address"
2134
- },
2135
- {
2136
- "internalType": "address",
2137
- "name": "to",
2138
- "type": "address"
2139
- },
2140
- {
2141
- "internalType": "uint256",
2142
- "name": "tokenId",
2143
- "type": "uint256"
2144
- },
2145
- {
2146
- "internalType": "bytes",
2147
- "name": "data",
2148
- "type": "bytes"
2149
- }
2150
- ],
2151
- "name": "safeTransferFrom",
2152
- "outputs": [],
2153
- "stateMutability": "nonpayable",
2154
- "type": "function"
2155
- },
2156
- {
2157
- "inputs": [
2158
- {
2159
- "internalType": "address",
2160
- "name": "operator",
2161
- "type": "address"
2162
- },
2163
- {
2164
- "internalType": "bool",
2165
- "name": "approved",
2166
- "type": "bool"
2167
- }
2168
- ],
2169
- "name": "setApprovalForAll",
2170
- "outputs": [],
2171
- "stateMutability": "nonpayable",
2172
- "type": "function"
2173
- },
2174
- {
2175
- "inputs": [
2176
- {
2177
- "internalType": "bytes4",
2178
- "name": "interfaceId",
2179
- "type": "bytes4"
2180
- }
2181
- ],
2182
- "name": "supportsInterface",
2183
- "outputs": [
2184
- {
2185
- "internalType": "bool",
2186
- "name": "",
2187
- "type": "bool"
2188
- }
2189
- ],
2190
- "stateMutability": "view",
2191
- "type": "function"
2192
- },
2193
- {
2194
- "inputs": [],
2195
- "name": "symbol",
2196
- "outputs": [
2197
- {
2198
- "internalType": "string",
2199
- "name": "",
2200
- "type": "string"
2201
- }
2202
- ],
2203
- "stateMutability": "view",
2204
- "type": "function"
2205
- },
2206
- {
2207
- "inputs": [
2208
- {
2209
- "internalType": "uint256",
2210
- "name": "tokenId",
2211
- "type": "uint256"
2212
- }
2213
- ],
2214
- "name": "tokenURI",
2215
- "outputs": [
2216
- {
2217
- "internalType": "string",
2218
- "name": "",
2219
- "type": "string"
2220
- }
2221
- ],
2222
- "stateMutability": "view",
2223
- "type": "function"
2224
- },
2225
- {
2226
- "inputs": [
2227
- {
2228
- "internalType": "address",
2229
- "name": "from",
2230
- "type": "address"
2231
- },
2232
- {
2233
- "internalType": "address",
2234
- "name": "to",
2235
- "type": "address"
2236
- },
2237
- {
2238
- "internalType": "uint256",
2239
- "name": "tokenId",
2240
- "type": "uint256"
2241
- }
2242
- ],
2243
- "name": "transferFrom",
2244
- "outputs": [],
2245
- "stateMutability": "nonpayable",
2246
- "type": "function"
2247
- },
2248
- {
2249
- "inputs": [
2250
- {
2251
- "internalType": "address",
2252
- "name": "newOwner",
2253
- "type": "address"
2254
- }
2255
- ],
2256
- "name": "transferOwnership",
2257
- "outputs": [],
2258
- "stateMutability": "nonpayable",
2259
- "type": "function"
2260
- }
2261
- ]
2262
- },
2263
- "TestMultiToken": {
2264
- "address": "0x9d72403870769eE1af0145e1ad3F7f1d29E86Af5",
2265
- "abi": [
2266
- {
2267
- "inputs": [
2268
- {
2269
- "internalType": "address",
2270
- "name": "initialOwner",
2271
- "type": "address"
2272
- }
2273
- ],
2274
- "stateMutability": "nonpayable",
2275
- "type": "constructor"
2276
- },
2277
- {
2278
- "inputs": [
2279
- {
2280
- "internalType": "address",
2281
- "name": "sender",
2282
- "type": "address"
2283
- },
2284
- {
2285
- "internalType": "uint256",
2286
- "name": "balance",
2287
- "type": "uint256"
2288
- },
2289
- {
2290
- "internalType": "uint256",
2291
- "name": "needed",
2292
- "type": "uint256"
2293
- },
2294
- {
2295
- "internalType": "uint256",
2296
- "name": "tokenId",
2297
- "type": "uint256"
2298
- }
2299
- ],
2300
- "name": "ERC1155InsufficientBalance",
2301
- "type": "error"
2302
- },
2303
- {
2304
- "inputs": [
2305
- {
2306
- "internalType": "address",
2307
- "name": "approver",
2308
- "type": "address"
2309
- }
2310
- ],
2311
- "name": "ERC1155InvalidApprover",
2312
- "type": "error"
2313
- },
2314
- {
2315
- "inputs": [
2316
- {
2317
- "internalType": "uint256",
2318
- "name": "idsLength",
2319
- "type": "uint256"
2320
- },
2321
- {
2322
- "internalType": "uint256",
2323
- "name": "valuesLength",
2324
- "type": "uint256"
2325
- }
2326
- ],
2327
- "name": "ERC1155InvalidArrayLength",
2328
- "type": "error"
2329
- },
2330
- {
2331
- "inputs": [
2332
- {
2333
- "internalType": "address",
2334
- "name": "operator",
2335
- "type": "address"
2336
- }
2337
- ],
2338
- "name": "ERC1155InvalidOperator",
2339
- "type": "error"
2340
- },
2341
- {
2342
- "inputs": [
2343
- {
2344
- "internalType": "address",
2345
- "name": "receiver",
2346
- "type": "address"
2347
- }
2348
- ],
2349
- "name": "ERC1155InvalidReceiver",
2350
- "type": "error"
2351
- },
2352
- {
2353
- "inputs": [
2354
- {
2355
- "internalType": "address",
2356
- "name": "sender",
2357
- "type": "address"
2358
- }
2359
- ],
2360
- "name": "ERC1155InvalidSender",
2361
- "type": "error"
2362
- },
2363
- {
2364
- "inputs": [
2365
- {
2366
- "internalType": "address",
2367
- "name": "operator",
2368
- "type": "address"
2369
- },
2370
- {
2371
- "internalType": "address",
2372
- "name": "owner",
2373
- "type": "address"
2374
- }
2375
- ],
2376
- "name": "ERC1155MissingApprovalForAll",
2377
- "type": "error"
2378
- },
2379
- {
2380
- "inputs": [
2381
- {
2382
- "internalType": "address",
2383
- "name": "owner",
2384
- "type": "address"
2385
- }
2386
- ],
2387
- "name": "OwnableInvalidOwner",
2388
- "type": "error"
2389
- },
2390
- {
2391
- "inputs": [
2392
- {
2393
- "internalType": "address",
2394
- "name": "account",
2395
- "type": "address"
2396
- }
2397
- ],
2398
- "name": "OwnableUnauthorizedAccount",
2399
- "type": "error"
2400
- },
2401
- {
2402
- "anonymous": false,
2403
- "inputs": [
2404
- {
2405
- "indexed": true,
2406
- "internalType": "address",
2407
- "name": "account",
2408
- "type": "address"
2409
- },
2410
- {
2411
- "indexed": true,
2412
- "internalType": "address",
2413
- "name": "operator",
2414
- "type": "address"
2415
- },
2416
- {
2417
- "indexed": false,
2418
- "internalType": "bool",
2419
- "name": "approved",
2420
- "type": "bool"
2421
- }
2422
- ],
2423
- "name": "ApprovalForAll",
2424
- "type": "event"
2425
- },
2426
- {
2427
- "anonymous": false,
2428
- "inputs": [
2429
- {
2430
- "indexed": true,
2431
- "internalType": "address",
2432
- "name": "previousOwner",
2433
- "type": "address"
2434
- },
2435
- {
2436
- "indexed": true,
2437
- "internalType": "address",
2438
- "name": "newOwner",
2439
- "type": "address"
2440
- }
2441
- ],
2442
- "name": "OwnershipTransferred",
2443
- "type": "event"
2444
- },
2445
- {
2446
- "anonymous": false,
2447
- "inputs": [
2448
- {
2449
- "indexed": true,
2450
- "internalType": "address",
2451
- "name": "operator",
2452
- "type": "address"
2453
- },
2454
- {
2455
- "indexed": true,
2456
- "internalType": "address",
2457
- "name": "from",
2458
- "type": "address"
2459
- },
2460
- {
2461
- "indexed": true,
2462
- "internalType": "address",
2463
- "name": "to",
2464
- "type": "address"
2465
- },
2466
- {
2467
- "indexed": false,
2468
- "internalType": "uint256[]",
2469
- "name": "ids",
2470
- "type": "uint256[]"
2471
- },
2472
- {
2473
- "indexed": false,
2474
- "internalType": "uint256[]",
2475
- "name": "values",
2476
- "type": "uint256[]"
2477
- }
2478
- ],
2479
- "name": "TransferBatch",
2480
- "type": "event"
2481
- },
2482
- {
2483
- "anonymous": false,
2484
- "inputs": [
2485
- {
2486
- "indexed": true,
2487
- "internalType": "address",
2488
- "name": "operator",
2489
- "type": "address"
2490
- },
2491
- {
2492
- "indexed": true,
2493
- "internalType": "address",
2494
- "name": "from",
2495
- "type": "address"
2496
- },
2497
- {
2498
- "indexed": true,
2499
- "internalType": "address",
2500
- "name": "to",
2501
- "type": "address"
2502
- },
2503
- {
2504
- "indexed": false,
2505
- "internalType": "uint256",
2506
- "name": "id",
2507
- "type": "uint256"
2508
- },
2509
- {
2510
- "indexed": false,
2511
- "internalType": "uint256",
2512
- "name": "value",
2513
- "type": "uint256"
2514
- }
2515
- ],
2516
- "name": "TransferSingle",
2517
- "type": "event"
2518
- },
2519
- {
2520
- "anonymous": false,
2521
- "inputs": [
2522
- {
2523
- "indexed": false,
2524
- "internalType": "string",
2525
- "name": "value",
2526
- "type": "string"
2527
- },
2528
- {
2529
- "indexed": true,
2530
- "internalType": "uint256",
2531
- "name": "id",
2532
- "type": "uint256"
2533
- }
2534
- ],
2535
- "name": "URI",
2536
- "type": "event"
2537
- },
2538
- {
2539
- "inputs": [
2540
- {
2541
- "internalType": "address",
2542
- "name": "account",
2543
- "type": "address"
2544
- },
2545
- {
2546
- "internalType": "uint256",
2547
- "name": "id",
2548
- "type": "uint256"
2549
- }
2550
- ],
2551
- "name": "balanceOf",
2552
- "outputs": [
2553
- {
2554
- "internalType": "uint256",
2555
- "name": "",
2556
- "type": "uint256"
2557
- }
2558
- ],
2559
- "stateMutability": "view",
2560
- "type": "function"
2561
- },
2562
- {
2563
- "inputs": [
2564
- {
2565
- "internalType": "address[]",
2566
- "name": "accounts",
2567
- "type": "address[]"
2568
- },
2569
- {
2570
- "internalType": "uint256[]",
2571
- "name": "ids",
2572
- "type": "uint256[]"
2573
- }
2574
- ],
2575
- "name": "balanceOfBatch",
2576
- "outputs": [
2577
- {
2578
- "internalType": "uint256[]",
2579
- "name": "",
2580
- "type": "uint256[]"
2581
- }
2582
- ],
2583
- "stateMutability": "view",
2584
- "type": "function"
2585
- },
2586
- {
2587
- "inputs": [
2588
- {
2589
- "internalType": "address",
2590
- "name": "account",
2591
- "type": "address"
2592
- },
2593
- {
2594
- "internalType": "address",
2595
- "name": "operator",
2596
- "type": "address"
2597
- }
2598
- ],
2599
- "name": "isApprovedForAll",
2600
- "outputs": [
2601
- {
2602
- "internalType": "bool",
2603
- "name": "",
2604
- "type": "bool"
2605
- }
2606
- ],
2607
- "stateMutability": "view",
2608
- "type": "function"
2609
- },
2610
- {
2611
- "inputs": [
2612
- {
2613
- "internalType": "address",
2614
- "name": "account",
2615
- "type": "address"
2616
- },
2617
- {
2618
- "internalType": "uint256",
2619
- "name": "id",
2620
- "type": "uint256"
2621
- },
2622
- {
2623
- "internalType": "uint256",
2624
- "name": "amount",
2625
- "type": "uint256"
2626
- },
2627
- {
2628
- "internalType": "bytes",
2629
- "name": "data",
2630
- "type": "bytes"
2631
- }
2632
- ],
2633
- "name": "mint",
2634
- "outputs": [],
2635
- "stateMutability": "nonpayable",
2636
- "type": "function"
2637
- },
2638
- {
2639
- "inputs": [
2640
- {
2641
- "internalType": "address",
2642
- "name": "to",
2643
- "type": "address"
2644
- },
2645
- {
2646
- "internalType": "uint256[]",
2647
- "name": "ids",
2648
- "type": "uint256[]"
2649
- },
2650
- {
2651
- "internalType": "uint256[]",
2652
- "name": "amounts",
2653
- "type": "uint256[]"
2654
- },
2655
- {
2656
- "internalType": "bytes",
2657
- "name": "data",
2658
- "type": "bytes"
2659
- }
2660
- ],
2661
- "name": "mintBatch",
2662
- "outputs": [],
2663
- "stateMutability": "nonpayable",
2664
- "type": "function"
2665
- },
2666
- {
2667
- "inputs": [],
2668
- "name": "owner",
2669
- "outputs": [
2670
- {
2671
- "internalType": "address",
2672
- "name": "",
2673
- "type": "address"
2674
- }
2675
- ],
2676
- "stateMutability": "view",
2677
- "type": "function"
2678
- },
2679
- {
2680
- "inputs": [],
2681
- "name": "renounceOwnership",
2682
- "outputs": [],
2683
- "stateMutability": "nonpayable",
2684
- "type": "function"
2685
- },
2686
- {
2687
- "inputs": [
2688
- {
2689
- "internalType": "address",
2690
- "name": "from",
2691
- "type": "address"
2692
- },
2693
- {
2694
- "internalType": "address",
2695
- "name": "to",
2696
- "type": "address"
2697
- },
2698
- {
2699
- "internalType": "uint256[]",
2700
- "name": "ids",
2701
- "type": "uint256[]"
2702
- },
2703
- {
2704
- "internalType": "uint256[]",
2705
- "name": "values",
2706
- "type": "uint256[]"
2707
- },
2708
- {
2709
- "internalType": "bytes",
2710
- "name": "data",
2711
- "type": "bytes"
2712
- }
2713
- ],
2714
- "name": "safeBatchTransferFrom",
2715
- "outputs": [],
2716
- "stateMutability": "nonpayable",
2717
- "type": "function"
2718
- },
2719
- {
2720
- "inputs": [
2721
- {
2722
- "internalType": "address",
2723
- "name": "from",
2724
- "type": "address"
2725
- },
2726
- {
2727
- "internalType": "address",
2728
- "name": "to",
2729
- "type": "address"
2730
- },
2731
- {
2732
- "internalType": "uint256",
2733
- "name": "id",
2734
- "type": "uint256"
2735
- },
2736
- {
2737
- "internalType": "uint256",
2738
- "name": "value",
2739
- "type": "uint256"
2740
- },
2741
- {
2742
- "internalType": "bytes",
2743
- "name": "data",
2744
- "type": "bytes"
2745
- }
2746
- ],
2747
- "name": "safeTransferFrom",
2748
- "outputs": [],
2749
- "stateMutability": "nonpayable",
2750
- "type": "function"
2751
- },
2752
- {
2753
- "inputs": [
2754
- {
2755
- "internalType": "address",
2756
- "name": "operator",
2757
- "type": "address"
2758
- },
2759
- {
2760
- "internalType": "bool",
2761
- "name": "approved",
2762
- "type": "bool"
2763
- }
2764
- ],
2765
- "name": "setApprovalForAll",
2766
- "outputs": [],
2767
- "stateMutability": "nonpayable",
2768
- "type": "function"
2769
- },
2770
- {
2771
- "inputs": [
2772
- {
2773
- "internalType": "string",
2774
- "name": "newuri",
2775
- "type": "string"
2776
- }
2777
- ],
2778
- "name": "setURI",
2779
- "outputs": [],
2780
- "stateMutability": "nonpayable",
2781
- "type": "function"
2782
- },
2783
- {
2784
- "inputs": [
2785
- {
2786
- "internalType": "bytes4",
2787
- "name": "interfaceId",
2788
- "type": "bytes4"
2789
- }
2790
- ],
2791
- "name": "supportsInterface",
2792
- "outputs": [
2793
- {
2794
- "internalType": "bool",
2795
- "name": "",
2796
- "type": "bool"
2797
- }
2798
- ],
2799
- "stateMutability": "view",
2800
- "type": "function"
2801
- },
2802
- {
2803
- "inputs": [
2804
- {
2805
- "internalType": "address",
2806
- "name": "newOwner",
2807
- "type": "address"
2808
- }
2809
- ],
2810
- "name": "transferOwnership",
2811
- "outputs": [],
2812
- "stateMutability": "nonpayable",
2813
- "type": "function"
2814
- },
2815
- {
2816
- "inputs": [
2817
- {
2818
- "internalType": "uint256",
2819
- "name": "",
2820
- "type": "uint256"
2821
- }
2822
- ],
2823
- "name": "uri",
2824
- "outputs": [
2825
- {
2826
- "internalType": "string",
2827
- "name": "",
2828
- "type": "string"
2829
- }
2830
- ],
2831
- "stateMutability": "view",
2832
- "type": "function"
2833
- }
2834
- ]
2835
- }
2836
- }
2837
- }