@zoralabs/protocol-deployments 0.0.2

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