@zoralabs/protocol-deployments 0.1.5-DEV.6 → 0.1.5-DEV.8
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/generated/mints.d.ts +1 -0
- package/dist/generated/mints.d.ts.map +1 -1
- package/dist/generated/wagmi.d.ts +474 -126
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +146 -37
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +142 -37
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/generated/1155.ts +3 -3
- package/src/generated/mints.ts +4 -2
- package/src/generated/wagmi.ts +156 -35
|
@@ -1,3 +1,247 @@
|
|
|
1
|
+
export declare const iUnwrapAndForwardActionABI: readonly [{
|
|
2
|
+
readonly stateMutability: "payable";
|
|
3
|
+
readonly type: "function";
|
|
4
|
+
readonly inputs: readonly [{
|
|
5
|
+
readonly name: "receiverAddress";
|
|
6
|
+
readonly internalType: "address";
|
|
7
|
+
readonly type: "address";
|
|
8
|
+
}, {
|
|
9
|
+
readonly name: "call";
|
|
10
|
+
readonly internalType: "bytes";
|
|
11
|
+
readonly type: "bytes";
|
|
12
|
+
}, {
|
|
13
|
+
readonly name: "valueToSend";
|
|
14
|
+
readonly internalType: "uint256";
|
|
15
|
+
readonly type: "uint256";
|
|
16
|
+
}];
|
|
17
|
+
readonly name: "callWithEth";
|
|
18
|
+
readonly outputs: readonly [];
|
|
19
|
+
}];
|
|
20
|
+
/**
|
|
21
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b)
|
|
22
|
+
*/
|
|
23
|
+
export declare const mintsEthUnwrapperAndCallerABI: readonly [{
|
|
24
|
+
readonly stateMutability: "nonpayable";
|
|
25
|
+
readonly type: "constructor";
|
|
26
|
+
readonly inputs: readonly [{
|
|
27
|
+
readonly name: "_zoraMints1155";
|
|
28
|
+
readonly internalType: "contract IZoraMints1155";
|
|
29
|
+
readonly type: "address";
|
|
30
|
+
}];
|
|
31
|
+
}, {
|
|
32
|
+
readonly stateMutability: "payable";
|
|
33
|
+
readonly type: "receive";
|
|
34
|
+
}, {
|
|
35
|
+
readonly stateMutability: "nonpayable";
|
|
36
|
+
readonly type: "function";
|
|
37
|
+
readonly inputs: readonly [{
|
|
38
|
+
readonly name: "";
|
|
39
|
+
readonly internalType: "address";
|
|
40
|
+
readonly type: "address";
|
|
41
|
+
}, {
|
|
42
|
+
readonly name: "from";
|
|
43
|
+
readonly internalType: "address";
|
|
44
|
+
readonly type: "address";
|
|
45
|
+
}, {
|
|
46
|
+
readonly name: "ids";
|
|
47
|
+
readonly internalType: "uint256[]";
|
|
48
|
+
readonly type: "uint256[]";
|
|
49
|
+
}, {
|
|
50
|
+
readonly name: "values";
|
|
51
|
+
readonly internalType: "uint256[]";
|
|
52
|
+
readonly type: "uint256[]";
|
|
53
|
+
}, {
|
|
54
|
+
readonly name: "data";
|
|
55
|
+
readonly internalType: "bytes";
|
|
56
|
+
readonly type: "bytes";
|
|
57
|
+
}];
|
|
58
|
+
readonly name: "onERC1155BatchReceived";
|
|
59
|
+
readonly outputs: readonly [{
|
|
60
|
+
readonly name: "";
|
|
61
|
+
readonly internalType: "bytes4";
|
|
62
|
+
readonly type: "bytes4";
|
|
63
|
+
}];
|
|
64
|
+
}, {
|
|
65
|
+
readonly stateMutability: "nonpayable";
|
|
66
|
+
readonly type: "function";
|
|
67
|
+
readonly inputs: readonly [{
|
|
68
|
+
readonly name: "";
|
|
69
|
+
readonly internalType: "address";
|
|
70
|
+
readonly type: "address";
|
|
71
|
+
}, {
|
|
72
|
+
readonly name: "from";
|
|
73
|
+
readonly internalType: "address";
|
|
74
|
+
readonly type: "address";
|
|
75
|
+
}, {
|
|
76
|
+
readonly name: "id";
|
|
77
|
+
readonly internalType: "uint256";
|
|
78
|
+
readonly type: "uint256";
|
|
79
|
+
}, {
|
|
80
|
+
readonly name: "value";
|
|
81
|
+
readonly internalType: "uint256";
|
|
82
|
+
readonly type: "uint256";
|
|
83
|
+
}, {
|
|
84
|
+
readonly name: "data";
|
|
85
|
+
readonly internalType: "bytes";
|
|
86
|
+
readonly type: "bytes";
|
|
87
|
+
}];
|
|
88
|
+
readonly name: "onERC1155Received";
|
|
89
|
+
readonly outputs: readonly [{
|
|
90
|
+
readonly name: "";
|
|
91
|
+
readonly internalType: "bytes4";
|
|
92
|
+
readonly type: "bytes4";
|
|
93
|
+
}];
|
|
94
|
+
}, {
|
|
95
|
+
readonly type: "error";
|
|
96
|
+
readonly inputs: readonly [{
|
|
97
|
+
readonly name: "tokenId";
|
|
98
|
+
readonly internalType: "uint256";
|
|
99
|
+
readonly type: "uint256";
|
|
100
|
+
}];
|
|
101
|
+
readonly name: "ERC20NotSupported";
|
|
102
|
+
}, {
|
|
103
|
+
readonly type: "error";
|
|
104
|
+
readonly inputs: readonly [];
|
|
105
|
+
readonly name: "ETHTransferFailed";
|
|
106
|
+
}, {
|
|
107
|
+
readonly type: "error";
|
|
108
|
+
readonly inputs: readonly [];
|
|
109
|
+
readonly name: "NotExpectingReceive";
|
|
110
|
+
}, {
|
|
111
|
+
readonly type: "error";
|
|
112
|
+
readonly inputs: readonly [];
|
|
113
|
+
readonly name: "NotZoraMints1155";
|
|
114
|
+
}, {
|
|
115
|
+
readonly type: "error";
|
|
116
|
+
readonly inputs: readonly [{
|
|
117
|
+
readonly name: "data";
|
|
118
|
+
readonly internalType: "bytes";
|
|
119
|
+
readonly type: "bytes";
|
|
120
|
+
}];
|
|
121
|
+
readonly name: "TransferFailed";
|
|
122
|
+
}, {
|
|
123
|
+
readonly type: "error";
|
|
124
|
+
readonly inputs: readonly [];
|
|
125
|
+
readonly name: "UnknownUserAction";
|
|
126
|
+
}];
|
|
127
|
+
/**
|
|
128
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b)
|
|
129
|
+
*/
|
|
130
|
+
export declare const mintsEthUnwrapperAndCallerAddress: {
|
|
131
|
+
readonly 999999999: "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b";
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b)
|
|
135
|
+
*/
|
|
136
|
+
export declare const mintsEthUnwrapperAndCallerConfig: {
|
|
137
|
+
readonly address: {
|
|
138
|
+
readonly 999999999: "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b";
|
|
139
|
+
};
|
|
140
|
+
readonly abi: readonly [{
|
|
141
|
+
readonly stateMutability: "nonpayable";
|
|
142
|
+
readonly type: "constructor";
|
|
143
|
+
readonly inputs: readonly [{
|
|
144
|
+
readonly name: "_zoraMints1155";
|
|
145
|
+
readonly internalType: "contract IZoraMints1155";
|
|
146
|
+
readonly type: "address";
|
|
147
|
+
}];
|
|
148
|
+
}, {
|
|
149
|
+
readonly stateMutability: "payable";
|
|
150
|
+
readonly type: "receive";
|
|
151
|
+
}, {
|
|
152
|
+
readonly stateMutability: "nonpayable";
|
|
153
|
+
readonly type: "function";
|
|
154
|
+
readonly inputs: readonly [{
|
|
155
|
+
readonly name: "";
|
|
156
|
+
readonly internalType: "address";
|
|
157
|
+
readonly type: "address";
|
|
158
|
+
}, {
|
|
159
|
+
readonly name: "from";
|
|
160
|
+
readonly internalType: "address";
|
|
161
|
+
readonly type: "address";
|
|
162
|
+
}, {
|
|
163
|
+
readonly name: "ids";
|
|
164
|
+
readonly internalType: "uint256[]";
|
|
165
|
+
readonly type: "uint256[]";
|
|
166
|
+
}, {
|
|
167
|
+
readonly name: "values";
|
|
168
|
+
readonly internalType: "uint256[]";
|
|
169
|
+
readonly type: "uint256[]";
|
|
170
|
+
}, {
|
|
171
|
+
readonly name: "data";
|
|
172
|
+
readonly internalType: "bytes";
|
|
173
|
+
readonly type: "bytes";
|
|
174
|
+
}];
|
|
175
|
+
readonly name: "onERC1155BatchReceived";
|
|
176
|
+
readonly outputs: readonly [{
|
|
177
|
+
readonly name: "";
|
|
178
|
+
readonly internalType: "bytes4";
|
|
179
|
+
readonly type: "bytes4";
|
|
180
|
+
}];
|
|
181
|
+
}, {
|
|
182
|
+
readonly stateMutability: "nonpayable";
|
|
183
|
+
readonly type: "function";
|
|
184
|
+
readonly inputs: readonly [{
|
|
185
|
+
readonly name: "";
|
|
186
|
+
readonly internalType: "address";
|
|
187
|
+
readonly type: "address";
|
|
188
|
+
}, {
|
|
189
|
+
readonly name: "from";
|
|
190
|
+
readonly internalType: "address";
|
|
191
|
+
readonly type: "address";
|
|
192
|
+
}, {
|
|
193
|
+
readonly name: "id";
|
|
194
|
+
readonly internalType: "uint256";
|
|
195
|
+
readonly type: "uint256";
|
|
196
|
+
}, {
|
|
197
|
+
readonly name: "value";
|
|
198
|
+
readonly internalType: "uint256";
|
|
199
|
+
readonly type: "uint256";
|
|
200
|
+
}, {
|
|
201
|
+
readonly name: "data";
|
|
202
|
+
readonly internalType: "bytes";
|
|
203
|
+
readonly type: "bytes";
|
|
204
|
+
}];
|
|
205
|
+
readonly name: "onERC1155Received";
|
|
206
|
+
readonly outputs: readonly [{
|
|
207
|
+
readonly name: "";
|
|
208
|
+
readonly internalType: "bytes4";
|
|
209
|
+
readonly type: "bytes4";
|
|
210
|
+
}];
|
|
211
|
+
}, {
|
|
212
|
+
readonly type: "error";
|
|
213
|
+
readonly inputs: readonly [{
|
|
214
|
+
readonly name: "tokenId";
|
|
215
|
+
readonly internalType: "uint256";
|
|
216
|
+
readonly type: "uint256";
|
|
217
|
+
}];
|
|
218
|
+
readonly name: "ERC20NotSupported";
|
|
219
|
+
}, {
|
|
220
|
+
readonly type: "error";
|
|
221
|
+
readonly inputs: readonly [];
|
|
222
|
+
readonly name: "ETHTransferFailed";
|
|
223
|
+
}, {
|
|
224
|
+
readonly type: "error";
|
|
225
|
+
readonly inputs: readonly [];
|
|
226
|
+
readonly name: "NotExpectingReceive";
|
|
227
|
+
}, {
|
|
228
|
+
readonly type: "error";
|
|
229
|
+
readonly inputs: readonly [];
|
|
230
|
+
readonly name: "NotZoraMints1155";
|
|
231
|
+
}, {
|
|
232
|
+
readonly type: "error";
|
|
233
|
+
readonly inputs: readonly [{
|
|
234
|
+
readonly name: "data";
|
|
235
|
+
readonly internalType: "bytes";
|
|
236
|
+
readonly type: "bytes";
|
|
237
|
+
}];
|
|
238
|
+
readonly name: "TransferFailed";
|
|
239
|
+
}, {
|
|
240
|
+
readonly type: "error";
|
|
241
|
+
readonly inputs: readonly [];
|
|
242
|
+
readonly name: "UnknownUserAction";
|
|
243
|
+
}];
|
|
244
|
+
};
|
|
1
245
|
/**
|
|
2
246
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
3
247
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -7954,7 +8198,7 @@ export declare const zoraCreatorRedeemMinterFactoryConfig: {
|
|
|
7954
8198
|
}];
|
|
7955
8199
|
};
|
|
7956
8200
|
/**
|
|
7957
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
8201
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773DC1B9dc55935bf363728bb137C40c662)
|
|
7958
8202
|
*/
|
|
7959
8203
|
export declare const zoraMints1155ABI: readonly [{
|
|
7960
8204
|
readonly stateMutability: "nonpayable";
|
|
@@ -8089,6 +8333,10 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8089
8333
|
readonly name: "tokenAddress";
|
|
8090
8334
|
readonly internalType: "address";
|
|
8091
8335
|
readonly type: "address";
|
|
8336
|
+
}, {
|
|
8337
|
+
readonly name: "redeemHandler";
|
|
8338
|
+
readonly internalType: "address";
|
|
8339
|
+
readonly type: "address";
|
|
8092
8340
|
}];
|
|
8093
8341
|
}];
|
|
8094
8342
|
readonly name: "createToken";
|
|
@@ -8137,16 +8385,6 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8137
8385
|
readonly internalType: "address";
|
|
8138
8386
|
readonly type: "address";
|
|
8139
8387
|
}];
|
|
8140
|
-
}, {
|
|
8141
|
-
readonly stateMutability: "view";
|
|
8142
|
-
readonly type: "function";
|
|
8143
|
-
readonly inputs: readonly [];
|
|
8144
|
-
readonly name: "getMsgSender";
|
|
8145
|
-
readonly outputs: readonly [{
|
|
8146
|
-
readonly name: "";
|
|
8147
|
-
readonly internalType: "address";
|
|
8148
|
-
readonly type: "address";
|
|
8149
|
-
}];
|
|
8150
8388
|
}, {
|
|
8151
8389
|
readonly stateMutability: "view";
|
|
8152
8390
|
readonly type: "function";
|
|
@@ -8168,6 +8406,10 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8168
8406
|
readonly name: "tokenAddress";
|
|
8169
8407
|
readonly internalType: "address";
|
|
8170
8408
|
readonly type: "address";
|
|
8409
|
+
}, {
|
|
8410
|
+
readonly name: "redeemHandler";
|
|
8411
|
+
readonly internalType: "address";
|
|
8412
|
+
readonly type: "address";
|
|
8171
8413
|
}];
|
|
8172
8414
|
}];
|
|
8173
8415
|
}, {
|
|
@@ -8181,6 +8423,10 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8181
8423
|
readonly name: "owner";
|
|
8182
8424
|
readonly internalType: "address";
|
|
8183
8425
|
readonly type: "address";
|
|
8426
|
+
}, {
|
|
8427
|
+
readonly name: "to";
|
|
8428
|
+
readonly internalType: "address";
|
|
8429
|
+
readonly type: "address";
|
|
8184
8430
|
}, {
|
|
8185
8431
|
readonly name: "tokenIds";
|
|
8186
8432
|
readonly internalType: "uint256[]";
|
|
@@ -8193,10 +8439,6 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8193
8439
|
readonly name: "safeTransferData";
|
|
8194
8440
|
readonly internalType: "bytes";
|
|
8195
8441
|
readonly type: "bytes";
|
|
8196
|
-
}, {
|
|
8197
|
-
readonly name: "call";
|
|
8198
|
-
readonly internalType: "bytes";
|
|
8199
|
-
readonly type: "bytes";
|
|
8200
8442
|
}, {
|
|
8201
8443
|
readonly name: "deadline";
|
|
8202
8444
|
readonly internalType: "uint256";
|
|
@@ -8252,6 +8494,10 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8252
8494
|
readonly name: "owner";
|
|
8253
8495
|
readonly internalType: "address";
|
|
8254
8496
|
readonly type: "address";
|
|
8497
|
+
}, {
|
|
8498
|
+
readonly name: "to";
|
|
8499
|
+
readonly internalType: "address";
|
|
8500
|
+
readonly type: "address";
|
|
8255
8501
|
}, {
|
|
8256
8502
|
readonly name: "tokenIds";
|
|
8257
8503
|
readonly internalType: "uint256[]";
|
|
@@ -8264,10 +8510,6 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8264
8510
|
readonly name: "safeTransferData";
|
|
8265
8511
|
readonly internalType: "bytes";
|
|
8266
8512
|
readonly type: "bytes";
|
|
8267
|
-
}, {
|
|
8268
|
-
readonly name: "call";
|
|
8269
|
-
readonly internalType: "bytes";
|
|
8270
|
-
readonly type: "bytes";
|
|
8271
8513
|
}, {
|
|
8272
8514
|
readonly name: "deadline";
|
|
8273
8515
|
readonly internalType: "uint256";
|
|
@@ -8395,6 +8637,10 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8395
8637
|
readonly name: "owner";
|
|
8396
8638
|
readonly internalType: "address";
|
|
8397
8639
|
readonly type: "address";
|
|
8640
|
+
}, {
|
|
8641
|
+
readonly name: "to";
|
|
8642
|
+
readonly internalType: "address";
|
|
8643
|
+
readonly type: "address";
|
|
8398
8644
|
}, {
|
|
8399
8645
|
readonly name: "tokenIds";
|
|
8400
8646
|
readonly internalType: "uint256[]";
|
|
@@ -8407,10 +8653,6 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8407
8653
|
readonly name: "safeTransferData";
|
|
8408
8654
|
readonly internalType: "bytes";
|
|
8409
8655
|
readonly type: "bytes";
|
|
8410
|
-
}, {
|
|
8411
|
-
readonly name: "call";
|
|
8412
|
-
readonly internalType: "bytes";
|
|
8413
|
-
readonly type: "bytes";
|
|
8414
8656
|
}, {
|
|
8415
8657
|
readonly name: "deadline";
|
|
8416
8658
|
readonly internalType: "uint256";
|
|
@@ -8421,12 +8663,8 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8421
8663
|
readonly internalType: "bytes";
|
|
8422
8664
|
readonly type: "bytes";
|
|
8423
8665
|
}];
|
|
8424
|
-
readonly name: "
|
|
8425
|
-
readonly outputs: readonly [
|
|
8426
|
-
readonly name: "callReturn";
|
|
8427
|
-
readonly internalType: "bytes";
|
|
8428
|
-
readonly type: "bytes";
|
|
8429
|
-
}];
|
|
8666
|
+
readonly name: "permitSafeTransferBatch";
|
|
8667
|
+
readonly outputs: readonly [];
|
|
8430
8668
|
}, {
|
|
8431
8669
|
readonly stateMutability: "nonpayable";
|
|
8432
8670
|
readonly type: "function";
|
|
@@ -8628,10 +8866,6 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8628
8866
|
readonly name: "quantities";
|
|
8629
8867
|
readonly internalType: "uint256[]";
|
|
8630
8868
|
readonly type: "uint256[]";
|
|
8631
|
-
}, {
|
|
8632
|
-
readonly name: "safeTransferData";
|
|
8633
|
-
readonly internalType: "bytes";
|
|
8634
|
-
readonly type: "bytes";
|
|
8635
8869
|
}, {
|
|
8636
8870
|
readonly name: "call";
|
|
8637
8871
|
readonly internalType: "bytes";
|
|
@@ -8983,6 +9217,14 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8983
9217
|
readonly type: "error";
|
|
8984
9218
|
readonly inputs: readonly [];
|
|
8985
9219
|
readonly name: "NoUriForNonexistentToken";
|
|
9220
|
+
}, {
|
|
9221
|
+
readonly type: "error";
|
|
9222
|
+
readonly inputs: readonly [{
|
|
9223
|
+
readonly name: "handler";
|
|
9224
|
+
readonly internalType: "address";
|
|
9225
|
+
readonly type: "address";
|
|
9226
|
+
}];
|
|
9227
|
+
readonly name: "NotARedeemHandler";
|
|
8986
9228
|
}, {
|
|
8987
9229
|
readonly type: "error";
|
|
8988
9230
|
readonly inputs: readonly [{
|
|
@@ -9017,17 +9259,17 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
9017
9259
|
readonly name: "TokenNotMintable";
|
|
9018
9260
|
}];
|
|
9019
9261
|
/**
|
|
9020
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
9262
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773DC1B9dc55935bf363728bb137C40c662)
|
|
9021
9263
|
*/
|
|
9022
9264
|
export declare const zoraMints1155Address: {
|
|
9023
|
-
readonly 999999999: "
|
|
9265
|
+
readonly 999999999: "0x77777773DC1B9dc55935bf363728bb137C40c662";
|
|
9024
9266
|
};
|
|
9025
9267
|
/**
|
|
9026
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
9268
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773DC1B9dc55935bf363728bb137C40c662)
|
|
9027
9269
|
*/
|
|
9028
9270
|
export declare const zoraMints1155Config: {
|
|
9029
9271
|
readonly address: {
|
|
9030
|
-
readonly 999999999: "
|
|
9272
|
+
readonly 999999999: "0x77777773DC1B9dc55935bf363728bb137C40c662";
|
|
9031
9273
|
};
|
|
9032
9274
|
readonly abi: readonly [{
|
|
9033
9275
|
readonly stateMutability: "nonpayable";
|
|
@@ -9162,6 +9404,10 @@ export declare const zoraMints1155Config: {
|
|
|
9162
9404
|
readonly name: "tokenAddress";
|
|
9163
9405
|
readonly internalType: "address";
|
|
9164
9406
|
readonly type: "address";
|
|
9407
|
+
}, {
|
|
9408
|
+
readonly name: "redeemHandler";
|
|
9409
|
+
readonly internalType: "address";
|
|
9410
|
+
readonly type: "address";
|
|
9165
9411
|
}];
|
|
9166
9412
|
}];
|
|
9167
9413
|
readonly name: "createToken";
|
|
@@ -9210,16 +9456,6 @@ export declare const zoraMints1155Config: {
|
|
|
9210
9456
|
readonly internalType: "address";
|
|
9211
9457
|
readonly type: "address";
|
|
9212
9458
|
}];
|
|
9213
|
-
}, {
|
|
9214
|
-
readonly stateMutability: "view";
|
|
9215
|
-
readonly type: "function";
|
|
9216
|
-
readonly inputs: readonly [];
|
|
9217
|
-
readonly name: "getMsgSender";
|
|
9218
|
-
readonly outputs: readonly [{
|
|
9219
|
-
readonly name: "";
|
|
9220
|
-
readonly internalType: "address";
|
|
9221
|
-
readonly type: "address";
|
|
9222
|
-
}];
|
|
9223
9459
|
}, {
|
|
9224
9460
|
readonly stateMutability: "view";
|
|
9225
9461
|
readonly type: "function";
|
|
@@ -9241,6 +9477,10 @@ export declare const zoraMints1155Config: {
|
|
|
9241
9477
|
readonly name: "tokenAddress";
|
|
9242
9478
|
readonly internalType: "address";
|
|
9243
9479
|
readonly type: "address";
|
|
9480
|
+
}, {
|
|
9481
|
+
readonly name: "redeemHandler";
|
|
9482
|
+
readonly internalType: "address";
|
|
9483
|
+
readonly type: "address";
|
|
9244
9484
|
}];
|
|
9245
9485
|
}];
|
|
9246
9486
|
}, {
|
|
@@ -9254,6 +9494,10 @@ export declare const zoraMints1155Config: {
|
|
|
9254
9494
|
readonly name: "owner";
|
|
9255
9495
|
readonly internalType: "address";
|
|
9256
9496
|
readonly type: "address";
|
|
9497
|
+
}, {
|
|
9498
|
+
readonly name: "to";
|
|
9499
|
+
readonly internalType: "address";
|
|
9500
|
+
readonly type: "address";
|
|
9257
9501
|
}, {
|
|
9258
9502
|
readonly name: "tokenIds";
|
|
9259
9503
|
readonly internalType: "uint256[]";
|
|
@@ -9266,10 +9510,6 @@ export declare const zoraMints1155Config: {
|
|
|
9266
9510
|
readonly name: "safeTransferData";
|
|
9267
9511
|
readonly internalType: "bytes";
|
|
9268
9512
|
readonly type: "bytes";
|
|
9269
|
-
}, {
|
|
9270
|
-
readonly name: "call";
|
|
9271
|
-
readonly internalType: "bytes";
|
|
9272
|
-
readonly type: "bytes";
|
|
9273
9513
|
}, {
|
|
9274
9514
|
readonly name: "deadline";
|
|
9275
9515
|
readonly internalType: "uint256";
|
|
@@ -9325,6 +9565,10 @@ export declare const zoraMints1155Config: {
|
|
|
9325
9565
|
readonly name: "owner";
|
|
9326
9566
|
readonly internalType: "address";
|
|
9327
9567
|
readonly type: "address";
|
|
9568
|
+
}, {
|
|
9569
|
+
readonly name: "to";
|
|
9570
|
+
readonly internalType: "address";
|
|
9571
|
+
readonly type: "address";
|
|
9328
9572
|
}, {
|
|
9329
9573
|
readonly name: "tokenIds";
|
|
9330
9574
|
readonly internalType: "uint256[]";
|
|
@@ -9337,10 +9581,6 @@ export declare const zoraMints1155Config: {
|
|
|
9337
9581
|
readonly name: "safeTransferData";
|
|
9338
9582
|
readonly internalType: "bytes";
|
|
9339
9583
|
readonly type: "bytes";
|
|
9340
|
-
}, {
|
|
9341
|
-
readonly name: "call";
|
|
9342
|
-
readonly internalType: "bytes";
|
|
9343
|
-
readonly type: "bytes";
|
|
9344
9584
|
}, {
|
|
9345
9585
|
readonly name: "deadline";
|
|
9346
9586
|
readonly internalType: "uint256";
|
|
@@ -9468,6 +9708,10 @@ export declare const zoraMints1155Config: {
|
|
|
9468
9708
|
readonly name: "owner";
|
|
9469
9709
|
readonly internalType: "address";
|
|
9470
9710
|
readonly type: "address";
|
|
9711
|
+
}, {
|
|
9712
|
+
readonly name: "to";
|
|
9713
|
+
readonly internalType: "address";
|
|
9714
|
+
readonly type: "address";
|
|
9471
9715
|
}, {
|
|
9472
9716
|
readonly name: "tokenIds";
|
|
9473
9717
|
readonly internalType: "uint256[]";
|
|
@@ -9480,10 +9724,6 @@ export declare const zoraMints1155Config: {
|
|
|
9480
9724
|
readonly name: "safeTransferData";
|
|
9481
9725
|
readonly internalType: "bytes";
|
|
9482
9726
|
readonly type: "bytes";
|
|
9483
|
-
}, {
|
|
9484
|
-
readonly name: "call";
|
|
9485
|
-
readonly internalType: "bytes";
|
|
9486
|
-
readonly type: "bytes";
|
|
9487
9727
|
}, {
|
|
9488
9728
|
readonly name: "deadline";
|
|
9489
9729
|
readonly internalType: "uint256";
|
|
@@ -9494,12 +9734,8 @@ export declare const zoraMints1155Config: {
|
|
|
9494
9734
|
readonly internalType: "bytes";
|
|
9495
9735
|
readonly type: "bytes";
|
|
9496
9736
|
}];
|
|
9497
|
-
readonly name: "
|
|
9498
|
-
readonly outputs: readonly [
|
|
9499
|
-
readonly name: "callReturn";
|
|
9500
|
-
readonly internalType: "bytes";
|
|
9501
|
-
readonly type: "bytes";
|
|
9502
|
-
}];
|
|
9737
|
+
readonly name: "permitSafeTransferBatch";
|
|
9738
|
+
readonly outputs: readonly [];
|
|
9503
9739
|
}, {
|
|
9504
9740
|
readonly stateMutability: "nonpayable";
|
|
9505
9741
|
readonly type: "function";
|
|
@@ -9701,10 +9937,6 @@ export declare const zoraMints1155Config: {
|
|
|
9701
9937
|
readonly name: "quantities";
|
|
9702
9938
|
readonly internalType: "uint256[]";
|
|
9703
9939
|
readonly type: "uint256[]";
|
|
9704
|
-
}, {
|
|
9705
|
-
readonly name: "safeTransferData";
|
|
9706
|
-
readonly internalType: "bytes";
|
|
9707
|
-
readonly type: "bytes";
|
|
9708
9940
|
}, {
|
|
9709
9941
|
readonly name: "call";
|
|
9710
9942
|
readonly internalType: "bytes";
|
|
@@ -10056,6 +10288,14 @@ export declare const zoraMints1155Config: {
|
|
|
10056
10288
|
readonly type: "error";
|
|
10057
10289
|
readonly inputs: readonly [];
|
|
10058
10290
|
readonly name: "NoUriForNonexistentToken";
|
|
10291
|
+
}, {
|
|
10292
|
+
readonly type: "error";
|
|
10293
|
+
readonly inputs: readonly [{
|
|
10294
|
+
readonly name: "handler";
|
|
10295
|
+
readonly internalType: "address";
|
|
10296
|
+
readonly type: "address";
|
|
10297
|
+
}];
|
|
10298
|
+
readonly name: "NotARedeemHandler";
|
|
10059
10299
|
}, {
|
|
10060
10300
|
readonly type: "error";
|
|
10061
10301
|
readonly inputs: readonly [{
|
|
@@ -10091,7 +10331,7 @@ export declare const zoraMints1155Config: {
|
|
|
10091
10331
|
}];
|
|
10092
10332
|
};
|
|
10093
10333
|
/**
|
|
10094
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
10334
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777742EF2C190dFbF98c18F492caE62Dc4d5F)
|
|
10095
10335
|
*/
|
|
10096
10336
|
export declare const zoraMintsManagerImplABI: readonly [{
|
|
10097
10337
|
readonly stateMutability: "nonpayable";
|
|
@@ -10117,6 +10357,36 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10117
10357
|
readonly inputs: readonly [];
|
|
10118
10358
|
readonly name: "acceptOwnership";
|
|
10119
10359
|
readonly outputs: readonly [];
|
|
10360
|
+
}, {
|
|
10361
|
+
readonly stateMutability: "payable";
|
|
10362
|
+
readonly type: "function";
|
|
10363
|
+
readonly inputs: readonly [{
|
|
10364
|
+
readonly name: "callFrom";
|
|
10365
|
+
readonly internalType: "address";
|
|
10366
|
+
readonly type: "address";
|
|
10367
|
+
}, {
|
|
10368
|
+
readonly name: "tokenIds";
|
|
10369
|
+
readonly internalType: "uint256[]";
|
|
10370
|
+
readonly type: "uint256[]";
|
|
10371
|
+
}, {
|
|
10372
|
+
readonly name: "quantities";
|
|
10373
|
+
readonly internalType: "uint256[]";
|
|
10374
|
+
readonly type: "uint256[]";
|
|
10375
|
+
}, {
|
|
10376
|
+
readonly name: "call";
|
|
10377
|
+
readonly internalType: "bytes";
|
|
10378
|
+
readonly type: "bytes";
|
|
10379
|
+
}];
|
|
10380
|
+
readonly name: "callWithTransferTokens";
|
|
10381
|
+
readonly outputs: readonly [{
|
|
10382
|
+
readonly name: "success";
|
|
10383
|
+
readonly internalType: "bool";
|
|
10384
|
+
readonly type: "bool";
|
|
10385
|
+
}, {
|
|
10386
|
+
readonly name: "result";
|
|
10387
|
+
readonly internalType: "bytes";
|
|
10388
|
+
readonly type: "bytes";
|
|
10389
|
+
}];
|
|
10120
10390
|
}, {
|
|
10121
10391
|
readonly stateMutability: "view";
|
|
10122
10392
|
readonly type: "function";
|
|
@@ -10143,14 +10413,6 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10143
10413
|
readonly stateMutability: "payable";
|
|
10144
10414
|
readonly type: "function";
|
|
10145
10415
|
readonly inputs: readonly [{
|
|
10146
|
-
readonly name: "tokenIds";
|
|
10147
|
-
readonly internalType: "uint256[]";
|
|
10148
|
-
readonly type: "uint256[]";
|
|
10149
|
-
}, {
|
|
10150
|
-
readonly name: "quantities";
|
|
10151
|
-
readonly internalType: "uint256[]";
|
|
10152
|
-
readonly type: "uint256[]";
|
|
10153
|
-
}, {
|
|
10154
10416
|
readonly name: "zoraCreator1155Contract";
|
|
10155
10417
|
readonly internalType: "contract IMintWithMints";
|
|
10156
10418
|
readonly type: "address";
|
|
@@ -10186,14 +10448,6 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10186
10448
|
readonly stateMutability: "payable";
|
|
10187
10449
|
readonly type: "function";
|
|
10188
10450
|
readonly inputs: readonly [{
|
|
10189
|
-
readonly name: "tokenIds";
|
|
10190
|
-
readonly internalType: "uint256[]";
|
|
10191
|
-
readonly type: "uint256[]";
|
|
10192
|
-
}, {
|
|
10193
|
-
readonly name: "quantities";
|
|
10194
|
-
readonly internalType: "uint256[]";
|
|
10195
|
-
readonly type: "uint256[]";
|
|
10196
|
-
}, {
|
|
10197
10451
|
readonly name: "contractConfig";
|
|
10198
10452
|
readonly internalType: "struct ContractCreationConfig";
|
|
10199
10453
|
readonly type: "tuple";
|
|
@@ -10366,6 +10620,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10366
10620
|
readonly name: "tokenAddress";
|
|
10367
10621
|
readonly internalType: "address";
|
|
10368
10622
|
readonly type: "address";
|
|
10623
|
+
}, {
|
|
10624
|
+
readonly name: "redeemHandler";
|
|
10625
|
+
readonly internalType: "address";
|
|
10626
|
+
readonly type: "address";
|
|
10369
10627
|
}];
|
|
10370
10628
|
}, {
|
|
10371
10629
|
readonly name: "defaultMintable";
|
|
@@ -10501,26 +10759,26 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10501
10759
|
readonly type: "uint256";
|
|
10502
10760
|
}];
|
|
10503
10761
|
}, {
|
|
10504
|
-
readonly stateMutability: "
|
|
10762
|
+
readonly stateMutability: "nonpayable";
|
|
10505
10763
|
readonly type: "function";
|
|
10506
10764
|
readonly inputs: readonly [{
|
|
10507
10765
|
readonly name: "";
|
|
10508
10766
|
readonly internalType: "address";
|
|
10509
10767
|
readonly type: "address";
|
|
10510
10768
|
}, {
|
|
10511
|
-
readonly name: "";
|
|
10769
|
+
readonly name: "from";
|
|
10512
10770
|
readonly internalType: "address";
|
|
10513
10771
|
readonly type: "address";
|
|
10514
10772
|
}, {
|
|
10515
|
-
readonly name: "";
|
|
10773
|
+
readonly name: "ids";
|
|
10516
10774
|
readonly internalType: "uint256[]";
|
|
10517
10775
|
readonly type: "uint256[]";
|
|
10518
10776
|
}, {
|
|
10519
|
-
readonly name: "";
|
|
10777
|
+
readonly name: "values";
|
|
10520
10778
|
readonly internalType: "uint256[]";
|
|
10521
10779
|
readonly type: "uint256[]";
|
|
10522
10780
|
}, {
|
|
10523
|
-
readonly name: "";
|
|
10781
|
+
readonly name: "data";
|
|
10524
10782
|
readonly internalType: "bytes";
|
|
10525
10783
|
readonly type: "bytes";
|
|
10526
10784
|
}];
|
|
@@ -10531,26 +10789,26 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10531
10789
|
readonly type: "bytes4";
|
|
10532
10790
|
}];
|
|
10533
10791
|
}, {
|
|
10534
|
-
readonly stateMutability: "
|
|
10792
|
+
readonly stateMutability: "nonpayable";
|
|
10535
10793
|
readonly type: "function";
|
|
10536
10794
|
readonly inputs: readonly [{
|
|
10537
10795
|
readonly name: "";
|
|
10538
10796
|
readonly internalType: "address";
|
|
10539
10797
|
readonly type: "address";
|
|
10540
10798
|
}, {
|
|
10541
|
-
readonly name: "";
|
|
10799
|
+
readonly name: "from";
|
|
10542
10800
|
readonly internalType: "address";
|
|
10543
10801
|
readonly type: "address";
|
|
10544
10802
|
}, {
|
|
10545
|
-
readonly name: "";
|
|
10803
|
+
readonly name: "id";
|
|
10546
10804
|
readonly internalType: "uint256";
|
|
10547
10805
|
readonly type: "uint256";
|
|
10548
10806
|
}, {
|
|
10549
|
-
readonly name: "";
|
|
10807
|
+
readonly name: "value";
|
|
10550
10808
|
readonly internalType: "uint256";
|
|
10551
10809
|
readonly type: "uint256";
|
|
10552
10810
|
}, {
|
|
10553
|
-
readonly name: "";
|
|
10811
|
+
readonly name: "data";
|
|
10554
10812
|
readonly internalType: "bytes";
|
|
10555
10813
|
readonly type: "bytes";
|
|
10556
10814
|
}];
|
|
@@ -10903,6 +11161,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10903
11161
|
readonly type: "uint256";
|
|
10904
11162
|
}];
|
|
10905
11163
|
readonly name: "Create2InsufficientBalance";
|
|
11164
|
+
}, {
|
|
11165
|
+
readonly type: "error";
|
|
11166
|
+
readonly inputs: readonly [];
|
|
11167
|
+
readonly name: "ERC1155BatchReceivedCallFailed";
|
|
10906
11168
|
}, {
|
|
10907
11169
|
readonly type: "error";
|
|
10908
11170
|
readonly inputs: readonly [];
|
|
@@ -11059,6 +11321,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11059
11321
|
readonly type: "error";
|
|
11060
11322
|
readonly inputs: readonly [];
|
|
11061
11323
|
readonly name: "NewOwnerNeedsToBeAdmin";
|
|
11324
|
+
}, {
|
|
11325
|
+
readonly type: "error";
|
|
11326
|
+
readonly inputs: readonly [];
|
|
11327
|
+
readonly name: "NoTokensTransferred";
|
|
11062
11328
|
}, {
|
|
11063
11329
|
readonly type: "error";
|
|
11064
11330
|
readonly inputs: readonly [];
|
|
@@ -11067,10 +11333,26 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11067
11333
|
readonly type: "error";
|
|
11068
11334
|
readonly inputs: readonly [];
|
|
11069
11335
|
readonly name: "NonEthRedemption";
|
|
11336
|
+
}, {
|
|
11337
|
+
readonly type: "error";
|
|
11338
|
+
readonly inputs: readonly [{
|
|
11339
|
+
readonly name: "handler";
|
|
11340
|
+
readonly internalType: "address";
|
|
11341
|
+
readonly type: "address";
|
|
11342
|
+
}];
|
|
11343
|
+
readonly name: "NotARedeemHandler";
|
|
11070
11344
|
}, {
|
|
11071
11345
|
readonly type: "error";
|
|
11072
11346
|
readonly inputs: readonly [];
|
|
11073
11347
|
readonly name: "NotInitializing";
|
|
11348
|
+
}, {
|
|
11349
|
+
readonly type: "error";
|
|
11350
|
+
readonly inputs: readonly [];
|
|
11351
|
+
readonly name: "NotSelfCall";
|
|
11352
|
+
}, {
|
|
11353
|
+
readonly type: "error";
|
|
11354
|
+
readonly inputs: readonly [];
|
|
11355
|
+
readonly name: "NotZoraMints1155";
|
|
11074
11356
|
}, {
|
|
11075
11357
|
readonly type: "error";
|
|
11076
11358
|
readonly inputs: readonly [{
|
|
@@ -11107,6 +11389,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11107
11389
|
readonly type: "uint256";
|
|
11108
11390
|
}];
|
|
11109
11391
|
readonly name: "ProtocolRewardsWithdrawFailed";
|
|
11392
|
+
}, {
|
|
11393
|
+
readonly type: "error";
|
|
11394
|
+
readonly inputs: readonly [];
|
|
11395
|
+
readonly name: "ReentrancyGuardReentrantCall";
|
|
11110
11396
|
}, {
|
|
11111
11397
|
readonly type: "error";
|
|
11112
11398
|
readonly inputs: readonly [];
|
|
@@ -11175,6 +11461,14 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11175
11461
|
readonly type: "bytes32";
|
|
11176
11462
|
}];
|
|
11177
11463
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
11464
|
+
}, {
|
|
11465
|
+
readonly type: "error";
|
|
11466
|
+
readonly inputs: readonly [{
|
|
11467
|
+
readonly name: "selector";
|
|
11468
|
+
readonly internalType: "bytes4";
|
|
11469
|
+
readonly type: "bytes4";
|
|
11470
|
+
}];
|
|
11471
|
+
readonly name: "UnknownUserAction";
|
|
11178
11472
|
}, {
|
|
11179
11473
|
readonly type: "error";
|
|
11180
11474
|
readonly inputs: readonly [{
|
|
@@ -11233,17 +11527,17 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11233
11527
|
readonly name: "premintSignerContractNotAContract";
|
|
11234
11528
|
}];
|
|
11235
11529
|
/**
|
|
11236
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
11530
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777742EF2C190dFbF98c18F492caE62Dc4d5F)
|
|
11237
11531
|
*/
|
|
11238
11532
|
export declare const zoraMintsManagerImplAddress: {
|
|
11239
|
-
readonly 999999999: "
|
|
11533
|
+
readonly 999999999: "0x777777742EF2C190dFbF98c18F492caE62Dc4d5F";
|
|
11240
11534
|
};
|
|
11241
11535
|
/**
|
|
11242
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
11536
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777742EF2C190dFbF98c18F492caE62Dc4d5F)
|
|
11243
11537
|
*/
|
|
11244
11538
|
export declare const zoraMintsManagerImplConfig: {
|
|
11245
11539
|
readonly address: {
|
|
11246
|
-
readonly 999999999: "
|
|
11540
|
+
readonly 999999999: "0x777777742EF2C190dFbF98c18F492caE62Dc4d5F";
|
|
11247
11541
|
};
|
|
11248
11542
|
readonly abi: readonly [{
|
|
11249
11543
|
readonly stateMutability: "nonpayable";
|
|
@@ -11269,6 +11563,36 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
11269
11563
|
readonly inputs: readonly [];
|
|
11270
11564
|
readonly name: "acceptOwnership";
|
|
11271
11565
|
readonly outputs: readonly [];
|
|
11566
|
+
}, {
|
|
11567
|
+
readonly stateMutability: "payable";
|
|
11568
|
+
readonly type: "function";
|
|
11569
|
+
readonly inputs: readonly [{
|
|
11570
|
+
readonly name: "callFrom";
|
|
11571
|
+
readonly internalType: "address";
|
|
11572
|
+
readonly type: "address";
|
|
11573
|
+
}, {
|
|
11574
|
+
readonly name: "tokenIds";
|
|
11575
|
+
readonly internalType: "uint256[]";
|
|
11576
|
+
readonly type: "uint256[]";
|
|
11577
|
+
}, {
|
|
11578
|
+
readonly name: "quantities";
|
|
11579
|
+
readonly internalType: "uint256[]";
|
|
11580
|
+
readonly type: "uint256[]";
|
|
11581
|
+
}, {
|
|
11582
|
+
readonly name: "call";
|
|
11583
|
+
readonly internalType: "bytes";
|
|
11584
|
+
readonly type: "bytes";
|
|
11585
|
+
}];
|
|
11586
|
+
readonly name: "callWithTransferTokens";
|
|
11587
|
+
readonly outputs: readonly [{
|
|
11588
|
+
readonly name: "success";
|
|
11589
|
+
readonly internalType: "bool";
|
|
11590
|
+
readonly type: "bool";
|
|
11591
|
+
}, {
|
|
11592
|
+
readonly name: "result";
|
|
11593
|
+
readonly internalType: "bytes";
|
|
11594
|
+
readonly type: "bytes";
|
|
11595
|
+
}];
|
|
11272
11596
|
}, {
|
|
11273
11597
|
readonly stateMutability: "view";
|
|
11274
11598
|
readonly type: "function";
|
|
@@ -11295,14 +11619,6 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
11295
11619
|
readonly stateMutability: "payable";
|
|
11296
11620
|
readonly type: "function";
|
|
11297
11621
|
readonly inputs: readonly [{
|
|
11298
|
-
readonly name: "tokenIds";
|
|
11299
|
-
readonly internalType: "uint256[]";
|
|
11300
|
-
readonly type: "uint256[]";
|
|
11301
|
-
}, {
|
|
11302
|
-
readonly name: "quantities";
|
|
11303
|
-
readonly internalType: "uint256[]";
|
|
11304
|
-
readonly type: "uint256[]";
|
|
11305
|
-
}, {
|
|
11306
11622
|
readonly name: "zoraCreator1155Contract";
|
|
11307
11623
|
readonly internalType: "contract IMintWithMints";
|
|
11308
11624
|
readonly type: "address";
|
|
@@ -11338,14 +11654,6 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
11338
11654
|
readonly stateMutability: "payable";
|
|
11339
11655
|
readonly type: "function";
|
|
11340
11656
|
readonly inputs: readonly [{
|
|
11341
|
-
readonly name: "tokenIds";
|
|
11342
|
-
readonly internalType: "uint256[]";
|
|
11343
|
-
readonly type: "uint256[]";
|
|
11344
|
-
}, {
|
|
11345
|
-
readonly name: "quantities";
|
|
11346
|
-
readonly internalType: "uint256[]";
|
|
11347
|
-
readonly type: "uint256[]";
|
|
11348
|
-
}, {
|
|
11349
11657
|
readonly name: "contractConfig";
|
|
11350
11658
|
readonly internalType: "struct ContractCreationConfig";
|
|
11351
11659
|
readonly type: "tuple";
|
|
@@ -11518,6 +11826,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
11518
11826
|
readonly name: "tokenAddress";
|
|
11519
11827
|
readonly internalType: "address";
|
|
11520
11828
|
readonly type: "address";
|
|
11829
|
+
}, {
|
|
11830
|
+
readonly name: "redeemHandler";
|
|
11831
|
+
readonly internalType: "address";
|
|
11832
|
+
readonly type: "address";
|
|
11521
11833
|
}];
|
|
11522
11834
|
}, {
|
|
11523
11835
|
readonly name: "defaultMintable";
|
|
@@ -11653,26 +11965,26 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
11653
11965
|
readonly type: "uint256";
|
|
11654
11966
|
}];
|
|
11655
11967
|
}, {
|
|
11656
|
-
readonly stateMutability: "
|
|
11968
|
+
readonly stateMutability: "nonpayable";
|
|
11657
11969
|
readonly type: "function";
|
|
11658
11970
|
readonly inputs: readonly [{
|
|
11659
11971
|
readonly name: "";
|
|
11660
11972
|
readonly internalType: "address";
|
|
11661
11973
|
readonly type: "address";
|
|
11662
11974
|
}, {
|
|
11663
|
-
readonly name: "";
|
|
11975
|
+
readonly name: "from";
|
|
11664
11976
|
readonly internalType: "address";
|
|
11665
11977
|
readonly type: "address";
|
|
11666
11978
|
}, {
|
|
11667
|
-
readonly name: "";
|
|
11979
|
+
readonly name: "ids";
|
|
11668
11980
|
readonly internalType: "uint256[]";
|
|
11669
11981
|
readonly type: "uint256[]";
|
|
11670
11982
|
}, {
|
|
11671
|
-
readonly name: "";
|
|
11983
|
+
readonly name: "values";
|
|
11672
11984
|
readonly internalType: "uint256[]";
|
|
11673
11985
|
readonly type: "uint256[]";
|
|
11674
11986
|
}, {
|
|
11675
|
-
readonly name: "";
|
|
11987
|
+
readonly name: "data";
|
|
11676
11988
|
readonly internalType: "bytes";
|
|
11677
11989
|
readonly type: "bytes";
|
|
11678
11990
|
}];
|
|
@@ -11683,26 +11995,26 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
11683
11995
|
readonly type: "bytes4";
|
|
11684
11996
|
}];
|
|
11685
11997
|
}, {
|
|
11686
|
-
readonly stateMutability: "
|
|
11998
|
+
readonly stateMutability: "nonpayable";
|
|
11687
11999
|
readonly type: "function";
|
|
11688
12000
|
readonly inputs: readonly [{
|
|
11689
12001
|
readonly name: "";
|
|
11690
12002
|
readonly internalType: "address";
|
|
11691
12003
|
readonly type: "address";
|
|
11692
12004
|
}, {
|
|
11693
|
-
readonly name: "";
|
|
12005
|
+
readonly name: "from";
|
|
11694
12006
|
readonly internalType: "address";
|
|
11695
12007
|
readonly type: "address";
|
|
11696
12008
|
}, {
|
|
11697
|
-
readonly name: "";
|
|
12009
|
+
readonly name: "id";
|
|
11698
12010
|
readonly internalType: "uint256";
|
|
11699
12011
|
readonly type: "uint256";
|
|
11700
12012
|
}, {
|
|
11701
|
-
readonly name: "";
|
|
12013
|
+
readonly name: "value";
|
|
11702
12014
|
readonly internalType: "uint256";
|
|
11703
12015
|
readonly type: "uint256";
|
|
11704
12016
|
}, {
|
|
11705
|
-
readonly name: "";
|
|
12017
|
+
readonly name: "data";
|
|
11706
12018
|
readonly internalType: "bytes";
|
|
11707
12019
|
readonly type: "bytes";
|
|
11708
12020
|
}];
|
|
@@ -12055,6 +12367,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12055
12367
|
readonly type: "uint256";
|
|
12056
12368
|
}];
|
|
12057
12369
|
readonly name: "Create2InsufficientBalance";
|
|
12370
|
+
}, {
|
|
12371
|
+
readonly type: "error";
|
|
12372
|
+
readonly inputs: readonly [];
|
|
12373
|
+
readonly name: "ERC1155BatchReceivedCallFailed";
|
|
12058
12374
|
}, {
|
|
12059
12375
|
readonly type: "error";
|
|
12060
12376
|
readonly inputs: readonly [];
|
|
@@ -12211,6 +12527,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12211
12527
|
readonly type: "error";
|
|
12212
12528
|
readonly inputs: readonly [];
|
|
12213
12529
|
readonly name: "NewOwnerNeedsToBeAdmin";
|
|
12530
|
+
}, {
|
|
12531
|
+
readonly type: "error";
|
|
12532
|
+
readonly inputs: readonly [];
|
|
12533
|
+
readonly name: "NoTokensTransferred";
|
|
12214
12534
|
}, {
|
|
12215
12535
|
readonly type: "error";
|
|
12216
12536
|
readonly inputs: readonly [];
|
|
@@ -12219,10 +12539,26 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12219
12539
|
readonly type: "error";
|
|
12220
12540
|
readonly inputs: readonly [];
|
|
12221
12541
|
readonly name: "NonEthRedemption";
|
|
12542
|
+
}, {
|
|
12543
|
+
readonly type: "error";
|
|
12544
|
+
readonly inputs: readonly [{
|
|
12545
|
+
readonly name: "handler";
|
|
12546
|
+
readonly internalType: "address";
|
|
12547
|
+
readonly type: "address";
|
|
12548
|
+
}];
|
|
12549
|
+
readonly name: "NotARedeemHandler";
|
|
12222
12550
|
}, {
|
|
12223
12551
|
readonly type: "error";
|
|
12224
12552
|
readonly inputs: readonly [];
|
|
12225
12553
|
readonly name: "NotInitializing";
|
|
12554
|
+
}, {
|
|
12555
|
+
readonly type: "error";
|
|
12556
|
+
readonly inputs: readonly [];
|
|
12557
|
+
readonly name: "NotSelfCall";
|
|
12558
|
+
}, {
|
|
12559
|
+
readonly type: "error";
|
|
12560
|
+
readonly inputs: readonly [];
|
|
12561
|
+
readonly name: "NotZoraMints1155";
|
|
12226
12562
|
}, {
|
|
12227
12563
|
readonly type: "error";
|
|
12228
12564
|
readonly inputs: readonly [{
|
|
@@ -12259,6 +12595,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12259
12595
|
readonly type: "uint256";
|
|
12260
12596
|
}];
|
|
12261
12597
|
readonly name: "ProtocolRewardsWithdrawFailed";
|
|
12598
|
+
}, {
|
|
12599
|
+
readonly type: "error";
|
|
12600
|
+
readonly inputs: readonly [];
|
|
12601
|
+
readonly name: "ReentrancyGuardReentrantCall";
|
|
12262
12602
|
}, {
|
|
12263
12603
|
readonly type: "error";
|
|
12264
12604
|
readonly inputs: readonly [];
|
|
@@ -12327,6 +12667,14 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12327
12667
|
readonly type: "bytes32";
|
|
12328
12668
|
}];
|
|
12329
12669
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
12670
|
+
}, {
|
|
12671
|
+
readonly type: "error";
|
|
12672
|
+
readonly inputs: readonly [{
|
|
12673
|
+
readonly name: "selector";
|
|
12674
|
+
readonly internalType: "bytes4";
|
|
12675
|
+
readonly type: "bytes4";
|
|
12676
|
+
}];
|
|
12677
|
+
readonly name: "UnknownUserAction";
|
|
12330
12678
|
}, {
|
|
12331
12679
|
readonly type: "error";
|
|
12332
12680
|
readonly inputs: readonly [{
|