@zoralabs/protocol-deployments 0.1.0 → 0.15.0

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