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

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