@zoralabs/protocol-deployments 0.0.11 → 0.0.13

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