@zoralabs/protocol-deployments 0.1.0 → 0.15.0

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