@zoralabs/protocol-deployments 0.0.14-MINT.0 → 0.0.14

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.
package/dist/index.js DELETED
@@ -1,3526 +0,0 @@
1
- // src/wagmiGenerated.ts
2
- var zoraCreator1155FactoryImplABI = [
3
- {
4
- stateMutability: "nonpayable",
5
- type: "constructor",
6
- inputs: [
7
- {
8
- name: "_zora1155Impl",
9
- internalType: "contract IZoraCreator1155",
10
- type: "address"
11
- },
12
- {
13
- name: "_merkleMinter",
14
- internalType: "contract IMinter1155",
15
- type: "address"
16
- },
17
- {
18
- name: "_fixedPriceMinter",
19
- internalType: "contract IMinter1155",
20
- type: "address"
21
- },
22
- {
23
- name: "_redeemMinterFactory",
24
- internalType: "contract IMinter1155",
25
- type: "address"
26
- }
27
- ]
28
- },
29
- {
30
- stateMutability: "nonpayable",
31
- type: "function",
32
- inputs: [],
33
- name: "acceptOwnership",
34
- outputs: []
35
- },
36
- {
37
- stateMutability: "nonpayable",
38
- type: "function",
39
- inputs: [],
40
- name: "cancelOwnershipTransfer",
41
- outputs: []
42
- },
43
- {
44
- stateMutability: "pure",
45
- type: "function",
46
- inputs: [],
47
- name: "contractName",
48
- outputs: [{ name: "", internalType: "string", type: "string" }]
49
- },
50
- {
51
- stateMutability: "pure",
52
- type: "function",
53
- inputs: [],
54
- name: "contractURI",
55
- outputs: [{ name: "", internalType: "string", type: "string" }]
56
- },
57
- {
58
- stateMutability: "pure",
59
- type: "function",
60
- inputs: [],
61
- name: "contractVersion",
62
- outputs: [{ name: "", internalType: "string", type: "string" }]
63
- },
64
- {
65
- stateMutability: "nonpayable",
66
- type: "function",
67
- inputs: [
68
- { name: "newContractURI", internalType: "string", type: "string" },
69
- { name: "name", internalType: "string", type: "string" },
70
- {
71
- name: "defaultRoyaltyConfiguration",
72
- internalType: "struct ICreatorRoyaltiesControl.RoyaltyConfiguration",
73
- type: "tuple",
74
- components: [
75
- {
76
- name: "royaltyMintSchedule",
77
- internalType: "uint32",
78
- type: "uint32"
79
- },
80
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
81
- {
82
- name: "royaltyRecipient",
83
- internalType: "address",
84
- type: "address"
85
- }
86
- ]
87
- },
88
- {
89
- name: "defaultAdmin",
90
- internalType: "address payable",
91
- type: "address"
92
- },
93
- { name: "setupActions", internalType: "bytes[]", type: "bytes[]" }
94
- ],
95
- name: "createContract",
96
- outputs: [{ name: "", internalType: "address", type: "address" }]
97
- },
98
- {
99
- stateMutability: "nonpayable",
100
- type: "function",
101
- inputs: [
102
- { name: "newContractURI", internalType: "string", type: "string" },
103
- { name: "name", internalType: "string", type: "string" },
104
- {
105
- name: "defaultRoyaltyConfiguration",
106
- internalType: "struct ICreatorRoyaltiesControl.RoyaltyConfiguration",
107
- type: "tuple",
108
- components: [
109
- {
110
- name: "royaltyMintSchedule",
111
- internalType: "uint32",
112
- type: "uint32"
113
- },
114
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
115
- {
116
- name: "royaltyRecipient",
117
- internalType: "address",
118
- type: "address"
119
- }
120
- ]
121
- },
122
- {
123
- name: "defaultAdmin",
124
- internalType: "address payable",
125
- type: "address"
126
- },
127
- { name: "setupActions", internalType: "bytes[]", type: "bytes[]" }
128
- ],
129
- name: "createContractDeterministic",
130
- outputs: [{ name: "", internalType: "address", type: "address" }]
131
- },
132
- {
133
- stateMutability: "view",
134
- type: "function",
135
- inputs: [],
136
- name: "defaultMinters",
137
- outputs: [
138
- {
139
- name: "minters",
140
- internalType: "contract IMinter1155[]",
141
- type: "address[]"
142
- }
143
- ]
144
- },
145
- {
146
- stateMutability: "view",
147
- type: "function",
148
- inputs: [
149
- { name: "msgSender", internalType: "address", type: "address" },
150
- { name: "newContractURI", internalType: "string", type: "string" },
151
- { name: "name", internalType: "string", type: "string" },
152
- { name: "contractAdmin", internalType: "address", type: "address" }
153
- ],
154
- name: "deterministicContractAddress",
155
- outputs: [{ name: "", internalType: "address", type: "address" }]
156
- },
157
- {
158
- stateMutability: "view",
159
- type: "function",
160
- inputs: [],
161
- name: "fixedPriceMinter",
162
- outputs: [
163
- { name: "", internalType: "contract IMinter1155", type: "address" }
164
- ]
165
- },
166
- {
167
- stateMutability: "view",
168
- type: "function",
169
- inputs: [],
170
- name: "implementation",
171
- outputs: [{ name: "", internalType: "address", type: "address" }]
172
- },
173
- {
174
- stateMutability: "nonpayable",
175
- type: "function",
176
- inputs: [
177
- { name: "_initialOwner", internalType: "address", type: "address" }
178
- ],
179
- name: "initialize",
180
- outputs: []
181
- },
182
- {
183
- stateMutability: "view",
184
- type: "function",
185
- inputs: [],
186
- name: "merkleMinter",
187
- outputs: [
188
- { name: "", internalType: "contract IMinter1155", type: "address" }
189
- ]
190
- },
191
- {
192
- stateMutability: "view",
193
- type: "function",
194
- inputs: [],
195
- name: "owner",
196
- outputs: [{ name: "", internalType: "address", type: "address" }]
197
- },
198
- {
199
- stateMutability: "view",
200
- type: "function",
201
- inputs: [],
202
- name: "pendingOwner",
203
- outputs: [{ name: "", internalType: "address", type: "address" }]
204
- },
205
- {
206
- stateMutability: "view",
207
- type: "function",
208
- inputs: [],
209
- name: "proxiableUUID",
210
- outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
211
- },
212
- {
213
- stateMutability: "view",
214
- type: "function",
215
- inputs: [],
216
- name: "redeemMinterFactory",
217
- outputs: [
218
- { name: "", internalType: "contract IMinter1155", type: "address" }
219
- ]
220
- },
221
- {
222
- stateMutability: "nonpayable",
223
- type: "function",
224
- inputs: [],
225
- name: "resignOwnership",
226
- outputs: []
227
- },
228
- {
229
- stateMutability: "nonpayable",
230
- type: "function",
231
- inputs: [{ name: "_newOwner", internalType: "address", type: "address" }],
232
- name: "safeTransferOwnership",
233
- outputs: []
234
- },
235
- {
236
- stateMutability: "nonpayable",
237
- type: "function",
238
- inputs: [{ name: "_newOwner", internalType: "address", type: "address" }],
239
- name: "transferOwnership",
240
- outputs: []
241
- },
242
- {
243
- stateMutability: "nonpayable",
244
- type: "function",
245
- inputs: [
246
- { name: "newImplementation", internalType: "address", type: "address" }
247
- ],
248
- name: "upgradeTo",
249
- outputs: []
250
- },
251
- {
252
- stateMutability: "payable",
253
- type: "function",
254
- inputs: [
255
- { name: "newImplementation", internalType: "address", type: "address" },
256
- { name: "data", internalType: "bytes", type: "bytes" }
257
- ],
258
- name: "upgradeToAndCall",
259
- outputs: []
260
- },
261
- {
262
- stateMutability: "view",
263
- type: "function",
264
- inputs: [],
265
- name: "zora1155Impl",
266
- outputs: [
267
- { name: "", internalType: "contract IZoraCreator1155", type: "address" }
268
- ]
269
- },
270
- {
271
- type: "event",
272
- anonymous: false,
273
- inputs: [
274
- {
275
- name: "previousAdmin",
276
- internalType: "address",
277
- type: "address",
278
- indexed: false
279
- },
280
- {
281
- name: "newAdmin",
282
- internalType: "address",
283
- type: "address",
284
- indexed: false
285
- }
286
- ],
287
- name: "AdminChanged"
288
- },
289
- {
290
- type: "event",
291
- anonymous: false,
292
- inputs: [
293
- {
294
- name: "beacon",
295
- internalType: "address",
296
- type: "address",
297
- indexed: true
298
- }
299
- ],
300
- name: "BeaconUpgraded"
301
- },
302
- { type: "event", anonymous: false, inputs: [], name: "FactorySetup" },
303
- {
304
- type: "event",
305
- anonymous: false,
306
- inputs: [
307
- { name: "version", internalType: "uint8", type: "uint8", indexed: false }
308
- ],
309
- name: "Initialized"
310
- },
311
- {
312
- type: "event",
313
- anonymous: false,
314
- inputs: [
315
- {
316
- name: "owner",
317
- internalType: "address",
318
- type: "address",
319
- indexed: true
320
- },
321
- {
322
- name: "canceledOwner",
323
- internalType: "address",
324
- type: "address",
325
- indexed: true
326
- }
327
- ],
328
- name: "OwnerCanceled"
329
- },
330
- {
331
- type: "event",
332
- anonymous: false,
333
- inputs: [
334
- {
335
- name: "owner",
336
- internalType: "address",
337
- type: "address",
338
- indexed: true
339
- },
340
- {
341
- name: "pendingOwner",
342
- internalType: "address",
343
- type: "address",
344
- indexed: true
345
- }
346
- ],
347
- name: "OwnerPending"
348
- },
349
- {
350
- type: "event",
351
- anonymous: false,
352
- inputs: [
353
- {
354
- name: "prevOwner",
355
- internalType: "address",
356
- type: "address",
357
- indexed: true
358
- },
359
- {
360
- name: "newOwner",
361
- internalType: "address",
362
- type: "address",
363
- indexed: true
364
- }
365
- ],
366
- name: "OwnerUpdated"
367
- },
368
- {
369
- type: "event",
370
- anonymous: false,
371
- inputs: [
372
- {
373
- name: "newContract",
374
- internalType: "address",
375
- type: "address",
376
- indexed: true
377
- },
378
- {
379
- name: "creator",
380
- internalType: "address",
381
- type: "address",
382
- indexed: true
383
- },
384
- {
385
- name: "defaultAdmin",
386
- internalType: "address",
387
- type: "address",
388
- indexed: true
389
- },
390
- {
391
- name: "contractURI",
392
- internalType: "string",
393
- type: "string",
394
- indexed: false
395
- },
396
- { name: "name", internalType: "string", type: "string", indexed: false },
397
- {
398
- name: "defaultRoyaltyConfiguration",
399
- internalType: "struct ICreatorRoyaltiesControl.RoyaltyConfiguration",
400
- type: "tuple",
401
- components: [
402
- {
403
- name: "royaltyMintSchedule",
404
- internalType: "uint32",
405
- type: "uint32"
406
- },
407
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
408
- {
409
- name: "royaltyRecipient",
410
- internalType: "address",
411
- type: "address"
412
- }
413
- ],
414
- indexed: false
415
- }
416
- ],
417
- name: "SetupNewContract"
418
- },
419
- {
420
- type: "event",
421
- anonymous: false,
422
- inputs: [
423
- {
424
- name: "implementation",
425
- internalType: "address",
426
- type: "address",
427
- indexed: true
428
- }
429
- ],
430
- name: "Upgraded"
431
- },
432
- { type: "error", inputs: [], name: "ADDRESS_DELEGATECALL_TO_NON_CONTRACT" },
433
- { type: "error", inputs: [], name: "ADDRESS_LOW_LEVEL_CALL_FAILED" },
434
- { type: "error", inputs: [], name: "Constructor_ImplCannotBeZero" },
435
- { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_CONTRACT" },
436
- { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_UUPS" },
437
- { type: "error", inputs: [], name: "ERC1967_UNSUPPORTED_PROXIABLEUUID" },
438
- {
439
- type: "error",
440
- inputs: [],
441
- name: "FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY"
442
- },
443
- {
444
- type: "error",
445
- inputs: [],
446
- name: "FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL"
447
- },
448
- {
449
- type: "error",
450
- inputs: [],
451
- name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED"
452
- },
453
- {
454
- type: "error",
455
- inputs: [],
456
- name: "INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING"
457
- },
458
- { type: "error", inputs: [], name: "ONLY_OWNER" },
459
- { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
460
- { type: "error", inputs: [], name: "OWNER_CANNOT_BE_ZERO_ADDRESS" },
461
- {
462
- type: "error",
463
- inputs: [],
464
- name: "UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL"
465
- },
466
- {
467
- type: "error",
468
- inputs: [
469
- { name: "expected", internalType: "string", type: "string" },
470
- { name: "actual", internalType: "string", type: "string" }
471
- ],
472
- name: "UpgradeToMismatchedContractName"
473
- }
474
- ];
475
- var zoraCreator1155FactoryImplAddress = {
476
- 1: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
477
- 5: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
478
- 10: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
479
- 420: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
480
- 999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
481
- 8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
482
- 42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
483
- 84531: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
484
- 421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
485
- 7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
486
- 11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
487
- 999999999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021"
488
- };
489
- var zoraCreator1155FactoryImplConfig = {
490
- address: zoraCreator1155FactoryImplAddress,
491
- abi: zoraCreator1155FactoryImplABI
492
- };
493
- var zoraCreator1155ImplABI = [
494
- {
495
- stateMutability: "nonpayable",
496
- type: "constructor",
497
- inputs: [
498
- { name: "_mintFeeRecipient", internalType: "address", type: "address" },
499
- { name: "_upgradeGate", internalType: "address", type: "address" },
500
- { name: "_protocolRewards", internalType: "address", type: "address" },
501
- { name: "_mintsAdmin", internalType: "address", type: "address" }
502
- ]
503
- },
504
- { stateMutability: "payable", type: "receive" },
505
- {
506
- stateMutability: "view",
507
- type: "function",
508
- inputs: [],
509
- name: "CONTRACT_BASE_ID",
510
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
511
- },
512
- {
513
- stateMutability: "view",
514
- type: "function",
515
- inputs: [],
516
- name: "PERMISSION_BIT_ADMIN",
517
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
518
- },
519
- {
520
- stateMutability: "view",
521
- type: "function",
522
- inputs: [],
523
- name: "PERMISSION_BIT_FUNDS_MANAGER",
524
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
525
- },
526
- {
527
- stateMutability: "view",
528
- type: "function",
529
- inputs: [],
530
- name: "PERMISSION_BIT_METADATA",
531
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
532
- },
533
- {
534
- stateMutability: "view",
535
- type: "function",
536
- inputs: [],
537
- name: "PERMISSION_BIT_MINTER",
538
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
539
- },
540
- {
541
- stateMutability: "view",
542
- type: "function",
543
- inputs: [],
544
- name: "PERMISSION_BIT_SALES",
545
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
546
- },
547
- {
548
- stateMutability: "nonpayable",
549
- type: "function",
550
- inputs: [
551
- { name: "tokenId", internalType: "uint256", type: "uint256" },
552
- { name: "user", internalType: "address", type: "address" },
553
- { name: "permissionBits", internalType: "uint256", type: "uint256" }
554
- ],
555
- name: "addPermission",
556
- outputs: []
557
- },
558
- {
559
- stateMutability: "nonpayable",
560
- type: "function",
561
- inputs: [
562
- { name: "recipient", internalType: "address", type: "address" },
563
- { name: "tokenId", internalType: "uint256", type: "uint256" },
564
- { name: "quantity", internalType: "uint256", type: "uint256" },
565
- { name: "data", internalType: "bytes", type: "bytes" }
566
- ],
567
- name: "adminMint",
568
- outputs: []
569
- },
570
- {
571
- stateMutability: "nonpayable",
572
- type: "function",
573
- inputs: [
574
- { name: "recipient", internalType: "address", type: "address" },
575
- { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
576
- { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
577
- { name: "data", internalType: "bytes", type: "bytes" }
578
- ],
579
- name: "adminMintBatch",
580
- outputs: []
581
- },
582
- {
583
- stateMutability: "view",
584
- type: "function",
585
- inputs: [{ name: "lastTokenId", internalType: "uint256", type: "uint256" }],
586
- name: "assumeLastTokenIdMatches",
587
- outputs: []
588
- },
589
- {
590
- stateMutability: "view",
591
- type: "function",
592
- inputs: [
593
- { name: "account", internalType: "address", type: "address" },
594
- { name: "id", internalType: "uint256", type: "uint256" }
595
- ],
596
- name: "balanceOf",
597
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
598
- },
599
- {
600
- stateMutability: "view",
601
- type: "function",
602
- inputs: [
603
- { name: "accounts", internalType: "address[]", type: "address[]" },
604
- { name: "ids", internalType: "uint256[]", type: "uint256[]" }
605
- ],
606
- name: "balanceOfBatch",
607
- outputs: [
608
- { name: "batchBalances", internalType: "uint256[]", type: "uint256[]" }
609
- ]
610
- },
611
- {
612
- stateMutability: "nonpayable",
613
- type: "function",
614
- inputs: [
615
- { name: "from", internalType: "address", type: "address" },
616
- { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
617
- { name: "amounts", internalType: "uint256[]", type: "uint256[]" }
618
- ],
619
- name: "burnBatch",
620
- outputs: []
621
- },
622
- {
623
- stateMutability: "nonpayable",
624
- type: "function",
625
- inputs: [
626
- { name: "tokenId", internalType: "uint256", type: "uint256" },
627
- { name: "data", internalType: "bytes", type: "bytes" }
628
- ],
629
- name: "callRenderer",
630
- outputs: []
631
- },
632
- {
633
- stateMutability: "nonpayable",
634
- type: "function",
635
- inputs: [
636
- { name: "tokenId", internalType: "uint256", type: "uint256" },
637
- {
638
- name: "salesConfig",
639
- internalType: "contract IMinter1155",
640
- type: "address"
641
- },
642
- { name: "data", internalType: "bytes", type: "bytes" }
643
- ],
644
- name: "callSale",
645
- outputs: []
646
- },
647
- {
648
- stateMutability: "pure",
649
- type: "function",
650
- inputs: [{ name: "totalReward", internalType: "uint256", type: "uint256" }],
651
- name: "computeFreeMintRewards",
652
- outputs: [
653
- {
654
- name: "",
655
- internalType: "struct RewardsSettings",
656
- type: "tuple",
657
- components: [
658
- { name: "creatorReward", internalType: "uint256", type: "uint256" },
659
- {
660
- name: "createReferralReward",
661
- internalType: "uint256",
662
- type: "uint256"
663
- },
664
- {
665
- name: "mintReferralReward",
666
- internalType: "uint256",
667
- type: "uint256"
668
- },
669
- {
670
- name: "firstMinterReward",
671
- internalType: "uint256",
672
- type: "uint256"
673
- },
674
- { name: "zoraReward", internalType: "uint256", type: "uint256" }
675
- ]
676
- }
677
- ]
678
- },
679
- {
680
- stateMutability: "pure",
681
- type: "function",
682
- inputs: [{ name: "totalReward", internalType: "uint256", type: "uint256" }],
683
- name: "computePaidMintRewards",
684
- outputs: [
685
- {
686
- name: "",
687
- internalType: "struct RewardsSettings",
688
- type: "tuple",
689
- components: [
690
- { name: "creatorReward", internalType: "uint256", type: "uint256" },
691
- {
692
- name: "createReferralReward",
693
- internalType: "uint256",
694
- type: "uint256"
695
- },
696
- {
697
- name: "mintReferralReward",
698
- internalType: "uint256",
699
- type: "uint256"
700
- },
701
- {
702
- name: "firstMinterReward",
703
- internalType: "uint256",
704
- type: "uint256"
705
- },
706
- { name: "zoraReward", internalType: "uint256", type: "uint256" }
707
- ]
708
- }
709
- ]
710
- },
711
- {
712
- stateMutability: "pure",
713
- type: "function",
714
- inputs: [
715
- { name: "totalReward", internalType: "uint256", type: "uint256" },
716
- { name: "rewardPct", internalType: "uint256", type: "uint256" }
717
- ],
718
- name: "computeRewardsPct",
719
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
720
- },
721
- {
722
- stateMutability: "pure",
723
- type: "function",
724
- inputs: [
725
- { name: "mintPrice", internalType: "uint256", type: "uint256" },
726
- { name: "quantity", internalType: "uint256", type: "uint256" }
727
- ],
728
- name: "computeTotalReward",
729
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
730
- },
731
- {
732
- stateMutability: "view",
733
- type: "function",
734
- inputs: [],
735
- name: "config",
736
- outputs: [
737
- { name: "owner", internalType: "address", type: "address" },
738
- { name: "__gap1", internalType: "uint96", type: "uint96" },
739
- {
740
- name: "fundsRecipient",
741
- internalType: "address payable",
742
- type: "address"
743
- },
744
- { name: "__gap2", internalType: "uint96", type: "uint96" },
745
- {
746
- name: "transferHook",
747
- internalType: "contract ITransferHookReceiver",
748
- type: "address"
749
- },
750
- { name: "__gap3", internalType: "uint96", type: "uint96" }
751
- ]
752
- },
753
- {
754
- stateMutability: "view",
755
- type: "function",
756
- inputs: [],
757
- name: "contractURI",
758
- outputs: [{ name: "", internalType: "string", type: "string" }]
759
- },
760
- {
761
- stateMutability: "pure",
762
- type: "function",
763
- inputs: [],
764
- name: "contractVersion",
765
- outputs: [{ name: "", internalType: "string", type: "string" }]
766
- },
767
- {
768
- stateMutability: "view",
769
- type: "function",
770
- inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
771
- name: "createReferrals",
772
- outputs: [{ name: "", internalType: "address", type: "address" }]
773
- },
774
- {
775
- stateMutability: "view",
776
- type: "function",
777
- inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
778
- name: "customRenderers",
779
- outputs: [
780
- { name: "", internalType: "contract IRenderer1155", type: "address" }
781
- ]
782
- },
783
- {
784
- stateMutability: "nonpayable",
785
- type: "function",
786
- inputs: [
787
- { name: "premintConfig", internalType: "bytes", type: "bytes" },
788
- { name: "premintVersion", internalType: "bytes32", type: "bytes32" },
789
- { name: "signature", internalType: "bytes", type: "bytes" },
790
- { name: "sender", internalType: "address", type: "address" }
791
- ],
792
- name: "delegateSetupNewToken",
793
- outputs: [{ name: "newTokenId", internalType: "uint256", type: "uint256" }]
794
- },
795
- {
796
- stateMutability: "view",
797
- type: "function",
798
- inputs: [{ name: "", internalType: "uint32", type: "uint32" }],
799
- name: "delegatedTokenId",
800
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
801
- },
802
- {
803
- stateMutability: "view",
804
- type: "function",
805
- inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
806
- name: "firstMinters",
807
- outputs: [{ name: "", internalType: "address", type: "address" }]
808
- },
809
- {
810
- stateMutability: "view",
811
- type: "function",
812
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
813
- name: "getCreatorRewardRecipient",
814
- outputs: [{ name: "", internalType: "address", type: "address" }]
815
- },
816
- {
817
- stateMutability: "view",
818
- type: "function",
819
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
820
- name: "getCustomRenderer",
821
- outputs: [
822
- {
823
- name: "customRenderer",
824
- internalType: "contract IRenderer1155",
825
- type: "address"
826
- }
827
- ]
828
- },
829
- {
830
- stateMutability: "view",
831
- type: "function",
832
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
833
- name: "getRoyalties",
834
- outputs: [
835
- {
836
- name: "",
837
- internalType: "struct ICreatorRoyaltiesControl.RoyaltyConfiguration",
838
- type: "tuple",
839
- components: [
840
- {
841
- name: "royaltyMintSchedule",
842
- internalType: "uint32",
843
- type: "uint32"
844
- },
845
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
846
- {
847
- name: "royaltyRecipient",
848
- internalType: "address",
849
- type: "address"
850
- }
851
- ]
852
- }
853
- ]
854
- },
855
- {
856
- stateMutability: "view",
857
- type: "function",
858
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
859
- name: "getTokenInfo",
860
- outputs: [
861
- {
862
- name: "",
863
- internalType: "struct IZoraCreator1155TypesV1.TokenData",
864
- type: "tuple",
865
- components: [
866
- { name: "uri", internalType: "string", type: "string" },
867
- { name: "maxSupply", internalType: "uint256", type: "uint256" },
868
- { name: "totalMinted", internalType: "uint256", type: "uint256" }
869
- ]
870
- }
871
- ]
872
- },
873
- {
874
- stateMutability: "view",
875
- type: "function",
876
- inputs: [],
877
- name: "implementation",
878
- outputs: [{ name: "", internalType: "address", type: "address" }]
879
- },
880
- {
881
- stateMutability: "nonpayable",
882
- type: "function",
883
- inputs: [
884
- { name: "contractName", internalType: "string", type: "string" },
885
- { name: "newContractURI", internalType: "string", type: "string" },
886
- {
887
- name: "defaultRoyaltyConfiguration",
888
- internalType: "struct ICreatorRoyaltiesControl.RoyaltyConfiguration",
889
- type: "tuple",
890
- components: [
891
- {
892
- name: "royaltyMintSchedule",
893
- internalType: "uint32",
894
- type: "uint32"
895
- },
896
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
897
- {
898
- name: "royaltyRecipient",
899
- internalType: "address",
900
- type: "address"
901
- }
902
- ]
903
- },
904
- {
905
- name: "defaultAdmin",
906
- internalType: "address payable",
907
- type: "address"
908
- },
909
- { name: "setupActions", internalType: "bytes[]", type: "bytes[]" }
910
- ],
911
- name: "initialize",
912
- outputs: []
913
- },
914
- {
915
- stateMutability: "view",
916
- type: "function",
917
- inputs: [
918
- { name: "user", internalType: "address", type: "address" },
919
- { name: "tokenId", internalType: "uint256", type: "uint256" },
920
- { name: "role", internalType: "uint256", type: "uint256" }
921
- ],
922
- name: "isAdminOrRole",
923
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
924
- },
925
- {
926
- stateMutability: "view",
927
- type: "function",
928
- inputs: [
929
- { name: "account", internalType: "address", type: "address" },
930
- { name: "operator", internalType: "address", type: "address" }
931
- ],
932
- name: "isApprovedForAll",
933
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
934
- },
935
- {
936
- stateMutability: "view",
937
- type: "function",
938
- inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
939
- name: "metadataRendererContract",
940
- outputs: [{ name: "", internalType: "address", type: "address" }]
941
- },
942
- {
943
- stateMutability: "payable",
944
- type: "function",
945
- inputs: [
946
- { name: "minter", internalType: "contract IMinter1155", type: "address" },
947
- { name: "tokenId", internalType: "uint256", type: "uint256" },
948
- { name: "quantity", internalType: "uint256", type: "uint256" },
949
- {
950
- name: "rewardsRecipients",
951
- internalType: "address[]",
952
- type: "address[]"
953
- },
954
- { name: "minterArguments", internalType: "bytes", type: "bytes" }
955
- ],
956
- name: "mint",
957
- outputs: []
958
- },
959
- {
960
- stateMutability: "view",
961
- type: "function",
962
- inputs: [],
963
- name: "mintFee",
964
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
965
- },
966
- {
967
- stateMutability: "payable",
968
- type: "function",
969
- inputs: [
970
- { name: "minter", internalType: "contract IMinter1155", type: "address" },
971
- { name: "tokenId", internalType: "uint256", type: "uint256" },
972
- { name: "quantity", internalType: "uint256", type: "uint256" },
973
- { name: "minterArguments", internalType: "bytes", type: "bytes" },
974
- { name: "mintReferral", internalType: "address", type: "address" }
975
- ],
976
- name: "mintWithRewards",
977
- outputs: []
978
- },
979
- {
980
- stateMutability: "nonpayable",
981
- type: "function",
982
- inputs: [{ name: "data", internalType: "bytes[]", type: "bytes[]" }],
983
- name: "multicall",
984
- outputs: [{ name: "results", internalType: "bytes[]", type: "bytes[]" }]
985
- },
986
- {
987
- stateMutability: "view",
988
- type: "function",
989
- inputs: [],
990
- name: "name",
991
- outputs: [{ name: "", internalType: "string", type: "string" }]
992
- },
993
- {
994
- stateMutability: "view",
995
- type: "function",
996
- inputs: [],
997
- name: "nextTokenId",
998
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
999
- },
1000
- {
1001
- stateMutability: "pure",
1002
- type: "function",
1003
- inputs: [
1004
- { name: "", internalType: "address", type: "address" },
1005
- { name: "", internalType: "address", type: "address" },
1006
- { name: "", internalType: "uint256", type: "uint256" },
1007
- { name: "", internalType: "uint256", type: "uint256" },
1008
- { name: "", internalType: "bytes", type: "bytes" }
1009
- ],
1010
- name: "onERC1155Received",
1011
- outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
1012
- },
1013
- {
1014
- stateMutability: "view",
1015
- type: "function",
1016
- inputs: [],
1017
- name: "owner",
1018
- outputs: [{ name: "", internalType: "address", type: "address" }]
1019
- },
1020
- {
1021
- stateMutability: "view",
1022
- type: "function",
1023
- inputs: [
1024
- { name: "", internalType: "uint256", type: "uint256" },
1025
- { name: "", internalType: "address", type: "address" }
1026
- ],
1027
- name: "permissions",
1028
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
1029
- },
1030
- {
1031
- stateMutability: "view",
1032
- type: "function",
1033
- inputs: [],
1034
- name: "proxiableUUID",
1035
- outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
1036
- },
1037
- {
1038
- stateMutability: "nonpayable",
1039
- type: "function",
1040
- inputs: [
1041
- { name: "tokenId", internalType: "uint256", type: "uint256" },
1042
- { name: "user", internalType: "address", type: "address" },
1043
- { name: "permissionBits", internalType: "uint256", type: "uint256" }
1044
- ],
1045
- name: "removePermission",
1046
- outputs: []
1047
- },
1048
- {
1049
- stateMutability: "view",
1050
- type: "function",
1051
- inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1052
- name: "royalties",
1053
- outputs: [
1054
- { name: "royaltyMintSchedule", internalType: "uint32", type: "uint32" },
1055
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
1056
- { name: "royaltyRecipient", internalType: "address", type: "address" }
1057
- ]
1058
- },
1059
- {
1060
- stateMutability: "view",
1061
- type: "function",
1062
- inputs: [
1063
- { name: "tokenId", internalType: "uint256", type: "uint256" },
1064
- { name: "salePrice", internalType: "uint256", type: "uint256" }
1065
- ],
1066
- name: "royaltyInfo",
1067
- outputs: [
1068
- { name: "receiver", internalType: "address", type: "address" },
1069
- { name: "royaltyAmount", internalType: "uint256", type: "uint256" }
1070
- ]
1071
- },
1072
- {
1073
- stateMutability: "nonpayable",
1074
- type: "function",
1075
- inputs: [
1076
- { name: "from", internalType: "address", type: "address" },
1077
- { name: "to", internalType: "address", type: "address" },
1078
- { name: "ids", internalType: "uint256[]", type: "uint256[]" },
1079
- { name: "amounts", internalType: "uint256[]", type: "uint256[]" },
1080
- { name: "data", internalType: "bytes", type: "bytes" }
1081
- ],
1082
- name: "safeBatchTransferFrom",
1083
- outputs: []
1084
- },
1085
- {
1086
- stateMutability: "nonpayable",
1087
- type: "function",
1088
- inputs: [
1089
- { name: "from", internalType: "address", type: "address" },
1090
- { name: "to", internalType: "address", type: "address" },
1091
- { name: "id", internalType: "uint256", type: "uint256" },
1092
- { name: "amount", internalType: "uint256", type: "uint256" },
1093
- { name: "data", internalType: "bytes", type: "bytes" }
1094
- ],
1095
- name: "safeTransferFrom",
1096
- outputs: []
1097
- },
1098
- {
1099
- stateMutability: "nonpayable",
1100
- type: "function",
1101
- inputs: [
1102
- { name: "operator", internalType: "address", type: "address" },
1103
- { name: "approved", internalType: "bool", type: "bool" }
1104
- ],
1105
- name: "setApprovalForAll",
1106
- outputs: []
1107
- },
1108
- {
1109
- stateMutability: "nonpayable",
1110
- type: "function",
1111
- inputs: [
1112
- {
1113
- name: "fundsRecipient",
1114
- internalType: "address payable",
1115
- type: "address"
1116
- }
1117
- ],
1118
- name: "setFundsRecipient",
1119
- outputs: []
1120
- },
1121
- {
1122
- stateMutability: "nonpayable",
1123
- type: "function",
1124
- inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
1125
- name: "setOwner",
1126
- outputs: []
1127
- },
1128
- {
1129
- stateMutability: "nonpayable",
1130
- type: "function",
1131
- inputs: [
1132
- { name: "tokenId", internalType: "uint256", type: "uint256" },
1133
- {
1134
- name: "renderer",
1135
- internalType: "contract IRenderer1155",
1136
- type: "address"
1137
- }
1138
- ],
1139
- name: "setTokenMetadataRenderer",
1140
- outputs: []
1141
- },
1142
- {
1143
- stateMutability: "nonpayable",
1144
- type: "function",
1145
- inputs: [
1146
- {
1147
- name: "transferHook",
1148
- internalType: "contract ITransferHookReceiver",
1149
- type: "address"
1150
- }
1151
- ],
1152
- name: "setTransferHook",
1153
- outputs: []
1154
- },
1155
- {
1156
- stateMutability: "nonpayable",
1157
- type: "function",
1158
- inputs: [
1159
- { name: "newURI", internalType: "string", type: "string" },
1160
- { name: "maxSupply", internalType: "uint256", type: "uint256" }
1161
- ],
1162
- name: "setupNewToken",
1163
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
1164
- },
1165
- {
1166
- stateMutability: "nonpayable",
1167
- type: "function",
1168
- inputs: [
1169
- { name: "newURI", internalType: "string", type: "string" },
1170
- { name: "maxSupply", internalType: "uint256", type: "uint256" },
1171
- { name: "createReferral", internalType: "address", type: "address" }
1172
- ],
1173
- name: "setupNewTokenWithCreateReferral",
1174
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
1175
- },
1176
- {
1177
- stateMutability: "pure",
1178
- type: "function",
1179
- inputs: [],
1180
- name: "supportedPremintSignatureVersions",
1181
- outputs: [{ name: "", internalType: "string[]", type: "string[]" }]
1182
- },
1183
- {
1184
- stateMutability: "view",
1185
- type: "function",
1186
- inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
1187
- name: "supportsInterface",
1188
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
1189
- },
1190
- {
1191
- stateMutability: "pure",
1192
- type: "function",
1193
- inputs: [],
1194
- name: "symbol",
1195
- outputs: [{ name: "", internalType: "string", type: "string" }]
1196
- },
1197
- {
1198
- stateMutability: "nonpayable",
1199
- type: "function",
1200
- inputs: [
1201
- { name: "_newURI", internalType: "string", type: "string" },
1202
- { name: "_newName", internalType: "string", type: "string" }
1203
- ],
1204
- name: "updateContractMetadata",
1205
- outputs: []
1206
- },
1207
- {
1208
- stateMutability: "nonpayable",
1209
- type: "function",
1210
- inputs: [
1211
- { name: "tokenId", internalType: "uint256", type: "uint256" },
1212
- { name: "recipient", internalType: "address", type: "address" }
1213
- ],
1214
- name: "updateCreateReferral",
1215
- outputs: []
1216
- },
1217
- {
1218
- stateMutability: "nonpayable",
1219
- type: "function",
1220
- inputs: [
1221
- { name: "tokenId", internalType: "uint256", type: "uint256" },
1222
- {
1223
- name: "newConfiguration",
1224
- internalType: "struct ICreatorRoyaltiesControl.RoyaltyConfiguration",
1225
- type: "tuple",
1226
- components: [
1227
- {
1228
- name: "royaltyMintSchedule",
1229
- internalType: "uint32",
1230
- type: "uint32"
1231
- },
1232
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
1233
- {
1234
- name: "royaltyRecipient",
1235
- internalType: "address",
1236
- type: "address"
1237
- }
1238
- ]
1239
- }
1240
- ],
1241
- name: "updateRoyaltiesForToken",
1242
- outputs: []
1243
- },
1244
- {
1245
- stateMutability: "nonpayable",
1246
- type: "function",
1247
- inputs: [
1248
- { name: "tokenId", internalType: "uint256", type: "uint256" },
1249
- { name: "_newURI", internalType: "string", type: "string" }
1250
- ],
1251
- name: "updateTokenURI",
1252
- outputs: []
1253
- },
1254
- {
1255
- stateMutability: "nonpayable",
1256
- type: "function",
1257
- inputs: [
1258
- { name: "newImplementation", internalType: "address", type: "address" }
1259
- ],
1260
- name: "upgradeTo",
1261
- outputs: []
1262
- },
1263
- {
1264
- stateMutability: "payable",
1265
- type: "function",
1266
- inputs: [
1267
- { name: "newImplementation", internalType: "address", type: "address" },
1268
- { name: "data", internalType: "bytes", type: "bytes" }
1269
- ],
1270
- name: "upgradeToAndCall",
1271
- outputs: []
1272
- },
1273
- {
1274
- stateMutability: "view",
1275
- type: "function",
1276
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
1277
- name: "uri",
1278
- outputs: [{ name: "", internalType: "string", type: "string" }]
1279
- },
1280
- {
1281
- stateMutability: "nonpayable",
1282
- type: "function",
1283
- inputs: [],
1284
- name: "withdraw",
1285
- outputs: []
1286
- },
1287
- {
1288
- type: "event",
1289
- anonymous: false,
1290
- inputs: [
1291
- {
1292
- name: "previousAdmin",
1293
- internalType: "address",
1294
- type: "address",
1295
- indexed: false
1296
- },
1297
- {
1298
- name: "newAdmin",
1299
- internalType: "address",
1300
- type: "address",
1301
- indexed: false
1302
- }
1303
- ],
1304
- name: "AdminChanged"
1305
- },
1306
- {
1307
- type: "event",
1308
- anonymous: false,
1309
- inputs: [
1310
- {
1311
- name: "account",
1312
- internalType: "address",
1313
- type: "address",
1314
- indexed: true
1315
- },
1316
- {
1317
- name: "operator",
1318
- internalType: "address",
1319
- type: "address",
1320
- indexed: true
1321
- },
1322
- { name: "approved", internalType: "bool", type: "bool", indexed: false }
1323
- ],
1324
- name: "ApprovalForAll"
1325
- },
1326
- {
1327
- type: "event",
1328
- anonymous: false,
1329
- inputs: [
1330
- {
1331
- name: "beacon",
1332
- internalType: "address",
1333
- type: "address",
1334
- indexed: true
1335
- }
1336
- ],
1337
- name: "BeaconUpgraded"
1338
- },
1339
- {
1340
- type: "event",
1341
- anonymous: false,
1342
- inputs: [
1343
- {
1344
- name: "updater",
1345
- internalType: "address",
1346
- type: "address",
1347
- indexed: true
1348
- },
1349
- {
1350
- name: "updateType",
1351
- internalType: "enum IZoraCreator1155.ConfigUpdate",
1352
- type: "uint8",
1353
- indexed: true
1354
- },
1355
- {
1356
- name: "newConfig",
1357
- internalType: "struct IZoraCreator1155TypesV1.ContractConfig",
1358
- type: "tuple",
1359
- components: [
1360
- { name: "owner", internalType: "address", type: "address" },
1361
- { name: "__gap1", internalType: "uint96", type: "uint96" },
1362
- {
1363
- name: "fundsRecipient",
1364
- internalType: "address payable",
1365
- type: "address"
1366
- },
1367
- { name: "__gap2", internalType: "uint96", type: "uint96" },
1368
- {
1369
- name: "transferHook",
1370
- internalType: "contract ITransferHookReceiver",
1371
- type: "address"
1372
- },
1373
- { name: "__gap3", internalType: "uint96", type: "uint96" }
1374
- ],
1375
- indexed: false
1376
- }
1377
- ],
1378
- name: "ConfigUpdated"
1379
- },
1380
- {
1381
- type: "event",
1382
- anonymous: false,
1383
- inputs: [
1384
- {
1385
- name: "updater",
1386
- internalType: "address",
1387
- type: "address",
1388
- indexed: true
1389
- },
1390
- { name: "uri", internalType: "string", type: "string", indexed: false },
1391
- { name: "name", internalType: "string", type: "string", indexed: false }
1392
- ],
1393
- name: "ContractMetadataUpdated"
1394
- },
1395
- {
1396
- type: "event",
1397
- anonymous: false,
1398
- inputs: [
1399
- {
1400
- name: "renderer",
1401
- internalType: "contract IRenderer1155",
1402
- type: "address",
1403
- indexed: false
1404
- }
1405
- ],
1406
- name: "ContractRendererUpdated"
1407
- },
1408
- {
1409
- type: "event",
1410
- anonymous: false,
1411
- inputs: [
1412
- {
1413
- name: "structHash",
1414
- internalType: "bytes32",
1415
- type: "bytes32",
1416
- indexed: false
1417
- },
1418
- {
1419
- name: "domainName",
1420
- internalType: "string",
1421
- type: "string",
1422
- indexed: false
1423
- },
1424
- {
1425
- name: "version",
1426
- internalType: "string",
1427
- type: "string",
1428
- indexed: false
1429
- },
1430
- {
1431
- name: "creator",
1432
- internalType: "address",
1433
- type: "address",
1434
- indexed: false
1435
- },
1436
- {
1437
- name: "signature",
1438
- internalType: "bytes",
1439
- type: "bytes",
1440
- indexed: false
1441
- }
1442
- ],
1443
- name: "CreatorAttribution"
1444
- },
1445
- {
1446
- type: "event",
1447
- anonymous: false,
1448
- inputs: [
1449
- { name: "version", internalType: "uint8", type: "uint8", indexed: false }
1450
- ],
1451
- name: "Initialized"
1452
- },
1453
- {
1454
- type: "event",
1455
- anonymous: false,
1456
- inputs: [
1457
- {
1458
- name: "lastOwner",
1459
- internalType: "address",
1460
- type: "address",
1461
- indexed: false
1462
- },
1463
- {
1464
- name: "newOwner",
1465
- internalType: "address",
1466
- type: "address",
1467
- indexed: false
1468
- }
1469
- ],
1470
- name: "OwnershipTransferred"
1471
- },
1472
- {
1473
- type: "event",
1474
- anonymous: false,
1475
- inputs: [
1476
- {
1477
- name: "sender",
1478
- internalType: "address",
1479
- type: "address",
1480
- indexed: true
1481
- },
1482
- {
1483
- name: "minter",
1484
- internalType: "address",
1485
- type: "address",
1486
- indexed: true
1487
- },
1488
- {
1489
- name: "tokenId",
1490
- internalType: "uint256",
1491
- type: "uint256",
1492
- indexed: true
1493
- },
1494
- {
1495
- name: "quantity",
1496
- internalType: "uint256",
1497
- type: "uint256",
1498
- indexed: false
1499
- },
1500
- {
1501
- name: "value",
1502
- internalType: "uint256",
1503
- type: "uint256",
1504
- indexed: false
1505
- }
1506
- ],
1507
- name: "Purchased"
1508
- },
1509
- {
1510
- type: "event",
1511
- anonymous: false,
1512
- inputs: [
1513
- {
1514
- name: "tokenId",
1515
- internalType: "uint256",
1516
- type: "uint256",
1517
- indexed: true
1518
- },
1519
- {
1520
- name: "renderer",
1521
- internalType: "address",
1522
- type: "address",
1523
- indexed: true
1524
- },
1525
- { name: "user", internalType: "address", type: "address", indexed: true }
1526
- ],
1527
- name: "RendererUpdated"
1528
- },
1529
- {
1530
- type: "event",
1531
- anonymous: false,
1532
- inputs: [
1533
- {
1534
- name: "tokenId",
1535
- internalType: "uint256",
1536
- type: "uint256",
1537
- indexed: true
1538
- },
1539
- {
1540
- name: "sender",
1541
- internalType: "address",
1542
- type: "address",
1543
- indexed: true
1544
- },
1545
- {
1546
- name: "newURI",
1547
- internalType: "string",
1548
- type: "string",
1549
- indexed: false
1550
- },
1551
- {
1552
- name: "maxSupply",
1553
- internalType: "uint256",
1554
- type: "uint256",
1555
- indexed: false
1556
- }
1557
- ],
1558
- name: "SetupNewToken"
1559
- },
1560
- {
1561
- type: "event",
1562
- anonymous: false,
1563
- inputs: [
1564
- {
1565
- name: "operator",
1566
- internalType: "address",
1567
- type: "address",
1568
- indexed: true
1569
- },
1570
- { name: "from", internalType: "address", type: "address", indexed: true },
1571
- { name: "to", internalType: "address", type: "address", indexed: true },
1572
- {
1573
- name: "ids",
1574
- internalType: "uint256[]",
1575
- type: "uint256[]",
1576
- indexed: false
1577
- },
1578
- {
1579
- name: "values",
1580
- internalType: "uint256[]",
1581
- type: "uint256[]",
1582
- indexed: false
1583
- }
1584
- ],
1585
- name: "TransferBatch"
1586
- },
1587
- {
1588
- type: "event",
1589
- anonymous: false,
1590
- inputs: [
1591
- {
1592
- name: "operator",
1593
- internalType: "address",
1594
- type: "address",
1595
- indexed: true
1596
- },
1597
- { name: "from", internalType: "address", type: "address", indexed: true },
1598
- { name: "to", internalType: "address", type: "address", indexed: true },
1599
- { name: "id", internalType: "uint256", type: "uint256", indexed: false },
1600
- {
1601
- name: "value",
1602
- internalType: "uint256",
1603
- type: "uint256",
1604
- indexed: false
1605
- }
1606
- ],
1607
- name: "TransferSingle"
1608
- },
1609
- {
1610
- type: "event",
1611
- anonymous: false,
1612
- inputs: [
1613
- { name: "value", internalType: "string", type: "string", indexed: false },
1614
- { name: "id", internalType: "uint256", type: "uint256", indexed: true }
1615
- ],
1616
- name: "URI"
1617
- },
1618
- {
1619
- type: "event",
1620
- anonymous: false,
1621
- inputs: [
1622
- {
1623
- name: "tokenId",
1624
- internalType: "uint256",
1625
- type: "uint256",
1626
- indexed: true
1627
- },
1628
- { name: "user", internalType: "address", type: "address", indexed: true },
1629
- {
1630
- name: "permissions",
1631
- internalType: "uint256",
1632
- type: "uint256",
1633
- indexed: true
1634
- }
1635
- ],
1636
- name: "UpdatedPermissions"
1637
- },
1638
- {
1639
- type: "event",
1640
- anonymous: false,
1641
- inputs: [
1642
- {
1643
- name: "tokenId",
1644
- internalType: "uint256",
1645
- type: "uint256",
1646
- indexed: true
1647
- },
1648
- { name: "user", internalType: "address", type: "address", indexed: true },
1649
- {
1650
- name: "configuration",
1651
- internalType: "struct ICreatorRoyaltiesControl.RoyaltyConfiguration",
1652
- type: "tuple",
1653
- components: [
1654
- {
1655
- name: "royaltyMintSchedule",
1656
- internalType: "uint32",
1657
- type: "uint32"
1658
- },
1659
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
1660
- {
1661
- name: "royaltyRecipient",
1662
- internalType: "address",
1663
- type: "address"
1664
- }
1665
- ],
1666
- indexed: false
1667
- }
1668
- ],
1669
- name: "UpdatedRoyalties"
1670
- },
1671
- {
1672
- type: "event",
1673
- anonymous: false,
1674
- inputs: [
1675
- { name: "from", internalType: "address", type: "address", indexed: true },
1676
- {
1677
- name: "tokenId",
1678
- internalType: "uint256",
1679
- type: "uint256",
1680
- indexed: true
1681
- },
1682
- {
1683
- name: "tokenData",
1684
- internalType: "struct IZoraCreator1155TypesV1.TokenData",
1685
- type: "tuple",
1686
- components: [
1687
- { name: "uri", internalType: "string", type: "string" },
1688
- { name: "maxSupply", internalType: "uint256", type: "uint256" },
1689
- { name: "totalMinted", internalType: "uint256", type: "uint256" }
1690
- ],
1691
- indexed: false
1692
- }
1693
- ],
1694
- name: "UpdatedToken"
1695
- },
1696
- {
1697
- type: "event",
1698
- anonymous: false,
1699
- inputs: [
1700
- {
1701
- name: "implementation",
1702
- internalType: "address",
1703
- type: "address",
1704
- indexed: true
1705
- }
1706
- ],
1707
- name: "Upgraded"
1708
- },
1709
- { type: "error", inputs: [], name: "ADDRESS_DELEGATECALL_TO_NON_CONTRACT" },
1710
- { type: "error", inputs: [], name: "ADDRESS_LOW_LEVEL_CALL_FAILED" },
1711
- {
1712
- type: "error",
1713
- inputs: [
1714
- { name: "operator", internalType: "address", type: "address" },
1715
- { name: "user", internalType: "address", type: "address" }
1716
- ],
1717
- name: "Burn_NotOwnerOrApproved"
1718
- },
1719
- { type: "error", inputs: [], name: "CREATOR_FUNDS_RECIPIENT_NOT_SET" },
1720
- {
1721
- type: "error",
1722
- inputs: [{ name: "reason", internalType: "bytes", type: "bytes" }],
1723
- name: "CallFailed"
1724
- },
1725
- { type: "error", inputs: [], name: "Call_TokenIdMismatch" },
1726
- { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
1727
- {
1728
- type: "error",
1729
- inputs: [
1730
- { name: "tokenId", internalType: "uint256", type: "uint256" },
1731
- { name: "quantity", internalType: "uint256", type: "uint256" },
1732
- { name: "totalMinted", internalType: "uint256", type: "uint256" },
1733
- { name: "maxSupply", internalType: "uint256", type: "uint256" }
1734
- ],
1735
- name: "CannotMintMoreTokens"
1736
- },
1737
- {
1738
- type: "error",
1739
- inputs: [
1740
- { name: "proposedAddress", internalType: "address", type: "address" }
1741
- ],
1742
- name: "Config_TransferHookNotSupported"
1743
- },
1744
- {
1745
- type: "error",
1746
- inputs: [],
1747
- name: "ERC1155_ACCOUNTS_AND_IDS_LENGTH_MISMATCH"
1748
- },
1749
- {
1750
- type: "error",
1751
- inputs: [],
1752
- name: "ERC1155_ADDRESS_ZERO_IS_NOT_A_VALID_OWNER"
1753
- },
1754
- { type: "error", inputs: [], name: "ERC1155_BURN_AMOUNT_EXCEEDS_BALANCE" },
1755
- { type: "error", inputs: [], name: "ERC1155_BURN_FROM_ZERO_ADDRESS" },
1756
- {
1757
- type: "error",
1758
- inputs: [],
1759
- name: "ERC1155_CALLER_IS_NOT_TOKEN_OWNER_OR_APPROVED"
1760
- },
1761
- {
1762
- type: "error",
1763
- inputs: [],
1764
- name: "ERC1155_ERC1155RECEIVER_REJECTED_TOKENS"
1765
- },
1766
- {
1767
- type: "error",
1768
- inputs: [],
1769
- name: "ERC1155_IDS_AND_AMOUNTS_LENGTH_MISMATCH"
1770
- },
1771
- {
1772
- type: "error",
1773
- inputs: [],
1774
- name: "ERC1155_INSUFFICIENT_BALANCE_FOR_TRANSFER"
1775
- },
1776
- { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
1777
- { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
1778
- { type: "error", inputs: [], name: "ERC1155_SETTING_APPROVAL_FOR_SELF" },
1779
- {
1780
- type: "error",
1781
- inputs: [],
1782
- name: "ERC1155_TRANSFER_TO_NON_ERC1155RECEIVER_IMPLEMENTER"
1783
- },
1784
- { type: "error", inputs: [], name: "ERC1155_TRANSFER_TO_ZERO_ADDRESS" },
1785
- { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_CONTRACT" },
1786
- { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_UUPS" },
1787
- { type: "error", inputs: [], name: "ERC1967_UNSUPPORTED_PROXIABLEUUID" },
1788
- {
1789
- type: "error",
1790
- inputs: [
1791
- { name: "recipient", internalType: "address", type: "address" },
1792
- { name: "amount", internalType: "uint256", type: "uint256" }
1793
- ],
1794
- name: "ETHWithdrawFailed"
1795
- },
1796
- {
1797
- type: "error",
1798
- inputs: [],
1799
- name: "FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY"
1800
- },
1801
- {
1802
- type: "error",
1803
- inputs: [],
1804
- name: "FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL"
1805
- },
1806
- {
1807
- type: "error",
1808
- inputs: [
1809
- { name: "amount", internalType: "uint256", type: "uint256" },
1810
- { name: "contractValue", internalType: "uint256", type: "uint256" }
1811
- ],
1812
- name: "FundsWithdrawInsolvent"
1813
- },
1814
- {
1815
- type: "error",
1816
- inputs: [],
1817
- name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED"
1818
- },
1819
- {
1820
- type: "error",
1821
- inputs: [],
1822
- name: "INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING"
1823
- },
1824
- { type: "error", inputs: [], name: "INVALID_ADDRESS_ZERO" },
1825
- { type: "error", inputs: [], name: "INVALID_ETH_AMOUNT" },
1826
- {
1827
- type: "error",
1828
- inputs: [
1829
- { name: "mintTo", internalType: "address", type: "address" },
1830
- { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
1831
- { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
1832
- ],
1833
- name: "InvalidMerkleProof"
1834
- },
1835
- { type: "error", inputs: [], name: "InvalidMintSchedule" },
1836
- { type: "error", inputs: [], name: "InvalidSignatureVersion" },
1837
- { type: "error", inputs: [], name: "MintNotYetStarted" },
1838
- { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
1839
- { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
1840
- { type: "error", inputs: [], name: "Mint_UnknownCommand" },
1841
- { type: "error", inputs: [], name: "Mint_ValueTransferFail" },
1842
- { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
1843
- { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
1844
- { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
1845
- {
1846
- type: "error",
1847
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
1848
- name: "NoRendererForToken"
1849
- },
1850
- { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
1851
- { type: "error", inputs: [], name: "PremintDeleted" },
1852
- {
1853
- type: "error",
1854
- inputs: [
1855
- { name: "caller", internalType: "address", type: "address" },
1856
- { name: "recipient", internalType: "address", type: "address" },
1857
- { name: "amount", internalType: "uint256", type: "uint256" }
1858
- ],
1859
- name: "ProtocolRewardsWithdrawFailed"
1860
- },
1861
- {
1862
- type: "error",
1863
- inputs: [{ name: "renderer", internalType: "address", type: "address" }],
1864
- name: "RendererNotValid"
1865
- },
1866
- { type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
1867
- { type: "error", inputs: [], name: "SaleEnded" },
1868
- { type: "error", inputs: [], name: "SaleHasNotStarted" },
1869
- {
1870
- type: "error",
1871
- inputs: [
1872
- { name: "targetContract", internalType: "address", type: "address" }
1873
- ],
1874
- name: "Sale_CannotCallNonSalesContract"
1875
- },
1876
- {
1877
- type: "error",
1878
- inputs: [
1879
- { name: "expected", internalType: "uint256", type: "uint256" },
1880
- { name: "actual", internalType: "uint256", type: "uint256" }
1881
- ],
1882
- name: "TokenIdMismatch"
1883
- },
1884
- {
1885
- type: "error",
1886
- inputs: [],
1887
- name: "UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL"
1888
- },
1889
- {
1890
- type: "error",
1891
- inputs: [
1892
- { name: "user", internalType: "address", type: "address" },
1893
- { name: "limit", internalType: "uint256", type: "uint256" },
1894
- { name: "requestedAmount", internalType: "uint256", type: "uint256" }
1895
- ],
1896
- name: "UserExceedsMintLimit"
1897
- },
1898
- {
1899
- type: "error",
1900
- inputs: [
1901
- { name: "user", internalType: "address", type: "address" },
1902
- { name: "tokenId", internalType: "uint256", type: "uint256" },
1903
- { name: "role", internalType: "uint256", type: "uint256" }
1904
- ],
1905
- name: "UserMissingRoleForToken"
1906
- },
1907
- { type: "error", inputs: [], name: "WrongValueSent" }
1908
- ];
1909
- var zoraCreator1155PremintExecutorImplABI = [
1910
- {
1911
- stateMutability: "nonpayable",
1912
- type: "constructor",
1913
- inputs: [
1914
- {
1915
- name: "_factory",
1916
- internalType: "contract IZoraCreator1155Factory",
1917
- type: "address"
1918
- }
1919
- ]
1920
- },
1921
- {
1922
- stateMutability: "nonpayable",
1923
- type: "function",
1924
- inputs: [],
1925
- name: "acceptOwnership",
1926
- outputs: []
1927
- },
1928
- {
1929
- stateMutability: "nonpayable",
1930
- type: "function",
1931
- inputs: [],
1932
- name: "cancelOwnershipTransfer",
1933
- outputs: []
1934
- },
1935
- {
1936
- stateMutability: "pure",
1937
- type: "function",
1938
- inputs: [],
1939
- name: "contractName",
1940
- outputs: [{ name: "", internalType: "string", type: "string" }]
1941
- },
1942
- {
1943
- stateMutability: "view",
1944
- type: "function",
1945
- inputs: [
1946
- {
1947
- name: "contractConfig",
1948
- internalType: "struct ContractCreationConfig",
1949
- type: "tuple",
1950
- components: [
1951
- { name: "contractAdmin", internalType: "address", type: "address" },
1952
- { name: "contractURI", internalType: "string", type: "string" },
1953
- { name: "contractName", internalType: "string", type: "string" }
1954
- ]
1955
- }
1956
- ],
1957
- name: "getContractAddress",
1958
- outputs: [{ name: "", internalType: "address", type: "address" }]
1959
- },
1960
- {
1961
- stateMutability: "view",
1962
- type: "function",
1963
- inputs: [],
1964
- name: "implementation",
1965
- outputs: [{ name: "", internalType: "address", type: "address" }]
1966
- },
1967
- {
1968
- stateMutability: "nonpayable",
1969
- type: "function",
1970
- inputs: [
1971
- { name: "_initialOwner", internalType: "address", type: "address" }
1972
- ],
1973
- name: "initialize",
1974
- outputs: []
1975
- },
1976
- {
1977
- stateMutability: "view",
1978
- type: "function",
1979
- inputs: [
1980
- { name: "signer", internalType: "address", type: "address" },
1981
- {
1982
- name: "premintContractConfigContractAdmin",
1983
- internalType: "address",
1984
- type: "address"
1985
- },
1986
- { name: "contractAddress", internalType: "address", type: "address" }
1987
- ],
1988
- name: "isAuthorizedToCreatePremint",
1989
- outputs: [{ name: "isAuthorized", internalType: "bool", type: "bool" }]
1990
- },
1991
- {
1992
- stateMutability: "view",
1993
- type: "function",
1994
- inputs: [
1995
- {
1996
- name: "contractConfig",
1997
- internalType: "struct ContractCreationConfig",
1998
- type: "tuple",
1999
- components: [
2000
- { name: "contractAdmin", internalType: "address", type: "address" },
2001
- { name: "contractURI", internalType: "string", type: "string" },
2002
- { name: "contractName", internalType: "string", type: "string" }
2003
- ]
2004
- },
2005
- {
2006
- name: "premintConfig",
2007
- internalType: "struct PremintConfig",
2008
- type: "tuple",
2009
- components: [
2010
- {
2011
- name: "tokenConfig",
2012
- internalType: "struct TokenCreationConfig",
2013
- type: "tuple",
2014
- components: [
2015
- { name: "tokenURI", internalType: "string", type: "string" },
2016
- { name: "maxSupply", internalType: "uint256", type: "uint256" },
2017
- {
2018
- name: "maxTokensPerAddress",
2019
- internalType: "uint64",
2020
- type: "uint64"
2021
- },
2022
- { name: "pricePerToken", internalType: "uint96", type: "uint96" },
2023
- { name: "mintStart", internalType: "uint64", type: "uint64" },
2024
- { name: "mintDuration", internalType: "uint64", type: "uint64" },
2025
- {
2026
- name: "royaltyMintSchedule",
2027
- internalType: "uint32",
2028
- type: "uint32"
2029
- },
2030
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
2031
- {
2032
- name: "royaltyRecipient",
2033
- internalType: "address",
2034
- type: "address"
2035
- },
2036
- {
2037
- name: "fixedPriceMinter",
2038
- internalType: "address",
2039
- type: "address"
2040
- }
2041
- ]
2042
- },
2043
- { name: "uid", internalType: "uint32", type: "uint32" },
2044
- { name: "version", internalType: "uint32", type: "uint32" },
2045
- { name: "deleted", internalType: "bool", type: "bool" }
2046
- ]
2047
- },
2048
- { name: "signature", internalType: "bytes", type: "bytes" }
2049
- ],
2050
- name: "isValidSignature",
2051
- outputs: [
2052
- { name: "isValid", internalType: "bool", type: "bool" },
2053
- { name: "contractAddress", internalType: "address", type: "address" },
2054
- { name: "recoveredSigner", internalType: "address", type: "address" }
2055
- ]
2056
- },
2057
- {
2058
- stateMutability: "view",
2059
- type: "function",
2060
- inputs: [
2061
- { name: "collectionAddress", internalType: "address", type: "address" }
2062
- ],
2063
- name: "mintFee",
2064
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
2065
- },
2066
- {
2067
- stateMutability: "view",
2068
- type: "function",
2069
- inputs: [],
2070
- name: "owner",
2071
- outputs: [{ name: "", internalType: "address", type: "address" }]
2072
- },
2073
- {
2074
- stateMutability: "view",
2075
- type: "function",
2076
- inputs: [],
2077
- name: "pendingOwner",
2078
- outputs: [{ name: "", internalType: "address", type: "address" }]
2079
- },
2080
- {
2081
- stateMutability: "payable",
2082
- type: "function",
2083
- inputs: [
2084
- {
2085
- name: "contractConfig",
2086
- internalType: "struct ContractCreationConfig",
2087
- type: "tuple",
2088
- components: [
2089
- { name: "contractAdmin", internalType: "address", type: "address" },
2090
- { name: "contractURI", internalType: "string", type: "string" },
2091
- { name: "contractName", internalType: "string", type: "string" }
2092
- ]
2093
- },
2094
- {
2095
- name: "premintConfig",
2096
- internalType: "struct PremintConfig",
2097
- type: "tuple",
2098
- components: [
2099
- {
2100
- name: "tokenConfig",
2101
- internalType: "struct TokenCreationConfig",
2102
- type: "tuple",
2103
- components: [
2104
- { name: "tokenURI", internalType: "string", type: "string" },
2105
- { name: "maxSupply", internalType: "uint256", type: "uint256" },
2106
- {
2107
- name: "maxTokensPerAddress",
2108
- internalType: "uint64",
2109
- type: "uint64"
2110
- },
2111
- { name: "pricePerToken", internalType: "uint96", type: "uint96" },
2112
- { name: "mintStart", internalType: "uint64", type: "uint64" },
2113
- { name: "mintDuration", internalType: "uint64", type: "uint64" },
2114
- {
2115
- name: "royaltyMintSchedule",
2116
- internalType: "uint32",
2117
- type: "uint32"
2118
- },
2119
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
2120
- {
2121
- name: "royaltyRecipient",
2122
- internalType: "address",
2123
- type: "address"
2124
- },
2125
- {
2126
- name: "fixedPriceMinter",
2127
- internalType: "address",
2128
- type: "address"
2129
- }
2130
- ]
2131
- },
2132
- { name: "uid", internalType: "uint32", type: "uint32" },
2133
- { name: "version", internalType: "uint32", type: "uint32" },
2134
- { name: "deleted", internalType: "bool", type: "bool" }
2135
- ]
2136
- },
2137
- { name: "signature", internalType: "bytes", type: "bytes" },
2138
- { name: "quantityToMint", internalType: "uint256", type: "uint256" },
2139
- { name: "mintComment", internalType: "string", type: "string" }
2140
- ],
2141
- name: "premint",
2142
- outputs: [{ name: "newTokenId", internalType: "uint256", type: "uint256" }]
2143
- },
2144
- {
2145
- stateMutability: "view",
2146
- type: "function",
2147
- inputs: [
2148
- { name: "contractAddress", internalType: "address", type: "address" },
2149
- { name: "uid", internalType: "uint32", type: "uint32" }
2150
- ],
2151
- name: "premintStatus",
2152
- outputs: [
2153
- { name: "contractCreated", internalType: "bool", type: "bool" },
2154
- { name: "tokenIdForPremint", internalType: "uint256", type: "uint256" }
2155
- ]
2156
- },
2157
- {
2158
- stateMutability: "payable",
2159
- type: "function",
2160
- inputs: [
2161
- {
2162
- name: "contractConfig",
2163
- internalType: "struct ContractCreationConfig",
2164
- type: "tuple",
2165
- components: [
2166
- { name: "contractAdmin", internalType: "address", type: "address" },
2167
- { name: "contractURI", internalType: "string", type: "string" },
2168
- { name: "contractName", internalType: "string", type: "string" }
2169
- ]
2170
- },
2171
- {
2172
- name: "premintConfig",
2173
- internalType: "struct PremintConfig",
2174
- type: "tuple",
2175
- components: [
2176
- {
2177
- name: "tokenConfig",
2178
- internalType: "struct TokenCreationConfig",
2179
- type: "tuple",
2180
- components: [
2181
- { name: "tokenURI", internalType: "string", type: "string" },
2182
- { name: "maxSupply", internalType: "uint256", type: "uint256" },
2183
- {
2184
- name: "maxTokensPerAddress",
2185
- internalType: "uint64",
2186
- type: "uint64"
2187
- },
2188
- { name: "pricePerToken", internalType: "uint96", type: "uint96" },
2189
- { name: "mintStart", internalType: "uint64", type: "uint64" },
2190
- { name: "mintDuration", internalType: "uint64", type: "uint64" },
2191
- {
2192
- name: "royaltyMintSchedule",
2193
- internalType: "uint32",
2194
- type: "uint32"
2195
- },
2196
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
2197
- {
2198
- name: "royaltyRecipient",
2199
- internalType: "address",
2200
- type: "address"
2201
- },
2202
- {
2203
- name: "fixedPriceMinter",
2204
- internalType: "address",
2205
- type: "address"
2206
- }
2207
- ]
2208
- },
2209
- { name: "uid", internalType: "uint32", type: "uint32" },
2210
- { name: "version", internalType: "uint32", type: "uint32" },
2211
- { name: "deleted", internalType: "bool", type: "bool" }
2212
- ]
2213
- },
2214
- { name: "signature", internalType: "bytes", type: "bytes" },
2215
- { name: "quantityToMint", internalType: "uint256", type: "uint256" },
2216
- {
2217
- name: "mintArguments",
2218
- internalType: "struct IZoraCreator1155PremintExecutor.MintArguments",
2219
- type: "tuple",
2220
- components: [
2221
- { name: "mintRecipient", internalType: "address", type: "address" },
2222
- { name: "mintComment", internalType: "string", type: "string" },
2223
- {
2224
- name: "mintRewardsRecipients",
2225
- internalType: "address[]",
2226
- type: "address[]"
2227
- }
2228
- ]
2229
- }
2230
- ],
2231
- name: "premintV1",
2232
- outputs: [
2233
- {
2234
- name: "result",
2235
- internalType: "struct IZoraCreator1155PremintExecutor.PremintResult",
2236
- type: "tuple",
2237
- components: [
2238
- { name: "contractAddress", internalType: "address", type: "address" },
2239
- { name: "tokenId", internalType: "uint256", type: "uint256" },
2240
- { name: "createdNewContract", internalType: "bool", type: "bool" }
2241
- ]
2242
- }
2243
- ]
2244
- },
2245
- {
2246
- stateMutability: "payable",
2247
- type: "function",
2248
- inputs: [
2249
- {
2250
- name: "contractConfig",
2251
- internalType: "struct ContractCreationConfig",
2252
- type: "tuple",
2253
- components: [
2254
- { name: "contractAdmin", internalType: "address", type: "address" },
2255
- { name: "contractURI", internalType: "string", type: "string" },
2256
- { name: "contractName", internalType: "string", type: "string" }
2257
- ]
2258
- },
2259
- {
2260
- name: "premintConfig",
2261
- internalType: "struct PremintConfigV2",
2262
- type: "tuple",
2263
- components: [
2264
- {
2265
- name: "tokenConfig",
2266
- internalType: "struct TokenCreationConfigV2",
2267
- type: "tuple",
2268
- components: [
2269
- { name: "tokenURI", internalType: "string", type: "string" },
2270
- { name: "maxSupply", internalType: "uint256", type: "uint256" },
2271
- {
2272
- name: "maxTokensPerAddress",
2273
- internalType: "uint64",
2274
- type: "uint64"
2275
- },
2276
- { name: "pricePerToken", internalType: "uint96", type: "uint96" },
2277
- { name: "mintStart", internalType: "uint64", type: "uint64" },
2278
- { name: "mintDuration", internalType: "uint64", type: "uint64" },
2279
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
2280
- {
2281
- name: "payoutRecipient",
2282
- internalType: "address",
2283
- type: "address"
2284
- },
2285
- {
2286
- name: "fixedPriceMinter",
2287
- internalType: "address",
2288
- type: "address"
2289
- },
2290
- {
2291
- name: "createReferral",
2292
- internalType: "address",
2293
- type: "address"
2294
- }
2295
- ]
2296
- },
2297
- { name: "uid", internalType: "uint32", type: "uint32" },
2298
- { name: "version", internalType: "uint32", type: "uint32" },
2299
- { name: "deleted", internalType: "bool", type: "bool" }
2300
- ]
2301
- },
2302
- { name: "signature", internalType: "bytes", type: "bytes" },
2303
- { name: "quantityToMint", internalType: "uint256", type: "uint256" },
2304
- {
2305
- name: "mintArguments",
2306
- internalType: "struct IZoraCreator1155PremintExecutor.MintArguments",
2307
- type: "tuple",
2308
- components: [
2309
- { name: "mintRecipient", internalType: "address", type: "address" },
2310
- { name: "mintComment", internalType: "string", type: "string" },
2311
- {
2312
- name: "mintRewardsRecipients",
2313
- internalType: "address[]",
2314
- type: "address[]"
2315
- }
2316
- ]
2317
- }
2318
- ],
2319
- name: "premintV2",
2320
- outputs: [
2321
- {
2322
- name: "result",
2323
- internalType: "struct IZoraCreator1155PremintExecutor.PremintResult",
2324
- type: "tuple",
2325
- components: [
2326
- { name: "contractAddress", internalType: "address", type: "address" },
2327
- { name: "tokenId", internalType: "uint256", type: "uint256" },
2328
- { name: "createdNewContract", internalType: "bool", type: "bool" }
2329
- ]
2330
- }
2331
- ]
2332
- },
2333
- {
2334
- stateMutability: "view",
2335
- type: "function",
2336
- inputs: [],
2337
- name: "proxiableUUID",
2338
- outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
2339
- },
2340
- {
2341
- stateMutability: "nonpayable",
2342
- type: "function",
2343
- inputs: [],
2344
- name: "resignOwnership",
2345
- outputs: []
2346
- },
2347
- {
2348
- stateMutability: "nonpayable",
2349
- type: "function",
2350
- inputs: [{ name: "_newOwner", internalType: "address", type: "address" }],
2351
- name: "safeTransferOwnership",
2352
- outputs: []
2353
- },
2354
- {
2355
- stateMutability: "view",
2356
- type: "function",
2357
- inputs: [
2358
- { name: "contractAddress", internalType: "address", type: "address" }
2359
- ],
2360
- name: "supportedPremintSignatureVersions",
2361
- outputs: [{ name: "versions", internalType: "string[]", type: "string[]" }]
2362
- },
2363
- {
2364
- stateMutability: "nonpayable",
2365
- type: "function",
2366
- inputs: [{ name: "_newOwner", internalType: "address", type: "address" }],
2367
- name: "transferOwnership",
2368
- outputs: []
2369
- },
2370
- {
2371
- stateMutability: "nonpayable",
2372
- type: "function",
2373
- inputs: [
2374
- { name: "newImplementation", internalType: "address", type: "address" }
2375
- ],
2376
- name: "upgradeTo",
2377
- outputs: []
2378
- },
2379
- {
2380
- stateMutability: "payable",
2381
- type: "function",
2382
- inputs: [
2383
- { name: "newImplementation", internalType: "address", type: "address" },
2384
- { name: "data", internalType: "bytes", type: "bytes" }
2385
- ],
2386
- name: "upgradeToAndCall",
2387
- outputs: []
2388
- },
2389
- {
2390
- stateMutability: "view",
2391
- type: "function",
2392
- inputs: [],
2393
- name: "zora1155Factory",
2394
- outputs: [
2395
- {
2396
- name: "",
2397
- internalType: "contract IZoraCreator1155Factory",
2398
- type: "address"
2399
- }
2400
- ]
2401
- },
2402
- {
2403
- type: "event",
2404
- anonymous: false,
2405
- inputs: [
2406
- {
2407
- name: "previousAdmin",
2408
- internalType: "address",
2409
- type: "address",
2410
- indexed: false
2411
- },
2412
- {
2413
- name: "newAdmin",
2414
- internalType: "address",
2415
- type: "address",
2416
- indexed: false
2417
- }
2418
- ],
2419
- name: "AdminChanged"
2420
- },
2421
- {
2422
- type: "event",
2423
- anonymous: false,
2424
- inputs: [
2425
- {
2426
- name: "beacon",
2427
- internalType: "address",
2428
- type: "address",
2429
- indexed: true
2430
- }
2431
- ],
2432
- name: "BeaconUpgraded"
2433
- },
2434
- {
2435
- type: "event",
2436
- anonymous: false,
2437
- inputs: [
2438
- { name: "version", internalType: "uint8", type: "uint8", indexed: false }
2439
- ],
2440
- name: "Initialized"
2441
- },
2442
- {
2443
- type: "event",
2444
- anonymous: false,
2445
- inputs: [
2446
- {
2447
- name: "owner",
2448
- internalType: "address",
2449
- type: "address",
2450
- indexed: true
2451
- },
2452
- {
2453
- name: "canceledOwner",
2454
- internalType: "address",
2455
- type: "address",
2456
- indexed: true
2457
- }
2458
- ],
2459
- name: "OwnerCanceled"
2460
- },
2461
- {
2462
- type: "event",
2463
- anonymous: false,
2464
- inputs: [
2465
- {
2466
- name: "owner",
2467
- internalType: "address",
2468
- type: "address",
2469
- indexed: true
2470
- },
2471
- {
2472
- name: "pendingOwner",
2473
- internalType: "address",
2474
- type: "address",
2475
- indexed: true
2476
- }
2477
- ],
2478
- name: "OwnerPending"
2479
- },
2480
- {
2481
- type: "event",
2482
- anonymous: false,
2483
- inputs: [
2484
- {
2485
- name: "prevOwner",
2486
- internalType: "address",
2487
- type: "address",
2488
- indexed: true
2489
- },
2490
- {
2491
- name: "newOwner",
2492
- internalType: "address",
2493
- type: "address",
2494
- indexed: true
2495
- }
2496
- ],
2497
- name: "OwnerUpdated"
2498
- },
2499
- {
2500
- type: "event",
2501
- anonymous: false,
2502
- inputs: [
2503
- {
2504
- name: "contractAddress",
2505
- internalType: "address",
2506
- type: "address",
2507
- indexed: true
2508
- },
2509
- {
2510
- name: "tokenId",
2511
- internalType: "uint256",
2512
- type: "uint256",
2513
- indexed: true
2514
- },
2515
- {
2516
- name: "createdNewContract",
2517
- internalType: "bool",
2518
- type: "bool",
2519
- indexed: true
2520
- },
2521
- { name: "uid", internalType: "uint32", type: "uint32", indexed: false },
2522
- {
2523
- name: "contractConfig",
2524
- internalType: "struct ContractCreationConfig",
2525
- type: "tuple",
2526
- components: [
2527
- { name: "contractAdmin", internalType: "address", type: "address" },
2528
- { name: "contractURI", internalType: "string", type: "string" },
2529
- { name: "contractName", internalType: "string", type: "string" }
2530
- ],
2531
- indexed: false
2532
- },
2533
- {
2534
- name: "tokenConfig",
2535
- internalType: "struct TokenCreationConfig",
2536
- type: "tuple",
2537
- components: [
2538
- { name: "tokenURI", internalType: "string", type: "string" },
2539
- { name: "maxSupply", internalType: "uint256", type: "uint256" },
2540
- {
2541
- name: "maxTokensPerAddress",
2542
- internalType: "uint64",
2543
- type: "uint64"
2544
- },
2545
- { name: "pricePerToken", internalType: "uint96", type: "uint96" },
2546
- { name: "mintStart", internalType: "uint64", type: "uint64" },
2547
- { name: "mintDuration", internalType: "uint64", type: "uint64" },
2548
- {
2549
- name: "royaltyMintSchedule",
2550
- internalType: "uint32",
2551
- type: "uint32"
2552
- },
2553
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
2554
- {
2555
- name: "royaltyRecipient",
2556
- internalType: "address",
2557
- type: "address"
2558
- },
2559
- {
2560
- name: "fixedPriceMinter",
2561
- internalType: "address",
2562
- type: "address"
2563
- }
2564
- ],
2565
- indexed: false
2566
- },
2567
- {
2568
- name: "minter",
2569
- internalType: "address",
2570
- type: "address",
2571
- indexed: false
2572
- },
2573
- {
2574
- name: "quantityMinted",
2575
- internalType: "uint256",
2576
- type: "uint256",
2577
- indexed: false
2578
- }
2579
- ],
2580
- name: "Preminted"
2581
- },
2582
- {
2583
- type: "event",
2584
- anonymous: false,
2585
- inputs: [
2586
- {
2587
- name: "contractAddress",
2588
- internalType: "address",
2589
- type: "address",
2590
- indexed: true
2591
- },
2592
- {
2593
- name: "tokenId",
2594
- internalType: "uint256",
2595
- type: "uint256",
2596
- indexed: true
2597
- },
2598
- {
2599
- name: "createdNewContract",
2600
- internalType: "bool",
2601
- type: "bool",
2602
- indexed: true
2603
- },
2604
- { name: "uid", internalType: "uint32", type: "uint32", indexed: false },
2605
- {
2606
- name: "minter",
2607
- internalType: "address",
2608
- type: "address",
2609
- indexed: false
2610
- },
2611
- {
2612
- name: "quantityMinted",
2613
- internalType: "uint256",
2614
- type: "uint256",
2615
- indexed: false
2616
- }
2617
- ],
2618
- name: "PremintedV2"
2619
- },
2620
- {
2621
- type: "event",
2622
- anonymous: false,
2623
- inputs: [
2624
- {
2625
- name: "implementation",
2626
- internalType: "address",
2627
- type: "address",
2628
- indexed: true
2629
- }
2630
- ],
2631
- name: "Upgraded"
2632
- },
2633
- { type: "error", inputs: [], name: "ADDRESS_DELEGATECALL_TO_NON_CONTRACT" },
2634
- { type: "error", inputs: [], name: "ADDRESS_LOW_LEVEL_CALL_FAILED" },
2635
- {
2636
- type: "error",
2637
- inputs: [
2638
- { name: "operator", internalType: "address", type: "address" },
2639
- { name: "user", internalType: "address", type: "address" }
2640
- ],
2641
- name: "Burn_NotOwnerOrApproved"
2642
- },
2643
- { type: "error", inputs: [], name: "CREATOR_FUNDS_RECIPIENT_NOT_SET" },
2644
- {
2645
- type: "error",
2646
- inputs: [{ name: "reason", internalType: "bytes", type: "bytes" }],
2647
- name: "CallFailed"
2648
- },
2649
- { type: "error", inputs: [], name: "Call_TokenIdMismatch" },
2650
- { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
2651
- {
2652
- type: "error",
2653
- inputs: [
2654
- { name: "tokenId", internalType: "uint256", type: "uint256" },
2655
- { name: "quantity", internalType: "uint256", type: "uint256" },
2656
- { name: "totalMinted", internalType: "uint256", type: "uint256" },
2657
- { name: "maxSupply", internalType: "uint256", type: "uint256" }
2658
- ],
2659
- name: "CannotMintMoreTokens"
2660
- },
2661
- {
2662
- type: "error",
2663
- inputs: [
2664
- { name: "proposedAddress", internalType: "address", type: "address" }
2665
- ],
2666
- name: "Config_TransferHookNotSupported"
2667
- },
2668
- { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
2669
- { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_CONTRACT" },
2670
- { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_UUPS" },
2671
- { type: "error", inputs: [], name: "ERC1967_UNSUPPORTED_PROXIABLEUUID" },
2672
- {
2673
- type: "error",
2674
- inputs: [
2675
- { name: "recipient", internalType: "address", type: "address" },
2676
- { name: "amount", internalType: "uint256", type: "uint256" }
2677
- ],
2678
- name: "ETHWithdrawFailed"
2679
- },
2680
- {
2681
- type: "error",
2682
- inputs: [],
2683
- name: "FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY"
2684
- },
2685
- {
2686
- type: "error",
2687
- inputs: [],
2688
- name: "FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL"
2689
- },
2690
- {
2691
- type: "error",
2692
- inputs: [
2693
- { name: "amount", internalType: "uint256", type: "uint256" },
2694
- { name: "contractValue", internalType: "uint256", type: "uint256" }
2695
- ],
2696
- name: "FundsWithdrawInsolvent"
2697
- },
2698
- {
2699
- type: "error",
2700
- inputs: [],
2701
- name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED"
2702
- },
2703
- { type: "error", inputs: [], name: "INITIALIZABLE_CONTRACT_IS_INITIALIZING" },
2704
- {
2705
- type: "error",
2706
- inputs: [],
2707
- name: "INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING"
2708
- },
2709
- { type: "error", inputs: [], name: "INVALID_ADDRESS_ZERO" },
2710
- { type: "error", inputs: [], name: "INVALID_ETH_AMOUNT" },
2711
- {
2712
- type: "error",
2713
- inputs: [
2714
- { name: "mintTo", internalType: "address", type: "address" },
2715
- { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
2716
- { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
2717
- ],
2718
- name: "InvalidMerkleProof"
2719
- },
2720
- { type: "error", inputs: [], name: "InvalidMintSchedule" },
2721
- { type: "error", inputs: [], name: "InvalidSignatureVersion" },
2722
- { type: "error", inputs: [], name: "MintNotYetStarted" },
2723
- { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
2724
- { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
2725
- { type: "error", inputs: [], name: "Mint_UnknownCommand" },
2726
- { type: "error", inputs: [], name: "Mint_ValueTransferFail" },
2727
- { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
2728
- { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
2729
- { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
2730
- { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
2731
- { type: "error", inputs: [], name: "ONLY_OWNER" },
2732
- { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
2733
- { type: "error", inputs: [], name: "OWNER_CANNOT_BE_ZERO_ADDRESS" },
2734
- { type: "error", inputs: [], name: "PremintDeleted" },
2735
- {
2736
- type: "error",
2737
- inputs: [
2738
- { name: "caller", internalType: "address", type: "address" },
2739
- { name: "recipient", internalType: "address", type: "address" },
2740
- { name: "amount", internalType: "uint256", type: "uint256" }
2741
- ],
2742
- name: "ProtocolRewardsWithdrawFailed"
2743
- },
2744
- { type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
2745
- { type: "error", inputs: [], name: "SaleEnded" },
2746
- { type: "error", inputs: [], name: "SaleHasNotStarted" },
2747
- {
2748
- type: "error",
2749
- inputs: [
2750
- { name: "targetContract", internalType: "address", type: "address" }
2751
- ],
2752
- name: "Sale_CannotCallNonSalesContract"
2753
- },
2754
- {
2755
- type: "error",
2756
- inputs: [
2757
- { name: "expected", internalType: "uint256", type: "uint256" },
2758
- { name: "actual", internalType: "uint256", type: "uint256" }
2759
- ],
2760
- name: "TokenIdMismatch"
2761
- },
2762
- {
2763
- type: "error",
2764
- inputs: [],
2765
- name: "UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL"
2766
- },
2767
- {
2768
- type: "error",
2769
- inputs: [
2770
- { name: "expected", internalType: "string", type: "string" },
2771
- { name: "actual", internalType: "string", type: "string" }
2772
- ],
2773
- name: "UpgradeToMismatchedContractName"
2774
- },
2775
- {
2776
- type: "error",
2777
- inputs: [
2778
- { name: "user", internalType: "address", type: "address" },
2779
- { name: "limit", internalType: "uint256", type: "uint256" },
2780
- { name: "requestedAmount", internalType: "uint256", type: "uint256" }
2781
- ],
2782
- name: "UserExceedsMintLimit"
2783
- },
2784
- {
2785
- type: "error",
2786
- inputs: [
2787
- { name: "user", internalType: "address", type: "address" },
2788
- { name: "tokenId", internalType: "uint256", type: "uint256" },
2789
- { name: "role", internalType: "uint256", type: "uint256" }
2790
- ],
2791
- name: "UserMissingRoleForToken"
2792
- },
2793
- { type: "error", inputs: [], name: "WrongValueSent" }
2794
- ];
2795
- var zoraCreator1155PremintExecutorImplAddress = {
2796
- 1: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2797
- 5: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2798
- 10: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2799
- 420: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2800
- 999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2801
- 8453: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2802
- 42161: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2803
- 84531: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2804
- 421614: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2805
- 7777777: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2806
- 11155111: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2807
- 999999999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340"
2808
- };
2809
- var zoraCreator1155PremintExecutorImplConfig = {
2810
- address: zoraCreator1155PremintExecutorImplAddress,
2811
- abi: zoraCreator1155PremintExecutorImplABI
2812
- };
2813
- var zoraCreatorFixedPriceSaleStrategyABI = [
2814
- {
2815
- stateMutability: "pure",
2816
- type: "function",
2817
- inputs: [],
2818
- name: "contractName",
2819
- outputs: [{ name: "", internalType: "string", type: "string" }]
2820
- },
2821
- {
2822
- stateMutability: "pure",
2823
- type: "function",
2824
- inputs: [],
2825
- name: "contractURI",
2826
- outputs: [{ name: "", internalType: "string", type: "string" }]
2827
- },
2828
- {
2829
- stateMutability: "pure",
2830
- type: "function",
2831
- inputs: [],
2832
- name: "contractVersion",
2833
- outputs: [{ name: "", internalType: "string", type: "string" }]
2834
- },
2835
- {
2836
- stateMutability: "view",
2837
- type: "function",
2838
- inputs: [
2839
- { name: "tokenContract", internalType: "address", type: "address" },
2840
- { name: "tokenId", internalType: "uint256", type: "uint256" },
2841
- { name: "wallet", internalType: "address", type: "address" }
2842
- ],
2843
- name: "getMintedPerWallet",
2844
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
2845
- },
2846
- {
2847
- stateMutability: "nonpayable",
2848
- type: "function",
2849
- inputs: [
2850
- { name: "", internalType: "address", type: "address" },
2851
- { name: "tokenId", internalType: "uint256", type: "uint256" },
2852
- { name: "quantity", internalType: "uint256", type: "uint256" },
2853
- { name: "ethValueSent", internalType: "uint256", type: "uint256" },
2854
- { name: "minterArguments", internalType: "bytes", type: "bytes" }
2855
- ],
2856
- name: "requestMint",
2857
- outputs: [
2858
- {
2859
- name: "commands",
2860
- internalType: "struct ICreatorCommands.CommandSet",
2861
- type: "tuple",
2862
- components: [
2863
- {
2864
- name: "commands",
2865
- internalType: "struct ICreatorCommands.Command[]",
2866
- type: "tuple[]",
2867
- components: [
2868
- {
2869
- name: "method",
2870
- internalType: "enum ICreatorCommands.CreatorActions",
2871
- type: "uint8"
2872
- },
2873
- { name: "args", internalType: "bytes", type: "bytes" }
2874
- ]
2875
- },
2876
- { name: "at", internalType: "uint256", type: "uint256" }
2877
- ]
2878
- }
2879
- ]
2880
- },
2881
- {
2882
- stateMutability: "nonpayable",
2883
- type: "function",
2884
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
2885
- name: "resetSale",
2886
- outputs: []
2887
- },
2888
- {
2889
- stateMutability: "view",
2890
- type: "function",
2891
- inputs: [
2892
- { name: "tokenContract", internalType: "address", type: "address" },
2893
- { name: "tokenId", internalType: "uint256", type: "uint256" }
2894
- ],
2895
- name: "sale",
2896
- outputs: [
2897
- {
2898
- name: "",
2899
- internalType: "struct ZoraCreatorFixedPriceSaleStrategy.SalesConfig",
2900
- type: "tuple",
2901
- components: [
2902
- { name: "saleStart", internalType: "uint64", type: "uint64" },
2903
- { name: "saleEnd", internalType: "uint64", type: "uint64" },
2904
- {
2905
- name: "maxTokensPerAddress",
2906
- internalType: "uint64",
2907
- type: "uint64"
2908
- },
2909
- { name: "pricePerToken", internalType: "uint96", type: "uint96" },
2910
- { name: "fundsRecipient", internalType: "address", type: "address" }
2911
- ]
2912
- }
2913
- ]
2914
- },
2915
- {
2916
- stateMutability: "nonpayable",
2917
- type: "function",
2918
- inputs: [
2919
- { name: "tokenId", internalType: "uint256", type: "uint256" },
2920
- {
2921
- name: "salesConfig",
2922
- internalType: "struct ZoraCreatorFixedPriceSaleStrategy.SalesConfig",
2923
- type: "tuple",
2924
- components: [
2925
- { name: "saleStart", internalType: "uint64", type: "uint64" },
2926
- { name: "saleEnd", internalType: "uint64", type: "uint64" },
2927
- {
2928
- name: "maxTokensPerAddress",
2929
- internalType: "uint64",
2930
- type: "uint64"
2931
- },
2932
- { name: "pricePerToken", internalType: "uint96", type: "uint96" },
2933
- { name: "fundsRecipient", internalType: "address", type: "address" }
2934
- ]
2935
- }
2936
- ],
2937
- name: "setSale",
2938
- outputs: []
2939
- },
2940
- {
2941
- stateMutability: "pure",
2942
- type: "function",
2943
- inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
2944
- name: "supportsInterface",
2945
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
2946
- },
2947
- {
2948
- type: "event",
2949
- anonymous: false,
2950
- inputs: [
2951
- {
2952
- name: "sender",
2953
- internalType: "address",
2954
- type: "address",
2955
- indexed: true
2956
- },
2957
- {
2958
- name: "tokenContract",
2959
- internalType: "address",
2960
- type: "address",
2961
- indexed: true
2962
- },
2963
- {
2964
- name: "tokenId",
2965
- internalType: "uint256",
2966
- type: "uint256",
2967
- indexed: true
2968
- },
2969
- {
2970
- name: "quantity",
2971
- internalType: "uint256",
2972
- type: "uint256",
2973
- indexed: false
2974
- },
2975
- {
2976
- name: "comment",
2977
- internalType: "string",
2978
- type: "string",
2979
- indexed: false
2980
- }
2981
- ],
2982
- name: "MintComment"
2983
- },
2984
- {
2985
- type: "event",
2986
- anonymous: false,
2987
- inputs: [
2988
- {
2989
- name: "mediaContract",
2990
- internalType: "address",
2991
- type: "address",
2992
- indexed: true
2993
- },
2994
- {
2995
- name: "tokenId",
2996
- internalType: "uint256",
2997
- type: "uint256",
2998
- indexed: true
2999
- },
3000
- {
3001
- name: "salesConfig",
3002
- internalType: "struct ZoraCreatorFixedPriceSaleStrategy.SalesConfig",
3003
- type: "tuple",
3004
- components: [
3005
- { name: "saleStart", internalType: "uint64", type: "uint64" },
3006
- { name: "saleEnd", internalType: "uint64", type: "uint64" },
3007
- {
3008
- name: "maxTokensPerAddress",
3009
- internalType: "uint64",
3010
- type: "uint64"
3011
- },
3012
- { name: "pricePerToken", internalType: "uint96", type: "uint96" },
3013
- { name: "fundsRecipient", internalType: "address", type: "address" }
3014
- ],
3015
- indexed: false
3016
- }
3017
- ],
3018
- name: "SaleSet"
3019
- },
3020
- { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
3021
- {
3022
- type: "error",
3023
- inputs: [
3024
- { name: "mintTo", internalType: "address", type: "address" },
3025
- { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
3026
- { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
3027
- ],
3028
- name: "InvalidMerkleProof"
3029
- },
3030
- { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
3031
- { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
3032
- { type: "error", inputs: [], name: "SaleEnded" },
3033
- { type: "error", inputs: [], name: "SaleHasNotStarted" },
3034
- {
3035
- type: "error",
3036
- inputs: [
3037
- { name: "user", internalType: "address", type: "address" },
3038
- { name: "limit", internalType: "uint256", type: "uint256" },
3039
- { name: "requestedAmount", internalType: "uint256", type: "uint256" }
3040
- ],
3041
- name: "UserExceedsMintLimit"
3042
- },
3043
- { type: "error", inputs: [], name: "WrongValueSent" }
3044
- ];
3045
- var zoraCreatorFixedPriceSaleStrategyAddress = {
3046
- 1: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3047
- 5: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3048
- 10: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
3049
- 420: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3050
- 999: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3051
- 8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3052
- 42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3053
- 84531: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3054
- 421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3055
- 7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3056
- 11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3057
- 999999999: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A"
3058
- };
3059
- var zoraCreatorFixedPriceSaleStrategyConfig = {
3060
- address: zoraCreatorFixedPriceSaleStrategyAddress,
3061
- abi: zoraCreatorFixedPriceSaleStrategyABI
3062
- };
3063
- var zoraCreatorMerkleMinterStrategyABI = [
3064
- {
3065
- stateMutability: "view",
3066
- type: "function",
3067
- inputs: [
3068
- { name: "", internalType: "address", type: "address" },
3069
- { name: "", internalType: "uint256", type: "uint256" }
3070
- ],
3071
- name: "allowedMerkles",
3072
- outputs: [
3073
- { name: "presaleStart", internalType: "uint64", type: "uint64" },
3074
- { name: "presaleEnd", internalType: "uint64", type: "uint64" },
3075
- { name: "fundsRecipient", internalType: "address", type: "address" },
3076
- { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
3077
- ]
3078
- },
3079
- {
3080
- stateMutability: "pure",
3081
- type: "function",
3082
- inputs: [],
3083
- name: "contractName",
3084
- outputs: [{ name: "", internalType: "string", type: "string" }]
3085
- },
3086
- {
3087
- stateMutability: "pure",
3088
- type: "function",
3089
- inputs: [],
3090
- name: "contractURI",
3091
- outputs: [{ name: "", internalType: "string", type: "string" }]
3092
- },
3093
- {
3094
- stateMutability: "pure",
3095
- type: "function",
3096
- inputs: [],
3097
- name: "contractVersion",
3098
- outputs: [{ name: "", internalType: "string", type: "string" }]
3099
- },
3100
- {
3101
- stateMutability: "view",
3102
- type: "function",
3103
- inputs: [
3104
- { name: "tokenContract", internalType: "address", type: "address" },
3105
- { name: "tokenId", internalType: "uint256", type: "uint256" },
3106
- { name: "wallet", internalType: "address", type: "address" }
3107
- ],
3108
- name: "getMintedPerWallet",
3109
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3110
- },
3111
- {
3112
- stateMutability: "nonpayable",
3113
- type: "function",
3114
- inputs: [
3115
- { name: "", internalType: "address", type: "address" },
3116
- { name: "tokenId", internalType: "uint256", type: "uint256" },
3117
- { name: "quantity", internalType: "uint256", type: "uint256" },
3118
- { name: "ethValueSent", internalType: "uint256", type: "uint256" },
3119
- { name: "minterArguments", internalType: "bytes", type: "bytes" }
3120
- ],
3121
- name: "requestMint",
3122
- outputs: [
3123
- {
3124
- name: "commands",
3125
- internalType: "struct ICreatorCommands.CommandSet",
3126
- type: "tuple",
3127
- components: [
3128
- {
3129
- name: "commands",
3130
- internalType: "struct ICreatorCommands.Command[]",
3131
- type: "tuple[]",
3132
- components: [
3133
- {
3134
- name: "method",
3135
- internalType: "enum ICreatorCommands.CreatorActions",
3136
- type: "uint8"
3137
- },
3138
- { name: "args", internalType: "bytes", type: "bytes" }
3139
- ]
3140
- },
3141
- { name: "at", internalType: "uint256", type: "uint256" }
3142
- ]
3143
- }
3144
- ]
3145
- },
3146
- {
3147
- stateMutability: "nonpayable",
3148
- type: "function",
3149
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3150
- name: "resetSale",
3151
- outputs: []
3152
- },
3153
- {
3154
- stateMutability: "view",
3155
- type: "function",
3156
- inputs: [
3157
- { name: "tokenContract", internalType: "address", type: "address" },
3158
- { name: "tokenId", internalType: "uint256", type: "uint256" }
3159
- ],
3160
- name: "sale",
3161
- outputs: [
3162
- {
3163
- name: "",
3164
- internalType: "struct ZoraCreatorMerkleMinterStrategy.MerkleSaleSettings",
3165
- type: "tuple",
3166
- components: [
3167
- { name: "presaleStart", internalType: "uint64", type: "uint64" },
3168
- { name: "presaleEnd", internalType: "uint64", type: "uint64" },
3169
- { name: "fundsRecipient", internalType: "address", type: "address" },
3170
- { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
3171
- ]
3172
- }
3173
- ]
3174
- },
3175
- {
3176
- stateMutability: "nonpayable",
3177
- type: "function",
3178
- inputs: [
3179
- { name: "tokenId", internalType: "uint256", type: "uint256" },
3180
- {
3181
- name: "merkleSaleSettings",
3182
- internalType: "struct ZoraCreatorMerkleMinterStrategy.MerkleSaleSettings",
3183
- type: "tuple",
3184
- components: [
3185
- { name: "presaleStart", internalType: "uint64", type: "uint64" },
3186
- { name: "presaleEnd", internalType: "uint64", type: "uint64" },
3187
- { name: "fundsRecipient", internalType: "address", type: "address" },
3188
- { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
3189
- ]
3190
- }
3191
- ],
3192
- name: "setSale",
3193
- outputs: []
3194
- },
3195
- {
3196
- stateMutability: "pure",
3197
- type: "function",
3198
- inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3199
- name: "supportsInterface",
3200
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
3201
- },
3202
- {
3203
- type: "event",
3204
- anonymous: false,
3205
- inputs: [
3206
- {
3207
- name: "mediaContract",
3208
- internalType: "address",
3209
- type: "address",
3210
- indexed: true
3211
- },
3212
- {
3213
- name: "tokenId",
3214
- internalType: "uint256",
3215
- type: "uint256",
3216
- indexed: true
3217
- },
3218
- {
3219
- name: "merkleSaleSettings",
3220
- internalType: "struct ZoraCreatorMerkleMinterStrategy.MerkleSaleSettings",
3221
- type: "tuple",
3222
- components: [
3223
- { name: "presaleStart", internalType: "uint64", type: "uint64" },
3224
- { name: "presaleEnd", internalType: "uint64", type: "uint64" },
3225
- { name: "fundsRecipient", internalType: "address", type: "address" },
3226
- { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
3227
- ],
3228
- indexed: false
3229
- }
3230
- ],
3231
- name: "SaleSet"
3232
- },
3233
- { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
3234
- {
3235
- type: "error",
3236
- inputs: [
3237
- { name: "mintTo", internalType: "address", type: "address" },
3238
- { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
3239
- { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
3240
- ],
3241
- name: "InvalidMerkleProof"
3242
- },
3243
- { type: "error", inputs: [], name: "MerkleClaimsExceeded" },
3244
- { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
3245
- { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
3246
- { type: "error", inputs: [], name: "SaleEnded" },
3247
- { type: "error", inputs: [], name: "SaleHasNotStarted" },
3248
- {
3249
- type: "error",
3250
- inputs: [
3251
- { name: "user", internalType: "address", type: "address" },
3252
- { name: "limit", internalType: "uint256", type: "uint256" },
3253
- { name: "requestedAmount", internalType: "uint256", type: "uint256" }
3254
- ],
3255
- name: "UserExceedsMintLimit"
3256
- },
3257
- { type: "error", inputs: [], name: "WrongValueSent" }
3258
- ];
3259
- var zoraCreatorMerkleMinterStrategyAddress = {
3260
- 1: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3261
- 5: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3262
- 10: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
3263
- 420: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3264
- 999: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3265
- 8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3266
- 42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3267
- 84531: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3268
- 421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3269
- 7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3270
- 11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3271
- 999999999: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c"
3272
- };
3273
- var zoraCreatorMerkleMinterStrategyConfig = {
3274
- address: zoraCreatorMerkleMinterStrategyAddress,
3275
- abi: zoraCreatorMerkleMinterStrategyABI
3276
- };
3277
- var zoraCreatorRedeemMinterFactoryABI = [
3278
- { stateMutability: "nonpayable", type: "constructor", inputs: [] },
3279
- {
3280
- stateMutability: "view",
3281
- type: "function",
3282
- inputs: [],
3283
- name: "CONTRACT_BASE_ID",
3284
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3285
- },
3286
- {
3287
- stateMutability: "pure",
3288
- type: "function",
3289
- inputs: [],
3290
- name: "contractName",
3291
- outputs: [{ name: "", internalType: "string", type: "string" }]
3292
- },
3293
- {
3294
- stateMutability: "pure",
3295
- type: "function",
3296
- inputs: [],
3297
- name: "contractURI",
3298
- outputs: [{ name: "", internalType: "string", type: "string" }]
3299
- },
3300
- {
3301
- stateMutability: "pure",
3302
- type: "function",
3303
- inputs: [],
3304
- name: "contractVersion",
3305
- outputs: [{ name: "", internalType: "string", type: "string" }]
3306
- },
3307
- {
3308
- stateMutability: "nonpayable",
3309
- type: "function",
3310
- inputs: [],
3311
- name: "createMinterIfNoneExists",
3312
- outputs: []
3313
- },
3314
- {
3315
- stateMutability: "view",
3316
- type: "function",
3317
- inputs: [
3318
- { name: "_creatorContract", internalType: "address", type: "address" }
3319
- ],
3320
- name: "doesRedeemMinterExistForCreatorContract",
3321
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
3322
- },
3323
- {
3324
- stateMutability: "view",
3325
- type: "function",
3326
- inputs: [
3327
- { name: "_creatorContract", internalType: "address", type: "address" }
3328
- ],
3329
- name: "getDeployedRedeemMinterForCreatorContract",
3330
- outputs: [{ name: "", internalType: "address", type: "address" }]
3331
- },
3332
- {
3333
- stateMutability: "view",
3334
- type: "function",
3335
- inputs: [
3336
- { name: "_creatorContract", internalType: "address", type: "address" }
3337
- ],
3338
- name: "predictMinterAddress",
3339
- outputs: [{ name: "", internalType: "address", type: "address" }]
3340
- },
3341
- {
3342
- stateMutability: "nonpayable",
3343
- type: "function",
3344
- inputs: [
3345
- { name: "sender", internalType: "address", type: "address" },
3346
- { name: "tokenId", internalType: "uint256", type: "uint256" },
3347
- { name: "quantity", internalType: "uint256", type: "uint256" },
3348
- { name: "ethValueSent", internalType: "uint256", type: "uint256" },
3349
- { name: "minterArguments", internalType: "bytes", type: "bytes" }
3350
- ],
3351
- name: "requestMint",
3352
- outputs: [
3353
- {
3354
- name: "commands",
3355
- internalType: "struct ICreatorCommands.CommandSet",
3356
- type: "tuple",
3357
- components: [
3358
- {
3359
- name: "commands",
3360
- internalType: "struct ICreatorCommands.Command[]",
3361
- type: "tuple[]",
3362
- components: [
3363
- {
3364
- name: "method",
3365
- internalType: "enum ICreatorCommands.CreatorActions",
3366
- type: "uint8"
3367
- },
3368
- { name: "args", internalType: "bytes", type: "bytes" }
3369
- ]
3370
- },
3371
- { name: "at", internalType: "uint256", type: "uint256" }
3372
- ]
3373
- }
3374
- ]
3375
- },
3376
- {
3377
- stateMutability: "pure",
3378
- type: "function",
3379
- inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3380
- name: "supportsInterface",
3381
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
3382
- },
3383
- {
3384
- stateMutability: "view",
3385
- type: "function",
3386
- inputs: [],
3387
- name: "zoraRedeemMinterImplementation",
3388
- outputs: [{ name: "", internalType: "address", type: "address" }]
3389
- },
3390
- {
3391
- type: "event",
3392
- anonymous: false,
3393
- inputs: [
3394
- {
3395
- name: "creatorContract",
3396
- internalType: "address",
3397
- type: "address",
3398
- indexed: true
3399
- },
3400
- {
3401
- name: "minterContract",
3402
- internalType: "address",
3403
- type: "address",
3404
- indexed: true
3405
- }
3406
- ],
3407
- name: "RedeemMinterDeployed"
3408
- },
3409
- { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
3410
- {
3411
- type: "error",
3412
- inputs: [
3413
- { name: "mintTo", internalType: "address", type: "address" },
3414
- { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
3415
- { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
3416
- ],
3417
- name: "InvalidMerkleProof"
3418
- },
3419
- { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
3420
- { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
3421
- { type: "error", inputs: [], name: "SaleEnded" },
3422
- { type: "error", inputs: [], name: "SaleHasNotStarted" },
3423
- { type: "error", inputs: [], name: "WrongValueSent" }
3424
- ];
3425
- var zoraCreatorRedeemMinterFactoryAddress = {
3426
- 1: "0x78964965cF77850224513a367f899435C5B69174",
3427
- 5: "0x78964965cF77850224513a367f899435C5B69174",
3428
- 10: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
3429
- 420: "0x78964965cF77850224513a367f899435C5B69174",
3430
- 999: "0x78964965cF77850224513a367f899435C5B69174",
3431
- 8453: "0x78964965cF77850224513a367f899435C5B69174",
3432
- 42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3433
- 84531: "0x78964965cF77850224513a367f899435C5B69174",
3434
- 421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3435
- 7777777: "0x78964965cF77850224513a367f899435C5B69174",
3436
- 11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3437
- 999999999: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6"
3438
- };
3439
- var zoraCreatorRedeemMinterFactoryConfig = {
3440
- address: zoraCreatorRedeemMinterFactoryAddress,
3441
- abi: zoraCreatorRedeemMinterFactoryABI
3442
- };
3443
-
3444
- // src/chainConfigs.ts
3445
- var chainConfigs = {
3446
- [1]: {
3447
- FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
3448
- MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
3449
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3450
- },
3451
- [10]: {
3452
- FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
3453
- MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
3454
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3455
- },
3456
- [11155111]: {
3457
- FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3458
- MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3459
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3460
- },
3461
- [420]: {
3462
- FACTORY_OWNER: "0xbb45052B2260707655Dfd916a416264f5981192c",
3463
- MINT_FEE_RECIPIENT: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2",
3464
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3465
- },
3466
- [42161]: {
3467
- FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
3468
- MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
3469
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3470
- },
3471
- [421614]: {
3472
- FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
3473
- MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
3474
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3475
- },
3476
- [5]: {
3477
- FACTORY_OWNER: "0xDC498668B5e6CC518fD58A2ADBF614Fd3A13D3a0",
3478
- MINT_FEE_RECIPIENT: "0x9444390c01Dd5b7249E53FAc31290F7dFF53450D",
3479
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3480
- },
3481
- [7777777]: {
3482
- FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
3483
- MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
3484
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3485
- },
3486
- [8453]: {
3487
- FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
3488
- MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
3489
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3490
- },
3491
- [84531]: {
3492
- FACTORY_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
3493
- MINT_FEE_RECIPIENT: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
3494
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3495
- },
3496
- [999]: {
3497
- FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3498
- MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3499
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3500
- },
3501
- [999999999]: {
3502
- FACTORY_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3503
- MINT_FEE_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3504
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3505
- }
3506
- };
3507
- export {
3508
- chainConfigs,
3509
- zoraCreator1155FactoryImplABI,
3510
- zoraCreator1155FactoryImplAddress,
3511
- zoraCreator1155FactoryImplConfig,
3512
- zoraCreator1155ImplABI,
3513
- zoraCreator1155PremintExecutorImplABI,
3514
- zoraCreator1155PremintExecutorImplAddress,
3515
- zoraCreator1155PremintExecutorImplConfig,
3516
- zoraCreatorFixedPriceSaleStrategyABI,
3517
- zoraCreatorFixedPriceSaleStrategyAddress,
3518
- zoraCreatorFixedPriceSaleStrategyConfig,
3519
- zoraCreatorMerkleMinterStrategyABI,
3520
- zoraCreatorMerkleMinterStrategyAddress,
3521
- zoraCreatorMerkleMinterStrategyConfig,
3522
- zoraCreatorRedeemMinterFactoryABI,
3523
- zoraCreatorRedeemMinterFactoryAddress,
3524
- zoraCreatorRedeemMinterFactoryConfig
3525
- };
3526
- //# sourceMappingURL=index.js.map