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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -21,7 +21,6 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var src_exports = {};
22
22
  __export(src_exports, {
23
23
  contracts1155: () => __exports,
24
- mints: () => mints_exports,
25
24
  zoraCreator1155FactoryImplABI: () => zoraCreator1155FactoryImplABI,
26
25
  zoraCreator1155FactoryImplAddress: () => zoraCreator1155FactoryImplAddress,
27
26
  zoraCreator1155FactoryImplConfig: () => zoraCreator1155FactoryImplConfig,
@@ -37,10 +36,7 @@ __export(src_exports, {
37
36
  zoraCreatorMerkleMinterStrategyConfig: () => zoraCreatorMerkleMinterStrategyConfig,
38
37
  zoraCreatorRedeemMinterFactoryABI: () => zoraCreatorRedeemMinterFactoryABI,
39
38
  zoraCreatorRedeemMinterFactoryAddress: () => zoraCreatorRedeemMinterFactoryAddress,
40
- zoraCreatorRedeemMinterFactoryConfig: () => zoraCreatorRedeemMinterFactoryConfig,
41
- zoraMintsABI: () => zoraMintsABI,
42
- zoraMintsAddress: () => zoraMintsAddress,
43
- zoraMintsConfig: () => zoraMintsConfig
39
+ zoraCreatorRedeemMinterFactoryConfig: () => zoraCreatorRedeemMinterFactoryConfig
44
40
  });
45
41
  module.exports = __toCommonJS(src_exports);
46
42
 
@@ -520,14 +516,15 @@ var zoraCreator1155FactoryImplABI = [
520
516
  ];
521
517
  var zoraCreator1155FactoryImplAddress = {
522
518
  1: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
523
- 5: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
524
519
  10: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
525
520
  999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
526
521
  8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
527
522
  42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
523
+ 81457: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
528
524
  421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
529
525
  7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
530
526
  11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
527
+ 168587773: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
531
528
  999999999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021"
532
529
  };
533
530
  var zoraCreator1155FactoryImplConfig = {
@@ -541,8 +538,7 @@ var zoraCreator1155ImplABI = [
541
538
  inputs: [
542
539
  { name: "_mintFeeRecipient", internalType: "address", type: "address" },
543
540
  { name: "_upgradeGate", internalType: "address", type: "address" },
544
- { name: "_protocolRewards", internalType: "address", type: "address" },
545
- { name: "_mints", internalType: "address", type: "address" }
541
+ { name: "_protocolRewards", internalType: "address", type: "address" }
546
542
  ]
547
543
  },
548
544
  { stateMutability: "payable", type: "receive" },
@@ -691,12 +687,12 @@ var zoraCreator1155ImplABI = [
691
687
  {
692
688
  stateMutability: "pure",
693
689
  type: "function",
694
- inputs: [{ name: "totalReward", internalType: "uint256", type: "uint256" }],
690
+ inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
695
691
  name: "computeFreeMintRewards",
696
692
  outputs: [
697
693
  {
698
694
  name: "",
699
- internalType: "struct IRewardSplits.RewardsSettings",
695
+ internalType: "struct RewardsSettings",
700
696
  type: "tuple",
701
697
  components: [
702
698
  { name: "creatorReward", internalType: "uint256", type: "uint256" },
@@ -723,12 +719,12 @@ var zoraCreator1155ImplABI = [
723
719
  {
724
720
  stateMutability: "pure",
725
721
  type: "function",
726
- inputs: [{ name: "totalReward", internalType: "uint256", type: "uint256" }],
722
+ inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
727
723
  name: "computePaidMintRewards",
728
724
  outputs: [
729
725
  {
730
726
  name: "",
731
- internalType: "struct IRewardSplits.RewardsSettings",
727
+ internalType: "struct RewardsSettings",
732
728
  type: "tuple",
733
729
  components: [
734
730
  { name: "creatorReward", internalType: "uint256", type: "uint256" },
@@ -755,20 +751,7 @@ var zoraCreator1155ImplABI = [
755
751
  {
756
752
  stateMutability: "pure",
757
753
  type: "function",
758
- inputs: [
759
- { name: "totalReward", internalType: "uint256", type: "uint256" },
760
- { name: "rewardPct", internalType: "uint256", type: "uint256" }
761
- ],
762
- name: "computeRewardsPct",
763
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
764
- },
765
- {
766
- stateMutability: "pure",
767
- type: "function",
768
- inputs: [
769
- { name: "mintPrice", internalType: "uint256", type: "uint256" },
770
- { name: "quantity", internalType: "uint256", type: "uint256" }
771
- ],
754
+ inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
772
755
  name: "computeTotalReward",
773
756
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
774
757
  },
@@ -919,16 +902,6 @@ var zoraCreator1155ImplABI = [
919
902
  }
920
903
  ]
921
904
  },
922
- {
923
- stateMutability: "view",
924
- type: "function",
925
- inputs: [
926
- { name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
927
- { name: "quantities", internalType: "uint256[]", type: "uint256[]" }
928
- ],
929
- name: "getTotalMintsQuantity",
930
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
931
- },
932
905
  {
933
906
  stateMutability: "view",
934
907
  type: "function",
@@ -1016,30 +989,12 @@ var zoraCreator1155ImplABI = [
1016
989
  outputs: []
1017
990
  },
1018
991
  {
1019
- stateMutability: "view",
992
+ stateMutability: "pure",
1020
993
  type: "function",
1021
994
  inputs: [],
1022
995
  name: "mintFee",
1023
996
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
1024
997
  },
1025
- {
1026
- stateMutability: "payable",
1027
- type: "function",
1028
- inputs: [
1029
- { name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
1030
- { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
1031
- { name: "minter", internalType: "contract IMinter1155", type: "address" },
1032
- { name: "tokenId", internalType: "uint256", type: "uint256" },
1033
- {
1034
- name: "rewardsRecipients",
1035
- internalType: "address[]",
1036
- type: "address[]"
1037
- },
1038
- { name: "minterArguments", internalType: "bytes", type: "bytes" }
1039
- ],
1040
- name: "mintWithMints",
1041
- outputs: []
1042
- },
1043
998
  {
1044
999
  stateMutability: "payable",
1045
1000
  type: "function",
@@ -1074,19 +1029,6 @@ var zoraCreator1155ImplABI = [
1074
1029
  name: "nextTokenId",
1075
1030
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
1076
1031
  },
1077
- {
1078
- stateMutability: "pure",
1079
- type: "function",
1080
- inputs: [
1081
- { name: "", internalType: "address", type: "address" },
1082
- { name: "", internalType: "address", type: "address" },
1083
- { name: "", internalType: "uint256", type: "uint256" },
1084
- { name: "", internalType: "uint256", type: "uint256" },
1085
- { name: "", internalType: "bytes", type: "bytes" }
1086
- ],
1087
- name: "onERC1155Received",
1088
- outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
1089
- },
1090
1032
  {
1091
1033
  stateMutability: "view",
1092
1034
  type: "function",
@@ -1910,8 +1852,17 @@ var zoraCreator1155ImplABI = [
1910
1852
  name: "InvalidMerkleProof"
1911
1853
  },
1912
1854
  { type: "error", inputs: [], name: "InvalidMintSchedule" },
1913
- { type: "error", inputs: [], name: "InvalidMintSchedule" },
1914
- { type: "error", inputs: [], name: "InvalidSignature" },
1855
+ {
1856
+ type: "error",
1857
+ inputs: [
1858
+ {
1859
+ name: "recoverError",
1860
+ internalType: "enum ECDSAUpgradeable.RecoverError",
1861
+ type: "uint8"
1862
+ }
1863
+ ],
1864
+ name: "InvalidSignature"
1865
+ },
1915
1866
  { type: "error", inputs: [], name: "InvalidSignatureVersion" },
1916
1867
  {
1917
1868
  type: "error",
@@ -1920,7 +1871,6 @@ var zoraCreator1155ImplABI = [
1920
1871
  },
1921
1872
  { type: "error", inputs: [], name: "MintNotYetStarted" },
1922
1873
  { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
1923
- { type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
1924
1874
  { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
1925
1875
  { type: "error", inputs: [], name: "Mint_UnknownCommand" },
1926
1876
  { type: "error", inputs: [], name: "Mint_ValueTransferFail" },
@@ -2242,7 +2192,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2242
2192
  { name: "quantityToMint", internalType: "uint256", type: "uint256" },
2243
2193
  {
2244
2194
  name: "mintArguments",
2245
- internalType: "struct MintArguments",
2195
+ internalType: "struct IZoraCreator1155PremintExecutor.MintArguments",
2246
2196
  type: "tuple",
2247
2197
  components: [
2248
2198
  { name: "mintRecipient", internalType: "address", type: "address" },
@@ -2259,7 +2209,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2259
2209
  outputs: [
2260
2210
  {
2261
2211
  name: "result",
2262
- internalType: "struct PremintResult",
2212
+ internalType: "struct IZoraCreator1155PremintExecutor.PremintResult",
2263
2213
  type: "tuple",
2264
2214
  components: [
2265
2215
  { name: "contractAddress", internalType: "address", type: "address" },
@@ -2330,7 +2280,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2330
2280
  { name: "quantityToMint", internalType: "uint256", type: "uint256" },
2331
2281
  {
2332
2282
  name: "mintArguments",
2333
- internalType: "struct MintArguments",
2283
+ internalType: "struct IZoraCreator1155PremintExecutor.MintArguments",
2334
2284
  type: "tuple",
2335
2285
  components: [
2336
2286
  { name: "mintRecipient", internalType: "address", type: "address" },
@@ -2347,7 +2297,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2347
2297
  outputs: [
2348
2298
  {
2349
2299
  name: "result",
2350
- internalType: "struct PremintResult",
2300
+ internalType: "struct IZoraCreator1155PremintExecutor.PremintResult",
2351
2301
  type: "tuple",
2352
2302
  components: [
2353
2303
  { name: "contractAddress", internalType: "address", type: "address" },
@@ -2418,7 +2368,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2418
2368
  { name: "quantityToMint", internalType: "uint256", type: "uint256" },
2419
2369
  {
2420
2370
  name: "mintArguments",
2421
- internalType: "struct MintArguments",
2371
+ internalType: "struct IZoraCreator1155PremintExecutor.MintArguments",
2422
2372
  type: "tuple",
2423
2373
  components: [
2424
2374
  { name: "mintRecipient", internalType: "address", type: "address" },
@@ -2436,78 +2386,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2436
2386
  outputs: [
2437
2387
  {
2438
2388
  name: "result",
2439
- internalType: "struct PremintResult",
2440
- type: "tuple",
2441
- components: [
2442
- { name: "contractAddress", internalType: "address", type: "address" },
2443
- { name: "tokenId", internalType: "uint256", type: "uint256" },
2444
- { name: "createdNewContract", internalType: "bool", type: "bool" }
2445
- ]
2446
- }
2447
- ]
2448
- },
2449
- {
2450
- stateMutability: "payable",
2451
- type: "function",
2452
- inputs: [
2453
- { name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
2454
- {
2455
- name: "mintTokenIdQuantities",
2456
- internalType: "uint256[]",
2457
- type: "uint256[]"
2458
- },
2459
- {
2460
- name: "contractConfig",
2461
- internalType: "struct ContractCreationConfig",
2462
- type: "tuple",
2463
- components: [
2464
- { name: "contractAdmin", internalType: "address", type: "address" },
2465
- { name: "contractURI", internalType: "string", type: "string" },
2466
- { name: "contractName", internalType: "string", type: "string" }
2467
- ]
2468
- },
2469
- {
2470
- name: "encodedPremintConfig",
2471
- internalType: "struct EncodedPremintConfig",
2472
- type: "tuple",
2473
- components: [
2474
- { name: "premintConfig", internalType: "bytes", type: "bytes" },
2475
- {
2476
- name: "premintConfigVersion",
2477
- internalType: "bytes32",
2478
- type: "bytes32"
2479
- },
2480
- { name: "uid", internalType: "uint32", type: "uint32" },
2481
- {
2482
- name: "fixedPriceMinter",
2483
- internalType: "address",
2484
- type: "address"
2485
- }
2486
- ]
2487
- },
2488
- { name: "signature", internalType: "bytes", type: "bytes" },
2489
- {
2490
- name: "mintArguments",
2491
- internalType: "struct MintArguments",
2492
- type: "tuple",
2493
- components: [
2494
- { name: "mintRecipient", internalType: "address", type: "address" },
2495
- { name: "mintComment", internalType: "string", type: "string" },
2496
- {
2497
- name: "mintRewardsRecipients",
2498
- internalType: "address[]",
2499
- type: "address[]"
2500
- }
2501
- ]
2502
- },
2503
- { name: "minter", internalType: "address", type: "address" },
2504
- { name: "signerContract", internalType: "address", type: "address" }
2505
- ],
2506
- name: "premintWithMints",
2507
- outputs: [
2508
- {
2509
- name: "result",
2510
- internalType: "struct PremintResult",
2389
+ internalType: "struct IZoraCreator1155PremintExecutor.PremintResult",
2511
2390
  type: "tuple",
2512
2391
  components: [
2513
2392
  { name: "contractAddress", internalType: "address", type: "address" },
@@ -2905,7 +2784,17 @@ var zoraCreator1155PremintExecutorImplABI = [
2905
2784
  name: "InvalidMerkleProof"
2906
2785
  },
2907
2786
  { type: "error", inputs: [], name: "InvalidMintSchedule" },
2908
- { type: "error", inputs: [], name: "InvalidSignature" },
2787
+ {
2788
+ type: "error",
2789
+ inputs: [
2790
+ {
2791
+ name: "recoverError",
2792
+ internalType: "enum ECDSAUpgradeable.RecoverError",
2793
+ type: "uint8"
2794
+ }
2795
+ ],
2796
+ name: "InvalidSignature"
2797
+ },
2909
2798
  { type: "error", inputs: [], name: "InvalidSignatureVersion" },
2910
2799
  {
2911
2800
  type: "error",
@@ -2914,7 +2803,6 @@ var zoraCreator1155PremintExecutorImplABI = [
2914
2803
  },
2915
2804
  { type: "error", inputs: [], name: "MintNotYetStarted" },
2916
2805
  { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
2917
- { type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
2918
2806
  { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
2919
2807
  { type: "error", inputs: [], name: "Mint_UnknownCommand" },
2920
2808
  { type: "error", inputs: [], name: "Mint_ValueTransferFail" },
@@ -2994,14 +2882,15 @@ var zoraCreator1155PremintExecutorImplABI = [
2994
2882
  ];
2995
2883
  var zoraCreator1155PremintExecutorImplAddress = {
2996
2884
  1: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2997
- 5: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2998
2885
  10: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2999
2886
  999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3000
2887
  8453: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3001
2888
  42161: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2889
+ 81457: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3002
2890
  421614: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3003
2891
  7777777: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3004
2892
  11155111: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2893
+ 168587773: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3005
2894
  999999999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340"
3006
2895
  };
3007
2896
  var zoraCreator1155PremintExecutorImplConfig = {
@@ -3242,14 +3131,15 @@ var zoraCreatorFixedPriceSaleStrategyABI = [
3242
3131
  ];
3243
3132
  var zoraCreatorFixedPriceSaleStrategyAddress = {
3244
3133
  1: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3245
- 5: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3246
3134
  10: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
3247
3135
  999: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3248
3136
  8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3249
3137
  42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3138
+ 81457: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3250
3139
  421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3251
3140
  7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3252
3141
  11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3142
+ 168587773: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3253
3143
  999999999: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A"
3254
3144
  };
3255
3145
  var zoraCreatorFixedPriceSaleStrategyConfig = {
@@ -3454,14 +3344,15 @@ var zoraCreatorMerkleMinterStrategyABI = [
3454
3344
  ];
3455
3345
  var zoraCreatorMerkleMinterStrategyAddress = {
3456
3346
  1: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3457
- 5: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3458
3347
  10: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
3459
3348
  999: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3460
3349
  8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3461
3350
  42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3351
+ 81457: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3462
3352
  421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3463
3353
  7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3464
3354
  11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3355
+ 168587773: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3465
3356
  999999999: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c"
3466
3357
  };
3467
3358
  var zoraCreatorMerkleMinterStrategyConfig = {
@@ -3618,834 +3509,57 @@ var zoraCreatorRedeemMinterFactoryABI = [
3618
3509
  ];
3619
3510
  var zoraCreatorRedeemMinterFactoryAddress = {
3620
3511
  1: "0x78964965cF77850224513a367f899435C5B69174",
3621
- 5: "0x78964965cF77850224513a367f899435C5B69174",
3622
3512
  10: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
3623
3513
  999: "0x78964965cF77850224513a367f899435C5B69174",
3624
3514
  8453: "0x78964965cF77850224513a367f899435C5B69174",
3625
3515
  42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3516
+ 81457: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3626
3517
  421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3627
3518
  7777777: "0x78964965cF77850224513a367f899435C5B69174",
3628
3519
  11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3520
+ 168587773: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3629
3521
  999999999: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6"
3630
3522
  };
3631
3523
  var zoraCreatorRedeemMinterFactoryConfig = {
3632
3524
  address: zoraCreatorRedeemMinterFactoryAddress,
3633
3525
  abi: zoraCreatorRedeemMinterFactoryABI
3634
3526
  };
3635
- var zoraMintsABI = [
3636
- {
3637
- stateMutability: "nonpayable",
3638
- type: "constructor",
3639
- inputs: [
3640
- {
3641
- name: "_premintExecutor",
3642
- internalType: "contract IPremintWithMints",
3643
- type: "address"
3644
- }
3645
- ]
3527
+
3528
+ // src/generated/1155.ts
3529
+ var __exports = {};
3530
+ __export(__exports, {
3531
+ addresses: () => addresses,
3532
+ chainConfigs: () => chainConfigs
3533
+ });
3534
+ var chainConfigs = {
3535
+ "1": {
3536
+ "FACTORY_OWNER": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
3537
+ "MINT_FEE_RECIPIENT": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
3538
+ "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3646
3539
  },
3647
- {
3648
- stateMutability: "nonpayable",
3649
- type: "function",
3650
- inputs: [],
3651
- name: "acceptOwnership",
3652
- outputs: []
3540
+ "10": {
3541
+ "FACTORY_OWNER": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
3542
+ "MINT_FEE_RECIPIENT": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
3543
+ "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3653
3544
  },
3654
- {
3655
- stateMutability: "view",
3656
- type: "function",
3657
- inputs: [
3658
- { name: "account", internalType: "address", type: "address" },
3659
- { name: "id", internalType: "uint256", type: "uint256" }
3660
- ],
3661
- name: "balanceOf",
3662
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3545
+ "999": {
3546
+ "FACTORY_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3547
+ "MINT_FEE_RECIPIENT": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3548
+ "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3663
3549
  },
3664
- {
3665
- stateMutability: "view",
3666
- type: "function",
3667
- inputs: [
3668
- { name: "accounts", internalType: "address[]", type: "address[]" },
3669
- { name: "ids", internalType: "uint256[]", type: "uint256[]" }
3670
- ],
3671
- name: "balanceOfBatch",
3672
- outputs: [{ name: "", internalType: "uint256[]", type: "uint256[]" }]
3550
+ "8453": {
3551
+ "FACTORY_OWNER": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
3552
+ "MINT_FEE_RECIPIENT": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
3553
+ "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3673
3554
  },
3674
- {
3675
- stateMutability: "payable",
3676
- type: "function",
3677
- inputs: [
3678
- { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3679
- { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3680
- {
3681
- name: "zoraCreator1155Contract",
3682
- internalType: "contract IMintWithMints",
3683
- type: "address"
3684
- },
3685
- { name: "minter", internalType: "contract IMinter1155", type: "address" },
3686
- {
3687
- name: "zoraCreator1155TokenId",
3688
- internalType: "uint256",
3689
- type: "uint256"
3690
- },
3691
- {
3692
- name: "rewardsRecipients",
3693
- internalType: "address[]",
3694
- type: "address[]"
3695
- },
3696
- { name: "minterArguments", internalType: "bytes", type: "bytes" }
3697
- ],
3698
- name: "collect",
3699
- outputs: []
3555
+ "42161": {
3556
+ "FACTORY_OWNER": "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
3557
+ "MINT_FEE_RECIPIENT": "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
3558
+ "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3700
3559
  },
3701
- {
3702
- stateMutability: "payable",
3703
- type: "function",
3704
- inputs: [
3705
- { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3706
- { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3707
- {
3708
- name: "contractConfig",
3709
- internalType: "struct ContractCreationConfig",
3710
- type: "tuple",
3711
- components: [
3712
- { name: "contractAdmin", internalType: "address", type: "address" },
3713
- { name: "contractURI", internalType: "string", type: "string" },
3714
- { name: "contractName", internalType: "string", type: "string" }
3715
- ]
3716
- },
3717
- {
3718
- name: "premintConfig",
3719
- internalType: "struct PremintConfigV2",
3720
- type: "tuple",
3721
- components: [
3722
- {
3723
- name: "tokenConfig",
3724
- internalType: "struct TokenCreationConfigV2",
3725
- type: "tuple",
3726
- components: [
3727
- { name: "tokenURI", internalType: "string", type: "string" },
3728
- { name: "maxSupply", internalType: "uint256", type: "uint256" },
3729
- {
3730
- name: "maxTokensPerAddress",
3731
- internalType: "uint64",
3732
- type: "uint64"
3733
- },
3734
- { name: "pricePerToken", internalType: "uint96", type: "uint96" },
3735
- { name: "mintStart", internalType: "uint64", type: "uint64" },
3736
- { name: "mintDuration", internalType: "uint64", type: "uint64" },
3737
- { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
3738
- {
3739
- name: "payoutRecipient",
3740
- internalType: "address",
3741
- type: "address"
3742
- },
3743
- {
3744
- name: "fixedPriceMinter",
3745
- internalType: "address",
3746
- type: "address"
3747
- },
3748
- {
3749
- name: "createReferral",
3750
- internalType: "address",
3751
- type: "address"
3752
- }
3753
- ]
3754
- },
3755
- { name: "uid", internalType: "uint32", type: "uint32" },
3756
- { name: "version", internalType: "uint32", type: "uint32" },
3757
- { name: "deleted", internalType: "bool", type: "bool" }
3758
- ]
3759
- },
3760
- { name: "signature", internalType: "bytes", type: "bytes" },
3761
- {
3762
- name: "mintArguments",
3763
- internalType: "struct MintArguments",
3764
- type: "tuple",
3765
- components: [
3766
- { name: "mintRecipient", internalType: "address", type: "address" },
3767
- { name: "mintComment", internalType: "string", type: "string" },
3768
- {
3769
- name: "mintRewardsRecipients",
3770
- internalType: "address[]",
3771
- type: "address[]"
3772
- }
3773
- ]
3774
- },
3775
- { name: "signerContract", internalType: "address", type: "address" }
3776
- ],
3777
- name: "collectPremintV2",
3778
- outputs: []
3779
- },
3780
- {
3781
- stateMutability: "pure",
3782
- type: "function",
3783
- inputs: [],
3784
- name: "contractVersion",
3785
- outputs: [{ name: "", internalType: "string", type: "string" }]
3786
- },
3787
- {
3788
- stateMutability: "nonpayable",
3789
- type: "function",
3790
- inputs: [
3791
- { name: "tokenId", internalType: "uint256", type: "uint256" },
3792
- { name: "pricePerToken", internalType: "uint256", type: "uint256" },
3793
- { name: "defaultMintable", internalType: "bool", type: "bool" }
3794
- ],
3795
- name: "createEthToken",
3796
- outputs: []
3797
- },
3798
- {
3799
- stateMutability: "view",
3800
- type: "function",
3801
- inputs: [],
3802
- name: "getEthPrice",
3803
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3804
- },
3805
- {
3806
- stateMutability: "view",
3807
- type: "function",
3808
- inputs: [],
3809
- name: "implementation",
3810
- outputs: [{ name: "", internalType: "address", type: "address" }]
3811
- },
3812
- {
3813
- stateMutability: "nonpayable",
3814
- type: "function",
3815
- inputs: [
3816
- { name: "initialOwner", internalType: "address", type: "address" },
3817
- { name: "initialEthTokenId", internalType: "uint256", type: "uint256" },
3818
- {
3819
- name: "initialEthTokenPrice",
3820
- internalType: "uint256",
3821
- type: "uint256"
3822
- }
3823
- ],
3824
- name: "initialize",
3825
- outputs: []
3826
- },
3827
- {
3828
- stateMutability: "view",
3829
- type: "function",
3830
- inputs: [
3831
- { name: "account", internalType: "address", type: "address" },
3832
- { name: "operator", internalType: "address", type: "address" }
3833
- ],
3834
- name: "isApprovedForAll",
3835
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
3836
- },
3837
- {
3838
- stateMutability: "payable",
3839
- type: "function",
3840
- inputs: [
3841
- { name: "quantity", internalType: "uint256", type: "uint256" },
3842
- { name: "recipient", internalType: "address", type: "address" }
3843
- ],
3844
- name: "mintWithEth",
3845
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3846
- },
3847
- {
3848
- stateMutability: "view",
3849
- type: "function",
3850
- inputs: [],
3851
- name: "mintableEthToken",
3852
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3853
- },
3854
- {
3855
- stateMutability: "pure",
3856
- type: "function",
3857
- inputs: [],
3858
- name: "name",
3859
- outputs: [{ name: "", internalType: "string", type: "string" }]
3860
- },
3861
- {
3862
- stateMutability: "view",
3863
- type: "function",
3864
- inputs: [],
3865
- name: "owner",
3866
- outputs: [{ name: "", internalType: "address", type: "address" }]
3867
- },
3868
- {
3869
- stateMutability: "view",
3870
- type: "function",
3871
- inputs: [],
3872
- name: "pendingOwner",
3873
- outputs: [{ name: "", internalType: "address", type: "address" }]
3874
- },
3875
- {
3876
- stateMutability: "view",
3877
- type: "function",
3878
- inputs: [],
3879
- name: "premintExecutor",
3880
- outputs: [
3881
- { name: "", internalType: "contract IPremintWithMints", type: "address" }
3882
- ]
3883
- },
3884
- {
3885
- stateMutability: "nonpayable",
3886
- type: "function",
3887
- inputs: [
3888
- { name: "tokenId", internalType: "uint256", type: "uint256" },
3889
- { name: "quantity", internalType: "uint256", type: "uint256" },
3890
- { name: "recipient", internalType: "address", type: "address" }
3891
- ],
3892
- name: "redeem",
3893
- outputs: [
3894
- { name: "valueRedeemed", internalType: "uint256", type: "uint256" }
3895
- ]
3896
- },
3897
- {
3898
- stateMutability: "nonpayable",
3899
- type: "function",
3900
- inputs: [
3901
- { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3902
- { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3903
- { name: "recipient", internalType: "address", type: "address" }
3904
- ],
3905
- name: "redeemBatch",
3906
- outputs: [
3907
- { name: "valueRedeemed", internalType: "uint256", type: "uint256" }
3908
- ]
3909
- },
3910
- {
3911
- stateMutability: "nonpayable",
3912
- type: "function",
3913
- inputs: [],
3914
- name: "renounceOwnership",
3915
- outputs: []
3916
- },
3917
- {
3918
- stateMutability: "nonpayable",
3919
- type: "function",
3920
- inputs: [
3921
- { name: "from", internalType: "address", type: "address" },
3922
- { name: "to", internalType: "address", type: "address" },
3923
- { name: "ids", internalType: "uint256[]", type: "uint256[]" },
3924
- { name: "values", internalType: "uint256[]", type: "uint256[]" },
3925
- { name: "data", internalType: "bytes", type: "bytes" }
3926
- ],
3927
- name: "safeBatchTransferFrom",
3928
- outputs: []
3929
- },
3930
- {
3931
- stateMutability: "nonpayable",
3932
- type: "function",
3933
- inputs: [
3934
- { name: "from", internalType: "address", type: "address" },
3935
- { name: "to", internalType: "address", type: "address" },
3936
- { name: "id", internalType: "uint256", type: "uint256" },
3937
- { name: "value", internalType: "uint256", type: "uint256" },
3938
- { name: "data", internalType: "bytes", type: "bytes" }
3939
- ],
3940
- name: "safeTransferFrom",
3941
- outputs: []
3942
- },
3943
- {
3944
- stateMutability: "nonpayable",
3945
- type: "function",
3946
- inputs: [
3947
- { name: "operator", internalType: "address", type: "address" },
3948
- { name: "approved", internalType: "bool", type: "bool" }
3949
- ],
3950
- name: "setApprovalForAll",
3951
- outputs: []
3952
- },
3953
- {
3954
- stateMutability: "nonpayable",
3955
- type: "function",
3956
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3957
- name: "setMintableEthToken",
3958
- outputs: []
3959
- },
3960
- {
3961
- stateMutability: "view",
3962
- type: "function",
3963
- inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3964
- name: "supportsInterface",
3965
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
3966
- },
3967
- {
3968
- stateMutability: "pure",
3969
- type: "function",
3970
- inputs: [],
3971
- name: "symbol",
3972
- outputs: [{ name: "", internalType: "string", type: "string" }]
3973
- },
3974
- {
3975
- stateMutability: "view",
3976
- type: "function",
3977
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3978
- name: "tokenCreated",
3979
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
3980
- },
3981
- {
3982
- stateMutability: "view",
3983
- type: "function",
3984
- inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3985
- name: "tokenPrice",
3986
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3987
- },
3988
- {
3989
- stateMutability: "nonpayable",
3990
- type: "function",
3991
- inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
3992
- name: "transferOwnership",
3993
- outputs: []
3994
- },
3995
- {
3996
- stateMutability: "view",
3997
- type: "function",
3998
- inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3999
- name: "uri",
4000
- outputs: [{ name: "", internalType: "string", type: "string" }]
4001
- },
4002
- {
4003
- type: "event",
4004
- anonymous: false,
4005
- inputs: [
4006
- {
4007
- name: "account",
4008
- internalType: "address",
4009
- type: "address",
4010
- indexed: true
4011
- },
4012
- {
4013
- name: "operator",
4014
- internalType: "address",
4015
- type: "address",
4016
- indexed: true
4017
- },
4018
- { name: "approved", internalType: "bool", type: "bool", indexed: false }
4019
- ],
4020
- name: "ApprovalForAll"
4021
- },
4022
- {
4023
- type: "event",
4024
- anonymous: false,
4025
- inputs: [
4026
- {
4027
- name: "tokenIds",
4028
- internalType: "uint256[]",
4029
- type: "uint256[]",
4030
- indexed: true
4031
- },
4032
- {
4033
- name: "quantities",
4034
- internalType: "uint256[]",
4035
- type: "uint256[]",
4036
- indexed: false
4037
- },
4038
- {
4039
- name: "zoraCreator1155Contract",
4040
- internalType: "address",
4041
- type: "address",
4042
- indexed: true
4043
- },
4044
- {
4045
- name: "zoraCreator1155TokenId",
4046
- internalType: "uint256",
4047
- type: "uint256",
4048
- indexed: true
4049
- }
4050
- ],
4051
- name: "Collected"
4052
- },
4053
- {
4054
- type: "event",
4055
- anonymous: false,
4056
- inputs: [
4057
- {
4058
- name: "tokenId",
4059
- internalType: "uint256",
4060
- type: "uint256",
4061
- indexed: true
4062
- }
4063
- ],
4064
- name: "EthMintableTokenSet"
4065
- },
4066
- {
4067
- type: "event",
4068
- anonymous: false,
4069
- inputs: [
4070
- {
4071
- name: "tokenId",
4072
- internalType: "uint256",
4073
- type: "uint256",
4074
- indexed: true
4075
- },
4076
- {
4077
- name: "pricePerToken",
4078
- internalType: "uint256",
4079
- type: "uint256",
4080
- indexed: true
4081
- }
4082
- ],
4083
- name: "EthTokenCreated"
4084
- },
4085
- {
4086
- type: "event",
4087
- anonymous: false,
4088
- inputs: [
4089
- {
4090
- name: "version",
4091
- internalType: "uint64",
4092
- type: "uint64",
4093
- indexed: false
4094
- }
4095
- ],
4096
- name: "Initialized"
4097
- },
4098
- {
4099
- type: "event",
4100
- anonymous: false,
4101
- inputs: [
4102
- {
4103
- name: "previousOwner",
4104
- internalType: "address",
4105
- type: "address",
4106
- indexed: true
4107
- },
4108
- {
4109
- name: "newOwner",
4110
- internalType: "address",
4111
- type: "address",
4112
- indexed: true
4113
- }
4114
- ],
4115
- name: "OwnershipTransferStarted"
4116
- },
4117
- {
4118
- type: "event",
4119
- anonymous: false,
4120
- inputs: [
4121
- {
4122
- name: "previousOwner",
4123
- internalType: "address",
4124
- type: "address",
4125
- indexed: true
4126
- },
4127
- {
4128
- name: "newOwner",
4129
- internalType: "address",
4130
- type: "address",
4131
- indexed: true
4132
- }
4133
- ],
4134
- name: "OwnershipTransferred"
4135
- },
4136
- {
4137
- type: "event",
4138
- anonymous: false,
4139
- inputs: [
4140
- {
4141
- name: "tokenIds",
4142
- internalType: "uint256[]",
4143
- type: "uint256[]",
4144
- indexed: false
4145
- },
4146
- {
4147
- name: "quantities",
4148
- internalType: "uint256[]",
4149
- type: "uint256[]",
4150
- indexed: false
4151
- },
4152
- {
4153
- name: "recipient",
4154
- internalType: "address",
4155
- type: "address",
4156
- indexed: false
4157
- }
4158
- ],
4159
- name: "RedeemedBatch"
4160
- },
4161
- {
4162
- type: "event",
4163
- anonymous: false,
4164
- inputs: [
4165
- {
4166
- name: "operator",
4167
- internalType: "address",
4168
- type: "address",
4169
- indexed: true
4170
- },
4171
- { name: "from", internalType: "address", type: "address", indexed: true },
4172
- { name: "to", internalType: "address", type: "address", indexed: true },
4173
- {
4174
- name: "ids",
4175
- internalType: "uint256[]",
4176
- type: "uint256[]",
4177
- indexed: false
4178
- },
4179
- {
4180
- name: "values",
4181
- internalType: "uint256[]",
4182
- type: "uint256[]",
4183
- indexed: false
4184
- }
4185
- ],
4186
- name: "TransferBatch"
4187
- },
4188
- {
4189
- type: "event",
4190
- anonymous: false,
4191
- inputs: [
4192
- {
4193
- name: "operator",
4194
- internalType: "address",
4195
- type: "address",
4196
- indexed: true
4197
- },
4198
- { name: "from", internalType: "address", type: "address", indexed: true },
4199
- { name: "to", internalType: "address", type: "address", indexed: true },
4200
- { name: "id", internalType: "uint256", type: "uint256", indexed: false },
4201
- {
4202
- name: "value",
4203
- internalType: "uint256",
4204
- type: "uint256",
4205
- indexed: false
4206
- }
4207
- ],
4208
- name: "TransferSingle"
4209
- },
4210
- {
4211
- type: "event",
4212
- anonymous: false,
4213
- inputs: [
4214
- { name: "value", internalType: "string", type: "string", indexed: false },
4215
- { name: "id", internalType: "uint256", type: "uint256", indexed: true }
4216
- ],
4217
- name: "URI"
4218
- },
4219
- {
4220
- type: "error",
4221
- inputs: [
4222
- { name: "operator", internalType: "address", type: "address" },
4223
- { name: "user", internalType: "address", type: "address" }
4224
- ],
4225
- name: "Burn_NotOwnerOrApproved"
4226
- },
4227
- {
4228
- type: "error",
4229
- inputs: [{ name: "reason", internalType: "bytes", type: "bytes" }],
4230
- name: "CallFailed"
4231
- },
4232
- { type: "error", inputs: [], name: "Call_TokenIdMismatch" },
4233
- { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
4234
- {
4235
- type: "error",
4236
- inputs: [
4237
- { name: "tokenId", internalType: "uint256", type: "uint256" },
4238
- { name: "quantity", internalType: "uint256", type: "uint256" },
4239
- { name: "totalMinted", internalType: "uint256", type: "uint256" },
4240
- { name: "maxSupply", internalType: "uint256", type: "uint256" }
4241
- ],
4242
- name: "CannotMintMoreTokens"
4243
- },
4244
- {
4245
- type: "error",
4246
- inputs: [
4247
- { name: "proposedAddress", internalType: "address", type: "address" }
4248
- ],
4249
- name: "Config_TransferHookNotSupported"
4250
- },
4251
- {
4252
- type: "error",
4253
- inputs: [
4254
- { name: "sender", internalType: "address", type: "address" },
4255
- { name: "balance", internalType: "uint256", type: "uint256" },
4256
- { name: "needed", internalType: "uint256", type: "uint256" },
4257
- { name: "tokenId", internalType: "uint256", type: "uint256" }
4258
- ],
4259
- name: "ERC1155InsufficientBalance"
4260
- },
4261
- {
4262
- type: "error",
4263
- inputs: [{ name: "approver", internalType: "address", type: "address" }],
4264
- name: "ERC1155InvalidApprover"
4265
- },
4266
- {
4267
- type: "error",
4268
- inputs: [
4269
- { name: "idsLength", internalType: "uint256", type: "uint256" },
4270
- { name: "valuesLength", internalType: "uint256", type: "uint256" }
4271
- ],
4272
- name: "ERC1155InvalidArrayLength"
4273
- },
4274
- {
4275
- type: "error",
4276
- inputs: [{ name: "operator", internalType: "address", type: "address" }],
4277
- name: "ERC1155InvalidOperator"
4278
- },
4279
- {
4280
- type: "error",
4281
- inputs: [{ name: "receiver", internalType: "address", type: "address" }],
4282
- name: "ERC1155InvalidReceiver"
4283
- },
4284
- {
4285
- type: "error",
4286
- inputs: [{ name: "sender", internalType: "address", type: "address" }],
4287
- name: "ERC1155InvalidSender"
4288
- },
4289
- {
4290
- type: "error",
4291
- inputs: [
4292
- { name: "operator", internalType: "address", type: "address" },
4293
- { name: "owner", internalType: "address", type: "address" }
4294
- ],
4295
- name: "ERC1155MissingApprovalForAll"
4296
- },
4297
- { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
4298
- {
4299
- type: "error",
4300
- inputs: [
4301
- { name: "recipient", internalType: "address", type: "address" },
4302
- { name: "amount", internalType: "uint256", type: "uint256" }
4303
- ],
4304
- name: "ETHWithdrawFailed"
4305
- },
4306
- {
4307
- type: "error",
4308
- inputs: [
4309
- { name: "amount", internalType: "uint256", type: "uint256" },
4310
- { name: "contractValue", internalType: "uint256", type: "uint256" }
4311
- ],
4312
- name: "FundsWithdrawInsolvent"
4313
- },
4314
- { type: "error", inputs: [], name: "IncorrectAmountSent" },
4315
- { type: "error", inputs: [], name: "InvalidInitialization" },
4316
- {
4317
- type: "error",
4318
- inputs: [
4319
- { name: "mintTo", internalType: "address", type: "address" },
4320
- { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
4321
- { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
4322
- ],
4323
- name: "InvalidMerkleProof"
4324
- },
4325
- { type: "error", inputs: [], name: "InvalidMintSchedule" },
4326
- { type: "error", inputs: [], name: "InvalidSignature" },
4327
- { type: "error", inputs: [], name: "InvalidSignatureVersion" },
4328
- {
4329
- type: "error",
4330
- inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
4331
- name: "InvalidSigner"
4332
- },
4333
- { type: "error", inputs: [], name: "InvalidTokenPrice" },
4334
- { type: "error", inputs: [], name: "MintNotYetStarted" },
4335
- { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
4336
- { type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
4337
- { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
4338
- { type: "error", inputs: [], name: "Mint_UnknownCommand" },
4339
- { type: "error", inputs: [], name: "Mint_ValueTransferFail" },
4340
- { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
4341
- { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
4342
- { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
4343
- { type: "error", inputs: [], name: "NotInitializing" },
4344
- {
4345
- type: "error",
4346
- inputs: [{ name: "owner", internalType: "address", type: "address" }],
4347
- name: "OwnableInvalidOwner"
4348
- },
4349
- {
4350
- type: "error",
4351
- inputs: [{ name: "account", internalType: "address", type: "address" }],
4352
- name: "OwnableUnauthorizedAccount"
4353
- },
4354
- { type: "error", inputs: [], name: "PremintDeleted" },
4355
- {
4356
- type: "error",
4357
- inputs: [
4358
- { name: "caller", internalType: "address", type: "address" },
4359
- { name: "recipient", internalType: "address", type: "address" },
4360
- { name: "amount", internalType: "uint256", type: "uint256" }
4361
- ],
4362
- name: "ProtocolRewardsWithdrawFailed"
4363
- },
4364
- { type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
4365
- { type: "error", inputs: [], name: "SaleEnded" },
4366
- { type: "error", inputs: [], name: "SaleHasNotStarted" },
4367
- {
4368
- type: "error",
4369
- inputs: [
4370
- { name: "targetContract", internalType: "address", type: "address" }
4371
- ],
4372
- name: "Sale_CannotCallNonSalesContract"
4373
- },
4374
- { type: "error", inputs: [], name: "TokenAlreadyCreated" },
4375
- { type: "error", inputs: [], name: "TokenDoesNotExist" },
4376
- {
4377
- type: "error",
4378
- inputs: [
4379
- { name: "expected", internalType: "uint256", type: "uint256" },
4380
- { name: "actual", internalType: "uint256", type: "uint256" }
4381
- ],
4382
- name: "TokenIdMismatch"
4383
- },
4384
- { type: "error", inputs: [], name: "TransferFailed" },
4385
- {
4386
- type: "error",
4387
- inputs: [
4388
- { name: "user", internalType: "address", type: "address" },
4389
- { name: "limit", internalType: "uint256", type: "uint256" },
4390
- { name: "requestedAmount", internalType: "uint256", type: "uint256" }
4391
- ],
4392
- name: "UserExceedsMintLimit"
4393
- },
4394
- {
4395
- type: "error",
4396
- inputs: [
4397
- { name: "user", internalType: "address", type: "address" },
4398
- { name: "tokenId", internalType: "uint256", type: "uint256" },
4399
- { name: "role", internalType: "uint256", type: "uint256" }
4400
- ],
4401
- name: "UserMissingRoleForToken"
4402
- },
4403
- { type: "error", inputs: [], name: "WrongValueSent" },
4404
- {
4405
- type: "error",
4406
- inputs: [],
4407
- name: "premintSignerContractFailedToRecoverSigner"
4408
- },
4409
- { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
4410
- ];
4411
- var zoraMintsAddress = {
4412
- 999999999: "0x77777773dE7607C8d2eF571ba03ab22a7df64CEA"
4413
- };
4414
- var zoraMintsConfig = {
4415
- address: zoraMintsAddress,
4416
- abi: zoraMintsABI
4417
- };
4418
-
4419
- // src/generated/1155.ts
4420
- var __exports = {};
4421
- __export(__exports, {
4422
- addresses: () => addresses,
4423
- chainConfigs: () => chainConfigs
4424
- });
4425
- var chainConfigs = {
4426
- "1": {
4427
- "FACTORY_OWNER": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
4428
- "MINT_FEE_RECIPIENT": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
4429
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4430
- },
4431
- "10": {
4432
- "FACTORY_OWNER": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
4433
- "MINT_FEE_RECIPIENT": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
4434
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4435
- },
4436
- "999": {
4437
- "FACTORY_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
4438
- "MINT_FEE_RECIPIENT": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
4439
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4440
- },
4441
- "8453": {
4442
- "FACTORY_OWNER": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
4443
- "MINT_FEE_RECIPIENT": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
4444
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4445
- },
4446
- "42161": {
4447
- "FACTORY_OWNER": "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
4448
- "MINT_FEE_RECIPIENT": "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
3560
+ "81457": {
3561
+ "FACTORY_OWNER": "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
3562
+ "MINT_FEE_RECIPIENT": "0x72E6394056f9152D3a41e5A25De383c191D16134",
4449
3563
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4450
3564
  },
4451
3565
  "421614": {
@@ -4463,6 +3577,11 @@ var chainConfigs = {
4463
3577
  "MINT_FEE_RECIPIENT": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
4464
3578
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4465
3579
  },
3580
+ "168587773": {
3581
+ "FACTORY_OWNER": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3582
+ "MINT_FEE_RECIPIENT": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3583
+ "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3584
+ },
4466
3585
  "999999999": {
4467
3586
  "FACTORY_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
4468
3587
  "MINT_FEE_RECIPIENT": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
@@ -4483,20 +3602,6 @@ var addresses = {
4483
3602
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
4484
3603
  "timestamp": 1704400466
4485
3604
  },
4486
- "5": {
4487
- "CONTRACT_1155_IMPL": "0xa5f8577cCA2eE9d5577E76385dB1Af51517c76bb",
4488
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
4489
- "FACTORY_IMPL": "0xd74AB2EE2117C647f19de0D44FE56c56953Bd05d",
4490
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
4491
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
4492
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
4493
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
4494
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
4495
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
4496
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
4497
- "timestamp": 1703007708,
4498
- "commit": "bdf6682"
4499
- },
4500
3605
  "10": {
4501
3606
  "CONTRACT_1155_IMPL": "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
4502
3607
  "CONTRACT_1155_IMPL_VERSION": "2.7.0",
@@ -4549,6 +3654,19 @@ var addresses = {
4549
3654
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
4550
3655
  "timestamp": 1704914719
4551
3656
  },
3657
+ "81457": {
3658
+ "CONTRACT_1155_IMPL": "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
3659
+ "CONTRACT_1155_IMPL_VERSION": "2.7.1",
3660
+ "FACTORY_IMPL": "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
3661
+ "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3662
+ "FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3663
+ "MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3664
+ "PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
3665
+ "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3666
+ "REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3667
+ "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3668
+ "timestamp": 1709235955
3669
+ },
4552
3670
  "421614": {
4553
3671
  "CONTRACT_1155_IMPL": "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
4554
3672
  "CONTRACT_1155_IMPL_VERSION": "2.7.0",
@@ -4588,10 +3706,23 @@ var addresses = {
4588
3706
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
4589
3707
  "timestamp": 1704336497
4590
3708
  },
3709
+ "168587773": {
3710
+ "CONTRACT_1155_IMPL": "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
3711
+ "CONTRACT_1155_IMPL_VERSION": "2.7.1",
3712
+ "FACTORY_IMPL": "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
3713
+ "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3714
+ "FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3715
+ "MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3716
+ "PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
3717
+ "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3718
+ "REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3719
+ "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3720
+ "timestamp": 1709234007
3721
+ },
4591
3722
  "999999999": {
4592
- "CONTRACT_1155_IMPL": "0xA3708bc2857A9e90bd5C95b7D6460A476cC87AA8",
4593
- "CONTRACT_1155_IMPL_VERSION": "2.8.0-MINT.0",
4594
- "FACTORY_IMPL": "0x52951AB538958A6F7646B07022eCE68Bedc54941",
3723
+ "CONTRACT_1155_IMPL": "0x980170C861E723309628a27c27397a955920F968",
3724
+ "CONTRACT_1155_IMPL_VERSION": "2.7.0",
3725
+ "FACTORY_IMPL": "0xcea530A0d2d158500E248a59682a1D230c2422F7",
4595
3726
  "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
4596
3727
  "FIXED_PRICE_SALE_STRATEGY": "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
4597
3728
  "MERKLE_MINT_SALE_STRATEGY": "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
@@ -4599,64 +3730,13 @@ var addresses = {
4599
3730
  "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
4600
3731
  "REDEEM_MINTER_FACTORY": "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
4601
3732
  "UPGRADE_GATE": "0x0000000000000000000000000000000000000000",
4602
- "timestamp": 1708728926
4603
- }
4604
- };
4605
-
4606
- // src/generated/mints.ts
4607
- var mints_exports = {};
4608
- __export(mints_exports, {
4609
- addresses: () => addresses2,
4610
- chainConfigs: () => chainConfigs2
4611
- });
4612
- var chainConfigs2 = {
4613
- "1": {
4614
- "PROXY_ADMIN": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
4615
- "MINTS_OWNER": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
4616
- },
4617
- "10": {
4618
- "PROXY_ADMIN": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
4619
- "MINTS_OWNER": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
4620
- },
4621
- "420": {
4622
- "PROXY_ADMIN": "0xbb45052B2260707655Dfd916a416264f5981192c",
4623
- "MINTS_OWNER": "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
4624
- },
4625
- "999": {
4626
- "PROXY_ADMIN": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
4627
- "MINTS_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
4628
- },
4629
- "8453": {
4630
- "PROXY_ADMIN": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
4631
- "MINTS_OWNER": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
4632
- },
4633
- "84531": {
4634
- "PROXY_ADMIN": "0x02539E813cA450C2c7334e885423f4A899a063Fe",
4635
- "MINTS_OWNER": "0x02539E813cA450C2c7334e885423f4A899a063Fe"
4636
- },
4637
- "7777777": {
4638
- "PROXY_ADMIN": "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
4639
- "MINTS_OWNER": "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
4640
- },
4641
- "11155111": {
4642
- "PROXY_ADMIN": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
4643
- "MINTS_OWNER": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
4644
- },
4645
- "999999999": {
4646
- "PROXY_ADMIN": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
4647
- "MINTS_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
4648
- }
4649
- };
4650
- var addresses2 = {
4651
- "999999999": {
4652
- "MINTS_IMPL": "0x5b2fb64107De3a1E843592488D45500E35dE9494",
4653
- "MINTS_IMPL_VERSION": "0.1.0-MINT.0"
3733
+ "timestamp": 1703007364,
3734
+ "commit": "bdf6682"
4654
3735
  }
4655
3736
  };
4656
3737
  // Annotate the CommonJS export names for ESM import in node:
4657
3738
  0 && (module.exports = {
4658
3739
  contracts1155,
4659
- mints,
4660
3740
  zoraCreator1155FactoryImplABI,
4661
3741
  zoraCreator1155FactoryImplAddress,
4662
3742
  zoraCreator1155FactoryImplConfig,
@@ -4672,9 +3752,6 @@ var addresses2 = {
4672
3752
  zoraCreatorMerkleMinterStrategyConfig,
4673
3753
  zoraCreatorRedeemMinterFactoryABI,
4674
3754
  zoraCreatorRedeemMinterFactoryAddress,
4675
- zoraCreatorRedeemMinterFactoryConfig,
4676
- zoraMintsABI,
4677
- zoraMintsAddress,
4678
- zoraMintsConfig
3755
+ zoraCreatorRedeemMinterFactoryConfig
4679
3756
  });
4680
3757
  //# sourceMappingURL=index.cjs.map