@zoralabs/protocol-deployments 0.1.5-NUMBERKEYS.0 → 0.1.5
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/.turbo/turbo-build.log +31 -0
- package/CHANGELOG.md +3 -2
- package/dist/addresses.d.ts +164 -0
- package/dist/addresses.d.ts.map +1 -0
- package/dist/generated/1155.d.ts +19 -1
- package/dist/generated/1155.d.ts.map +1 -1
- package/dist/generated/mints.d.ts +51 -0
- package/dist/generated/mints.d.ts.map +1 -0
- package/dist/generated/wagmi.d.ts +5864 -459
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +1920 -140
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1908 -139
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
- package/src/addresses.ts +163 -0
- package/src/generated/1155.ts +29 -11
- package/src/generated/mints.ts +52 -0
- package/src/generated/wagmi.ts +1835 -78
- package/src/index.ts +1 -0
- package/tsconfig.build.json +10 -0
- package/tsup.config.ts +11 -0
- package/wagmi.config.ts +170 -0
- package/json/1155.json +0 -212
- package/json/mints.json +0 -46
package/dist/index.js
CHANGED
|
@@ -5,6 +5,115 @@ var __export = (target, all) => {
|
|
|
5
5
|
};
|
|
6
6
|
|
|
7
7
|
// src/generated/wagmi.ts
|
|
8
|
+
var iUnwrapAndForwardActionABI = [
|
|
9
|
+
{
|
|
10
|
+
stateMutability: "payable",
|
|
11
|
+
type: "function",
|
|
12
|
+
inputs: [
|
|
13
|
+
{ name: "receiverAddress", internalType: "address", type: "address" },
|
|
14
|
+
{ name: "call", internalType: "bytes", type: "bytes" },
|
|
15
|
+
{ name: "valueToSend", internalType: "uint256", type: "uint256" }
|
|
16
|
+
],
|
|
17
|
+
name: "callWithEth",
|
|
18
|
+
outputs: []
|
|
19
|
+
}
|
|
20
|
+
];
|
|
21
|
+
var mintsEthUnwrapperAndCallerABI = [
|
|
22
|
+
{
|
|
23
|
+
stateMutability: "nonpayable",
|
|
24
|
+
type: "constructor",
|
|
25
|
+
inputs: [
|
|
26
|
+
{
|
|
27
|
+
name: "_zoraMints1155",
|
|
28
|
+
internalType: "contract IZoraMints1155",
|
|
29
|
+
type: "address"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
{ stateMutability: "payable", type: "receive" },
|
|
34
|
+
{
|
|
35
|
+
stateMutability: "nonpayable",
|
|
36
|
+
type: "function",
|
|
37
|
+
inputs: [
|
|
38
|
+
{ name: "", internalType: "address", type: "address" },
|
|
39
|
+
{ name: "from", internalType: "address", type: "address" },
|
|
40
|
+
{ name: "ids", internalType: "uint256[]", type: "uint256[]" },
|
|
41
|
+
{ name: "values", internalType: "uint256[]", type: "uint256[]" },
|
|
42
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
43
|
+
],
|
|
44
|
+
name: "onERC1155BatchReceived",
|
|
45
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
stateMutability: "nonpayable",
|
|
49
|
+
type: "function",
|
|
50
|
+
inputs: [
|
|
51
|
+
{ name: "", internalType: "address", type: "address" },
|
|
52
|
+
{ name: "from", internalType: "address", type: "address" },
|
|
53
|
+
{ name: "id", internalType: "uint256", type: "uint256" },
|
|
54
|
+
{ name: "value", internalType: "uint256", type: "uint256" },
|
|
55
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
56
|
+
],
|
|
57
|
+
name: "onERC1155Received",
|
|
58
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
stateMutability: "payable",
|
|
62
|
+
type: "function",
|
|
63
|
+
inputs: [
|
|
64
|
+
{
|
|
65
|
+
name: "permit",
|
|
66
|
+
internalType: "struct IZoraMints1155Managed.PermitBatch",
|
|
67
|
+
type: "tuple",
|
|
68
|
+
components: [
|
|
69
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
70
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
71
|
+
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
72
|
+
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
73
|
+
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
74
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
75
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
79
|
+
],
|
|
80
|
+
name: "permitWithAdditionalValue",
|
|
81
|
+
outputs: []
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: "error",
|
|
85
|
+
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
86
|
+
name: "AddressInsufficientBalance"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
type: "error",
|
|
90
|
+
inputs: [{ name: "data", internalType: "bytes", type: "bytes" }],
|
|
91
|
+
name: "CallFailed"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: "error",
|
|
95
|
+
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
96
|
+
name: "ERC20NotSupported"
|
|
97
|
+
},
|
|
98
|
+
{ type: "error", inputs: [], name: "FailedInnerCall" },
|
|
99
|
+
{ type: "error", inputs: [], name: "NotExpectingReceive" },
|
|
100
|
+
{ type: "error", inputs: [], name: "NotZoraMints1155" },
|
|
101
|
+
{ type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
|
|
102
|
+
{
|
|
103
|
+
type: "error",
|
|
104
|
+
inputs: [{ name: "data", internalType: "bytes", type: "bytes" }],
|
|
105
|
+
name: "TransferFailed"
|
|
106
|
+
},
|
|
107
|
+
{ type: "error", inputs: [], name: "UnknownUserAction" }
|
|
108
|
+
];
|
|
109
|
+
var mintsEthUnwrapperAndCallerAddress = {
|
|
110
|
+
7777777: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
|
|
111
|
+
999999999: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC"
|
|
112
|
+
};
|
|
113
|
+
var mintsEthUnwrapperAndCallerConfig = {
|
|
114
|
+
address: mintsEthUnwrapperAndCallerAddress,
|
|
115
|
+
abi: mintsEthUnwrapperAndCallerABI
|
|
116
|
+
};
|
|
8
117
|
var zoraCreator1155FactoryImplABI = [
|
|
9
118
|
{
|
|
10
119
|
stateMutability: "nonpayable",
|
|
@@ -485,6 +594,7 @@ var zoraCreator1155FactoryImplAddress = {
|
|
|
485
594
|
8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
486
595
|
42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
487
596
|
81457: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
597
|
+
84532: "0x8cfbF874A12b346115003532119C29f6B56719CB",
|
|
488
598
|
421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
489
599
|
7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
490
600
|
11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
@@ -502,7 +612,8 @@ var zoraCreator1155ImplABI = [
|
|
|
502
612
|
inputs: [
|
|
503
613
|
{ name: "_mintFeeRecipient", internalType: "address", type: "address" },
|
|
504
614
|
{ name: "_upgradeGate", internalType: "address", type: "address" },
|
|
505
|
-
{ name: "_protocolRewards", internalType: "address", type: "address" }
|
|
615
|
+
{ name: "_protocolRewards", internalType: "address", type: "address" },
|
|
616
|
+
{ name: "_mints", internalType: "address", type: "address" }
|
|
506
617
|
]
|
|
507
618
|
},
|
|
508
619
|
{ stateMutability: "payable", type: "receive" },
|
|
@@ -571,18 +682,6 @@ var zoraCreator1155ImplABI = [
|
|
|
571
682
|
name: "adminMint",
|
|
572
683
|
outputs: []
|
|
573
684
|
},
|
|
574
|
-
{
|
|
575
|
-
stateMutability: "nonpayable",
|
|
576
|
-
type: "function",
|
|
577
|
-
inputs: [
|
|
578
|
-
{ name: "recipient", internalType: "address", type: "address" },
|
|
579
|
-
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
580
|
-
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
581
|
-
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
582
|
-
],
|
|
583
|
-
name: "adminMintBatch",
|
|
584
|
-
outputs: []
|
|
585
|
-
},
|
|
586
685
|
{
|
|
587
686
|
stateMutability: "view",
|
|
588
687
|
type: "function",
|
|
@@ -651,71 +750,10 @@ var zoraCreator1155ImplABI = [
|
|
|
651
750
|
{
|
|
652
751
|
stateMutability: "pure",
|
|
653
752
|
type: "function",
|
|
654
|
-
inputs: [
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
name: "",
|
|
659
|
-
internalType: "struct RewardsSettings",
|
|
660
|
-
type: "tuple",
|
|
661
|
-
components: [
|
|
662
|
-
{ name: "creatorReward", internalType: "uint256", type: "uint256" },
|
|
663
|
-
{
|
|
664
|
-
name: "createReferralReward",
|
|
665
|
-
internalType: "uint256",
|
|
666
|
-
type: "uint256"
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
name: "mintReferralReward",
|
|
670
|
-
internalType: "uint256",
|
|
671
|
-
type: "uint256"
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
name: "firstMinterReward",
|
|
675
|
-
internalType: "uint256",
|
|
676
|
-
type: "uint256"
|
|
677
|
-
},
|
|
678
|
-
{ name: "zoraReward", internalType: "uint256", type: "uint256" }
|
|
679
|
-
]
|
|
680
|
-
}
|
|
681
|
-
]
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
stateMutability: "pure",
|
|
685
|
-
type: "function",
|
|
686
|
-
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
687
|
-
name: "computePaidMintRewards",
|
|
688
|
-
outputs: [
|
|
689
|
-
{
|
|
690
|
-
name: "",
|
|
691
|
-
internalType: "struct RewardsSettings",
|
|
692
|
-
type: "tuple",
|
|
693
|
-
components: [
|
|
694
|
-
{ name: "creatorReward", internalType: "uint256", type: "uint256" },
|
|
695
|
-
{
|
|
696
|
-
name: "createReferralReward",
|
|
697
|
-
internalType: "uint256",
|
|
698
|
-
type: "uint256"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
name: "mintReferralReward",
|
|
702
|
-
internalType: "uint256",
|
|
703
|
-
type: "uint256"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
name: "firstMinterReward",
|
|
707
|
-
internalType: "uint256",
|
|
708
|
-
type: "uint256"
|
|
709
|
-
},
|
|
710
|
-
{ name: "zoraReward", internalType: "uint256", type: "uint256" }
|
|
711
|
-
]
|
|
712
|
-
}
|
|
713
|
-
]
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
stateMutability: "pure",
|
|
717
|
-
type: "function",
|
|
718
|
-
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
753
|
+
inputs: [
|
|
754
|
+
{ name: "mintPrice", internalType: "uint256", type: "uint256" },
|
|
755
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" }
|
|
756
|
+
],
|
|
719
757
|
name: "computeTotalReward",
|
|
720
758
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
721
759
|
},
|
|
@@ -778,7 +816,7 @@ var zoraCreator1155ImplABI = [
|
|
|
778
816
|
{ name: "premintConfig", internalType: "bytes", type: "bytes" },
|
|
779
817
|
{ name: "premintVersion", internalType: "bytes32", type: "bytes32" },
|
|
780
818
|
{ name: "signature", internalType: "bytes", type: "bytes" },
|
|
781
|
-
{ name: "
|
|
819
|
+
{ name: "firstMinter", internalType: "address", type: "address" },
|
|
782
820
|
{
|
|
783
821
|
name: "premintSignerContract",
|
|
784
822
|
internalType: "address",
|
|
@@ -953,12 +991,32 @@ var zoraCreator1155ImplABI = [
|
|
|
953
991
|
outputs: []
|
|
954
992
|
},
|
|
955
993
|
{
|
|
956
|
-
stateMutability: "
|
|
994
|
+
stateMutability: "view",
|
|
957
995
|
type: "function",
|
|
958
996
|
inputs: [],
|
|
959
997
|
name: "mintFee",
|
|
960
998
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
961
999
|
},
|
|
1000
|
+
{
|
|
1001
|
+
stateMutability: "payable",
|
|
1002
|
+
type: "function",
|
|
1003
|
+
inputs: [
|
|
1004
|
+
{ name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
1005
|
+
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
1006
|
+
{ name: "minter", internalType: "contract IMinter1155", type: "address" },
|
|
1007
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
1008
|
+
{
|
|
1009
|
+
name: "rewardsRecipients",
|
|
1010
|
+
internalType: "address[]",
|
|
1011
|
+
type: "address[]"
|
|
1012
|
+
},
|
|
1013
|
+
{ name: "minterArguments", internalType: "bytes", type: "bytes" }
|
|
1014
|
+
],
|
|
1015
|
+
name: "mintWithMints",
|
|
1016
|
+
outputs: [
|
|
1017
|
+
{ name: "quantityMinted", internalType: "uint256", type: "uint256" }
|
|
1018
|
+
]
|
|
1019
|
+
},
|
|
962
1020
|
{
|
|
963
1021
|
stateMutability: "payable",
|
|
964
1022
|
type: "function",
|
|
@@ -993,6 +1051,32 @@ var zoraCreator1155ImplABI = [
|
|
|
993
1051
|
name: "nextTokenId",
|
|
994
1052
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
995
1053
|
},
|
|
1054
|
+
{
|
|
1055
|
+
stateMutability: "view",
|
|
1056
|
+
type: "function",
|
|
1057
|
+
inputs: [
|
|
1058
|
+
{ name: "", internalType: "address", type: "address" },
|
|
1059
|
+
{ name: "", internalType: "address", type: "address" },
|
|
1060
|
+
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
1061
|
+
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
1062
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
1063
|
+
],
|
|
1064
|
+
name: "onERC1155BatchReceived",
|
|
1065
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
stateMutability: "view",
|
|
1069
|
+
type: "function",
|
|
1070
|
+
inputs: [
|
|
1071
|
+
{ name: "", internalType: "address", type: "address" },
|
|
1072
|
+
{ name: "", internalType: "address", type: "address" },
|
|
1073
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
1074
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
1075
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
1076
|
+
],
|
|
1077
|
+
name: "onERC1155Received",
|
|
1078
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
1079
|
+
},
|
|
996
1080
|
{
|
|
997
1081
|
stateMutability: "view",
|
|
998
1082
|
type: "function",
|
|
@@ -1841,7 +1925,9 @@ var zoraCreator1155ImplABI = [
|
|
|
1841
1925
|
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
1842
1926
|
name: "NoRendererForToken"
|
|
1843
1927
|
},
|
|
1928
|
+
{ type: "error", inputs: [], name: "NonEthRedemption" },
|
|
1844
1929
|
{ type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
|
|
1930
|
+
{ type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
|
|
1845
1931
|
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
1846
1932
|
{
|
|
1847
1933
|
type: "error",
|
|
@@ -2854,10 +2940,12 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2854
2940
|
{ type: "error", inputs: [], name: "MinterContractAlreadyExists" },
|
|
2855
2941
|
{ type: "error", inputs: [], name: "MinterContractDoesNotExist" },
|
|
2856
2942
|
{ type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
|
|
2943
|
+
{ type: "error", inputs: [], name: "NonEthRedemption" },
|
|
2857
2944
|
{ type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
|
|
2858
2945
|
{ type: "error", inputs: [], name: "ONLY_OWNER" },
|
|
2859
2946
|
{ type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
|
|
2860
2947
|
{ type: "error", inputs: [], name: "OWNER_CANNOT_BE_ZERO_ADDRESS" },
|
|
2948
|
+
{ type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
|
|
2861
2949
|
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
2862
2950
|
{
|
|
2863
2951
|
type: "error",
|
|
@@ -3181,6 +3269,7 @@ var zoraCreatorFixedPriceSaleStrategyAddress = {
|
|
|
3181
3269
|
8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3182
3270
|
42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
3183
3271
|
81457: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
|
|
3272
|
+
84532: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE",
|
|
3184
3273
|
421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
3185
3274
|
7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3186
3275
|
11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
@@ -3394,6 +3483,7 @@ var zoraCreatorMerkleMinterStrategyAddress = {
|
|
|
3394
3483
|
8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3395
3484
|
42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
3396
3485
|
81457: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
|
|
3486
|
+
84532: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a",
|
|
3397
3487
|
421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
3398
3488
|
7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3399
3489
|
11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
@@ -3559,6 +3649,7 @@ var zoraCreatorRedeemMinterFactoryAddress = {
|
|
|
3559
3649
|
8453: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3560
3650
|
42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
3561
3651
|
81457: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
|
|
3652
|
+
84532: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea",
|
|
3562
3653
|
421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
3563
3654
|
7777777: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3564
3655
|
11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
@@ -3569,62 +3660,1659 @@ var zoraCreatorRedeemMinterFactoryConfig = {
|
|
|
3569
3660
|
address: zoraCreatorRedeemMinterFactoryAddress,
|
|
3570
3661
|
abi: zoraCreatorRedeemMinterFactoryABI
|
|
3571
3662
|
};
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
1: {
|
|
3581
|
-
FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
3582
|
-
MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
|
|
3583
|
-
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3663
|
+
var zoraMints1155ABI = [
|
|
3664
|
+
{ stateMutability: "nonpayable", type: "constructor", inputs: [] },
|
|
3665
|
+
{
|
|
3666
|
+
stateMutability: "view",
|
|
3667
|
+
type: "function",
|
|
3668
|
+
inputs: [],
|
|
3669
|
+
name: "ETH_ADDRESS",
|
|
3670
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
3584
3671
|
},
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3672
|
+
{
|
|
3673
|
+
stateMutability: "view",
|
|
3674
|
+
type: "function",
|
|
3675
|
+
inputs: [],
|
|
3676
|
+
name: "MINIMUM_ERC20_PRICE",
|
|
3677
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
3589
3678
|
},
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3679
|
+
{
|
|
3680
|
+
stateMutability: "view",
|
|
3681
|
+
type: "function",
|
|
3682
|
+
inputs: [],
|
|
3683
|
+
name: "MINIMUM_ETH_PRICE",
|
|
3684
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
3594
3685
|
},
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3686
|
+
{
|
|
3687
|
+
stateMutability: "view",
|
|
3688
|
+
type: "function",
|
|
3689
|
+
inputs: [],
|
|
3690
|
+
name: "NAME",
|
|
3691
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
3599
3692
|
},
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3693
|
+
{
|
|
3694
|
+
stateMutability: "view",
|
|
3695
|
+
type: "function",
|
|
3696
|
+
inputs: [],
|
|
3697
|
+
name: "VERSION",
|
|
3698
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
3604
3699
|
},
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3700
|
+
{
|
|
3701
|
+
stateMutability: "view",
|
|
3702
|
+
type: "function",
|
|
3703
|
+
inputs: [],
|
|
3704
|
+
name: "authority",
|
|
3705
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
3609
3706
|
},
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3707
|
+
{
|
|
3708
|
+
stateMutability: "view",
|
|
3709
|
+
type: "function",
|
|
3710
|
+
inputs: [
|
|
3711
|
+
{ name: "account", internalType: "address", type: "address" },
|
|
3712
|
+
{ name: "id", internalType: "uint256", type: "uint256" }
|
|
3713
|
+
],
|
|
3714
|
+
name: "balanceOf",
|
|
3715
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
3614
3716
|
},
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3717
|
+
{
|
|
3718
|
+
stateMutability: "view",
|
|
3719
|
+
type: "function",
|
|
3720
|
+
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
3721
|
+
name: "balanceOfAccount",
|
|
3722
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
3619
3723
|
},
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3724
|
+
{
|
|
3725
|
+
stateMutability: "view",
|
|
3726
|
+
type: "function",
|
|
3727
|
+
inputs: [
|
|
3728
|
+
{ name: "accounts", internalType: "address[]", type: "address[]" },
|
|
3729
|
+
{ name: "ids", internalType: "uint256[]", type: "uint256[]" }
|
|
3730
|
+
],
|
|
3731
|
+
name: "balanceOfBatch",
|
|
3732
|
+
outputs: [{ name: "", internalType: "uint256[]", type: "uint256[]" }]
|
|
3624
3733
|
},
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3734
|
+
{
|
|
3735
|
+
stateMutability: "view",
|
|
3736
|
+
type: "function",
|
|
3737
|
+
inputs: [],
|
|
3738
|
+
name: "contractURI",
|
|
3739
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
3740
|
+
},
|
|
3741
|
+
{
|
|
3742
|
+
stateMutability: "nonpayable",
|
|
3743
|
+
type: "function",
|
|
3744
|
+
inputs: [
|
|
3745
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3746
|
+
{
|
|
3747
|
+
name: "tokenConfig",
|
|
3748
|
+
internalType: "struct TokenConfig",
|
|
3749
|
+
type: "tuple",
|
|
3750
|
+
components: [
|
|
3751
|
+
{ name: "price", internalType: "uint256", type: "uint256" },
|
|
3752
|
+
{ name: "tokenAddress", internalType: "address", type: "address" },
|
|
3753
|
+
{ name: "redeemHandler", internalType: "address", type: "address" }
|
|
3754
|
+
]
|
|
3755
|
+
}
|
|
3756
|
+
],
|
|
3757
|
+
name: "createToken",
|
|
3758
|
+
outputs: []
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
stateMutability: "view",
|
|
3762
|
+
type: "function",
|
|
3763
|
+
inputs: [],
|
|
3764
|
+
name: "eip712Domain",
|
|
3765
|
+
outputs: [
|
|
3766
|
+
{ name: "fields", internalType: "bytes1", type: "bytes1" },
|
|
3767
|
+
{ name: "name", internalType: "string", type: "string" },
|
|
3768
|
+
{ name: "version", internalType: "string", type: "string" },
|
|
3769
|
+
{ name: "chainId", internalType: "uint256", type: "uint256" },
|
|
3770
|
+
{ name: "verifyingContract", internalType: "address", type: "address" },
|
|
3771
|
+
{ name: "salt", internalType: "bytes32", type: "bytes32" },
|
|
3772
|
+
{ name: "extensions", internalType: "uint256[]", type: "uint256[]" }
|
|
3773
|
+
]
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
stateMutability: "view",
|
|
3777
|
+
type: "function",
|
|
3778
|
+
inputs: [],
|
|
3779
|
+
name: "getManager",
|
|
3780
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
stateMutability: "view",
|
|
3784
|
+
type: "function",
|
|
3785
|
+
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
3786
|
+
name: "getTokenConfig",
|
|
3787
|
+
outputs: [
|
|
3788
|
+
{
|
|
3789
|
+
name: "",
|
|
3790
|
+
internalType: "struct TokenConfig",
|
|
3791
|
+
type: "tuple",
|
|
3792
|
+
components: [
|
|
3793
|
+
{ name: "price", internalType: "uint256", type: "uint256" },
|
|
3794
|
+
{ name: "tokenAddress", internalType: "address", type: "address" },
|
|
3795
|
+
{ name: "redeemHandler", internalType: "address", type: "address" }
|
|
3796
|
+
]
|
|
3797
|
+
}
|
|
3798
|
+
]
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
stateMutability: "view",
|
|
3802
|
+
type: "function",
|
|
3803
|
+
inputs: [
|
|
3804
|
+
{
|
|
3805
|
+
name: "permit",
|
|
3806
|
+
internalType: "struct IZoraMints1155Managed.PermitBatch",
|
|
3807
|
+
type: "tuple",
|
|
3808
|
+
components: [
|
|
3809
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
3810
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
3811
|
+
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3812
|
+
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3813
|
+
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3814
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3815
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3816
|
+
]
|
|
3817
|
+
}
|
|
3818
|
+
],
|
|
3819
|
+
name: "hashPermitBatch",
|
|
3820
|
+
outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
stateMutability: "view",
|
|
3824
|
+
type: "function",
|
|
3825
|
+
inputs: [
|
|
3826
|
+
{
|
|
3827
|
+
name: "permit",
|
|
3828
|
+
internalType: "struct IZoraMints1155Managed.PermitSingle",
|
|
3829
|
+
type: "tuple",
|
|
3830
|
+
components: [
|
|
3831
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
3832
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
3833
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3834
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
3835
|
+
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3836
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3837
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3838
|
+
]
|
|
3839
|
+
}
|
|
3840
|
+
],
|
|
3841
|
+
name: "hashPermitSingle",
|
|
3842
|
+
outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
stateMutability: "view",
|
|
3846
|
+
type: "function",
|
|
3847
|
+
inputs: [
|
|
3848
|
+
{ name: "account", internalType: "address", type: "address" },
|
|
3849
|
+
{ name: "operator", internalType: "address", type: "address" }
|
|
3850
|
+
],
|
|
3851
|
+
name: "isApprovedForAll",
|
|
3852
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
stateMutability: "view",
|
|
3856
|
+
type: "function",
|
|
3857
|
+
inputs: [],
|
|
3858
|
+
name: "isConsumingScheduledOp",
|
|
3859
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
stateMutability: "view",
|
|
3863
|
+
type: "function",
|
|
3864
|
+
inputs: [
|
|
3865
|
+
{
|
|
3866
|
+
name: "permit",
|
|
3867
|
+
internalType: "struct IZoraMints1155Managed.PermitBatch",
|
|
3868
|
+
type: "tuple",
|
|
3869
|
+
components: [
|
|
3870
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
3871
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
3872
|
+
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3873
|
+
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3874
|
+
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3875
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3876
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3877
|
+
]
|
|
3878
|
+
},
|
|
3879
|
+
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
3880
|
+
],
|
|
3881
|
+
name: "isValidSignatureTransferBatch",
|
|
3882
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
stateMutability: "view",
|
|
3886
|
+
type: "function",
|
|
3887
|
+
inputs: [
|
|
3888
|
+
{
|
|
3889
|
+
name: "permit",
|
|
3890
|
+
internalType: "struct IZoraMints1155Managed.PermitSingle",
|
|
3891
|
+
type: "tuple",
|
|
3892
|
+
components: [
|
|
3893
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
3894
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
3895
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3896
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
3897
|
+
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3898
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3899
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3900
|
+
]
|
|
3901
|
+
},
|
|
3902
|
+
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
3903
|
+
],
|
|
3904
|
+
name: "isValidSignatureTransferSingle",
|
|
3905
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
stateMutability: "nonpayable",
|
|
3909
|
+
type: "function",
|
|
3910
|
+
inputs: [
|
|
3911
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3912
|
+
{ name: "tokenAddress", internalType: "address", type: "address" },
|
|
3913
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
3914
|
+
{ name: "recipient", internalType: "address", type: "address" },
|
|
3915
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
3916
|
+
],
|
|
3917
|
+
name: "mintTokenWithERC20",
|
|
3918
|
+
outputs: []
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
stateMutability: "payable",
|
|
3922
|
+
type: "function",
|
|
3923
|
+
inputs: [
|
|
3924
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3925
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
3926
|
+
{ name: "recipient", internalType: "address", type: "address" },
|
|
3927
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
3928
|
+
],
|
|
3929
|
+
name: "mintTokenWithEth",
|
|
3930
|
+
outputs: []
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
stateMutability: "pure",
|
|
3934
|
+
type: "function",
|
|
3935
|
+
inputs: [],
|
|
3936
|
+
name: "name",
|
|
3937
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
stateMutability: "view",
|
|
3941
|
+
type: "function",
|
|
3942
|
+
inputs: [
|
|
3943
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
3944
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3945
|
+
],
|
|
3946
|
+
name: "nonceUsed",
|
|
3947
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
stateMutability: "nonpayable",
|
|
3951
|
+
type: "function",
|
|
3952
|
+
inputs: [
|
|
3953
|
+
{ name: "newContractURI", internalType: "string", type: "string" },
|
|
3954
|
+
{ name: "newBaseURI", internalType: "string", type: "string" }
|
|
3955
|
+
],
|
|
3956
|
+
name: "notifyURIsUpdated",
|
|
3957
|
+
outputs: []
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
stateMutability: "nonpayable",
|
|
3961
|
+
type: "function",
|
|
3962
|
+
inputs: [
|
|
3963
|
+
{ name: "newUri", internalType: "string", type: "string" },
|
|
3964
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" }
|
|
3965
|
+
],
|
|
3966
|
+
name: "notifyUpdatedTokenURI",
|
|
3967
|
+
outputs: []
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
stateMutability: "nonpayable",
|
|
3971
|
+
type: "function",
|
|
3972
|
+
inputs: [
|
|
3973
|
+
{
|
|
3974
|
+
name: "permit",
|
|
3975
|
+
internalType: "struct IZoraMints1155Managed.PermitSingle",
|
|
3976
|
+
type: "tuple",
|
|
3977
|
+
components: [
|
|
3978
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
3979
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
3980
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3981
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
3982
|
+
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3983
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3984
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3985
|
+
]
|
|
3986
|
+
},
|
|
3987
|
+
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
3988
|
+
],
|
|
3989
|
+
name: "permitSafeTransfer",
|
|
3990
|
+
outputs: []
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
stateMutability: "nonpayable",
|
|
3994
|
+
type: "function",
|
|
3995
|
+
inputs: [
|
|
3996
|
+
{
|
|
3997
|
+
name: "permit",
|
|
3998
|
+
internalType: "struct IZoraMints1155Managed.PermitBatch",
|
|
3999
|
+
type: "tuple",
|
|
4000
|
+
components: [
|
|
4001
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
4002
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
4003
|
+
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
4004
|
+
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
4005
|
+
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
4006
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
4007
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
4008
|
+
]
|
|
4009
|
+
},
|
|
4010
|
+
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
4011
|
+
],
|
|
4012
|
+
name: "permitSafeTransferBatch",
|
|
4013
|
+
outputs: []
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
stateMutability: "nonpayable",
|
|
4017
|
+
type: "function",
|
|
4018
|
+
inputs: [
|
|
4019
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
4020
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
4021
|
+
{ name: "recipient", internalType: "address", type: "address" }
|
|
4022
|
+
],
|
|
4023
|
+
name: "redeem",
|
|
4024
|
+
outputs: [
|
|
4025
|
+
{
|
|
4026
|
+
name: "",
|
|
4027
|
+
internalType: "struct Redemption",
|
|
4028
|
+
type: "tuple",
|
|
4029
|
+
components: [
|
|
4030
|
+
{ name: "tokenAddress", internalType: "address", type: "address" },
|
|
4031
|
+
{ name: "valueRedeemed", internalType: "uint256", type: "uint256" }
|
|
4032
|
+
]
|
|
4033
|
+
}
|
|
4034
|
+
]
|
|
4035
|
+
},
|
|
4036
|
+
{
|
|
4037
|
+
stateMutability: "nonpayable",
|
|
4038
|
+
type: "function",
|
|
4039
|
+
inputs: [
|
|
4040
|
+
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
4041
|
+
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
4042
|
+
{ name: "recipient", internalType: "address", type: "address" }
|
|
4043
|
+
],
|
|
4044
|
+
name: "redeemBatch",
|
|
4045
|
+
outputs: [
|
|
4046
|
+
{
|
|
4047
|
+
name: "redemptions",
|
|
4048
|
+
internalType: "struct Redemption[]",
|
|
4049
|
+
type: "tuple[]",
|
|
4050
|
+
components: [
|
|
4051
|
+
{ name: "tokenAddress", internalType: "address", type: "address" },
|
|
4052
|
+
{ name: "valueRedeemed", internalType: "uint256", type: "uint256" }
|
|
4053
|
+
]
|
|
4054
|
+
}
|
|
4055
|
+
]
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
stateMutability: "nonpayable",
|
|
4059
|
+
type: "function",
|
|
4060
|
+
inputs: [
|
|
4061
|
+
{ name: "from", internalType: "address", type: "address" },
|
|
4062
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
4063
|
+
{ name: "ids", internalType: "uint256[]", type: "uint256[]" },
|
|
4064
|
+
{ name: "values", internalType: "uint256[]", type: "uint256[]" },
|
|
4065
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
4066
|
+
],
|
|
4067
|
+
name: "safeBatchTransferFrom",
|
|
4068
|
+
outputs: []
|
|
4069
|
+
},
|
|
4070
|
+
{
|
|
4071
|
+
stateMutability: "nonpayable",
|
|
4072
|
+
type: "function",
|
|
4073
|
+
inputs: [
|
|
4074
|
+
{ name: "from", internalType: "address", type: "address" },
|
|
4075
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
4076
|
+
{ name: "id", internalType: "uint256", type: "uint256" },
|
|
4077
|
+
{ name: "value", internalType: "uint256", type: "uint256" },
|
|
4078
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
4079
|
+
],
|
|
4080
|
+
name: "safeTransferFrom",
|
|
4081
|
+
outputs: []
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
stateMutability: "nonpayable",
|
|
4085
|
+
type: "function",
|
|
4086
|
+
inputs: [
|
|
4087
|
+
{ name: "operator", internalType: "address", type: "address" },
|
|
4088
|
+
{ name: "approved", internalType: "bool", type: "bool" }
|
|
4089
|
+
],
|
|
4090
|
+
name: "setApprovalForAll",
|
|
4091
|
+
outputs: []
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
stateMutability: "nonpayable",
|
|
4095
|
+
type: "function",
|
|
4096
|
+
inputs: [
|
|
4097
|
+
{ name: "newAuthority", internalType: "address", type: "address" }
|
|
4098
|
+
],
|
|
4099
|
+
name: "setAuthority",
|
|
4100
|
+
outputs: []
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
stateMutability: "view",
|
|
4104
|
+
type: "function",
|
|
4105
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
4106
|
+
name: "supportsInterface",
|
|
4107
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
stateMutability: "pure",
|
|
4111
|
+
type: "function",
|
|
4112
|
+
inputs: [],
|
|
4113
|
+
name: "symbol",
|
|
4114
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
stateMutability: "view",
|
|
4118
|
+
type: "function",
|
|
4119
|
+
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
4120
|
+
name: "tokenExists",
|
|
4121
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
stateMutability: "view",
|
|
4125
|
+
type: "function",
|
|
4126
|
+
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
4127
|
+
name: "tokenPrice",
|
|
4128
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
stateMutability: "payable",
|
|
4132
|
+
type: "function",
|
|
4133
|
+
inputs: [
|
|
4134
|
+
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
4135
|
+
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
4136
|
+
{ name: "call", internalType: "bytes", type: "bytes" }
|
|
4137
|
+
],
|
|
4138
|
+
name: "transferBatchToManagerAndCall",
|
|
4139
|
+
outputs: [{ name: "callReturn", internalType: "bytes", type: "bytes" }]
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
stateMutability: "view",
|
|
4143
|
+
type: "function",
|
|
4144
|
+
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
4145
|
+
name: "uri",
|
|
4146
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
type: "event",
|
|
4150
|
+
anonymous: false,
|
|
4151
|
+
inputs: [
|
|
4152
|
+
{
|
|
4153
|
+
name: "account",
|
|
4154
|
+
internalType: "address",
|
|
4155
|
+
type: "address",
|
|
4156
|
+
indexed: true
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
name: "operator",
|
|
4160
|
+
internalType: "address",
|
|
4161
|
+
type: "address",
|
|
4162
|
+
indexed: true
|
|
4163
|
+
},
|
|
4164
|
+
{ name: "approved", internalType: "bool", type: "bool", indexed: false }
|
|
4165
|
+
],
|
|
4166
|
+
name: "ApprovalForAll"
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
type: "event",
|
|
4170
|
+
anonymous: false,
|
|
4171
|
+
inputs: [
|
|
4172
|
+
{
|
|
4173
|
+
name: "authority",
|
|
4174
|
+
internalType: "address",
|
|
4175
|
+
type: "address",
|
|
4176
|
+
indexed: false
|
|
4177
|
+
}
|
|
4178
|
+
],
|
|
4179
|
+
name: "AuthorityUpdated"
|
|
4180
|
+
},
|
|
4181
|
+
{ type: "event", anonymous: false, inputs: [], name: "ContractURIUpdated" },
|
|
4182
|
+
{ type: "event", anonymous: false, inputs: [], name: "EIP712DomainChanged" },
|
|
4183
|
+
{
|
|
4184
|
+
type: "event",
|
|
4185
|
+
anonymous: false,
|
|
4186
|
+
inputs: [
|
|
4187
|
+
{
|
|
4188
|
+
name: "tokenId",
|
|
4189
|
+
internalType: "uint256",
|
|
4190
|
+
type: "uint256",
|
|
4191
|
+
indexed: true
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
name: "price",
|
|
4195
|
+
internalType: "uint256",
|
|
4196
|
+
type: "uint256",
|
|
4197
|
+
indexed: true
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
name: "tokenAddress",
|
|
4201
|
+
internalType: "address",
|
|
4202
|
+
type: "address",
|
|
4203
|
+
indexed: true
|
|
4204
|
+
}
|
|
4205
|
+
],
|
|
4206
|
+
name: "TokenCreated"
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
type: "event",
|
|
4210
|
+
anonymous: false,
|
|
4211
|
+
inputs: [
|
|
4212
|
+
{
|
|
4213
|
+
name: "operator",
|
|
4214
|
+
internalType: "address",
|
|
4215
|
+
type: "address",
|
|
4216
|
+
indexed: true
|
|
4217
|
+
},
|
|
4218
|
+
{ name: "from", internalType: "address", type: "address", indexed: true },
|
|
4219
|
+
{ name: "to", internalType: "address", type: "address", indexed: true },
|
|
4220
|
+
{
|
|
4221
|
+
name: "ids",
|
|
4222
|
+
internalType: "uint256[]",
|
|
4223
|
+
type: "uint256[]",
|
|
4224
|
+
indexed: false
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
name: "values",
|
|
4228
|
+
internalType: "uint256[]",
|
|
4229
|
+
type: "uint256[]",
|
|
4230
|
+
indexed: false
|
|
4231
|
+
}
|
|
4232
|
+
],
|
|
4233
|
+
name: "TransferBatch"
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
type: "event",
|
|
4237
|
+
anonymous: false,
|
|
4238
|
+
inputs: [
|
|
4239
|
+
{
|
|
4240
|
+
name: "operator",
|
|
4241
|
+
internalType: "address",
|
|
4242
|
+
type: "address",
|
|
4243
|
+
indexed: true
|
|
4244
|
+
},
|
|
4245
|
+
{ name: "from", internalType: "address", type: "address", indexed: true },
|
|
4246
|
+
{ name: "to", internalType: "address", type: "address", indexed: true },
|
|
4247
|
+
{ name: "id", internalType: "uint256", type: "uint256", indexed: false },
|
|
4248
|
+
{
|
|
4249
|
+
name: "value",
|
|
4250
|
+
internalType: "uint256",
|
|
4251
|
+
type: "uint256",
|
|
4252
|
+
indexed: false
|
|
4253
|
+
}
|
|
4254
|
+
],
|
|
4255
|
+
name: "TransferSingle"
|
|
4256
|
+
},
|
|
4257
|
+
{
|
|
4258
|
+
type: "event",
|
|
4259
|
+
anonymous: false,
|
|
4260
|
+
inputs: [
|
|
4261
|
+
{ name: "value", internalType: "string", type: "string", indexed: false },
|
|
4262
|
+
{ name: "id", internalType: "uint256", type: "uint256", indexed: true }
|
|
4263
|
+
],
|
|
4264
|
+
name: "URI"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
type: "event",
|
|
4268
|
+
anonymous: false,
|
|
4269
|
+
inputs: [
|
|
4270
|
+
{
|
|
4271
|
+
name: "contractURI",
|
|
4272
|
+
internalType: "string",
|
|
4273
|
+
type: "string",
|
|
4274
|
+
indexed: false
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
name: "baseURI",
|
|
4278
|
+
internalType: "string",
|
|
4279
|
+
type: "string",
|
|
4280
|
+
indexed: false
|
|
4281
|
+
}
|
|
4282
|
+
],
|
|
4283
|
+
name: "URIsUpdated"
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
type: "error",
|
|
4287
|
+
inputs: [{ name: "authority", internalType: "address", type: "address" }],
|
|
4288
|
+
name: "AccessManagedInvalidAuthority"
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
type: "error",
|
|
4292
|
+
inputs: [
|
|
4293
|
+
{ name: "caller", internalType: "address", type: "address" },
|
|
4294
|
+
{ name: "delay", internalType: "uint32", type: "uint32" }
|
|
4295
|
+
],
|
|
4296
|
+
name: "AccessManagedRequiredDelay"
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
type: "error",
|
|
4300
|
+
inputs: [{ name: "caller", internalType: "address", type: "address" }],
|
|
4301
|
+
name: "AccessManagedUnauthorized"
|
|
4302
|
+
},
|
|
4303
|
+
{
|
|
4304
|
+
type: "error",
|
|
4305
|
+
inputs: [{ name: "target", internalType: "address", type: "address" }],
|
|
4306
|
+
name: "AddressEmptyCode"
|
|
4307
|
+
},
|
|
4308
|
+
{
|
|
4309
|
+
type: "error",
|
|
4310
|
+
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
4311
|
+
name: "AddressInsufficientBalance"
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
type: "error",
|
|
4315
|
+
inputs: [
|
|
4316
|
+
{ name: "lengthA", internalType: "uint256", type: "uint256" },
|
|
4317
|
+
{ name: "lengthB", internalType: "uint256", type: "uint256" }
|
|
4318
|
+
],
|
|
4319
|
+
name: "ArrayLengthMismatch"
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
type: "error",
|
|
4323
|
+
inputs: [{ name: "returnData", internalType: "bytes", type: "bytes" }],
|
|
4324
|
+
name: "CallFailed"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
type: "error",
|
|
4328
|
+
inputs: [
|
|
4329
|
+
{ name: "sender", internalType: "address", type: "address" },
|
|
4330
|
+
{ name: "balance", internalType: "uint256", type: "uint256" },
|
|
4331
|
+
{ name: "needed", internalType: "uint256", type: "uint256" },
|
|
4332
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" }
|
|
4333
|
+
],
|
|
4334
|
+
name: "ERC1155InsufficientBalance"
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
type: "error",
|
|
4338
|
+
inputs: [{ name: "approver", internalType: "address", type: "address" }],
|
|
4339
|
+
name: "ERC1155InvalidApprover"
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
type: "error",
|
|
4343
|
+
inputs: [
|
|
4344
|
+
{ name: "idsLength", internalType: "uint256", type: "uint256" },
|
|
4345
|
+
{ name: "valuesLength", internalType: "uint256", type: "uint256" }
|
|
4346
|
+
],
|
|
4347
|
+
name: "ERC1155InvalidArrayLength"
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
type: "error",
|
|
4351
|
+
inputs: [{ name: "operator", internalType: "address", type: "address" }],
|
|
4352
|
+
name: "ERC1155InvalidOperator"
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
type: "error",
|
|
4356
|
+
inputs: [{ name: "receiver", internalType: "address", type: "address" }],
|
|
4357
|
+
name: "ERC1155InvalidReceiver"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
type: "error",
|
|
4361
|
+
inputs: [{ name: "sender", internalType: "address", type: "address" }],
|
|
4362
|
+
name: "ERC1155InvalidSender"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
type: "error",
|
|
4366
|
+
inputs: [
|
|
4367
|
+
{ name: "operator", internalType: "address", type: "address" },
|
|
4368
|
+
{ name: "owner", internalType: "address", type: "address" }
|
|
4369
|
+
],
|
|
4370
|
+
name: "ERC1155MissingApprovalForAll"
|
|
4371
|
+
},
|
|
4372
|
+
{ type: "error", inputs: [], name: "ERC20TransferSlippage" },
|
|
4373
|
+
{
|
|
4374
|
+
type: "error",
|
|
4375
|
+
inputs: [{ name: "deadline", internalType: "uint256", type: "uint256" }],
|
|
4376
|
+
name: "ERC2612ExpiredSignature"
|
|
4377
|
+
},
|
|
4378
|
+
{ type: "error", inputs: [], name: "ETHTransferFailed" },
|
|
4379
|
+
{ type: "error", inputs: [], name: "FailedInnerCall" },
|
|
4380
|
+
{ type: "error", inputs: [], name: "IncorrectAmountSent" },
|
|
4381
|
+
{
|
|
4382
|
+
type: "error",
|
|
4383
|
+
inputs: [
|
|
4384
|
+
{ name: "account", internalType: "address", type: "address" },
|
|
4385
|
+
{ name: "currentNonce", internalType: "uint256", type: "uint256" }
|
|
4386
|
+
],
|
|
4387
|
+
name: "InvalidAccountNonce"
|
|
4388
|
+
},
|
|
4389
|
+
{ type: "error", inputs: [], name: "InvalidRecipient" },
|
|
4390
|
+
{ type: "error", inputs: [], name: "InvalidShortString" },
|
|
4391
|
+
{ type: "error", inputs: [], name: "InvalidSignature" },
|
|
4392
|
+
{ type: "error", inputs: [], name: "InvalidTokenPrice" },
|
|
4393
|
+
{ type: "error", inputs: [], name: "NoUriForNonexistentToken" },
|
|
4394
|
+
{
|
|
4395
|
+
type: "error",
|
|
4396
|
+
inputs: [{ name: "handler", internalType: "address", type: "address" }],
|
|
4397
|
+
name: "NotARedeemHandler"
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
type: "error",
|
|
4401
|
+
inputs: [{ name: "token", internalType: "address", type: "address" }],
|
|
4402
|
+
name: "SafeERC20FailedOperation"
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
type: "error",
|
|
4406
|
+
inputs: [{ name: "str", internalType: "string", type: "string" }],
|
|
4407
|
+
name: "StringTooLong"
|
|
4408
|
+
},
|
|
4409
|
+
{ type: "error", inputs: [], name: "TokenAlreadyCreated" },
|
|
4410
|
+
{ type: "error", inputs: [], name: "TokenDoesNotExist" },
|
|
4411
|
+
{
|
|
4412
|
+
type: "error",
|
|
4413
|
+
inputs: [
|
|
4414
|
+
{ name: "storedTokenAddress", internalType: "address", type: "address" },
|
|
4415
|
+
{
|
|
4416
|
+
name: "expectedTokenAddress",
|
|
4417
|
+
internalType: "address",
|
|
4418
|
+
type: "address"
|
|
4419
|
+
}
|
|
4420
|
+
],
|
|
4421
|
+
name: "TokenMismatch"
|
|
4422
|
+
},
|
|
4423
|
+
{ type: "error", inputs: [], name: "TokenNotMintable" }
|
|
4424
|
+
];
|
|
4425
|
+
var zoraMints1155Address = {
|
|
4426
|
+
7777777: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
|
|
4427
|
+
999999999: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073"
|
|
4428
|
+
};
|
|
4429
|
+
var zoraMints1155Config = {
|
|
4430
|
+
address: zoraMints1155Address,
|
|
4431
|
+
abi: zoraMints1155ABI
|
|
4432
|
+
};
|
|
4433
|
+
var zoraMintsManagerImplABI = [
|
|
4434
|
+
{
|
|
4435
|
+
stateMutability: "nonpayable",
|
|
4436
|
+
type: "constructor",
|
|
4437
|
+
inputs: [
|
|
4438
|
+
{
|
|
4439
|
+
name: "_premintExecutor",
|
|
4440
|
+
internalType: "contract IZoraCreator1155PremintExecutorV2",
|
|
4441
|
+
type: "address"
|
|
4442
|
+
}
|
|
4443
|
+
]
|
|
4444
|
+
},
|
|
4445
|
+
{
|
|
4446
|
+
stateMutability: "view",
|
|
4447
|
+
type: "function",
|
|
4448
|
+
inputs: [],
|
|
4449
|
+
name: "UPGRADE_INTERFACE_VERSION",
|
|
4450
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
stateMutability: "nonpayable",
|
|
4454
|
+
type: "function",
|
|
4455
|
+
inputs: [],
|
|
4456
|
+
name: "acceptOwnership",
|
|
4457
|
+
outputs: []
|
|
4458
|
+
},
|
|
4459
|
+
{
|
|
4460
|
+
stateMutability: "payable",
|
|
4461
|
+
type: "function",
|
|
4462
|
+
inputs: [
|
|
4463
|
+
{ name: "callFrom", internalType: "address", type: "address" },
|
|
4464
|
+
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
4465
|
+
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
4466
|
+
{ name: "call", internalType: "bytes", type: "bytes" }
|
|
4467
|
+
],
|
|
4468
|
+
name: "callWithTransferTokens",
|
|
4469
|
+
outputs: [
|
|
4470
|
+
{ name: "success", internalType: "bool", type: "bool" },
|
|
4471
|
+
{ name: "result", internalType: "bytes", type: "bytes" }
|
|
4472
|
+
]
|
|
4473
|
+
},
|
|
4474
|
+
{
|
|
4475
|
+
stateMutability: "view",
|
|
4476
|
+
type: "function",
|
|
4477
|
+
inputs: [
|
|
4478
|
+
{ name: "caller", internalType: "address", type: "address" },
|
|
4479
|
+
{ name: "", internalType: "address", type: "address" },
|
|
4480
|
+
{ name: "", internalType: "bytes4", type: "bytes4" }
|
|
4481
|
+
],
|
|
4482
|
+
name: "canCall",
|
|
4483
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
stateMutability: "payable",
|
|
4487
|
+
type: "function",
|
|
4488
|
+
inputs: [
|
|
4489
|
+
{
|
|
4490
|
+
name: "zoraCreator1155Contract",
|
|
4491
|
+
internalType: "contract IMintWithMints",
|
|
4492
|
+
type: "address"
|
|
4493
|
+
},
|
|
4494
|
+
{ name: "minter", internalType: "contract IMinter1155", type: "address" },
|
|
4495
|
+
{
|
|
4496
|
+
name: "zoraCreator1155TokenId",
|
|
4497
|
+
internalType: "uint256",
|
|
4498
|
+
type: "uint256"
|
|
4499
|
+
},
|
|
4500
|
+
{
|
|
4501
|
+
name: "collectMintArguments",
|
|
4502
|
+
internalType: "struct ICollectWithZoraMints.CollectMintArguments",
|
|
4503
|
+
type: "tuple",
|
|
4504
|
+
components: [
|
|
4505
|
+
{
|
|
4506
|
+
name: "mintRewardsRecipients",
|
|
4507
|
+
internalType: "address[]",
|
|
4508
|
+
type: "address[]"
|
|
4509
|
+
},
|
|
4510
|
+
{ name: "minterArguments", internalType: "bytes", type: "bytes" },
|
|
4511
|
+
{ name: "mintComment", internalType: "string", type: "string" }
|
|
4512
|
+
]
|
|
4513
|
+
}
|
|
4514
|
+
],
|
|
4515
|
+
name: "collect",
|
|
4516
|
+
outputs: []
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
stateMutability: "payable",
|
|
4520
|
+
type: "function",
|
|
4521
|
+
inputs: [
|
|
4522
|
+
{
|
|
4523
|
+
name: "contractConfig",
|
|
4524
|
+
internalType: "struct ContractCreationConfig",
|
|
4525
|
+
type: "tuple",
|
|
4526
|
+
components: [
|
|
4527
|
+
{ name: "contractAdmin", internalType: "address", type: "address" },
|
|
4528
|
+
{ name: "contractURI", internalType: "string", type: "string" },
|
|
4529
|
+
{ name: "contractName", internalType: "string", type: "string" }
|
|
4530
|
+
]
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
name: "premintConfig",
|
|
4534
|
+
internalType: "struct PremintConfigV2",
|
|
4535
|
+
type: "tuple",
|
|
4536
|
+
components: [
|
|
4537
|
+
{
|
|
4538
|
+
name: "tokenConfig",
|
|
4539
|
+
internalType: "struct TokenCreationConfigV2",
|
|
4540
|
+
type: "tuple",
|
|
4541
|
+
components: [
|
|
4542
|
+
{ name: "tokenURI", internalType: "string", type: "string" },
|
|
4543
|
+
{ name: "maxSupply", internalType: "uint256", type: "uint256" },
|
|
4544
|
+
{
|
|
4545
|
+
name: "maxTokensPerAddress",
|
|
4546
|
+
internalType: "uint64",
|
|
4547
|
+
type: "uint64"
|
|
4548
|
+
},
|
|
4549
|
+
{ name: "pricePerToken", internalType: "uint96", type: "uint96" },
|
|
4550
|
+
{ name: "mintStart", internalType: "uint64", type: "uint64" },
|
|
4551
|
+
{ name: "mintDuration", internalType: "uint64", type: "uint64" },
|
|
4552
|
+
{ name: "royaltyBPS", internalType: "uint32", type: "uint32" },
|
|
4553
|
+
{
|
|
4554
|
+
name: "payoutRecipient",
|
|
4555
|
+
internalType: "address",
|
|
4556
|
+
type: "address"
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
name: "fixedPriceMinter",
|
|
4560
|
+
internalType: "address",
|
|
4561
|
+
type: "address"
|
|
4562
|
+
},
|
|
4563
|
+
{
|
|
4564
|
+
name: "createReferral",
|
|
4565
|
+
internalType: "address",
|
|
4566
|
+
type: "address"
|
|
4567
|
+
}
|
|
4568
|
+
]
|
|
4569
|
+
},
|
|
4570
|
+
{ name: "uid", internalType: "uint32", type: "uint32" },
|
|
4571
|
+
{ name: "version", internalType: "uint32", type: "uint32" },
|
|
4572
|
+
{ name: "deleted", internalType: "bool", type: "bool" }
|
|
4573
|
+
]
|
|
4574
|
+
},
|
|
4575
|
+
{ name: "signature", internalType: "bytes", type: "bytes" },
|
|
4576
|
+
{
|
|
4577
|
+
name: "mintArguments",
|
|
4578
|
+
internalType: "struct MintArguments",
|
|
4579
|
+
type: "tuple",
|
|
4580
|
+
components: [
|
|
4581
|
+
{ name: "mintRecipient", internalType: "address", type: "address" },
|
|
4582
|
+
{ name: "mintComment", internalType: "string", type: "string" },
|
|
4583
|
+
{
|
|
4584
|
+
name: "mintRewardsRecipients",
|
|
4585
|
+
internalType: "address[]",
|
|
4586
|
+
type: "address[]"
|
|
4587
|
+
}
|
|
4588
|
+
]
|
|
4589
|
+
},
|
|
4590
|
+
{ name: "signerContract", internalType: "address", type: "address" }
|
|
4591
|
+
],
|
|
4592
|
+
name: "collectPremintV2",
|
|
4593
|
+
outputs: [
|
|
4594
|
+
{
|
|
4595
|
+
name: "result",
|
|
4596
|
+
internalType: "struct PremintResult",
|
|
4597
|
+
type: "tuple",
|
|
4598
|
+
components: [
|
|
4599
|
+
{ name: "contractAddress", internalType: "address", type: "address" },
|
|
4600
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
4601
|
+
{ name: "createdNewContract", internalType: "bool", type: "bool" }
|
|
4602
|
+
]
|
|
4603
|
+
}
|
|
4604
|
+
]
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
stateMutability: "pure",
|
|
4608
|
+
type: "function",
|
|
4609
|
+
inputs: [],
|
|
4610
|
+
name: "contractName",
|
|
4611
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
4612
|
+
},
|
|
4613
|
+
{
|
|
4614
|
+
stateMutability: "view",
|
|
4615
|
+
type: "function",
|
|
4616
|
+
inputs: [],
|
|
4617
|
+
name: "contractURI",
|
|
4618
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
stateMutability: "pure",
|
|
4622
|
+
type: "function",
|
|
4623
|
+
inputs: [],
|
|
4624
|
+
name: "contractVersion",
|
|
4625
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
4626
|
+
},
|
|
4627
|
+
{
|
|
4628
|
+
stateMutability: "nonpayable",
|
|
4629
|
+
type: "function",
|
|
4630
|
+
inputs: [
|
|
4631
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
4632
|
+
{
|
|
4633
|
+
name: "tokenConfig",
|
|
4634
|
+
internalType: "struct TokenConfig",
|
|
4635
|
+
type: "tuple",
|
|
4636
|
+
components: [
|
|
4637
|
+
{ name: "price", internalType: "uint256", type: "uint256" },
|
|
4638
|
+
{ name: "tokenAddress", internalType: "address", type: "address" },
|
|
4639
|
+
{ name: "redeemHandler", internalType: "address", type: "address" }
|
|
4640
|
+
]
|
|
4641
|
+
},
|
|
4642
|
+
{ name: "defaultMintable", internalType: "bool", type: "bool" }
|
|
4643
|
+
],
|
|
4644
|
+
name: "createToken",
|
|
4645
|
+
outputs: []
|
|
4646
|
+
},
|
|
4647
|
+
{
|
|
4648
|
+
stateMutability: "pure",
|
|
4649
|
+
type: "function",
|
|
4650
|
+
inputs: [{ name: "minterArguments", internalType: "bytes", type: "bytes" }],
|
|
4651
|
+
name: "decodeMintRecipientAndComment",
|
|
4652
|
+
outputs: [
|
|
4653
|
+
{ name: "mintTo", internalType: "address", type: "address" },
|
|
4654
|
+
{ name: "mintComment", internalType: "string", type: "string" }
|
|
4655
|
+
]
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
stateMutability: "view",
|
|
4659
|
+
type: "function",
|
|
4660
|
+
inputs: [],
|
|
4661
|
+
name: "getEthPrice",
|
|
4662
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
4663
|
+
},
|
|
4664
|
+
{
|
|
4665
|
+
stateMutability: "view",
|
|
4666
|
+
type: "function",
|
|
4667
|
+
inputs: [],
|
|
4668
|
+
name: "implementation",
|
|
4669
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
stateMutability: "nonpayable",
|
|
4673
|
+
type: "function",
|
|
4674
|
+
inputs: [
|
|
4675
|
+
{ name: "defaultOwner", internalType: "address", type: "address" },
|
|
4676
|
+
{ name: "zoraMintsSalt", internalType: "bytes32", type: "bytes32" },
|
|
4677
|
+
{ name: "zoraMintsCreationCode", internalType: "bytes", type: "bytes" },
|
|
4678
|
+
{ name: "initialEthTokenId", internalType: "uint256", type: "uint256" },
|
|
4679
|
+
{
|
|
4680
|
+
name: "initialEthTokenPrice",
|
|
4681
|
+
internalType: "uint256",
|
|
4682
|
+
type: "uint256"
|
|
4683
|
+
},
|
|
4684
|
+
{ name: "newBaseURI", internalType: "string", type: "string" },
|
|
4685
|
+
{ name: "newContractURI", internalType: "string", type: "string" }
|
|
4686
|
+
],
|
|
4687
|
+
name: "initialize",
|
|
4688
|
+
outputs: [
|
|
4689
|
+
{
|
|
4690
|
+
name: "mints",
|
|
4691
|
+
internalType: "contract IZoraMints1155",
|
|
4692
|
+
type: "address"
|
|
4693
|
+
}
|
|
4694
|
+
]
|
|
4695
|
+
},
|
|
4696
|
+
{
|
|
4697
|
+
stateMutability: "nonpayable",
|
|
4698
|
+
type: "function",
|
|
4699
|
+
inputs: [
|
|
4700
|
+
{ name: "tokenAddress", internalType: "address", type: "address" },
|
|
4701
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
4702
|
+
{ name: "recipient", internalType: "address", type: "address" }
|
|
4703
|
+
],
|
|
4704
|
+
name: "mintWithERC20",
|
|
4705
|
+
outputs: [
|
|
4706
|
+
{ name: "mintableTokenId", internalType: "uint256", type: "uint256" }
|
|
4707
|
+
]
|
|
4708
|
+
},
|
|
4709
|
+
{
|
|
4710
|
+
stateMutability: "payable",
|
|
4711
|
+
type: "function",
|
|
4712
|
+
inputs: [
|
|
4713
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
4714
|
+
{ name: "recipient", internalType: "address", type: "address" }
|
|
4715
|
+
],
|
|
4716
|
+
name: "mintWithEth",
|
|
4717
|
+
outputs: [
|
|
4718
|
+
{ name: "mintableTokenId", internalType: "uint256", type: "uint256" }
|
|
4719
|
+
]
|
|
4720
|
+
},
|
|
4721
|
+
{
|
|
4722
|
+
stateMutability: "view",
|
|
4723
|
+
type: "function",
|
|
4724
|
+
inputs: [],
|
|
4725
|
+
name: "mintableEthToken",
|
|
4726
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
4727
|
+
},
|
|
4728
|
+
{
|
|
4729
|
+
stateMutability: "nonpayable",
|
|
4730
|
+
type: "function",
|
|
4731
|
+
inputs: [
|
|
4732
|
+
{ name: "", internalType: "address", type: "address" },
|
|
4733
|
+
{ name: "from", internalType: "address", type: "address" },
|
|
4734
|
+
{ name: "ids", internalType: "uint256[]", type: "uint256[]" },
|
|
4735
|
+
{ name: "values", internalType: "uint256[]", type: "uint256[]" },
|
|
4736
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
4737
|
+
],
|
|
4738
|
+
name: "onERC1155BatchReceived",
|
|
4739
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
stateMutability: "nonpayable",
|
|
4743
|
+
type: "function",
|
|
4744
|
+
inputs: [
|
|
4745
|
+
{ name: "", internalType: "address", type: "address" },
|
|
4746
|
+
{ name: "from", internalType: "address", type: "address" },
|
|
4747
|
+
{ name: "id", internalType: "uint256", type: "uint256" },
|
|
4748
|
+
{ name: "value", internalType: "uint256", type: "uint256" },
|
|
4749
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
4750
|
+
],
|
|
4751
|
+
name: "onERC1155Received",
|
|
4752
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
4753
|
+
},
|
|
4754
|
+
{
|
|
4755
|
+
stateMutability: "view",
|
|
4756
|
+
type: "function",
|
|
4757
|
+
inputs: [],
|
|
4758
|
+
name: "owner",
|
|
4759
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
4760
|
+
},
|
|
4761
|
+
{
|
|
4762
|
+
stateMutability: "view",
|
|
4763
|
+
type: "function",
|
|
4764
|
+
inputs: [],
|
|
4765
|
+
name: "pendingOwner",
|
|
4766
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
4767
|
+
},
|
|
4768
|
+
{
|
|
4769
|
+
stateMutability: "view",
|
|
4770
|
+
type: "function",
|
|
4771
|
+
inputs: [],
|
|
4772
|
+
name: "proxiableUUID",
|
|
4773
|
+
outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
stateMutability: "nonpayable",
|
|
4777
|
+
type: "function",
|
|
4778
|
+
inputs: [],
|
|
4779
|
+
name: "renounceOwnership",
|
|
4780
|
+
outputs: []
|
|
4781
|
+
},
|
|
4782
|
+
{
|
|
4783
|
+
stateMutability: "nonpayable",
|
|
4784
|
+
type: "function",
|
|
4785
|
+
inputs: [
|
|
4786
|
+
{ name: "tokenAddress", internalType: "address", type: "address" },
|
|
4787
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" }
|
|
4788
|
+
],
|
|
4789
|
+
name: "setDefaultMintable",
|
|
4790
|
+
outputs: []
|
|
4791
|
+
},
|
|
4792
|
+
{
|
|
4793
|
+
stateMutability: "nonpayable",
|
|
4794
|
+
type: "function",
|
|
4795
|
+
inputs: [
|
|
4796
|
+
{ name: "newContractURI", internalType: "string", type: "string" },
|
|
4797
|
+
{ name: "newBaseURI", internalType: "string", type: "string" }
|
|
4798
|
+
],
|
|
4799
|
+
name: "setMetadataURIs",
|
|
4800
|
+
outputs: []
|
|
4801
|
+
},
|
|
4802
|
+
{
|
|
4803
|
+
stateMutability: "nonpayable",
|
|
4804
|
+
type: "function",
|
|
4805
|
+
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
4806
|
+
name: "transferOwnership",
|
|
4807
|
+
outputs: []
|
|
4808
|
+
},
|
|
4809
|
+
{
|
|
4810
|
+
stateMutability: "payable",
|
|
4811
|
+
type: "function",
|
|
4812
|
+
inputs: [
|
|
4813
|
+
{ name: "newImplementation", internalType: "address", type: "address" },
|
|
4814
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
4815
|
+
],
|
|
4816
|
+
name: "upgradeToAndCall",
|
|
4817
|
+
outputs: []
|
|
4818
|
+
},
|
|
4819
|
+
{
|
|
4820
|
+
stateMutability: "view",
|
|
4821
|
+
type: "function",
|
|
4822
|
+
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
4823
|
+
name: "uri",
|
|
4824
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
4825
|
+
},
|
|
4826
|
+
{
|
|
4827
|
+
stateMutability: "view",
|
|
4828
|
+
type: "function",
|
|
4829
|
+
inputs: [],
|
|
4830
|
+
name: "zoraMints1155",
|
|
4831
|
+
outputs: [
|
|
4832
|
+
{ name: "", internalType: "contract IZoraMints1155", type: "address" }
|
|
4833
|
+
]
|
|
4834
|
+
},
|
|
4835
|
+
{
|
|
4836
|
+
type: "event",
|
|
4837
|
+
anonymous: false,
|
|
4838
|
+
inputs: [
|
|
4839
|
+
{
|
|
4840
|
+
name: "tokenIds",
|
|
4841
|
+
internalType: "uint256[]",
|
|
4842
|
+
type: "uint256[]",
|
|
4843
|
+
indexed: true
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
name: "quantities",
|
|
4847
|
+
internalType: "uint256[]",
|
|
4848
|
+
type: "uint256[]",
|
|
4849
|
+
indexed: false
|
|
4850
|
+
},
|
|
4851
|
+
{
|
|
4852
|
+
name: "zoraCreator1155Contract",
|
|
4853
|
+
internalType: "address",
|
|
4854
|
+
type: "address",
|
|
4855
|
+
indexed: true
|
|
4856
|
+
},
|
|
4857
|
+
{
|
|
4858
|
+
name: "zoraCreator1155TokenId",
|
|
4859
|
+
internalType: "uint256",
|
|
4860
|
+
type: "uint256",
|
|
4861
|
+
indexed: true
|
|
4862
|
+
}
|
|
4863
|
+
],
|
|
4864
|
+
name: "Collected"
|
|
4865
|
+
},
|
|
4866
|
+
{
|
|
4867
|
+
type: "event",
|
|
4868
|
+
anonymous: false,
|
|
4869
|
+
inputs: [
|
|
4870
|
+
{
|
|
4871
|
+
name: "tokenAddress",
|
|
4872
|
+
internalType: "address",
|
|
4873
|
+
type: "address",
|
|
4874
|
+
indexed: false
|
|
4875
|
+
},
|
|
4876
|
+
{
|
|
4877
|
+
name: "tokenId",
|
|
4878
|
+
internalType: "uint256",
|
|
4879
|
+
type: "uint256",
|
|
4880
|
+
indexed: false
|
|
4881
|
+
}
|
|
4882
|
+
],
|
|
4883
|
+
name: "DefaultMintableTokenSet"
|
|
4884
|
+
},
|
|
4885
|
+
{
|
|
4886
|
+
type: "event",
|
|
4887
|
+
anonymous: false,
|
|
4888
|
+
inputs: [
|
|
4889
|
+
{
|
|
4890
|
+
name: "version",
|
|
4891
|
+
internalType: "uint64",
|
|
4892
|
+
type: "uint64",
|
|
4893
|
+
indexed: false
|
|
4894
|
+
}
|
|
4895
|
+
],
|
|
4896
|
+
name: "Initialized"
|
|
4897
|
+
},
|
|
4898
|
+
{
|
|
4899
|
+
type: "event",
|
|
4900
|
+
anonymous: false,
|
|
4901
|
+
inputs: [
|
|
4902
|
+
{
|
|
4903
|
+
name: "sender",
|
|
4904
|
+
internalType: "address",
|
|
4905
|
+
type: "address",
|
|
4906
|
+
indexed: true
|
|
4907
|
+
},
|
|
4908
|
+
{
|
|
4909
|
+
name: "tokenContract",
|
|
4910
|
+
internalType: "address",
|
|
4911
|
+
type: "address",
|
|
4912
|
+
indexed: true
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
name: "tokenId",
|
|
4916
|
+
internalType: "uint256",
|
|
4917
|
+
type: "uint256",
|
|
4918
|
+
indexed: true
|
|
4919
|
+
},
|
|
4920
|
+
{
|
|
4921
|
+
name: "quantity",
|
|
4922
|
+
internalType: "uint256",
|
|
4923
|
+
type: "uint256",
|
|
4924
|
+
indexed: false
|
|
4925
|
+
},
|
|
4926
|
+
{
|
|
4927
|
+
name: "comment",
|
|
4928
|
+
internalType: "string",
|
|
4929
|
+
type: "string",
|
|
4930
|
+
indexed: false
|
|
4931
|
+
}
|
|
4932
|
+
],
|
|
4933
|
+
name: "MintComment"
|
|
4934
|
+
},
|
|
4935
|
+
{
|
|
4936
|
+
type: "event",
|
|
4937
|
+
anonymous: false,
|
|
4938
|
+
inputs: [
|
|
4939
|
+
{
|
|
4940
|
+
name: "previousOwner",
|
|
4941
|
+
internalType: "address",
|
|
4942
|
+
type: "address",
|
|
4943
|
+
indexed: true
|
|
4944
|
+
},
|
|
4945
|
+
{
|
|
4946
|
+
name: "newOwner",
|
|
4947
|
+
internalType: "address",
|
|
4948
|
+
type: "address",
|
|
4949
|
+
indexed: true
|
|
4950
|
+
}
|
|
4951
|
+
],
|
|
4952
|
+
name: "OwnershipTransferStarted"
|
|
4953
|
+
},
|
|
4954
|
+
{
|
|
4955
|
+
type: "event",
|
|
4956
|
+
anonymous: false,
|
|
4957
|
+
inputs: [
|
|
4958
|
+
{
|
|
4959
|
+
name: "previousOwner",
|
|
4960
|
+
internalType: "address",
|
|
4961
|
+
type: "address",
|
|
4962
|
+
indexed: true
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
name: "newOwner",
|
|
4966
|
+
internalType: "address",
|
|
4967
|
+
type: "address",
|
|
4968
|
+
indexed: true
|
|
4969
|
+
}
|
|
4970
|
+
],
|
|
4971
|
+
name: "OwnershipTransferred"
|
|
4972
|
+
},
|
|
4973
|
+
{
|
|
4974
|
+
type: "event",
|
|
4975
|
+
anonymous: false,
|
|
4976
|
+
inputs: [
|
|
4977
|
+
{
|
|
4978
|
+
name: "contractURI",
|
|
4979
|
+
internalType: "string",
|
|
4980
|
+
type: "string",
|
|
4981
|
+
indexed: false
|
|
4982
|
+
},
|
|
4983
|
+
{
|
|
4984
|
+
name: "baseURI",
|
|
4985
|
+
internalType: "string",
|
|
4986
|
+
type: "string",
|
|
4987
|
+
indexed: false
|
|
4988
|
+
}
|
|
4989
|
+
],
|
|
4990
|
+
name: "URIsUpdated"
|
|
4991
|
+
},
|
|
4992
|
+
{
|
|
4993
|
+
type: "event",
|
|
4994
|
+
anonymous: false,
|
|
4995
|
+
inputs: [
|
|
4996
|
+
{
|
|
4997
|
+
name: "implementation",
|
|
4998
|
+
internalType: "address",
|
|
4999
|
+
type: "address",
|
|
5000
|
+
indexed: true
|
|
5001
|
+
}
|
|
5002
|
+
],
|
|
5003
|
+
name: "Upgraded"
|
|
5004
|
+
},
|
|
5005
|
+
{
|
|
5006
|
+
type: "error",
|
|
5007
|
+
inputs: [{ name: "target", internalType: "address", type: "address" }],
|
|
5008
|
+
name: "AddressEmptyCode"
|
|
5009
|
+
},
|
|
5010
|
+
{
|
|
5011
|
+
type: "error",
|
|
5012
|
+
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
5013
|
+
name: "AddressInsufficientBalance"
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
type: "error",
|
|
5017
|
+
inputs: [
|
|
5018
|
+
{ name: "lengthA", internalType: "uint256", type: "uint256" },
|
|
5019
|
+
{ name: "lengthB", internalType: "uint256", type: "uint256" }
|
|
5020
|
+
],
|
|
5021
|
+
name: "ArrayLengthMismatch"
|
|
5022
|
+
},
|
|
5023
|
+
{
|
|
5024
|
+
type: "error",
|
|
5025
|
+
inputs: [
|
|
5026
|
+
{ name: "operator", internalType: "address", type: "address" },
|
|
5027
|
+
{ name: "user", internalType: "address", type: "address" }
|
|
5028
|
+
],
|
|
5029
|
+
name: "Burn_NotOwnerOrApproved"
|
|
5030
|
+
},
|
|
5031
|
+
{
|
|
5032
|
+
type: "error",
|
|
5033
|
+
inputs: [{ name: "reason", internalType: "bytes", type: "bytes" }],
|
|
5034
|
+
name: "CallFailed"
|
|
5035
|
+
},
|
|
5036
|
+
{ type: "error", inputs: [], name: "Call_TokenIdMismatch" },
|
|
5037
|
+
{ type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
|
|
5038
|
+
{
|
|
5039
|
+
type: "error",
|
|
5040
|
+
inputs: [
|
|
5041
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
5042
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
5043
|
+
{ name: "totalMinted", internalType: "uint256", type: "uint256" },
|
|
5044
|
+
{ name: "maxSupply", internalType: "uint256", type: "uint256" }
|
|
5045
|
+
],
|
|
5046
|
+
name: "CannotMintMoreTokens"
|
|
5047
|
+
},
|
|
5048
|
+
{
|
|
5049
|
+
type: "error",
|
|
5050
|
+
inputs: [
|
|
5051
|
+
{ name: "proposedAddress", internalType: "address", type: "address" }
|
|
5052
|
+
],
|
|
5053
|
+
name: "Config_TransferHookNotSupported"
|
|
5054
|
+
},
|
|
5055
|
+
{ type: "error", inputs: [], name: "Create2EmptyBytecode" },
|
|
5056
|
+
{ type: "error", inputs: [], name: "Create2FailedDeployment" },
|
|
5057
|
+
{
|
|
5058
|
+
type: "error",
|
|
5059
|
+
inputs: [
|
|
5060
|
+
{ name: "balance", internalType: "uint256", type: "uint256" },
|
|
5061
|
+
{ name: "needed", internalType: "uint256", type: "uint256" }
|
|
5062
|
+
],
|
|
5063
|
+
name: "Create2InsufficientBalance"
|
|
5064
|
+
},
|
|
5065
|
+
{ type: "error", inputs: [], name: "DefaultOwnerCannotBeZero" },
|
|
5066
|
+
{ type: "error", inputs: [], name: "ERC1155BatchReceivedCallFailed" },
|
|
5067
|
+
{ type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
|
|
5068
|
+
{
|
|
5069
|
+
type: "error",
|
|
5070
|
+
inputs: [
|
|
5071
|
+
{ name: "implementation", internalType: "address", type: "address" }
|
|
5072
|
+
],
|
|
5073
|
+
name: "ERC1967InvalidImplementation"
|
|
5074
|
+
},
|
|
5075
|
+
{ type: "error", inputs: [], name: "ERC1967NonPayable" },
|
|
5076
|
+
{ type: "error", inputs: [], name: "ERC20TransferSlippage" },
|
|
5077
|
+
{ type: "error", inputs: [], name: "ETHTransferFailed" },
|
|
5078
|
+
{
|
|
5079
|
+
type: "error",
|
|
5080
|
+
inputs: [
|
|
5081
|
+
{ name: "recipient", internalType: "address", type: "address" },
|
|
5082
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
5083
|
+
],
|
|
5084
|
+
name: "ETHWithdrawFailed"
|
|
5085
|
+
},
|
|
5086
|
+
{ type: "error", inputs: [], name: "FailedInnerCall" },
|
|
5087
|
+
{ type: "error", inputs: [], name: "FirstMinterAddressZero" },
|
|
5088
|
+
{
|
|
5089
|
+
type: "error",
|
|
5090
|
+
inputs: [
|
|
5091
|
+
{ name: "amount", internalType: "uint256", type: "uint256" },
|
|
5092
|
+
{ name: "contractValue", internalType: "uint256", type: "uint256" }
|
|
5093
|
+
],
|
|
5094
|
+
name: "FundsWithdrawInsolvent"
|
|
5095
|
+
},
|
|
5096
|
+
{ type: "error", inputs: [], name: "IncorrectAmountSent" },
|
|
5097
|
+
{ type: "error", inputs: [], name: "InvalidAdminAction" },
|
|
5098
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
5099
|
+
{
|
|
5100
|
+
type: "error",
|
|
5101
|
+
inputs: [
|
|
5102
|
+
{ name: "mintTo", internalType: "address", type: "address" },
|
|
5103
|
+
{ name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
|
|
5104
|
+
{ name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
|
|
5105
|
+
],
|
|
5106
|
+
name: "InvalidMerkleProof"
|
|
5107
|
+
},
|
|
5108
|
+
{ type: "error", inputs: [], name: "InvalidMintSchedule" },
|
|
5109
|
+
{ type: "error", inputs: [], name: "InvalidOwnerForAssociatedZoraMints" },
|
|
5110
|
+
{ type: "error", inputs: [], name: "InvalidPremintVersion" },
|
|
5111
|
+
{ type: "error", inputs: [], name: "InvalidRecipient" },
|
|
5112
|
+
{ type: "error", inputs: [], name: "InvalidSignature" },
|
|
5113
|
+
{ type: "error", inputs: [], name: "InvalidSignatureVersion" },
|
|
5114
|
+
{
|
|
5115
|
+
type: "error",
|
|
5116
|
+
inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
|
|
5117
|
+
name: "InvalidSigner"
|
|
5118
|
+
},
|
|
5119
|
+
{ type: "error", inputs: [], name: "InvalidTokenPrice" },
|
|
5120
|
+
{ type: "error", inputs: [], name: "MintNotYetStarted" },
|
|
5121
|
+
{ type: "error", inputs: [], name: "MintWithMintsNotSupportedOnContract" },
|
|
5122
|
+
{ type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
|
|
5123
|
+
{ type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
|
|
5124
|
+
{ type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
|
|
5125
|
+
{ type: "error", inputs: [], name: "Mint_UnknownCommand" },
|
|
5126
|
+
{ type: "error", inputs: [], name: "Mint_ValueTransferFail" },
|
|
5127
|
+
{ type: "error", inputs: [], name: "MinterContractAlreadyExists" },
|
|
5128
|
+
{ type: "error", inputs: [], name: "MinterContractDoesNotExist" },
|
|
5129
|
+
{ type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
|
|
5130
|
+
{ type: "error", inputs: [], name: "NoTokensTransferred" },
|
|
5131
|
+
{ type: "error", inputs: [], name: "NoUriForNonexistentToken" },
|
|
5132
|
+
{ type: "error", inputs: [], name: "NonEthRedemption" },
|
|
5133
|
+
{
|
|
5134
|
+
type: "error",
|
|
5135
|
+
inputs: [{ name: "handler", internalType: "address", type: "address" }],
|
|
5136
|
+
name: "NotARedeemHandler"
|
|
5137
|
+
},
|
|
5138
|
+
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
5139
|
+
{ type: "error", inputs: [], name: "NotSelfCall" },
|
|
5140
|
+
{ type: "error", inputs: [], name: "NotZoraMints1155" },
|
|
5141
|
+
{ type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
|
|
5142
|
+
{
|
|
5143
|
+
type: "error",
|
|
5144
|
+
inputs: [{ name: "owner", internalType: "address", type: "address" }],
|
|
5145
|
+
name: "OwnableInvalidOwner"
|
|
5146
|
+
},
|
|
5147
|
+
{
|
|
5148
|
+
type: "error",
|
|
5149
|
+
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
5150
|
+
name: "OwnableUnauthorizedAccount"
|
|
5151
|
+
},
|
|
5152
|
+
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
5153
|
+
{ type: "error", inputs: [], name: "PremintExecutorCannotBeZero" },
|
|
5154
|
+
{
|
|
5155
|
+
type: "error",
|
|
5156
|
+
inputs: [
|
|
5157
|
+
{ name: "caller", internalType: "address", type: "address" },
|
|
5158
|
+
{ name: "recipient", internalType: "address", type: "address" },
|
|
5159
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
5160
|
+
],
|
|
5161
|
+
name: "ProtocolRewardsWithdrawFailed"
|
|
5162
|
+
},
|
|
5163
|
+
{ type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
|
|
5164
|
+
{ type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
|
|
5165
|
+
{
|
|
5166
|
+
type: "error",
|
|
5167
|
+
inputs: [{ name: "token", internalType: "address", type: "address" }],
|
|
5168
|
+
name: "SafeERC20FailedOperation"
|
|
5169
|
+
},
|
|
5170
|
+
{ type: "error", inputs: [], name: "SaleEnded" },
|
|
5171
|
+
{ type: "error", inputs: [], name: "SaleHasNotStarted" },
|
|
5172
|
+
{
|
|
5173
|
+
type: "error",
|
|
5174
|
+
inputs: [
|
|
5175
|
+
{ name: "targetContract", internalType: "address", type: "address" }
|
|
5176
|
+
],
|
|
5177
|
+
name: "Sale_CannotCallNonSalesContract"
|
|
5178
|
+
},
|
|
5179
|
+
{ type: "error", inputs: [], name: "TokenAlreadyCreated" },
|
|
5180
|
+
{ type: "error", inputs: [], name: "TokenDoesNotExist" },
|
|
5181
|
+
{
|
|
5182
|
+
type: "error",
|
|
5183
|
+
inputs: [
|
|
5184
|
+
{ name: "expected", internalType: "uint256", type: "uint256" },
|
|
5185
|
+
{ name: "actual", internalType: "uint256", type: "uint256" }
|
|
5186
|
+
],
|
|
5187
|
+
name: "TokenIdMismatch"
|
|
5188
|
+
},
|
|
5189
|
+
{
|
|
5190
|
+
type: "error",
|
|
5191
|
+
inputs: [
|
|
5192
|
+
{ name: "storedTokenAddress", internalType: "address", type: "address" },
|
|
5193
|
+
{
|
|
5194
|
+
name: "expectedTokenAddress",
|
|
5195
|
+
internalType: "address",
|
|
5196
|
+
type: "address"
|
|
5197
|
+
}
|
|
5198
|
+
],
|
|
5199
|
+
name: "TokenMismatch"
|
|
5200
|
+
},
|
|
5201
|
+
{ type: "error", inputs: [], name: "TokenNotMintable" },
|
|
5202
|
+
{ type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
|
|
5203
|
+
{
|
|
5204
|
+
type: "error",
|
|
5205
|
+
inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
|
|
5206
|
+
name: "UUPSUnsupportedProxiableUUID"
|
|
5207
|
+
},
|
|
5208
|
+
{
|
|
5209
|
+
type: "error",
|
|
5210
|
+
inputs: [{ name: "selector", internalType: "bytes4", type: "bytes4" }],
|
|
5211
|
+
name: "UnknownUserAction"
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
type: "error",
|
|
5215
|
+
inputs: [
|
|
5216
|
+
{ name: "expected", internalType: "string", type: "string" },
|
|
5217
|
+
{ name: "actual", internalType: "string", type: "string" }
|
|
5218
|
+
],
|
|
5219
|
+
name: "UpgradeToMismatchedContractName"
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
type: "error",
|
|
5223
|
+
inputs: [
|
|
5224
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5225
|
+
{ name: "limit", internalType: "uint256", type: "uint256" },
|
|
5226
|
+
{ name: "requestedAmount", internalType: "uint256", type: "uint256" }
|
|
5227
|
+
],
|
|
5228
|
+
name: "UserExceedsMintLimit"
|
|
5229
|
+
},
|
|
5230
|
+
{
|
|
5231
|
+
type: "error",
|
|
5232
|
+
inputs: [
|
|
5233
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5234
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
5235
|
+
{ name: "role", internalType: "uint256", type: "uint256" }
|
|
5236
|
+
],
|
|
5237
|
+
name: "UserMissingRoleForToken"
|
|
5238
|
+
},
|
|
5239
|
+
{ type: "error", inputs: [], name: "WrongValueSent" },
|
|
5240
|
+
{
|
|
5241
|
+
type: "error",
|
|
5242
|
+
inputs: [],
|
|
5243
|
+
name: "premintSignerContractFailedToRecoverSigner"
|
|
5244
|
+
},
|
|
5245
|
+
{ type: "error", inputs: [], name: "premintSignerContractNotAContract" }
|
|
5246
|
+
];
|
|
5247
|
+
var zoraMintsManagerImplAddress = {
|
|
5248
|
+
7777777: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
|
|
5249
|
+
999999999: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B"
|
|
5250
|
+
};
|
|
5251
|
+
var zoraMintsManagerImplConfig = {
|
|
5252
|
+
address: zoraMintsManagerImplAddress,
|
|
5253
|
+
abi: zoraMintsManagerImplABI
|
|
5254
|
+
};
|
|
5255
|
+
|
|
5256
|
+
// src/generated/1155.ts
|
|
5257
|
+
var __exports = {};
|
|
5258
|
+
__export(__exports, {
|
|
5259
|
+
addresses: () => addresses,
|
|
5260
|
+
chainConfigs: () => chainConfigs
|
|
5261
|
+
});
|
|
5262
|
+
var chainConfigs = {
|
|
5263
|
+
1: {
|
|
5264
|
+
FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
5265
|
+
MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
|
|
5266
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5267
|
+
},
|
|
5268
|
+
10: {
|
|
5269
|
+
FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
5270
|
+
MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
|
|
5271
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5272
|
+
},
|
|
5273
|
+
999: {
|
|
5274
|
+
FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
5275
|
+
MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
5276
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5277
|
+
},
|
|
5278
|
+
8453: {
|
|
5279
|
+
FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
5280
|
+
MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
|
|
5281
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5282
|
+
},
|
|
5283
|
+
42161: {
|
|
5284
|
+
FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
|
|
5285
|
+
MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
|
|
5286
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5287
|
+
},
|
|
5288
|
+
81457: {
|
|
5289
|
+
FACTORY_OWNER: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
|
|
5290
|
+
MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
|
|
5291
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5292
|
+
},
|
|
5293
|
+
84532: {
|
|
5294
|
+
FACTORY_OWNER: "0x12125c8a52B8E4ed1A28e1f964023b4477f11300",
|
|
5295
|
+
MINT_FEE_RECIPIENT: "0x12125c8a52B8E4ed1A28e1f964023b4477f11300",
|
|
5296
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5297
|
+
},
|
|
5298
|
+
421614: {
|
|
5299
|
+
FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
5300
|
+
MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
5301
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5302
|
+
},
|
|
5303
|
+
7777777: {
|
|
5304
|
+
FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
|
|
5305
|
+
MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
|
|
5306
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5307
|
+
},
|
|
5308
|
+
11155111: {
|
|
5309
|
+
FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
5310
|
+
MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
5311
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5312
|
+
},
|
|
5313
|
+
168587773: {
|
|
5314
|
+
FACTORY_OWNER: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
|
|
5315
|
+
MINT_FEE_RECIPIENT: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
|
|
3628
5316
|
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3629
5317
|
},
|
|
3630
5318
|
999999999: {
|
|
@@ -3717,6 +5405,20 @@ var addresses = {
|
|
|
3717
5405
|
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
3718
5406
|
timestamp: 1709235955
|
|
3719
5407
|
},
|
|
5408
|
+
84532: {
|
|
5409
|
+
CONTRACT_1155_IMPL: "0x8237F421357F87a23ed0CFf3a5586172F210A21B",
|
|
5410
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.3",
|
|
5411
|
+
FACTORY_IMPL: "0x932A29Dbfc1B8c3BdfC763eF53F113486A5b5E7D",
|
|
5412
|
+
FACTORY_PROXY: "0x8cfbF874A12b346115003532119C29f6B56719CB",
|
|
5413
|
+
FIXED_PRICE_SALE_STRATEGY: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE",
|
|
5414
|
+
MERKLE_MINT_SALE_STRATEGY: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a",
|
|
5415
|
+
PREMINTER_IMPL: "",
|
|
5416
|
+
PREMINTER_PROXY: "",
|
|
5417
|
+
REDEEM_MINTER_FACTORY: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea",
|
|
5418
|
+
UPGRADE_GATE: "0x0ABdD5AA61E9107519DB7cD626442B905284B7eb",
|
|
5419
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5420
|
+
timestamp: 1706663694
|
|
5421
|
+
},
|
|
3720
5422
|
421614: {
|
|
3721
5423
|
CONTRACT_1155_IMPL: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
|
|
3722
5424
|
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
@@ -3732,18 +5434,17 @@ var addresses = {
|
|
|
3732
5434
|
timestamp: 1706661669
|
|
3733
5435
|
},
|
|
3734
5436
|
7777777: {
|
|
3735
|
-
CONTRACT_1155_IMPL: "
|
|
3736
|
-
CONTRACT_1155_IMPL_VERSION: "2.
|
|
3737
|
-
FACTORY_IMPL: "
|
|
5437
|
+
CONTRACT_1155_IMPL: "0x2C49E95303734eE3826307783d5fDD180B2131D3",
|
|
5438
|
+
CONTRACT_1155_IMPL_VERSION: "2.9.0",
|
|
5439
|
+
FACTORY_IMPL: "0xB2696570215c3158eB1D218FB1a3DF92a418B034",
|
|
3738
5440
|
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
3739
5441
|
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3740
5442
|
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3741
|
-
PREMINTER_IMPL: "
|
|
5443
|
+
PREMINTER_IMPL: "0xD754417BDABFCc3a3997B9A15E9F6922a8131Ac1",
|
|
3742
5444
|
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
3743
5445
|
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3744
5446
|
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
3745
|
-
|
|
3746
|
-
timestamp: 1706663694
|
|
5447
|
+
timestamp: 1712349677
|
|
3747
5448
|
},
|
|
3748
5449
|
11155111: {
|
|
3749
5450
|
CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
|
|
@@ -3773,21 +5474,83 @@ var addresses = {
|
|
|
3773
5474
|
timestamp: 1709234007
|
|
3774
5475
|
},
|
|
3775
5476
|
999999999: {
|
|
3776
|
-
CONTRACT_1155_IMPL: "
|
|
3777
|
-
CONTRACT_1155_IMPL_VERSION: "2.
|
|
3778
|
-
FACTORY_IMPL: "
|
|
5477
|
+
CONTRACT_1155_IMPL: "0xaDf7F654d8E416aaD85d4f06fDf4cA3D05BDA1A1",
|
|
5478
|
+
CONTRACT_1155_IMPL_VERSION: "2.9.0",
|
|
5479
|
+
FACTORY_IMPL: "0xE8219ad920ab6ae21aF2d3831df4B18d96d23F5a",
|
|
3779
5480
|
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
3780
5481
|
FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
|
|
3781
5482
|
MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
|
|
3782
|
-
PREMINTER_IMPL: "
|
|
5483
|
+
PREMINTER_IMPL: "0x1840606A43AC211Ffd548BE727563D863bfCF707",
|
|
3783
5484
|
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
3784
5485
|
REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
|
|
3785
5486
|
UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
|
|
3786
|
-
timestamp:
|
|
5487
|
+
timestamp: 1712339316
|
|
5488
|
+
}
|
|
5489
|
+
};
|
|
5490
|
+
|
|
5491
|
+
// src/generated/mints.ts
|
|
5492
|
+
var mints_exports = {};
|
|
5493
|
+
__export(mints_exports, {
|
|
5494
|
+
addresses: () => addresses2,
|
|
5495
|
+
chainConfigs: () => chainConfigs2
|
|
5496
|
+
});
|
|
5497
|
+
var chainConfigs2 = {
|
|
5498
|
+
1: {
|
|
5499
|
+
PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
5500
|
+
MINTS_OWNER: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
|
|
5501
|
+
},
|
|
5502
|
+
10: {
|
|
5503
|
+
PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
5504
|
+
MINTS_OWNER: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
|
|
5505
|
+
},
|
|
5506
|
+
420: {
|
|
5507
|
+
PROXY_ADMIN: "0xbb45052B2260707655Dfd916a416264f5981192c",
|
|
5508
|
+
MINTS_OWNER: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
|
|
5509
|
+
},
|
|
5510
|
+
999: {
|
|
5511
|
+
PROXY_ADMIN: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
5512
|
+
MINTS_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
|
|
5513
|
+
},
|
|
5514
|
+
8453: {
|
|
5515
|
+
PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
5516
|
+
MINTS_OWNER: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
|
|
5517
|
+
},
|
|
5518
|
+
84531: {
|
|
5519
|
+
PROXY_ADMIN: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
|
|
5520
|
+
MINTS_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe"
|
|
5521
|
+
},
|
|
5522
|
+
7777777: {
|
|
5523
|
+
PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
|
|
5524
|
+
MINTS_OWNER: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
|
|
5525
|
+
},
|
|
5526
|
+
11155111: {
|
|
5527
|
+
PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
5528
|
+
MINTS_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
|
|
5529
|
+
},
|
|
5530
|
+
999999999: {
|
|
5531
|
+
PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
|
|
5532
|
+
MINTS_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
|
|
5533
|
+
}
|
|
5534
|
+
};
|
|
5535
|
+
var addresses2 = {
|
|
5536
|
+
7777777: {
|
|
5537
|
+
MINTS_ETH_UNWRAPPER_AND_CALLER: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
|
|
5538
|
+
MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
|
|
5539
|
+
MINTS_MANAGER_IMPL_VERSION: "0.1.0"
|
|
5540
|
+
},
|
|
5541
|
+
999999999: {
|
|
5542
|
+
MINTS_ETH_UNWRAPPER_AND_CALLER: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
|
|
5543
|
+
MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
|
|
5544
|
+
MINTS_MANAGER_IMPL_VERSION: "0.1.0"
|
|
3787
5545
|
}
|
|
3788
5546
|
};
|
|
3789
5547
|
export {
|
|
3790
5548
|
__exports as contracts1155,
|
|
5549
|
+
iUnwrapAndForwardActionABI,
|
|
5550
|
+
mints_exports as mints,
|
|
5551
|
+
mintsEthUnwrapperAndCallerABI,
|
|
5552
|
+
mintsEthUnwrapperAndCallerAddress,
|
|
5553
|
+
mintsEthUnwrapperAndCallerConfig,
|
|
3791
5554
|
zoraCreator1155FactoryImplABI,
|
|
3792
5555
|
zoraCreator1155FactoryImplAddress,
|
|
3793
5556
|
zoraCreator1155FactoryImplConfig,
|
|
@@ -3803,6 +5566,12 @@ export {
|
|
|
3803
5566
|
zoraCreatorMerkleMinterStrategyConfig,
|
|
3804
5567
|
zoraCreatorRedeemMinterFactoryABI,
|
|
3805
5568
|
zoraCreatorRedeemMinterFactoryAddress,
|
|
3806
|
-
zoraCreatorRedeemMinterFactoryConfig
|
|
5569
|
+
zoraCreatorRedeemMinterFactoryConfig,
|
|
5570
|
+
zoraMints1155ABI,
|
|
5571
|
+
zoraMints1155Address,
|
|
5572
|
+
zoraMints1155Config,
|
|
5573
|
+
zoraMintsManagerImplABI,
|
|
5574
|
+
zoraMintsManagerImplAddress,
|
|
5575
|
+
zoraMintsManagerImplConfig
|
|
3807
5576
|
};
|
|
3808
5577
|
//# sourceMappingURL=index.js.map
|