@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 +114 -1037
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +113 -1032
- package/dist/index.js.map +1 -1
- package/dist/src/generated/1155.d.ts +29 -6
- package/dist/src/generated/1155.d.ts.map +1 -1
- package/dist/src/generated/wagmi.d.ts +70 -2664
- package/dist/src/generated/wagmi.d.ts.map +1 -1
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/json/1155.json +41 -18
- package/package.json +3 -5
- package/src/generated/1155.ts +41 -18
- package/src/generated/wagmi.ts +44 -962
- package/src/index.ts +0 -1
- package/dist/scripts/bundle-chainConfigs.d.ts +0 -2
- package/dist/scripts/bundle-chainConfigs.d.ts.map +0 -1
- package/dist/src/addresses.d.ts +0 -164
- package/dist/src/addresses.d.ts.map +0 -1
- package/dist/src/generated/mints.d.ts +0 -45
- package/dist/src/generated/mints.d.ts.map +0 -1
- package/json/mints.json +0 -46
- package/src/addresses.ts +0 -163
- package/src/generated/mints.ts +0 -44
package/dist/index.js
CHANGED
|
@@ -480,14 +480,15 @@ var zoraCreator1155FactoryImplABI = [
|
|
|
480
480
|
];
|
|
481
481
|
var zoraCreator1155FactoryImplAddress = {
|
|
482
482
|
1: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
483
|
-
5: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
484
483
|
10: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
485
484
|
999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
486
485
|
8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
487
486
|
42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
487
|
+
81457: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
488
488
|
421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
489
489
|
7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
490
490
|
11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
491
|
+
168587773: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
491
492
|
999999999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021"
|
|
492
493
|
};
|
|
493
494
|
var zoraCreator1155FactoryImplConfig = {
|
|
@@ -501,8 +502,7 @@ var zoraCreator1155ImplABI = [
|
|
|
501
502
|
inputs: [
|
|
502
503
|
{ name: "_mintFeeRecipient", internalType: "address", type: "address" },
|
|
503
504
|
{ name: "_upgradeGate", internalType: "address", type: "address" },
|
|
504
|
-
{ name: "_protocolRewards", internalType: "address", type: "address" }
|
|
505
|
-
{ name: "_mints", internalType: "address", type: "address" }
|
|
505
|
+
{ name: "_protocolRewards", internalType: "address", type: "address" }
|
|
506
506
|
]
|
|
507
507
|
},
|
|
508
508
|
{ stateMutability: "payable", type: "receive" },
|
|
@@ -651,12 +651,12 @@ var zoraCreator1155ImplABI = [
|
|
|
651
651
|
{
|
|
652
652
|
stateMutability: "pure",
|
|
653
653
|
type: "function",
|
|
654
|
-
inputs: [{ name: "
|
|
654
|
+
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
655
655
|
name: "computeFreeMintRewards",
|
|
656
656
|
outputs: [
|
|
657
657
|
{
|
|
658
658
|
name: "",
|
|
659
|
-
internalType: "struct
|
|
659
|
+
internalType: "struct RewardsSettings",
|
|
660
660
|
type: "tuple",
|
|
661
661
|
components: [
|
|
662
662
|
{ name: "creatorReward", internalType: "uint256", type: "uint256" },
|
|
@@ -683,12 +683,12 @@ var zoraCreator1155ImplABI = [
|
|
|
683
683
|
{
|
|
684
684
|
stateMutability: "pure",
|
|
685
685
|
type: "function",
|
|
686
|
-
inputs: [{ name: "
|
|
686
|
+
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
687
687
|
name: "computePaidMintRewards",
|
|
688
688
|
outputs: [
|
|
689
689
|
{
|
|
690
690
|
name: "",
|
|
691
|
-
internalType: "struct
|
|
691
|
+
internalType: "struct RewardsSettings",
|
|
692
692
|
type: "tuple",
|
|
693
693
|
components: [
|
|
694
694
|
{ name: "creatorReward", internalType: "uint256", type: "uint256" },
|
|
@@ -715,20 +715,7 @@ var zoraCreator1155ImplABI = [
|
|
|
715
715
|
{
|
|
716
716
|
stateMutability: "pure",
|
|
717
717
|
type: "function",
|
|
718
|
-
inputs: [
|
|
719
|
-
{ name: "totalReward", internalType: "uint256", type: "uint256" },
|
|
720
|
-
{ name: "rewardPct", internalType: "uint256", type: "uint256" }
|
|
721
|
-
],
|
|
722
|
-
name: "computeRewardsPct",
|
|
723
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
stateMutability: "pure",
|
|
727
|
-
type: "function",
|
|
728
|
-
inputs: [
|
|
729
|
-
{ name: "mintPrice", internalType: "uint256", type: "uint256" },
|
|
730
|
-
{ name: "quantity", internalType: "uint256", type: "uint256" }
|
|
731
|
-
],
|
|
718
|
+
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
732
719
|
name: "computeTotalReward",
|
|
733
720
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
734
721
|
},
|
|
@@ -879,16 +866,6 @@ var zoraCreator1155ImplABI = [
|
|
|
879
866
|
}
|
|
880
867
|
]
|
|
881
868
|
},
|
|
882
|
-
{
|
|
883
|
-
stateMutability: "view",
|
|
884
|
-
type: "function",
|
|
885
|
-
inputs: [
|
|
886
|
-
{ name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
887
|
-
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" }
|
|
888
|
-
],
|
|
889
|
-
name: "getTotalMintsQuantity",
|
|
890
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
891
|
-
},
|
|
892
869
|
{
|
|
893
870
|
stateMutability: "view",
|
|
894
871
|
type: "function",
|
|
@@ -976,30 +953,12 @@ var zoraCreator1155ImplABI = [
|
|
|
976
953
|
outputs: []
|
|
977
954
|
},
|
|
978
955
|
{
|
|
979
|
-
stateMutability: "
|
|
956
|
+
stateMutability: "pure",
|
|
980
957
|
type: "function",
|
|
981
958
|
inputs: [],
|
|
982
959
|
name: "mintFee",
|
|
983
960
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
984
961
|
},
|
|
985
|
-
{
|
|
986
|
-
stateMutability: "payable",
|
|
987
|
-
type: "function",
|
|
988
|
-
inputs: [
|
|
989
|
-
{ name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
990
|
-
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
991
|
-
{ name: "minter", internalType: "contract IMinter1155", type: "address" },
|
|
992
|
-
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
993
|
-
{
|
|
994
|
-
name: "rewardsRecipients",
|
|
995
|
-
internalType: "address[]",
|
|
996
|
-
type: "address[]"
|
|
997
|
-
},
|
|
998
|
-
{ name: "minterArguments", internalType: "bytes", type: "bytes" }
|
|
999
|
-
],
|
|
1000
|
-
name: "mintWithMints",
|
|
1001
|
-
outputs: []
|
|
1002
|
-
},
|
|
1003
962
|
{
|
|
1004
963
|
stateMutability: "payable",
|
|
1005
964
|
type: "function",
|
|
@@ -1034,19 +993,6 @@ var zoraCreator1155ImplABI = [
|
|
|
1034
993
|
name: "nextTokenId",
|
|
1035
994
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
1036
995
|
},
|
|
1037
|
-
{
|
|
1038
|
-
stateMutability: "pure",
|
|
1039
|
-
type: "function",
|
|
1040
|
-
inputs: [
|
|
1041
|
-
{ name: "", internalType: "address", type: "address" },
|
|
1042
|
-
{ name: "", internalType: "address", type: "address" },
|
|
1043
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
1044
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
1045
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
1046
|
-
],
|
|
1047
|
-
name: "onERC1155Received",
|
|
1048
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
1049
|
-
},
|
|
1050
996
|
{
|
|
1051
997
|
stateMutability: "view",
|
|
1052
998
|
type: "function",
|
|
@@ -1870,8 +1816,17 @@ var zoraCreator1155ImplABI = [
|
|
|
1870
1816
|
name: "InvalidMerkleProof"
|
|
1871
1817
|
},
|
|
1872
1818
|
{ type: "error", inputs: [], name: "InvalidMintSchedule" },
|
|
1873
|
-
{
|
|
1874
|
-
|
|
1819
|
+
{
|
|
1820
|
+
type: "error",
|
|
1821
|
+
inputs: [
|
|
1822
|
+
{
|
|
1823
|
+
name: "recoverError",
|
|
1824
|
+
internalType: "enum ECDSAUpgradeable.RecoverError",
|
|
1825
|
+
type: "uint8"
|
|
1826
|
+
}
|
|
1827
|
+
],
|
|
1828
|
+
name: "InvalidSignature"
|
|
1829
|
+
},
|
|
1875
1830
|
{ type: "error", inputs: [], name: "InvalidSignatureVersion" },
|
|
1876
1831
|
{
|
|
1877
1832
|
type: "error",
|
|
@@ -1880,7 +1835,6 @@ var zoraCreator1155ImplABI = [
|
|
|
1880
1835
|
},
|
|
1881
1836
|
{ type: "error", inputs: [], name: "MintNotYetStarted" },
|
|
1882
1837
|
{ type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
|
|
1883
|
-
{ type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
|
|
1884
1838
|
{ type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
|
|
1885
1839
|
{ type: "error", inputs: [], name: "Mint_UnknownCommand" },
|
|
1886
1840
|
{ type: "error", inputs: [], name: "Mint_ValueTransferFail" },
|
|
@@ -2202,7 +2156,7 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2202
2156
|
{ name: "quantityToMint", internalType: "uint256", type: "uint256" },
|
|
2203
2157
|
{
|
|
2204
2158
|
name: "mintArguments",
|
|
2205
|
-
internalType: "struct MintArguments",
|
|
2159
|
+
internalType: "struct IZoraCreator1155PremintExecutor.MintArguments",
|
|
2206
2160
|
type: "tuple",
|
|
2207
2161
|
components: [
|
|
2208
2162
|
{ name: "mintRecipient", internalType: "address", type: "address" },
|
|
@@ -2219,7 +2173,7 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2219
2173
|
outputs: [
|
|
2220
2174
|
{
|
|
2221
2175
|
name: "result",
|
|
2222
|
-
internalType: "struct PremintResult",
|
|
2176
|
+
internalType: "struct IZoraCreator1155PremintExecutor.PremintResult",
|
|
2223
2177
|
type: "tuple",
|
|
2224
2178
|
components: [
|
|
2225
2179
|
{ name: "contractAddress", internalType: "address", type: "address" },
|
|
@@ -2290,7 +2244,7 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2290
2244
|
{ name: "quantityToMint", internalType: "uint256", type: "uint256" },
|
|
2291
2245
|
{
|
|
2292
2246
|
name: "mintArguments",
|
|
2293
|
-
internalType: "struct MintArguments",
|
|
2247
|
+
internalType: "struct IZoraCreator1155PremintExecutor.MintArguments",
|
|
2294
2248
|
type: "tuple",
|
|
2295
2249
|
components: [
|
|
2296
2250
|
{ name: "mintRecipient", internalType: "address", type: "address" },
|
|
@@ -2307,7 +2261,7 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2307
2261
|
outputs: [
|
|
2308
2262
|
{
|
|
2309
2263
|
name: "result",
|
|
2310
|
-
internalType: "struct PremintResult",
|
|
2264
|
+
internalType: "struct IZoraCreator1155PremintExecutor.PremintResult",
|
|
2311
2265
|
type: "tuple",
|
|
2312
2266
|
components: [
|
|
2313
2267
|
{ name: "contractAddress", internalType: "address", type: "address" },
|
|
@@ -2378,7 +2332,7 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2378
2332
|
{ name: "quantityToMint", internalType: "uint256", type: "uint256" },
|
|
2379
2333
|
{
|
|
2380
2334
|
name: "mintArguments",
|
|
2381
|
-
internalType: "struct MintArguments",
|
|
2335
|
+
internalType: "struct IZoraCreator1155PremintExecutor.MintArguments",
|
|
2382
2336
|
type: "tuple",
|
|
2383
2337
|
components: [
|
|
2384
2338
|
{ name: "mintRecipient", internalType: "address", type: "address" },
|
|
@@ -2396,78 +2350,7 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2396
2350
|
outputs: [
|
|
2397
2351
|
{
|
|
2398
2352
|
name: "result",
|
|
2399
|
-
internalType: "struct PremintResult",
|
|
2400
|
-
type: "tuple",
|
|
2401
|
-
components: [
|
|
2402
|
-
{ name: "contractAddress", internalType: "address", type: "address" },
|
|
2403
|
-
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
2404
|
-
{ name: "createdNewContract", internalType: "bool", type: "bool" }
|
|
2405
|
-
]
|
|
2406
|
-
}
|
|
2407
|
-
]
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
stateMutability: "payable",
|
|
2411
|
-
type: "function",
|
|
2412
|
-
inputs: [
|
|
2413
|
-
{ name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
2414
|
-
{
|
|
2415
|
-
name: "mintTokenIdQuantities",
|
|
2416
|
-
internalType: "uint256[]",
|
|
2417
|
-
type: "uint256[]"
|
|
2418
|
-
},
|
|
2419
|
-
{
|
|
2420
|
-
name: "contractConfig",
|
|
2421
|
-
internalType: "struct ContractCreationConfig",
|
|
2422
|
-
type: "tuple",
|
|
2423
|
-
components: [
|
|
2424
|
-
{ name: "contractAdmin", internalType: "address", type: "address" },
|
|
2425
|
-
{ name: "contractURI", internalType: "string", type: "string" },
|
|
2426
|
-
{ name: "contractName", internalType: "string", type: "string" }
|
|
2427
|
-
]
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
name: "encodedPremintConfig",
|
|
2431
|
-
internalType: "struct EncodedPremintConfig",
|
|
2432
|
-
type: "tuple",
|
|
2433
|
-
components: [
|
|
2434
|
-
{ name: "premintConfig", internalType: "bytes", type: "bytes" },
|
|
2435
|
-
{
|
|
2436
|
-
name: "premintConfigVersion",
|
|
2437
|
-
internalType: "bytes32",
|
|
2438
|
-
type: "bytes32"
|
|
2439
|
-
},
|
|
2440
|
-
{ name: "uid", internalType: "uint32", type: "uint32" },
|
|
2441
|
-
{
|
|
2442
|
-
name: "fixedPriceMinter",
|
|
2443
|
-
internalType: "address",
|
|
2444
|
-
type: "address"
|
|
2445
|
-
}
|
|
2446
|
-
]
|
|
2447
|
-
},
|
|
2448
|
-
{ name: "signature", internalType: "bytes", type: "bytes" },
|
|
2449
|
-
{
|
|
2450
|
-
name: "mintArguments",
|
|
2451
|
-
internalType: "struct MintArguments",
|
|
2452
|
-
type: "tuple",
|
|
2453
|
-
components: [
|
|
2454
|
-
{ name: "mintRecipient", internalType: "address", type: "address" },
|
|
2455
|
-
{ name: "mintComment", internalType: "string", type: "string" },
|
|
2456
|
-
{
|
|
2457
|
-
name: "mintRewardsRecipients",
|
|
2458
|
-
internalType: "address[]",
|
|
2459
|
-
type: "address[]"
|
|
2460
|
-
}
|
|
2461
|
-
]
|
|
2462
|
-
},
|
|
2463
|
-
{ name: "minter", internalType: "address", type: "address" },
|
|
2464
|
-
{ name: "signerContract", internalType: "address", type: "address" }
|
|
2465
|
-
],
|
|
2466
|
-
name: "premintWithMints",
|
|
2467
|
-
outputs: [
|
|
2468
|
-
{
|
|
2469
|
-
name: "result",
|
|
2470
|
-
internalType: "struct PremintResult",
|
|
2353
|
+
internalType: "struct IZoraCreator1155PremintExecutor.PremintResult",
|
|
2471
2354
|
type: "tuple",
|
|
2472
2355
|
components: [
|
|
2473
2356
|
{ name: "contractAddress", internalType: "address", type: "address" },
|
|
@@ -2865,7 +2748,17 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2865
2748
|
name: "InvalidMerkleProof"
|
|
2866
2749
|
},
|
|
2867
2750
|
{ type: "error", inputs: [], name: "InvalidMintSchedule" },
|
|
2868
|
-
{
|
|
2751
|
+
{
|
|
2752
|
+
type: "error",
|
|
2753
|
+
inputs: [
|
|
2754
|
+
{
|
|
2755
|
+
name: "recoverError",
|
|
2756
|
+
internalType: "enum ECDSAUpgradeable.RecoverError",
|
|
2757
|
+
type: "uint8"
|
|
2758
|
+
}
|
|
2759
|
+
],
|
|
2760
|
+
name: "InvalidSignature"
|
|
2761
|
+
},
|
|
2869
2762
|
{ type: "error", inputs: [], name: "InvalidSignatureVersion" },
|
|
2870
2763
|
{
|
|
2871
2764
|
type: "error",
|
|
@@ -2874,7 +2767,6 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2874
2767
|
},
|
|
2875
2768
|
{ type: "error", inputs: [], name: "MintNotYetStarted" },
|
|
2876
2769
|
{ type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
|
|
2877
|
-
{ type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
|
|
2878
2770
|
{ type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
|
|
2879
2771
|
{ type: "error", inputs: [], name: "Mint_UnknownCommand" },
|
|
2880
2772
|
{ type: "error", inputs: [], name: "Mint_ValueTransferFail" },
|
|
@@ -2954,14 +2846,15 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2954
2846
|
];
|
|
2955
2847
|
var zoraCreator1155PremintExecutorImplAddress = {
|
|
2956
2848
|
1: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2957
|
-
5: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2958
2849
|
10: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2959
2850
|
999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2960
2851
|
8453: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2961
2852
|
42161: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2853
|
+
81457: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2962
2854
|
421614: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2963
2855
|
7777777: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2964
2856
|
11155111: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2857
|
+
168587773: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2965
2858
|
999999999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340"
|
|
2966
2859
|
};
|
|
2967
2860
|
var zoraCreator1155PremintExecutorImplConfig = {
|
|
@@ -3202,14 +3095,15 @@ var zoraCreatorFixedPriceSaleStrategyABI = [
|
|
|
3202
3095
|
];
|
|
3203
3096
|
var zoraCreatorFixedPriceSaleStrategyAddress = {
|
|
3204
3097
|
1: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3205
|
-
5: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3206
3098
|
10: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
|
|
3207
3099
|
999: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3208
3100
|
8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3209
3101
|
42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
3102
|
+
81457: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
|
|
3210
3103
|
421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
3211
3104
|
7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3212
3105
|
11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
3106
|
+
168587773: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
|
|
3213
3107
|
999999999: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A"
|
|
3214
3108
|
};
|
|
3215
3109
|
var zoraCreatorFixedPriceSaleStrategyConfig = {
|
|
@@ -3414,14 +3308,15 @@ var zoraCreatorMerkleMinterStrategyABI = [
|
|
|
3414
3308
|
];
|
|
3415
3309
|
var zoraCreatorMerkleMinterStrategyAddress = {
|
|
3416
3310
|
1: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3417
|
-
5: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3418
3311
|
10: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
|
|
3419
3312
|
999: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3420
3313
|
8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3421
3314
|
42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
3315
|
+
81457: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
|
|
3422
3316
|
421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
3423
3317
|
7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3424
3318
|
11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
3319
|
+
168587773: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
|
|
3425
3320
|
999999999: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c"
|
|
3426
3321
|
};
|
|
3427
3322
|
var zoraCreatorMerkleMinterStrategyConfig = {
|
|
@@ -3578,834 +3473,57 @@ var zoraCreatorRedeemMinterFactoryABI = [
|
|
|
3578
3473
|
];
|
|
3579
3474
|
var zoraCreatorRedeemMinterFactoryAddress = {
|
|
3580
3475
|
1: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3581
|
-
5: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3582
3476
|
10: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
|
|
3583
3477
|
999: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3584
3478
|
8453: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3585
3479
|
42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
3480
|
+
81457: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
|
|
3586
3481
|
421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
3587
3482
|
7777777: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3588
3483
|
11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
3484
|
+
168587773: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
|
|
3589
3485
|
999999999: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6"
|
|
3590
3486
|
};
|
|
3591
3487
|
var zoraCreatorRedeemMinterFactoryConfig = {
|
|
3592
3488
|
address: zoraCreatorRedeemMinterFactoryAddress,
|
|
3593
3489
|
abi: zoraCreatorRedeemMinterFactoryABI
|
|
3594
3490
|
};
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3491
|
+
|
|
3492
|
+
// src/generated/1155.ts
|
|
3493
|
+
var __exports = {};
|
|
3494
|
+
__export(__exports, {
|
|
3495
|
+
addresses: () => addresses,
|
|
3496
|
+
chainConfigs: () => chainConfigs
|
|
3497
|
+
});
|
|
3498
|
+
var chainConfigs = {
|
|
3499
|
+
"1": {
|
|
3500
|
+
"FACTORY_OWNER": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
3501
|
+
"MINT_FEE_RECIPIENT": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
|
|
3502
|
+
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3606
3503
|
},
|
|
3607
|
-
{
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
name: "acceptOwnership",
|
|
3612
|
-
outputs: []
|
|
3504
|
+
"10": {
|
|
3505
|
+
"FACTORY_OWNER": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
3506
|
+
"MINT_FEE_RECIPIENT": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
|
|
3507
|
+
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3613
3508
|
},
|
|
3614
|
-
{
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
{ name: "account", internalType: "address", type: "address" },
|
|
3619
|
-
{ name: "id", internalType: "uint256", type: "uint256" }
|
|
3620
|
-
],
|
|
3621
|
-
name: "balanceOf",
|
|
3622
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
3509
|
+
"999": {
|
|
3510
|
+
"FACTORY_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
3511
|
+
"MINT_FEE_RECIPIENT": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
3512
|
+
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3623
3513
|
},
|
|
3624
|
-
{
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
{ name: "accounts", internalType: "address[]", type: "address[]" },
|
|
3629
|
-
{ name: "ids", internalType: "uint256[]", type: "uint256[]" }
|
|
3630
|
-
],
|
|
3631
|
-
name: "balanceOfBatch",
|
|
3632
|
-
outputs: [{ name: "", internalType: "uint256[]", type: "uint256[]" }]
|
|
3514
|
+
"8453": {
|
|
3515
|
+
"FACTORY_OWNER": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
3516
|
+
"MINT_FEE_RECIPIENT": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
|
|
3517
|
+
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3633
3518
|
},
|
|
3634
|
-
{
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3639
|
-
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3640
|
-
{
|
|
3641
|
-
name: "zoraCreator1155Contract",
|
|
3642
|
-
internalType: "contract IMintWithMints",
|
|
3643
|
-
type: "address"
|
|
3644
|
-
},
|
|
3645
|
-
{ name: "minter", internalType: "contract IMinter1155", type: "address" },
|
|
3646
|
-
{
|
|
3647
|
-
name: "zoraCreator1155TokenId",
|
|
3648
|
-
internalType: "uint256",
|
|
3649
|
-
type: "uint256"
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
name: "rewardsRecipients",
|
|
3653
|
-
internalType: "address[]",
|
|
3654
|
-
type: "address[]"
|
|
3655
|
-
},
|
|
3656
|
-
{ name: "minterArguments", internalType: "bytes", type: "bytes" }
|
|
3657
|
-
],
|
|
3658
|
-
name: "collect",
|
|
3659
|
-
outputs: []
|
|
3519
|
+
"42161": {
|
|
3520
|
+
"FACTORY_OWNER": "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
|
|
3521
|
+
"MINT_FEE_RECIPIENT": "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
|
|
3522
|
+
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3660
3523
|
},
|
|
3661
|
-
{
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
inputs: [
|
|
3665
|
-
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3666
|
-
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3667
|
-
{
|
|
3668
|
-
name: "contractConfig",
|
|
3669
|
-
internalType: "struct ContractCreationConfig",
|
|
3670
|
-
type: "tuple",
|
|
3671
|
-
components: [
|
|
3672
|
-
{ name: "contractAdmin", internalType: "address", type: "address" },
|
|
3673
|
-
{ name: "contractURI", internalType: "string", type: "string" },
|
|
3674
|
-
{ name: "contractName", internalType: "string", type: "string" }
|
|
3675
|
-
]
|
|
3676
|
-
},
|
|
3677
|
-
{
|
|
3678
|
-
name: "premintConfig",
|
|
3679
|
-
internalType: "struct PremintConfigV2",
|
|
3680
|
-
type: "tuple",
|
|
3681
|
-
components: [
|
|
3682
|
-
{
|
|
3683
|
-
name: "tokenConfig",
|
|
3684
|
-
internalType: "struct TokenCreationConfigV2",
|
|
3685
|
-
type: "tuple",
|
|
3686
|
-
components: [
|
|
3687
|
-
{ name: "tokenURI", internalType: "string", type: "string" },
|
|
3688
|
-
{ name: "maxSupply", internalType: "uint256", type: "uint256" },
|
|
3689
|
-
{
|
|
3690
|
-
name: "maxTokensPerAddress",
|
|
3691
|
-
internalType: "uint64",
|
|
3692
|
-
type: "uint64"
|
|
3693
|
-
},
|
|
3694
|
-
{ name: "pricePerToken", internalType: "uint96", type: "uint96" },
|
|
3695
|
-
{ name: "mintStart", internalType: "uint64", type: "uint64" },
|
|
3696
|
-
{ name: "mintDuration", internalType: "uint64", type: "uint64" },
|
|
3697
|
-
{ name: "royaltyBPS", internalType: "uint32", type: "uint32" },
|
|
3698
|
-
{
|
|
3699
|
-
name: "payoutRecipient",
|
|
3700
|
-
internalType: "address",
|
|
3701
|
-
type: "address"
|
|
3702
|
-
},
|
|
3703
|
-
{
|
|
3704
|
-
name: "fixedPriceMinter",
|
|
3705
|
-
internalType: "address",
|
|
3706
|
-
type: "address"
|
|
3707
|
-
},
|
|
3708
|
-
{
|
|
3709
|
-
name: "createReferral",
|
|
3710
|
-
internalType: "address",
|
|
3711
|
-
type: "address"
|
|
3712
|
-
}
|
|
3713
|
-
]
|
|
3714
|
-
},
|
|
3715
|
-
{ name: "uid", internalType: "uint32", type: "uint32" },
|
|
3716
|
-
{ name: "version", internalType: "uint32", type: "uint32" },
|
|
3717
|
-
{ name: "deleted", internalType: "bool", type: "bool" }
|
|
3718
|
-
]
|
|
3719
|
-
},
|
|
3720
|
-
{ name: "signature", internalType: "bytes", type: "bytes" },
|
|
3721
|
-
{
|
|
3722
|
-
name: "mintArguments",
|
|
3723
|
-
internalType: "struct MintArguments",
|
|
3724
|
-
type: "tuple",
|
|
3725
|
-
components: [
|
|
3726
|
-
{ name: "mintRecipient", internalType: "address", type: "address" },
|
|
3727
|
-
{ name: "mintComment", internalType: "string", type: "string" },
|
|
3728
|
-
{
|
|
3729
|
-
name: "mintRewardsRecipients",
|
|
3730
|
-
internalType: "address[]",
|
|
3731
|
-
type: "address[]"
|
|
3732
|
-
}
|
|
3733
|
-
]
|
|
3734
|
-
},
|
|
3735
|
-
{ name: "signerContract", internalType: "address", type: "address" }
|
|
3736
|
-
],
|
|
3737
|
-
name: "collectPremintV2",
|
|
3738
|
-
outputs: []
|
|
3739
|
-
},
|
|
3740
|
-
{
|
|
3741
|
-
stateMutability: "pure",
|
|
3742
|
-
type: "function",
|
|
3743
|
-
inputs: [],
|
|
3744
|
-
name: "contractVersion",
|
|
3745
|
-
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
3746
|
-
},
|
|
3747
|
-
{
|
|
3748
|
-
stateMutability: "nonpayable",
|
|
3749
|
-
type: "function",
|
|
3750
|
-
inputs: [
|
|
3751
|
-
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3752
|
-
{ name: "pricePerToken", internalType: "uint256", type: "uint256" },
|
|
3753
|
-
{ name: "defaultMintable", internalType: "bool", type: "bool" }
|
|
3754
|
-
],
|
|
3755
|
-
name: "createEthToken",
|
|
3756
|
-
outputs: []
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
stateMutability: "view",
|
|
3760
|
-
type: "function",
|
|
3761
|
-
inputs: [],
|
|
3762
|
-
name: "getEthPrice",
|
|
3763
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
3764
|
-
},
|
|
3765
|
-
{
|
|
3766
|
-
stateMutability: "view",
|
|
3767
|
-
type: "function",
|
|
3768
|
-
inputs: [],
|
|
3769
|
-
name: "implementation",
|
|
3770
|
-
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
3771
|
-
},
|
|
3772
|
-
{
|
|
3773
|
-
stateMutability: "nonpayable",
|
|
3774
|
-
type: "function",
|
|
3775
|
-
inputs: [
|
|
3776
|
-
{ name: "initialOwner", internalType: "address", type: "address" },
|
|
3777
|
-
{ name: "initialEthTokenId", internalType: "uint256", type: "uint256" },
|
|
3778
|
-
{
|
|
3779
|
-
name: "initialEthTokenPrice",
|
|
3780
|
-
internalType: "uint256",
|
|
3781
|
-
type: "uint256"
|
|
3782
|
-
}
|
|
3783
|
-
],
|
|
3784
|
-
name: "initialize",
|
|
3785
|
-
outputs: []
|
|
3786
|
-
},
|
|
3787
|
-
{
|
|
3788
|
-
stateMutability: "view",
|
|
3789
|
-
type: "function",
|
|
3790
|
-
inputs: [
|
|
3791
|
-
{ name: "account", internalType: "address", type: "address" },
|
|
3792
|
-
{ name: "operator", internalType: "address", type: "address" }
|
|
3793
|
-
],
|
|
3794
|
-
name: "isApprovedForAll",
|
|
3795
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3796
|
-
},
|
|
3797
|
-
{
|
|
3798
|
-
stateMutability: "payable",
|
|
3799
|
-
type: "function",
|
|
3800
|
-
inputs: [
|
|
3801
|
-
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
3802
|
-
{ name: "recipient", internalType: "address", type: "address" }
|
|
3803
|
-
],
|
|
3804
|
-
name: "mintWithEth",
|
|
3805
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
3806
|
-
},
|
|
3807
|
-
{
|
|
3808
|
-
stateMutability: "view",
|
|
3809
|
-
type: "function",
|
|
3810
|
-
inputs: [],
|
|
3811
|
-
name: "mintableEthToken",
|
|
3812
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
3813
|
-
},
|
|
3814
|
-
{
|
|
3815
|
-
stateMutability: "pure",
|
|
3816
|
-
type: "function",
|
|
3817
|
-
inputs: [],
|
|
3818
|
-
name: "name",
|
|
3819
|
-
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
3820
|
-
},
|
|
3821
|
-
{
|
|
3822
|
-
stateMutability: "view",
|
|
3823
|
-
type: "function",
|
|
3824
|
-
inputs: [],
|
|
3825
|
-
name: "owner",
|
|
3826
|
-
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
3827
|
-
},
|
|
3828
|
-
{
|
|
3829
|
-
stateMutability: "view",
|
|
3830
|
-
type: "function",
|
|
3831
|
-
inputs: [],
|
|
3832
|
-
name: "pendingOwner",
|
|
3833
|
-
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
3834
|
-
},
|
|
3835
|
-
{
|
|
3836
|
-
stateMutability: "view",
|
|
3837
|
-
type: "function",
|
|
3838
|
-
inputs: [],
|
|
3839
|
-
name: "premintExecutor",
|
|
3840
|
-
outputs: [
|
|
3841
|
-
{ name: "", internalType: "contract IPremintWithMints", type: "address" }
|
|
3842
|
-
]
|
|
3843
|
-
},
|
|
3844
|
-
{
|
|
3845
|
-
stateMutability: "nonpayable",
|
|
3846
|
-
type: "function",
|
|
3847
|
-
inputs: [
|
|
3848
|
-
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3849
|
-
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
3850
|
-
{ name: "recipient", internalType: "address", type: "address" }
|
|
3851
|
-
],
|
|
3852
|
-
name: "redeem",
|
|
3853
|
-
outputs: [
|
|
3854
|
-
{ name: "valueRedeemed", internalType: "uint256", type: "uint256" }
|
|
3855
|
-
]
|
|
3856
|
-
},
|
|
3857
|
-
{
|
|
3858
|
-
stateMutability: "nonpayable",
|
|
3859
|
-
type: "function",
|
|
3860
|
-
inputs: [
|
|
3861
|
-
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3862
|
-
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3863
|
-
{ name: "recipient", internalType: "address", type: "address" }
|
|
3864
|
-
],
|
|
3865
|
-
name: "redeemBatch",
|
|
3866
|
-
outputs: [
|
|
3867
|
-
{ name: "valueRedeemed", internalType: "uint256", type: "uint256" }
|
|
3868
|
-
]
|
|
3869
|
-
},
|
|
3870
|
-
{
|
|
3871
|
-
stateMutability: "nonpayable",
|
|
3872
|
-
type: "function",
|
|
3873
|
-
inputs: [],
|
|
3874
|
-
name: "renounceOwnership",
|
|
3875
|
-
outputs: []
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
stateMutability: "nonpayable",
|
|
3879
|
-
type: "function",
|
|
3880
|
-
inputs: [
|
|
3881
|
-
{ name: "from", internalType: "address", type: "address" },
|
|
3882
|
-
{ name: "to", internalType: "address", type: "address" },
|
|
3883
|
-
{ name: "ids", internalType: "uint256[]", type: "uint256[]" },
|
|
3884
|
-
{ name: "values", internalType: "uint256[]", type: "uint256[]" },
|
|
3885
|
-
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
3886
|
-
],
|
|
3887
|
-
name: "safeBatchTransferFrom",
|
|
3888
|
-
outputs: []
|
|
3889
|
-
},
|
|
3890
|
-
{
|
|
3891
|
-
stateMutability: "nonpayable",
|
|
3892
|
-
type: "function",
|
|
3893
|
-
inputs: [
|
|
3894
|
-
{ name: "from", internalType: "address", type: "address" },
|
|
3895
|
-
{ name: "to", internalType: "address", type: "address" },
|
|
3896
|
-
{ name: "id", internalType: "uint256", type: "uint256" },
|
|
3897
|
-
{ name: "value", internalType: "uint256", type: "uint256" },
|
|
3898
|
-
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
3899
|
-
],
|
|
3900
|
-
name: "safeTransferFrom",
|
|
3901
|
-
outputs: []
|
|
3902
|
-
},
|
|
3903
|
-
{
|
|
3904
|
-
stateMutability: "nonpayable",
|
|
3905
|
-
type: "function",
|
|
3906
|
-
inputs: [
|
|
3907
|
-
{ name: "operator", internalType: "address", type: "address" },
|
|
3908
|
-
{ name: "approved", internalType: "bool", type: "bool" }
|
|
3909
|
-
],
|
|
3910
|
-
name: "setApprovalForAll",
|
|
3911
|
-
outputs: []
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
stateMutability: "nonpayable",
|
|
3915
|
-
type: "function",
|
|
3916
|
-
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
3917
|
-
name: "setMintableEthToken",
|
|
3918
|
-
outputs: []
|
|
3919
|
-
},
|
|
3920
|
-
{
|
|
3921
|
-
stateMutability: "view",
|
|
3922
|
-
type: "function",
|
|
3923
|
-
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
3924
|
-
name: "supportsInterface",
|
|
3925
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3926
|
-
},
|
|
3927
|
-
{
|
|
3928
|
-
stateMutability: "pure",
|
|
3929
|
-
type: "function",
|
|
3930
|
-
inputs: [],
|
|
3931
|
-
name: "symbol",
|
|
3932
|
-
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
3933
|
-
},
|
|
3934
|
-
{
|
|
3935
|
-
stateMutability: "view",
|
|
3936
|
-
type: "function",
|
|
3937
|
-
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
3938
|
-
name: "tokenCreated",
|
|
3939
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3940
|
-
},
|
|
3941
|
-
{
|
|
3942
|
-
stateMutability: "view",
|
|
3943
|
-
type: "function",
|
|
3944
|
-
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
3945
|
-
name: "tokenPrice",
|
|
3946
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
3947
|
-
},
|
|
3948
|
-
{
|
|
3949
|
-
stateMutability: "nonpayable",
|
|
3950
|
-
type: "function",
|
|
3951
|
-
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
3952
|
-
name: "transferOwnership",
|
|
3953
|
-
outputs: []
|
|
3954
|
-
},
|
|
3955
|
-
{
|
|
3956
|
-
stateMutability: "view",
|
|
3957
|
-
type: "function",
|
|
3958
|
-
inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3959
|
-
name: "uri",
|
|
3960
|
-
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
3961
|
-
},
|
|
3962
|
-
{
|
|
3963
|
-
type: "event",
|
|
3964
|
-
anonymous: false,
|
|
3965
|
-
inputs: [
|
|
3966
|
-
{
|
|
3967
|
-
name: "account",
|
|
3968
|
-
internalType: "address",
|
|
3969
|
-
type: "address",
|
|
3970
|
-
indexed: true
|
|
3971
|
-
},
|
|
3972
|
-
{
|
|
3973
|
-
name: "operator",
|
|
3974
|
-
internalType: "address",
|
|
3975
|
-
type: "address",
|
|
3976
|
-
indexed: true
|
|
3977
|
-
},
|
|
3978
|
-
{ name: "approved", internalType: "bool", type: "bool", indexed: false }
|
|
3979
|
-
],
|
|
3980
|
-
name: "ApprovalForAll"
|
|
3981
|
-
},
|
|
3982
|
-
{
|
|
3983
|
-
type: "event",
|
|
3984
|
-
anonymous: false,
|
|
3985
|
-
inputs: [
|
|
3986
|
-
{
|
|
3987
|
-
name: "tokenIds",
|
|
3988
|
-
internalType: "uint256[]",
|
|
3989
|
-
type: "uint256[]",
|
|
3990
|
-
indexed: true
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
name: "quantities",
|
|
3994
|
-
internalType: "uint256[]",
|
|
3995
|
-
type: "uint256[]",
|
|
3996
|
-
indexed: false
|
|
3997
|
-
},
|
|
3998
|
-
{
|
|
3999
|
-
name: "zoraCreator1155Contract",
|
|
4000
|
-
internalType: "address",
|
|
4001
|
-
type: "address",
|
|
4002
|
-
indexed: true
|
|
4003
|
-
},
|
|
4004
|
-
{
|
|
4005
|
-
name: "zoraCreator1155TokenId",
|
|
4006
|
-
internalType: "uint256",
|
|
4007
|
-
type: "uint256",
|
|
4008
|
-
indexed: true
|
|
4009
|
-
}
|
|
4010
|
-
],
|
|
4011
|
-
name: "Collected"
|
|
4012
|
-
},
|
|
4013
|
-
{
|
|
4014
|
-
type: "event",
|
|
4015
|
-
anonymous: false,
|
|
4016
|
-
inputs: [
|
|
4017
|
-
{
|
|
4018
|
-
name: "tokenId",
|
|
4019
|
-
internalType: "uint256",
|
|
4020
|
-
type: "uint256",
|
|
4021
|
-
indexed: true
|
|
4022
|
-
}
|
|
4023
|
-
],
|
|
4024
|
-
name: "EthMintableTokenSet"
|
|
4025
|
-
},
|
|
4026
|
-
{
|
|
4027
|
-
type: "event",
|
|
4028
|
-
anonymous: false,
|
|
4029
|
-
inputs: [
|
|
4030
|
-
{
|
|
4031
|
-
name: "tokenId",
|
|
4032
|
-
internalType: "uint256",
|
|
4033
|
-
type: "uint256",
|
|
4034
|
-
indexed: true
|
|
4035
|
-
},
|
|
4036
|
-
{
|
|
4037
|
-
name: "pricePerToken",
|
|
4038
|
-
internalType: "uint256",
|
|
4039
|
-
type: "uint256",
|
|
4040
|
-
indexed: true
|
|
4041
|
-
}
|
|
4042
|
-
],
|
|
4043
|
-
name: "EthTokenCreated"
|
|
4044
|
-
},
|
|
4045
|
-
{
|
|
4046
|
-
type: "event",
|
|
4047
|
-
anonymous: false,
|
|
4048
|
-
inputs: [
|
|
4049
|
-
{
|
|
4050
|
-
name: "version",
|
|
4051
|
-
internalType: "uint64",
|
|
4052
|
-
type: "uint64",
|
|
4053
|
-
indexed: false
|
|
4054
|
-
}
|
|
4055
|
-
],
|
|
4056
|
-
name: "Initialized"
|
|
4057
|
-
},
|
|
4058
|
-
{
|
|
4059
|
-
type: "event",
|
|
4060
|
-
anonymous: false,
|
|
4061
|
-
inputs: [
|
|
4062
|
-
{
|
|
4063
|
-
name: "previousOwner",
|
|
4064
|
-
internalType: "address",
|
|
4065
|
-
type: "address",
|
|
4066
|
-
indexed: true
|
|
4067
|
-
},
|
|
4068
|
-
{
|
|
4069
|
-
name: "newOwner",
|
|
4070
|
-
internalType: "address",
|
|
4071
|
-
type: "address",
|
|
4072
|
-
indexed: true
|
|
4073
|
-
}
|
|
4074
|
-
],
|
|
4075
|
-
name: "OwnershipTransferStarted"
|
|
4076
|
-
},
|
|
4077
|
-
{
|
|
4078
|
-
type: "event",
|
|
4079
|
-
anonymous: false,
|
|
4080
|
-
inputs: [
|
|
4081
|
-
{
|
|
4082
|
-
name: "previousOwner",
|
|
4083
|
-
internalType: "address",
|
|
4084
|
-
type: "address",
|
|
4085
|
-
indexed: true
|
|
4086
|
-
},
|
|
4087
|
-
{
|
|
4088
|
-
name: "newOwner",
|
|
4089
|
-
internalType: "address",
|
|
4090
|
-
type: "address",
|
|
4091
|
-
indexed: true
|
|
4092
|
-
}
|
|
4093
|
-
],
|
|
4094
|
-
name: "OwnershipTransferred"
|
|
4095
|
-
},
|
|
4096
|
-
{
|
|
4097
|
-
type: "event",
|
|
4098
|
-
anonymous: false,
|
|
4099
|
-
inputs: [
|
|
4100
|
-
{
|
|
4101
|
-
name: "tokenIds",
|
|
4102
|
-
internalType: "uint256[]",
|
|
4103
|
-
type: "uint256[]",
|
|
4104
|
-
indexed: false
|
|
4105
|
-
},
|
|
4106
|
-
{
|
|
4107
|
-
name: "quantities",
|
|
4108
|
-
internalType: "uint256[]",
|
|
4109
|
-
type: "uint256[]",
|
|
4110
|
-
indexed: false
|
|
4111
|
-
},
|
|
4112
|
-
{
|
|
4113
|
-
name: "recipient",
|
|
4114
|
-
internalType: "address",
|
|
4115
|
-
type: "address",
|
|
4116
|
-
indexed: false
|
|
4117
|
-
}
|
|
4118
|
-
],
|
|
4119
|
-
name: "RedeemedBatch"
|
|
4120
|
-
},
|
|
4121
|
-
{
|
|
4122
|
-
type: "event",
|
|
4123
|
-
anonymous: false,
|
|
4124
|
-
inputs: [
|
|
4125
|
-
{
|
|
4126
|
-
name: "operator",
|
|
4127
|
-
internalType: "address",
|
|
4128
|
-
type: "address",
|
|
4129
|
-
indexed: true
|
|
4130
|
-
},
|
|
4131
|
-
{ name: "from", internalType: "address", type: "address", indexed: true },
|
|
4132
|
-
{ name: "to", internalType: "address", type: "address", indexed: true },
|
|
4133
|
-
{
|
|
4134
|
-
name: "ids",
|
|
4135
|
-
internalType: "uint256[]",
|
|
4136
|
-
type: "uint256[]",
|
|
4137
|
-
indexed: false
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
name: "values",
|
|
4141
|
-
internalType: "uint256[]",
|
|
4142
|
-
type: "uint256[]",
|
|
4143
|
-
indexed: false
|
|
4144
|
-
}
|
|
4145
|
-
],
|
|
4146
|
-
name: "TransferBatch"
|
|
4147
|
-
},
|
|
4148
|
-
{
|
|
4149
|
-
type: "event",
|
|
4150
|
-
anonymous: false,
|
|
4151
|
-
inputs: [
|
|
4152
|
-
{
|
|
4153
|
-
name: "operator",
|
|
4154
|
-
internalType: "address",
|
|
4155
|
-
type: "address",
|
|
4156
|
-
indexed: true
|
|
4157
|
-
},
|
|
4158
|
-
{ name: "from", internalType: "address", type: "address", indexed: true },
|
|
4159
|
-
{ name: "to", internalType: "address", type: "address", indexed: true },
|
|
4160
|
-
{ name: "id", internalType: "uint256", type: "uint256", indexed: false },
|
|
4161
|
-
{
|
|
4162
|
-
name: "value",
|
|
4163
|
-
internalType: "uint256",
|
|
4164
|
-
type: "uint256",
|
|
4165
|
-
indexed: false
|
|
4166
|
-
}
|
|
4167
|
-
],
|
|
4168
|
-
name: "TransferSingle"
|
|
4169
|
-
},
|
|
4170
|
-
{
|
|
4171
|
-
type: "event",
|
|
4172
|
-
anonymous: false,
|
|
4173
|
-
inputs: [
|
|
4174
|
-
{ name: "value", internalType: "string", type: "string", indexed: false },
|
|
4175
|
-
{ name: "id", internalType: "uint256", type: "uint256", indexed: true }
|
|
4176
|
-
],
|
|
4177
|
-
name: "URI"
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
type: "error",
|
|
4181
|
-
inputs: [
|
|
4182
|
-
{ name: "operator", internalType: "address", type: "address" },
|
|
4183
|
-
{ name: "user", internalType: "address", type: "address" }
|
|
4184
|
-
],
|
|
4185
|
-
name: "Burn_NotOwnerOrApproved"
|
|
4186
|
-
},
|
|
4187
|
-
{
|
|
4188
|
-
type: "error",
|
|
4189
|
-
inputs: [{ name: "reason", internalType: "bytes", type: "bytes" }],
|
|
4190
|
-
name: "CallFailed"
|
|
4191
|
-
},
|
|
4192
|
-
{ type: "error", inputs: [], name: "Call_TokenIdMismatch" },
|
|
4193
|
-
{ type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
|
|
4194
|
-
{
|
|
4195
|
-
type: "error",
|
|
4196
|
-
inputs: [
|
|
4197
|
-
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
4198
|
-
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
4199
|
-
{ name: "totalMinted", internalType: "uint256", type: "uint256" },
|
|
4200
|
-
{ name: "maxSupply", internalType: "uint256", type: "uint256" }
|
|
4201
|
-
],
|
|
4202
|
-
name: "CannotMintMoreTokens"
|
|
4203
|
-
},
|
|
4204
|
-
{
|
|
4205
|
-
type: "error",
|
|
4206
|
-
inputs: [
|
|
4207
|
-
{ name: "proposedAddress", internalType: "address", type: "address" }
|
|
4208
|
-
],
|
|
4209
|
-
name: "Config_TransferHookNotSupported"
|
|
4210
|
-
},
|
|
4211
|
-
{
|
|
4212
|
-
type: "error",
|
|
4213
|
-
inputs: [
|
|
4214
|
-
{ name: "sender", internalType: "address", type: "address" },
|
|
4215
|
-
{ name: "balance", internalType: "uint256", type: "uint256" },
|
|
4216
|
-
{ name: "needed", internalType: "uint256", type: "uint256" },
|
|
4217
|
-
{ name: "tokenId", internalType: "uint256", type: "uint256" }
|
|
4218
|
-
],
|
|
4219
|
-
name: "ERC1155InsufficientBalance"
|
|
4220
|
-
},
|
|
4221
|
-
{
|
|
4222
|
-
type: "error",
|
|
4223
|
-
inputs: [{ name: "approver", internalType: "address", type: "address" }],
|
|
4224
|
-
name: "ERC1155InvalidApprover"
|
|
4225
|
-
},
|
|
4226
|
-
{
|
|
4227
|
-
type: "error",
|
|
4228
|
-
inputs: [
|
|
4229
|
-
{ name: "idsLength", internalType: "uint256", type: "uint256" },
|
|
4230
|
-
{ name: "valuesLength", internalType: "uint256", type: "uint256" }
|
|
4231
|
-
],
|
|
4232
|
-
name: "ERC1155InvalidArrayLength"
|
|
4233
|
-
},
|
|
4234
|
-
{
|
|
4235
|
-
type: "error",
|
|
4236
|
-
inputs: [{ name: "operator", internalType: "address", type: "address" }],
|
|
4237
|
-
name: "ERC1155InvalidOperator"
|
|
4238
|
-
},
|
|
4239
|
-
{
|
|
4240
|
-
type: "error",
|
|
4241
|
-
inputs: [{ name: "receiver", internalType: "address", type: "address" }],
|
|
4242
|
-
name: "ERC1155InvalidReceiver"
|
|
4243
|
-
},
|
|
4244
|
-
{
|
|
4245
|
-
type: "error",
|
|
4246
|
-
inputs: [{ name: "sender", internalType: "address", type: "address" }],
|
|
4247
|
-
name: "ERC1155InvalidSender"
|
|
4248
|
-
},
|
|
4249
|
-
{
|
|
4250
|
-
type: "error",
|
|
4251
|
-
inputs: [
|
|
4252
|
-
{ name: "operator", internalType: "address", type: "address" },
|
|
4253
|
-
{ name: "owner", internalType: "address", type: "address" }
|
|
4254
|
-
],
|
|
4255
|
-
name: "ERC1155MissingApprovalForAll"
|
|
4256
|
-
},
|
|
4257
|
-
{ type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
|
|
4258
|
-
{
|
|
4259
|
-
type: "error",
|
|
4260
|
-
inputs: [
|
|
4261
|
-
{ name: "recipient", internalType: "address", type: "address" },
|
|
4262
|
-
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
4263
|
-
],
|
|
4264
|
-
name: "ETHWithdrawFailed"
|
|
4265
|
-
},
|
|
4266
|
-
{
|
|
4267
|
-
type: "error",
|
|
4268
|
-
inputs: [
|
|
4269
|
-
{ name: "amount", internalType: "uint256", type: "uint256" },
|
|
4270
|
-
{ name: "contractValue", internalType: "uint256", type: "uint256" }
|
|
4271
|
-
],
|
|
4272
|
-
name: "FundsWithdrawInsolvent"
|
|
4273
|
-
},
|
|
4274
|
-
{ type: "error", inputs: [], name: "IncorrectAmountSent" },
|
|
4275
|
-
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
4276
|
-
{
|
|
4277
|
-
type: "error",
|
|
4278
|
-
inputs: [
|
|
4279
|
-
{ name: "mintTo", internalType: "address", type: "address" },
|
|
4280
|
-
{ name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
|
|
4281
|
-
{ name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
|
|
4282
|
-
],
|
|
4283
|
-
name: "InvalidMerkleProof"
|
|
4284
|
-
},
|
|
4285
|
-
{ type: "error", inputs: [], name: "InvalidMintSchedule" },
|
|
4286
|
-
{ type: "error", inputs: [], name: "InvalidSignature" },
|
|
4287
|
-
{ type: "error", inputs: [], name: "InvalidSignatureVersion" },
|
|
4288
|
-
{
|
|
4289
|
-
type: "error",
|
|
4290
|
-
inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
|
|
4291
|
-
name: "InvalidSigner"
|
|
4292
|
-
},
|
|
4293
|
-
{ type: "error", inputs: [], name: "InvalidTokenPrice" },
|
|
4294
|
-
{ type: "error", inputs: [], name: "MintNotYetStarted" },
|
|
4295
|
-
{ type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
|
|
4296
|
-
{ type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
|
|
4297
|
-
{ type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
|
|
4298
|
-
{ type: "error", inputs: [], name: "Mint_UnknownCommand" },
|
|
4299
|
-
{ type: "error", inputs: [], name: "Mint_ValueTransferFail" },
|
|
4300
|
-
{ type: "error", inputs: [], name: "MinterContractAlreadyExists" },
|
|
4301
|
-
{ type: "error", inputs: [], name: "MinterContractDoesNotExist" },
|
|
4302
|
-
{ type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
|
|
4303
|
-
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
4304
|
-
{
|
|
4305
|
-
type: "error",
|
|
4306
|
-
inputs: [{ name: "owner", internalType: "address", type: "address" }],
|
|
4307
|
-
name: "OwnableInvalidOwner"
|
|
4308
|
-
},
|
|
4309
|
-
{
|
|
4310
|
-
type: "error",
|
|
4311
|
-
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
4312
|
-
name: "OwnableUnauthorizedAccount"
|
|
4313
|
-
},
|
|
4314
|
-
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
4315
|
-
{
|
|
4316
|
-
type: "error",
|
|
4317
|
-
inputs: [
|
|
4318
|
-
{ name: "caller", internalType: "address", type: "address" },
|
|
4319
|
-
{ name: "recipient", internalType: "address", type: "address" },
|
|
4320
|
-
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
4321
|
-
],
|
|
4322
|
-
name: "ProtocolRewardsWithdrawFailed"
|
|
4323
|
-
},
|
|
4324
|
-
{ type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
|
|
4325
|
-
{ type: "error", inputs: [], name: "SaleEnded" },
|
|
4326
|
-
{ type: "error", inputs: [], name: "SaleHasNotStarted" },
|
|
4327
|
-
{
|
|
4328
|
-
type: "error",
|
|
4329
|
-
inputs: [
|
|
4330
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4331
|
-
],
|
|
4332
|
-
name: "Sale_CannotCallNonSalesContract"
|
|
4333
|
-
},
|
|
4334
|
-
{ type: "error", inputs: [], name: "TokenAlreadyCreated" },
|
|
4335
|
-
{ type: "error", inputs: [], name: "TokenDoesNotExist" },
|
|
4336
|
-
{
|
|
4337
|
-
type: "error",
|
|
4338
|
-
inputs: [
|
|
4339
|
-
{ name: "expected", internalType: "uint256", type: "uint256" },
|
|
4340
|
-
{ name: "actual", internalType: "uint256", type: "uint256" }
|
|
4341
|
-
],
|
|
4342
|
-
name: "TokenIdMismatch"
|
|
4343
|
-
},
|
|
4344
|
-
{ type: "error", inputs: [], name: "TransferFailed" },
|
|
4345
|
-
{
|
|
4346
|
-
type: "error",
|
|
4347
|
-
inputs: [
|
|
4348
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
4349
|
-
{ name: "limit", internalType: "uint256", type: "uint256" },
|
|
4350
|
-
{ name: "requestedAmount", internalType: "uint256", type: "uint256" }
|
|
4351
|
-
],
|
|
4352
|
-
name: "UserExceedsMintLimit"
|
|
4353
|
-
},
|
|
4354
|
-
{
|
|
4355
|
-
type: "error",
|
|
4356
|
-
inputs: [
|
|
4357
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
4358
|
-
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
4359
|
-
{ name: "role", internalType: "uint256", type: "uint256" }
|
|
4360
|
-
],
|
|
4361
|
-
name: "UserMissingRoleForToken"
|
|
4362
|
-
},
|
|
4363
|
-
{ type: "error", inputs: [], name: "WrongValueSent" },
|
|
4364
|
-
{
|
|
4365
|
-
type: "error",
|
|
4366
|
-
inputs: [],
|
|
4367
|
-
name: "premintSignerContractFailedToRecoverSigner"
|
|
4368
|
-
},
|
|
4369
|
-
{ type: "error", inputs: [], name: "premintSignerContractNotAContract" }
|
|
4370
|
-
];
|
|
4371
|
-
var zoraMintsAddress = {
|
|
4372
|
-
999999999: "0x77777773dE7607C8d2eF571ba03ab22a7df64CEA"
|
|
4373
|
-
};
|
|
4374
|
-
var zoraMintsConfig = {
|
|
4375
|
-
address: zoraMintsAddress,
|
|
4376
|
-
abi: zoraMintsABI
|
|
4377
|
-
};
|
|
4378
|
-
|
|
4379
|
-
// src/generated/1155.ts
|
|
4380
|
-
var __exports = {};
|
|
4381
|
-
__export(__exports, {
|
|
4382
|
-
addresses: () => addresses,
|
|
4383
|
-
chainConfigs: () => chainConfigs
|
|
4384
|
-
});
|
|
4385
|
-
var chainConfigs = {
|
|
4386
|
-
"1": {
|
|
4387
|
-
"FACTORY_OWNER": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
4388
|
-
"MINT_FEE_RECIPIENT": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
|
|
4389
|
-
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4390
|
-
},
|
|
4391
|
-
"10": {
|
|
4392
|
-
"FACTORY_OWNER": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
4393
|
-
"MINT_FEE_RECIPIENT": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
|
|
4394
|
-
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4395
|
-
},
|
|
4396
|
-
"999": {
|
|
4397
|
-
"FACTORY_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
4398
|
-
"MINT_FEE_RECIPIENT": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
4399
|
-
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4400
|
-
},
|
|
4401
|
-
"8453": {
|
|
4402
|
-
"FACTORY_OWNER": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
4403
|
-
"MINT_FEE_RECIPIENT": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
|
|
4404
|
-
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4405
|
-
},
|
|
4406
|
-
"42161": {
|
|
4407
|
-
"FACTORY_OWNER": "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
|
|
4408
|
-
"MINT_FEE_RECIPIENT": "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
|
|
3524
|
+
"81457": {
|
|
3525
|
+
"FACTORY_OWNER": "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
|
|
3526
|
+
"MINT_FEE_RECIPIENT": "0x72E6394056f9152D3a41e5A25De383c191D16134",
|
|
4409
3527
|
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4410
3528
|
},
|
|
4411
3529
|
"421614": {
|
|
@@ -4423,6 +3541,11 @@ var chainConfigs = {
|
|
|
4423
3541
|
"MINT_FEE_RECIPIENT": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
4424
3542
|
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4425
3543
|
},
|
|
3544
|
+
"168587773": {
|
|
3545
|
+
"FACTORY_OWNER": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
|
|
3546
|
+
"MINT_FEE_RECIPIENT": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
|
|
3547
|
+
"PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3548
|
+
},
|
|
4426
3549
|
"999999999": {
|
|
4427
3550
|
"FACTORY_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
|
|
4428
3551
|
"MINT_FEE_RECIPIENT": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
|
|
@@ -4443,20 +3566,6 @@ var addresses = {
|
|
|
4443
3566
|
"UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
4444
3567
|
"timestamp": 1704400466
|
|
4445
3568
|
},
|
|
4446
|
-
"5": {
|
|
4447
|
-
"CONTRACT_1155_IMPL": "0xa5f8577cCA2eE9d5577E76385dB1Af51517c76bb",
|
|
4448
|
-
"CONTRACT_1155_IMPL_VERSION": "2.7.0",
|
|
4449
|
-
"FACTORY_IMPL": "0xd74AB2EE2117C647f19de0D44FE56c56953Bd05d",
|
|
4450
|
-
"FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
4451
|
-
"FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
4452
|
-
"MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
4453
|
-
"PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
|
|
4454
|
-
"PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
4455
|
-
"REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
|
|
4456
|
-
"UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
4457
|
-
"timestamp": 1703007708,
|
|
4458
|
-
"commit": "bdf6682"
|
|
4459
|
-
},
|
|
4460
3569
|
"10": {
|
|
4461
3570
|
"CONTRACT_1155_IMPL": "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
|
|
4462
3571
|
"CONTRACT_1155_IMPL_VERSION": "2.7.0",
|
|
@@ -4509,6 +3618,19 @@ var addresses = {
|
|
|
4509
3618
|
"UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
4510
3619
|
"timestamp": 1704914719
|
|
4511
3620
|
},
|
|
3621
|
+
"81457": {
|
|
3622
|
+
"CONTRACT_1155_IMPL": "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
|
|
3623
|
+
"CONTRACT_1155_IMPL_VERSION": "2.7.1",
|
|
3624
|
+
"FACTORY_IMPL": "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
|
|
3625
|
+
"FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
3626
|
+
"FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
|
|
3627
|
+
"MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
|
|
3628
|
+
"PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
|
|
3629
|
+
"PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
3630
|
+
"REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
|
|
3631
|
+
"UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
3632
|
+
"timestamp": 1709235955
|
|
3633
|
+
},
|
|
4512
3634
|
"421614": {
|
|
4513
3635
|
"CONTRACT_1155_IMPL": "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
|
|
4514
3636
|
"CONTRACT_1155_IMPL_VERSION": "2.7.0",
|
|
@@ -4548,10 +3670,23 @@ var addresses = {
|
|
|
4548
3670
|
"UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
4549
3671
|
"timestamp": 1704336497
|
|
4550
3672
|
},
|
|
3673
|
+
"168587773": {
|
|
3674
|
+
"CONTRACT_1155_IMPL": "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
|
|
3675
|
+
"CONTRACT_1155_IMPL_VERSION": "2.7.1",
|
|
3676
|
+
"FACTORY_IMPL": "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
|
|
3677
|
+
"FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
3678
|
+
"FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
|
|
3679
|
+
"MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
|
|
3680
|
+
"PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
|
|
3681
|
+
"PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
3682
|
+
"REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
|
|
3683
|
+
"UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
3684
|
+
"timestamp": 1709234007
|
|
3685
|
+
},
|
|
4551
3686
|
"999999999": {
|
|
4552
|
-
"CONTRACT_1155_IMPL": "
|
|
4553
|
-
"CONTRACT_1155_IMPL_VERSION": "2.
|
|
4554
|
-
"FACTORY_IMPL": "
|
|
3687
|
+
"CONTRACT_1155_IMPL": "0x980170C861E723309628a27c27397a955920F968",
|
|
3688
|
+
"CONTRACT_1155_IMPL_VERSION": "2.7.0",
|
|
3689
|
+
"FACTORY_IMPL": "0xcea530A0d2d158500E248a59682a1D230c2422F7",
|
|
4555
3690
|
"FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
4556
3691
|
"FIXED_PRICE_SALE_STRATEGY": "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
|
|
4557
3692
|
"MERKLE_MINT_SALE_STRATEGY": "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
|
|
@@ -4559,63 +3694,12 @@ var addresses = {
|
|
|
4559
3694
|
"PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
4560
3695
|
"REDEEM_MINTER_FACTORY": "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
|
|
4561
3696
|
"UPGRADE_GATE": "0x0000000000000000000000000000000000000000",
|
|
4562
|
-
"timestamp":
|
|
4563
|
-
|
|
4564
|
-
};
|
|
4565
|
-
|
|
4566
|
-
// src/generated/mints.ts
|
|
4567
|
-
var mints_exports = {};
|
|
4568
|
-
__export(mints_exports, {
|
|
4569
|
-
addresses: () => addresses2,
|
|
4570
|
-
chainConfigs: () => chainConfigs2
|
|
4571
|
-
});
|
|
4572
|
-
var chainConfigs2 = {
|
|
4573
|
-
"1": {
|
|
4574
|
-
"PROXY_ADMIN": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
4575
|
-
"MINTS_OWNER": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
|
|
4576
|
-
},
|
|
4577
|
-
"10": {
|
|
4578
|
-
"PROXY_ADMIN": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
4579
|
-
"MINTS_OWNER": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
|
|
4580
|
-
},
|
|
4581
|
-
"420": {
|
|
4582
|
-
"PROXY_ADMIN": "0xbb45052B2260707655Dfd916a416264f5981192c",
|
|
4583
|
-
"MINTS_OWNER": "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
|
|
4584
|
-
},
|
|
4585
|
-
"999": {
|
|
4586
|
-
"PROXY_ADMIN": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
4587
|
-
"MINTS_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
|
|
4588
|
-
},
|
|
4589
|
-
"8453": {
|
|
4590
|
-
"PROXY_ADMIN": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
4591
|
-
"MINTS_OWNER": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
|
|
4592
|
-
},
|
|
4593
|
-
"84531": {
|
|
4594
|
-
"PROXY_ADMIN": "0x02539E813cA450C2c7334e885423f4A899a063Fe",
|
|
4595
|
-
"MINTS_OWNER": "0x02539E813cA450C2c7334e885423f4A899a063Fe"
|
|
4596
|
-
},
|
|
4597
|
-
"7777777": {
|
|
4598
|
-
"PROXY_ADMIN": "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
|
|
4599
|
-
"MINTS_OWNER": "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
|
|
4600
|
-
},
|
|
4601
|
-
"11155111": {
|
|
4602
|
-
"PROXY_ADMIN": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
4603
|
-
"MINTS_OWNER": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
|
|
4604
|
-
},
|
|
4605
|
-
"999999999": {
|
|
4606
|
-
"PROXY_ADMIN": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
|
|
4607
|
-
"MINTS_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
|
|
4608
|
-
}
|
|
4609
|
-
};
|
|
4610
|
-
var addresses2 = {
|
|
4611
|
-
"999999999": {
|
|
4612
|
-
"MINTS_IMPL": "0x5b2fb64107De3a1E843592488D45500E35dE9494",
|
|
4613
|
-
"MINTS_IMPL_VERSION": "0.1.0-MINT.0"
|
|
3697
|
+
"timestamp": 1703007364,
|
|
3698
|
+
"commit": "bdf6682"
|
|
4614
3699
|
}
|
|
4615
3700
|
};
|
|
4616
3701
|
export {
|
|
4617
3702
|
__exports as contracts1155,
|
|
4618
|
-
mints_exports as mints,
|
|
4619
3703
|
zoraCreator1155FactoryImplABI,
|
|
4620
3704
|
zoraCreator1155FactoryImplAddress,
|
|
4621
3705
|
zoraCreator1155FactoryImplConfig,
|
|
@@ -4631,9 +3715,6 @@ export {
|
|
|
4631
3715
|
zoraCreatorMerkleMinterStrategyConfig,
|
|
4632
3716
|
zoraCreatorRedeemMinterFactoryABI,
|
|
4633
3717
|
zoraCreatorRedeemMinterFactoryAddress,
|
|
4634
|
-
zoraCreatorRedeemMinterFactoryConfig
|
|
4635
|
-
zoraMintsABI,
|
|
4636
|
-
zoraMintsAddress,
|
|
4637
|
-
zoraMintsConfig
|
|
3718
|
+
zoraCreatorRedeemMinterFactoryConfig
|
|
4638
3719
|
};
|
|
4639
3720
|
//# sourceMappingURL=index.js.map
|