@zoralabs/protocol-deployments 0.1.6 → 0.1.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/.turbo/turbo-build.log +9 -9
- package/CHANGELOG.md +13 -0
- package/dist/generated/1155.d.ts +2 -0
- package/dist/generated/1155.d.ts.map +1 -1
- package/dist/generated/wagmi.d.ts +2328 -223
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +769 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +763 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/1155.ts +2 -0
- package/src/generated/mints.ts +6 -6
- package/src/generated/wagmi.ts +837 -9
- package/wagmi.config.ts +21 -2
|
@@ -1,376 +1,2473 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
4
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
5
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
6
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
7
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
8
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
9
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
10
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
11
|
+
*/
|
|
12
|
+
export declare const erc20MinterABI: readonly [{
|
|
13
|
+
readonly stateMutability: "pure";
|
|
14
|
+
readonly type: "function";
|
|
15
|
+
readonly inputs: readonly [{
|
|
16
|
+
readonly name: "totalReward";
|
|
17
|
+
readonly internalType: "uint256";
|
|
18
|
+
readonly type: "uint256";
|
|
19
|
+
}];
|
|
20
|
+
readonly name: "computePaidMintRewards";
|
|
21
|
+
readonly outputs: readonly [{
|
|
22
|
+
readonly name: "";
|
|
23
|
+
readonly internalType: "struct IERC20Minter.RewardsSettings";
|
|
24
|
+
readonly type: "tuple";
|
|
25
|
+
readonly components: readonly [{
|
|
26
|
+
readonly name: "createReferralReward";
|
|
27
|
+
readonly internalType: "uint256";
|
|
28
|
+
readonly type: "uint256";
|
|
29
|
+
}, {
|
|
30
|
+
readonly name: "mintReferralReward";
|
|
31
|
+
readonly internalType: "uint256";
|
|
32
|
+
readonly type: "uint256";
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "zoraReward";
|
|
35
|
+
readonly internalType: "uint256";
|
|
36
|
+
readonly type: "uint256";
|
|
37
|
+
}, {
|
|
38
|
+
readonly name: "firstMinterReward";
|
|
39
|
+
readonly internalType: "uint256";
|
|
40
|
+
readonly type: "uint256";
|
|
41
|
+
}];
|
|
42
|
+
}];
|
|
43
|
+
}, {
|
|
44
|
+
readonly stateMutability: "pure";
|
|
45
|
+
readonly type: "function";
|
|
46
|
+
readonly inputs: readonly [{
|
|
47
|
+
readonly name: "totalReward";
|
|
48
|
+
readonly internalType: "uint256";
|
|
49
|
+
readonly type: "uint256";
|
|
50
|
+
}, {
|
|
51
|
+
readonly name: "rewardPct";
|
|
52
|
+
readonly internalType: "uint256";
|
|
53
|
+
readonly type: "uint256";
|
|
54
|
+
}];
|
|
55
|
+
readonly name: "computeReward";
|
|
56
|
+
readonly outputs: readonly [{
|
|
57
|
+
readonly name: "";
|
|
58
|
+
readonly internalType: "uint256";
|
|
59
|
+
readonly type: "uint256";
|
|
60
|
+
}];
|
|
61
|
+
}, {
|
|
62
|
+
readonly stateMutability: "pure";
|
|
63
|
+
readonly type: "function";
|
|
64
|
+
readonly inputs: readonly [{
|
|
65
|
+
readonly name: "totalValue";
|
|
66
|
+
readonly internalType: "uint256";
|
|
67
|
+
readonly type: "uint256";
|
|
68
|
+
}];
|
|
69
|
+
readonly name: "computeTotalReward";
|
|
70
|
+
readonly outputs: readonly [{
|
|
71
|
+
readonly name: "";
|
|
72
|
+
readonly internalType: "uint256";
|
|
73
|
+
readonly type: "uint256";
|
|
74
|
+
}];
|
|
75
|
+
}, {
|
|
76
|
+
readonly stateMutability: "pure";
|
|
77
|
+
readonly type: "function";
|
|
78
|
+
readonly inputs: readonly [];
|
|
79
|
+
readonly name: "contractName";
|
|
80
|
+
readonly outputs: readonly [{
|
|
81
|
+
readonly name: "";
|
|
82
|
+
readonly internalType: "string";
|
|
83
|
+
readonly type: "string";
|
|
84
|
+
}];
|
|
85
|
+
}, {
|
|
86
|
+
readonly stateMutability: "pure";
|
|
87
|
+
readonly type: "function";
|
|
88
|
+
readonly inputs: readonly [];
|
|
89
|
+
readonly name: "contractURI";
|
|
90
|
+
readonly outputs: readonly [{
|
|
91
|
+
readonly name: "";
|
|
92
|
+
readonly internalType: "string";
|
|
93
|
+
readonly type: "string";
|
|
94
|
+
}];
|
|
95
|
+
}, {
|
|
96
|
+
readonly stateMutability: "pure";
|
|
97
|
+
readonly type: "function";
|
|
98
|
+
readonly inputs: readonly [];
|
|
99
|
+
readonly name: "contractVersion";
|
|
100
|
+
readonly outputs: readonly [{
|
|
101
|
+
readonly name: "";
|
|
102
|
+
readonly internalType: "string";
|
|
103
|
+
readonly type: "string";
|
|
104
|
+
}];
|
|
105
|
+
}, {
|
|
106
|
+
readonly stateMutability: "view";
|
|
107
|
+
readonly type: "function";
|
|
108
|
+
readonly inputs: readonly [{
|
|
109
|
+
readonly name: "tokenContract";
|
|
110
|
+
readonly internalType: "address";
|
|
111
|
+
readonly type: "address";
|
|
112
|
+
}, {
|
|
113
|
+
readonly name: "tokenId";
|
|
114
|
+
readonly internalType: "uint256";
|
|
115
|
+
readonly type: "uint256";
|
|
116
|
+
}];
|
|
117
|
+
readonly name: "getCreateReferral";
|
|
118
|
+
readonly outputs: readonly [{
|
|
119
|
+
readonly name: "createReferral";
|
|
120
|
+
readonly internalType: "address";
|
|
121
|
+
readonly type: "address";
|
|
122
|
+
}];
|
|
123
|
+
}, {
|
|
124
|
+
readonly stateMutability: "view";
|
|
125
|
+
readonly type: "function";
|
|
126
|
+
readonly inputs: readonly [{
|
|
127
|
+
readonly name: "tokenContract";
|
|
128
|
+
readonly internalType: "address";
|
|
129
|
+
readonly type: "address";
|
|
130
|
+
}, {
|
|
131
|
+
readonly name: "tokenId";
|
|
132
|
+
readonly internalType: "uint256";
|
|
133
|
+
readonly type: "uint256";
|
|
134
|
+
}];
|
|
135
|
+
readonly name: "getFirstMinter";
|
|
136
|
+
readonly outputs: readonly [{
|
|
137
|
+
readonly name: "firstMinter";
|
|
138
|
+
readonly internalType: "address";
|
|
139
|
+
readonly type: "address";
|
|
140
|
+
}];
|
|
141
|
+
}, {
|
|
142
|
+
readonly stateMutability: "view";
|
|
143
|
+
readonly type: "function";
|
|
144
|
+
readonly inputs: readonly [{
|
|
145
|
+
readonly name: "tokenContract";
|
|
146
|
+
readonly internalType: "address";
|
|
147
|
+
readonly type: "address";
|
|
148
|
+
}, {
|
|
149
|
+
readonly name: "tokenId";
|
|
150
|
+
readonly internalType: "uint256";
|
|
151
|
+
readonly type: "uint256";
|
|
152
|
+
}, {
|
|
153
|
+
readonly name: "wallet";
|
|
154
|
+
readonly internalType: "address";
|
|
155
|
+
readonly type: "address";
|
|
156
|
+
}];
|
|
157
|
+
readonly name: "getMintedPerWallet";
|
|
158
|
+
readonly outputs: readonly [{
|
|
159
|
+
readonly name: "";
|
|
160
|
+
readonly internalType: "uint256";
|
|
161
|
+
readonly type: "uint256";
|
|
162
|
+
}];
|
|
163
|
+
}, {
|
|
164
|
+
readonly stateMutability: "nonpayable";
|
|
165
|
+
readonly type: "function";
|
|
166
|
+
readonly inputs: readonly [{
|
|
167
|
+
readonly name: "_zoraRewardRecipientAddress";
|
|
168
|
+
readonly internalType: "address";
|
|
169
|
+
readonly type: "address";
|
|
170
|
+
}];
|
|
171
|
+
readonly name: "initialize";
|
|
172
|
+
readonly outputs: readonly [];
|
|
173
|
+
}, {
|
|
174
|
+
readonly stateMutability: "nonpayable";
|
|
175
|
+
readonly type: "function";
|
|
176
|
+
readonly inputs: readonly [{
|
|
177
|
+
readonly name: "mintTo";
|
|
178
|
+
readonly internalType: "address";
|
|
179
|
+
readonly type: "address";
|
|
180
|
+
}, {
|
|
181
|
+
readonly name: "quantity";
|
|
182
|
+
readonly internalType: "uint256";
|
|
183
|
+
readonly type: "uint256";
|
|
184
|
+
}, {
|
|
185
|
+
readonly name: "tokenAddress";
|
|
186
|
+
readonly internalType: "address";
|
|
187
|
+
readonly type: "address";
|
|
188
|
+
}, {
|
|
189
|
+
readonly name: "tokenId";
|
|
190
|
+
readonly internalType: "uint256";
|
|
191
|
+
readonly type: "uint256";
|
|
192
|
+
}, {
|
|
193
|
+
readonly name: "totalValue";
|
|
194
|
+
readonly internalType: "uint256";
|
|
195
|
+
readonly type: "uint256";
|
|
196
|
+
}, {
|
|
197
|
+
readonly name: "currency";
|
|
198
|
+
readonly internalType: "address";
|
|
199
|
+
readonly type: "address";
|
|
200
|
+
}, {
|
|
201
|
+
readonly name: "mintReferral";
|
|
202
|
+
readonly internalType: "address";
|
|
203
|
+
readonly type: "address";
|
|
204
|
+
}, {
|
|
205
|
+
readonly name: "comment";
|
|
206
|
+
readonly internalType: "string";
|
|
207
|
+
readonly type: "string";
|
|
208
|
+
}];
|
|
209
|
+
readonly name: "mint";
|
|
210
|
+
readonly outputs: readonly [];
|
|
211
|
+
}, {
|
|
212
|
+
readonly stateMutability: "pure";
|
|
213
|
+
readonly type: "function";
|
|
214
|
+
readonly inputs: readonly [{
|
|
215
|
+
readonly name: "";
|
|
216
|
+
readonly internalType: "address";
|
|
217
|
+
readonly type: "address";
|
|
218
|
+
}, {
|
|
219
|
+
readonly name: "";
|
|
220
|
+
readonly internalType: "uint256";
|
|
221
|
+
readonly type: "uint256";
|
|
222
|
+
}, {
|
|
223
|
+
readonly name: "";
|
|
224
|
+
readonly internalType: "uint256";
|
|
225
|
+
readonly type: "uint256";
|
|
226
|
+
}, {
|
|
227
|
+
readonly name: "";
|
|
228
|
+
readonly internalType: "uint256";
|
|
229
|
+
readonly type: "uint256";
|
|
230
|
+
}, {
|
|
231
|
+
readonly name: "";
|
|
232
|
+
readonly internalType: "bytes";
|
|
233
|
+
readonly type: "bytes";
|
|
234
|
+
}];
|
|
235
|
+
readonly name: "requestMint";
|
|
236
|
+
readonly outputs: readonly [{
|
|
237
|
+
readonly name: "";
|
|
238
|
+
readonly internalType: "struct ICreatorCommands.CommandSet";
|
|
239
|
+
readonly type: "tuple";
|
|
240
|
+
readonly components: readonly [{
|
|
241
|
+
readonly name: "commands";
|
|
242
|
+
readonly internalType: "struct ICreatorCommands.Command[]";
|
|
243
|
+
readonly type: "tuple[]";
|
|
244
|
+
readonly components: readonly [{
|
|
245
|
+
readonly name: "method";
|
|
246
|
+
readonly internalType: "enum ICreatorCommands.CreatorActions";
|
|
247
|
+
readonly type: "uint8";
|
|
248
|
+
}, {
|
|
249
|
+
readonly name: "args";
|
|
250
|
+
readonly internalType: "bytes";
|
|
251
|
+
readonly type: "bytes";
|
|
252
|
+
}];
|
|
253
|
+
}, {
|
|
254
|
+
readonly name: "at";
|
|
255
|
+
readonly internalType: "uint256";
|
|
256
|
+
readonly type: "uint256";
|
|
257
|
+
}];
|
|
258
|
+
}];
|
|
259
|
+
}, {
|
|
260
|
+
readonly stateMutability: "nonpayable";
|
|
261
|
+
readonly type: "function";
|
|
262
|
+
readonly inputs: readonly [{
|
|
263
|
+
readonly name: "tokenId";
|
|
264
|
+
readonly internalType: "uint256";
|
|
265
|
+
readonly type: "uint256";
|
|
266
|
+
}];
|
|
267
|
+
readonly name: "resetSale";
|
|
268
|
+
readonly outputs: readonly [];
|
|
269
|
+
}, {
|
|
270
|
+
readonly stateMutability: "view";
|
|
271
|
+
readonly type: "function";
|
|
272
|
+
readonly inputs: readonly [{
|
|
273
|
+
readonly name: "tokenContract";
|
|
274
|
+
readonly internalType: "address";
|
|
275
|
+
readonly type: "address";
|
|
276
|
+
}, {
|
|
277
|
+
readonly name: "tokenId";
|
|
278
|
+
readonly internalType: "uint256";
|
|
279
|
+
readonly type: "uint256";
|
|
280
|
+
}];
|
|
281
|
+
readonly name: "sale";
|
|
282
|
+
readonly outputs: readonly [{
|
|
283
|
+
readonly name: "";
|
|
284
|
+
readonly internalType: "struct IERC20Minter.SalesConfig";
|
|
285
|
+
readonly type: "tuple";
|
|
286
|
+
readonly components: readonly [{
|
|
287
|
+
readonly name: "saleStart";
|
|
288
|
+
readonly internalType: "uint64";
|
|
289
|
+
readonly type: "uint64";
|
|
290
|
+
}, {
|
|
291
|
+
readonly name: "saleEnd";
|
|
292
|
+
readonly internalType: "uint64";
|
|
293
|
+
readonly type: "uint64";
|
|
294
|
+
}, {
|
|
295
|
+
readonly name: "maxTokensPerAddress";
|
|
296
|
+
readonly internalType: "uint64";
|
|
297
|
+
readonly type: "uint64";
|
|
298
|
+
}, {
|
|
299
|
+
readonly name: "pricePerToken";
|
|
300
|
+
readonly internalType: "uint256";
|
|
301
|
+
readonly type: "uint256";
|
|
302
|
+
}, {
|
|
303
|
+
readonly name: "fundsRecipient";
|
|
304
|
+
readonly internalType: "address";
|
|
305
|
+
readonly type: "address";
|
|
306
|
+
}, {
|
|
307
|
+
readonly name: "currency";
|
|
308
|
+
readonly internalType: "address";
|
|
309
|
+
readonly type: "address";
|
|
310
|
+
}];
|
|
311
|
+
}];
|
|
312
|
+
}, {
|
|
313
|
+
readonly stateMutability: "nonpayable";
|
|
314
|
+
readonly type: "function";
|
|
315
|
+
readonly inputs: readonly [{
|
|
316
|
+
readonly name: "tokenId";
|
|
317
|
+
readonly internalType: "uint256";
|
|
318
|
+
readonly type: "uint256";
|
|
319
|
+
}, {
|
|
320
|
+
readonly name: "salesConfig";
|
|
321
|
+
readonly internalType: "struct IERC20Minter.SalesConfig";
|
|
322
|
+
readonly type: "tuple";
|
|
323
|
+
readonly components: readonly [{
|
|
324
|
+
readonly name: "saleStart";
|
|
325
|
+
readonly internalType: "uint64";
|
|
326
|
+
readonly type: "uint64";
|
|
327
|
+
}, {
|
|
328
|
+
readonly name: "saleEnd";
|
|
329
|
+
readonly internalType: "uint64";
|
|
330
|
+
readonly type: "uint64";
|
|
331
|
+
}, {
|
|
332
|
+
readonly name: "maxTokensPerAddress";
|
|
333
|
+
readonly internalType: "uint64";
|
|
334
|
+
readonly type: "uint64";
|
|
335
|
+
}, {
|
|
336
|
+
readonly name: "pricePerToken";
|
|
337
|
+
readonly internalType: "uint256";
|
|
338
|
+
readonly type: "uint256";
|
|
339
|
+
}, {
|
|
340
|
+
readonly name: "fundsRecipient";
|
|
341
|
+
readonly internalType: "address";
|
|
342
|
+
readonly type: "address";
|
|
343
|
+
}, {
|
|
344
|
+
readonly name: "currency";
|
|
345
|
+
readonly internalType: "address";
|
|
346
|
+
readonly type: "address";
|
|
347
|
+
}];
|
|
348
|
+
}];
|
|
349
|
+
readonly name: "setSale";
|
|
350
|
+
readonly outputs: readonly [];
|
|
351
|
+
}, {
|
|
352
|
+
readonly stateMutability: "nonpayable";
|
|
353
|
+
readonly type: "function";
|
|
354
|
+
readonly inputs: readonly [{
|
|
355
|
+
readonly name: "recipient";
|
|
356
|
+
readonly internalType: "address";
|
|
357
|
+
readonly type: "address";
|
|
358
|
+
}];
|
|
359
|
+
readonly name: "setZoraRewardsRecipient";
|
|
360
|
+
readonly outputs: readonly [];
|
|
361
|
+
}, {
|
|
362
|
+
readonly stateMutability: "pure";
|
|
363
|
+
readonly type: "function";
|
|
364
|
+
readonly inputs: readonly [{
|
|
365
|
+
readonly name: "interfaceId";
|
|
366
|
+
readonly internalType: "bytes4";
|
|
367
|
+
readonly type: "bytes4";
|
|
368
|
+
}];
|
|
369
|
+
readonly name: "supportsInterface";
|
|
370
|
+
readonly outputs: readonly [{
|
|
371
|
+
readonly name: "";
|
|
372
|
+
readonly internalType: "bool";
|
|
373
|
+
readonly type: "bool";
|
|
374
|
+
}];
|
|
375
|
+
}, {
|
|
376
|
+
readonly stateMutability: "pure";
|
|
377
|
+
readonly type: "function";
|
|
378
|
+
readonly inputs: readonly [];
|
|
379
|
+
readonly name: "totalRewardPct";
|
|
380
|
+
readonly outputs: readonly [{
|
|
381
|
+
readonly name: "";
|
|
382
|
+
readonly internalType: "uint256";
|
|
383
|
+
readonly type: "uint256";
|
|
384
|
+
}];
|
|
385
|
+
}, {
|
|
386
|
+
readonly stateMutability: "view";
|
|
387
|
+
readonly type: "function";
|
|
388
|
+
readonly inputs: readonly [];
|
|
389
|
+
readonly name: "zoraRewardRecipientAddress";
|
|
390
|
+
readonly outputs: readonly [{
|
|
391
|
+
readonly name: "";
|
|
392
|
+
readonly internalType: "address";
|
|
393
|
+
readonly type: "address";
|
|
394
|
+
}];
|
|
395
|
+
}, {
|
|
396
|
+
readonly type: "event";
|
|
397
|
+
readonly anonymous: false;
|
|
398
|
+
readonly inputs: readonly [{
|
|
399
|
+
readonly name: "rewardPercentage";
|
|
400
|
+
readonly internalType: "uint256";
|
|
401
|
+
readonly type: "uint256";
|
|
402
|
+
readonly indexed: false;
|
|
403
|
+
}];
|
|
404
|
+
readonly name: "ERC20MinterInitialized";
|
|
405
|
+
}, {
|
|
406
|
+
readonly type: "event";
|
|
407
|
+
readonly anonymous: false;
|
|
408
|
+
readonly inputs: readonly [{
|
|
409
|
+
readonly name: "createReferral";
|
|
410
|
+
readonly internalType: "address";
|
|
411
|
+
readonly type: "address";
|
|
412
|
+
readonly indexed: true;
|
|
413
|
+
}, {
|
|
414
|
+
readonly name: "mintReferral";
|
|
415
|
+
readonly internalType: "address";
|
|
416
|
+
readonly type: "address";
|
|
417
|
+
readonly indexed: true;
|
|
418
|
+
}, {
|
|
419
|
+
readonly name: "firstMinter";
|
|
420
|
+
readonly internalType: "address";
|
|
421
|
+
readonly type: "address";
|
|
422
|
+
readonly indexed: true;
|
|
423
|
+
}, {
|
|
424
|
+
readonly name: "zora";
|
|
425
|
+
readonly internalType: "address";
|
|
426
|
+
readonly type: "address";
|
|
427
|
+
readonly indexed: false;
|
|
428
|
+
}, {
|
|
429
|
+
readonly name: "collection";
|
|
430
|
+
readonly internalType: "address";
|
|
431
|
+
readonly type: "address";
|
|
432
|
+
readonly indexed: false;
|
|
433
|
+
}, {
|
|
434
|
+
readonly name: "currency";
|
|
435
|
+
readonly internalType: "address";
|
|
436
|
+
readonly type: "address";
|
|
437
|
+
readonly indexed: false;
|
|
438
|
+
}, {
|
|
439
|
+
readonly name: "tokenId";
|
|
440
|
+
readonly internalType: "uint256";
|
|
441
|
+
readonly type: "uint256";
|
|
442
|
+
readonly indexed: false;
|
|
443
|
+
}, {
|
|
444
|
+
readonly name: "createReferralReward";
|
|
445
|
+
readonly internalType: "uint256";
|
|
446
|
+
readonly type: "uint256";
|
|
447
|
+
readonly indexed: false;
|
|
448
|
+
}, {
|
|
449
|
+
readonly name: "mintReferralReward";
|
|
450
|
+
readonly internalType: "uint256";
|
|
451
|
+
readonly type: "uint256";
|
|
452
|
+
readonly indexed: false;
|
|
453
|
+
}, {
|
|
454
|
+
readonly name: "firstMinterReward";
|
|
455
|
+
readonly internalType: "uint256";
|
|
456
|
+
readonly type: "uint256";
|
|
457
|
+
readonly indexed: false;
|
|
458
|
+
}, {
|
|
459
|
+
readonly name: "zoraReward";
|
|
460
|
+
readonly internalType: "uint256";
|
|
461
|
+
readonly type: "uint256";
|
|
462
|
+
readonly indexed: false;
|
|
463
|
+
}];
|
|
464
|
+
readonly name: "ERC20RewardsDeposit";
|
|
465
|
+
}, {
|
|
466
|
+
readonly type: "event";
|
|
467
|
+
readonly anonymous: false;
|
|
468
|
+
readonly inputs: readonly [{
|
|
469
|
+
readonly name: "sender";
|
|
470
|
+
readonly internalType: "address";
|
|
471
|
+
readonly type: "address";
|
|
472
|
+
readonly indexed: true;
|
|
473
|
+
}, {
|
|
474
|
+
readonly name: "tokenContract";
|
|
475
|
+
readonly internalType: "address";
|
|
476
|
+
readonly type: "address";
|
|
477
|
+
readonly indexed: true;
|
|
478
|
+
}, {
|
|
479
|
+
readonly name: "tokenId";
|
|
480
|
+
readonly internalType: "uint256";
|
|
481
|
+
readonly type: "uint256";
|
|
482
|
+
readonly indexed: true;
|
|
483
|
+
}, {
|
|
484
|
+
readonly name: "quantity";
|
|
485
|
+
readonly internalType: "uint256";
|
|
486
|
+
readonly type: "uint256";
|
|
487
|
+
readonly indexed: false;
|
|
488
|
+
}, {
|
|
489
|
+
readonly name: "comment";
|
|
490
|
+
readonly internalType: "string";
|
|
491
|
+
readonly type: "string";
|
|
492
|
+
readonly indexed: false;
|
|
493
|
+
}];
|
|
494
|
+
readonly name: "MintComment";
|
|
495
|
+
}, {
|
|
496
|
+
readonly type: "event";
|
|
497
|
+
readonly anonymous: false;
|
|
498
|
+
readonly inputs: readonly [{
|
|
499
|
+
readonly name: "mediaContract";
|
|
500
|
+
readonly internalType: "address";
|
|
501
|
+
readonly type: "address";
|
|
502
|
+
readonly indexed: true;
|
|
503
|
+
}, {
|
|
504
|
+
readonly name: "tokenId";
|
|
505
|
+
readonly internalType: "uint256";
|
|
506
|
+
readonly type: "uint256";
|
|
507
|
+
readonly indexed: true;
|
|
508
|
+
}, {
|
|
509
|
+
readonly name: "salesConfig";
|
|
510
|
+
readonly internalType: "struct IERC20Minter.SalesConfig";
|
|
511
|
+
readonly type: "tuple";
|
|
512
|
+
readonly components: readonly [{
|
|
513
|
+
readonly name: "saleStart";
|
|
514
|
+
readonly internalType: "uint64";
|
|
515
|
+
readonly type: "uint64";
|
|
516
|
+
}, {
|
|
517
|
+
readonly name: "saleEnd";
|
|
518
|
+
readonly internalType: "uint64";
|
|
519
|
+
readonly type: "uint64";
|
|
520
|
+
}, {
|
|
521
|
+
readonly name: "maxTokensPerAddress";
|
|
522
|
+
readonly internalType: "uint64";
|
|
523
|
+
readonly type: "uint64";
|
|
524
|
+
}, {
|
|
525
|
+
readonly name: "pricePerToken";
|
|
526
|
+
readonly internalType: "uint256";
|
|
527
|
+
readonly type: "uint256";
|
|
528
|
+
}, {
|
|
529
|
+
readonly name: "fundsRecipient";
|
|
530
|
+
readonly internalType: "address";
|
|
531
|
+
readonly type: "address";
|
|
532
|
+
}, {
|
|
533
|
+
readonly name: "currency";
|
|
534
|
+
readonly internalType: "address";
|
|
535
|
+
readonly type: "address";
|
|
536
|
+
}];
|
|
537
|
+
readonly indexed: false;
|
|
538
|
+
}];
|
|
539
|
+
readonly name: "SaleSet";
|
|
540
|
+
}, {
|
|
541
|
+
readonly type: "event";
|
|
542
|
+
readonly anonymous: false;
|
|
543
|
+
readonly inputs: readonly [{
|
|
544
|
+
readonly name: "prevRecipient";
|
|
545
|
+
readonly internalType: "address";
|
|
546
|
+
readonly type: "address";
|
|
547
|
+
readonly indexed: true;
|
|
548
|
+
}, {
|
|
549
|
+
readonly name: "newRecipient";
|
|
550
|
+
readonly internalType: "address";
|
|
551
|
+
readonly type: "address";
|
|
552
|
+
readonly indexed: true;
|
|
553
|
+
}];
|
|
554
|
+
readonly name: "ZoraRewardsRecipientSet";
|
|
555
|
+
}, {
|
|
556
|
+
readonly type: "error";
|
|
557
|
+
readonly inputs: readonly [];
|
|
558
|
+
readonly name: "AddressZero";
|
|
559
|
+
}, {
|
|
560
|
+
readonly type: "error";
|
|
561
|
+
readonly inputs: readonly [];
|
|
562
|
+
readonly name: "AlreadyInitialized";
|
|
563
|
+
}, {
|
|
564
|
+
readonly type: "error";
|
|
565
|
+
readonly inputs: readonly [];
|
|
566
|
+
readonly name: "ERC20TransferSlippage";
|
|
567
|
+
}, {
|
|
568
|
+
readonly type: "error";
|
|
569
|
+
readonly inputs: readonly [];
|
|
570
|
+
readonly name: "InvalidCurrency";
|
|
571
|
+
}, {
|
|
572
|
+
readonly type: "error";
|
|
573
|
+
readonly inputs: readonly [];
|
|
574
|
+
readonly name: "OnlyZoraRewardsRecipient";
|
|
575
|
+
}, {
|
|
576
|
+
readonly type: "error";
|
|
577
|
+
readonly inputs: readonly [];
|
|
578
|
+
readonly name: "PricePerTokenTooLow";
|
|
579
|
+
}, {
|
|
580
|
+
readonly type: "error";
|
|
581
|
+
readonly inputs: readonly [];
|
|
582
|
+
readonly name: "RequestMintInvalidUseMint";
|
|
583
|
+
}, {
|
|
584
|
+
readonly type: "error";
|
|
585
|
+
readonly inputs: readonly [];
|
|
586
|
+
readonly name: "SaleEnded";
|
|
587
|
+
}, {
|
|
588
|
+
readonly type: "error";
|
|
589
|
+
readonly inputs: readonly [];
|
|
590
|
+
readonly name: "SaleHasNotStarted";
|
|
591
|
+
}, {
|
|
592
|
+
readonly type: "error";
|
|
593
|
+
readonly inputs: readonly [{
|
|
594
|
+
readonly name: "user";
|
|
595
|
+
readonly internalType: "address";
|
|
596
|
+
readonly type: "address";
|
|
597
|
+
}, {
|
|
598
|
+
readonly name: "limit";
|
|
599
|
+
readonly internalType: "uint256";
|
|
600
|
+
readonly type: "uint256";
|
|
601
|
+
}, {
|
|
602
|
+
readonly name: "requestedAmount";
|
|
603
|
+
readonly internalType: "uint256";
|
|
604
|
+
readonly type: "uint256";
|
|
605
|
+
}];
|
|
606
|
+
readonly name: "UserExceedsMintLimit";
|
|
607
|
+
}, {
|
|
608
|
+
readonly type: "error";
|
|
609
|
+
readonly inputs: readonly [];
|
|
610
|
+
readonly name: "WrongValueSent";
|
|
611
|
+
}];
|
|
612
|
+
/**
|
|
613
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
614
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
615
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
616
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
617
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
618
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
619
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
620
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
621
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
622
|
+
*/
|
|
623
|
+
export declare const erc20MinterAddress: {
|
|
624
|
+
readonly 1: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
625
|
+
readonly 10: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
626
|
+
readonly 8453: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
627
|
+
readonly 42161: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
628
|
+
readonly 81457: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
629
|
+
readonly 84532: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
630
|
+
readonly 421614: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
631
|
+
readonly 7777777: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
632
|
+
readonly 11155111: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
633
|
+
readonly 999999999: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
634
|
+
};
|
|
635
|
+
/**
|
|
636
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
637
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
638
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
639
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
640
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
641
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
642
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
643
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
644
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
645
|
+
*/
|
|
646
|
+
export declare const erc20MinterConfig: {
|
|
647
|
+
readonly address: {
|
|
648
|
+
readonly 1: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
649
|
+
readonly 10: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
650
|
+
readonly 8453: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
651
|
+
readonly 42161: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
652
|
+
readonly 81457: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
653
|
+
readonly 84532: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
654
|
+
readonly 421614: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
655
|
+
readonly 7777777: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
656
|
+
readonly 11155111: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
657
|
+
readonly 999999999: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31";
|
|
658
|
+
};
|
|
659
|
+
readonly abi: readonly [{
|
|
660
|
+
readonly stateMutability: "pure";
|
|
661
|
+
readonly type: "function";
|
|
662
|
+
readonly inputs: readonly [{
|
|
663
|
+
readonly name: "totalReward";
|
|
664
|
+
readonly internalType: "uint256";
|
|
665
|
+
readonly type: "uint256";
|
|
666
|
+
}];
|
|
667
|
+
readonly name: "computePaidMintRewards";
|
|
668
|
+
readonly outputs: readonly [{
|
|
669
|
+
readonly name: "";
|
|
670
|
+
readonly internalType: "struct IERC20Minter.RewardsSettings";
|
|
671
|
+
readonly type: "tuple";
|
|
672
|
+
readonly components: readonly [{
|
|
673
|
+
readonly name: "createReferralReward";
|
|
674
|
+
readonly internalType: "uint256";
|
|
675
|
+
readonly type: "uint256";
|
|
676
|
+
}, {
|
|
677
|
+
readonly name: "mintReferralReward";
|
|
678
|
+
readonly internalType: "uint256";
|
|
679
|
+
readonly type: "uint256";
|
|
680
|
+
}, {
|
|
681
|
+
readonly name: "zoraReward";
|
|
682
|
+
readonly internalType: "uint256";
|
|
683
|
+
readonly type: "uint256";
|
|
684
|
+
}, {
|
|
685
|
+
readonly name: "firstMinterReward";
|
|
686
|
+
readonly internalType: "uint256";
|
|
687
|
+
readonly type: "uint256";
|
|
688
|
+
}];
|
|
689
|
+
}];
|
|
690
|
+
}, {
|
|
691
|
+
readonly stateMutability: "pure";
|
|
692
|
+
readonly type: "function";
|
|
693
|
+
readonly inputs: readonly [{
|
|
694
|
+
readonly name: "totalReward";
|
|
695
|
+
readonly internalType: "uint256";
|
|
696
|
+
readonly type: "uint256";
|
|
697
|
+
}, {
|
|
698
|
+
readonly name: "rewardPct";
|
|
699
|
+
readonly internalType: "uint256";
|
|
700
|
+
readonly type: "uint256";
|
|
701
|
+
}];
|
|
702
|
+
readonly name: "computeReward";
|
|
703
|
+
readonly outputs: readonly [{
|
|
704
|
+
readonly name: "";
|
|
705
|
+
readonly internalType: "uint256";
|
|
706
|
+
readonly type: "uint256";
|
|
707
|
+
}];
|
|
708
|
+
}, {
|
|
709
|
+
readonly stateMutability: "pure";
|
|
710
|
+
readonly type: "function";
|
|
711
|
+
readonly inputs: readonly [{
|
|
712
|
+
readonly name: "totalValue";
|
|
713
|
+
readonly internalType: "uint256";
|
|
714
|
+
readonly type: "uint256";
|
|
715
|
+
}];
|
|
716
|
+
readonly name: "computeTotalReward";
|
|
717
|
+
readonly outputs: readonly [{
|
|
718
|
+
readonly name: "";
|
|
719
|
+
readonly internalType: "uint256";
|
|
720
|
+
readonly type: "uint256";
|
|
721
|
+
}];
|
|
722
|
+
}, {
|
|
723
|
+
readonly stateMutability: "pure";
|
|
724
|
+
readonly type: "function";
|
|
725
|
+
readonly inputs: readonly [];
|
|
726
|
+
readonly name: "contractName";
|
|
727
|
+
readonly outputs: readonly [{
|
|
728
|
+
readonly name: "";
|
|
729
|
+
readonly internalType: "string";
|
|
730
|
+
readonly type: "string";
|
|
731
|
+
}];
|
|
732
|
+
}, {
|
|
733
|
+
readonly stateMutability: "pure";
|
|
734
|
+
readonly type: "function";
|
|
735
|
+
readonly inputs: readonly [];
|
|
736
|
+
readonly name: "contractURI";
|
|
737
|
+
readonly outputs: readonly [{
|
|
738
|
+
readonly name: "";
|
|
739
|
+
readonly internalType: "string";
|
|
740
|
+
readonly type: "string";
|
|
741
|
+
}];
|
|
742
|
+
}, {
|
|
743
|
+
readonly stateMutability: "pure";
|
|
744
|
+
readonly type: "function";
|
|
745
|
+
readonly inputs: readonly [];
|
|
746
|
+
readonly name: "contractVersion";
|
|
747
|
+
readonly outputs: readonly [{
|
|
748
|
+
readonly name: "";
|
|
749
|
+
readonly internalType: "string";
|
|
750
|
+
readonly type: "string";
|
|
751
|
+
}];
|
|
752
|
+
}, {
|
|
753
|
+
readonly stateMutability: "view";
|
|
754
|
+
readonly type: "function";
|
|
755
|
+
readonly inputs: readonly [{
|
|
756
|
+
readonly name: "tokenContract";
|
|
757
|
+
readonly internalType: "address";
|
|
758
|
+
readonly type: "address";
|
|
759
|
+
}, {
|
|
760
|
+
readonly name: "tokenId";
|
|
761
|
+
readonly internalType: "uint256";
|
|
762
|
+
readonly type: "uint256";
|
|
763
|
+
}];
|
|
764
|
+
readonly name: "getCreateReferral";
|
|
765
|
+
readonly outputs: readonly [{
|
|
766
|
+
readonly name: "createReferral";
|
|
767
|
+
readonly internalType: "address";
|
|
768
|
+
readonly type: "address";
|
|
769
|
+
}];
|
|
770
|
+
}, {
|
|
771
|
+
readonly stateMutability: "view";
|
|
772
|
+
readonly type: "function";
|
|
773
|
+
readonly inputs: readonly [{
|
|
774
|
+
readonly name: "tokenContract";
|
|
775
|
+
readonly internalType: "address";
|
|
776
|
+
readonly type: "address";
|
|
777
|
+
}, {
|
|
778
|
+
readonly name: "tokenId";
|
|
779
|
+
readonly internalType: "uint256";
|
|
780
|
+
readonly type: "uint256";
|
|
781
|
+
}];
|
|
782
|
+
readonly name: "getFirstMinter";
|
|
783
|
+
readonly outputs: readonly [{
|
|
784
|
+
readonly name: "firstMinter";
|
|
785
|
+
readonly internalType: "address";
|
|
786
|
+
readonly type: "address";
|
|
787
|
+
}];
|
|
788
|
+
}, {
|
|
789
|
+
readonly stateMutability: "view";
|
|
790
|
+
readonly type: "function";
|
|
791
|
+
readonly inputs: readonly [{
|
|
792
|
+
readonly name: "tokenContract";
|
|
793
|
+
readonly internalType: "address";
|
|
794
|
+
readonly type: "address";
|
|
795
|
+
}, {
|
|
796
|
+
readonly name: "tokenId";
|
|
797
|
+
readonly internalType: "uint256";
|
|
798
|
+
readonly type: "uint256";
|
|
799
|
+
}, {
|
|
800
|
+
readonly name: "wallet";
|
|
801
|
+
readonly internalType: "address";
|
|
802
|
+
readonly type: "address";
|
|
803
|
+
}];
|
|
804
|
+
readonly name: "getMintedPerWallet";
|
|
805
|
+
readonly outputs: readonly [{
|
|
806
|
+
readonly name: "";
|
|
807
|
+
readonly internalType: "uint256";
|
|
808
|
+
readonly type: "uint256";
|
|
809
|
+
}];
|
|
810
|
+
}, {
|
|
811
|
+
readonly stateMutability: "nonpayable";
|
|
812
|
+
readonly type: "function";
|
|
813
|
+
readonly inputs: readonly [{
|
|
814
|
+
readonly name: "_zoraRewardRecipientAddress";
|
|
815
|
+
readonly internalType: "address";
|
|
816
|
+
readonly type: "address";
|
|
817
|
+
}];
|
|
818
|
+
readonly name: "initialize";
|
|
819
|
+
readonly outputs: readonly [];
|
|
820
|
+
}, {
|
|
821
|
+
readonly stateMutability: "nonpayable";
|
|
822
|
+
readonly type: "function";
|
|
823
|
+
readonly inputs: readonly [{
|
|
824
|
+
readonly name: "mintTo";
|
|
825
|
+
readonly internalType: "address";
|
|
826
|
+
readonly type: "address";
|
|
827
|
+
}, {
|
|
828
|
+
readonly name: "quantity";
|
|
829
|
+
readonly internalType: "uint256";
|
|
830
|
+
readonly type: "uint256";
|
|
831
|
+
}, {
|
|
832
|
+
readonly name: "tokenAddress";
|
|
833
|
+
readonly internalType: "address";
|
|
834
|
+
readonly type: "address";
|
|
835
|
+
}, {
|
|
836
|
+
readonly name: "tokenId";
|
|
837
|
+
readonly internalType: "uint256";
|
|
838
|
+
readonly type: "uint256";
|
|
839
|
+
}, {
|
|
840
|
+
readonly name: "totalValue";
|
|
841
|
+
readonly internalType: "uint256";
|
|
842
|
+
readonly type: "uint256";
|
|
843
|
+
}, {
|
|
844
|
+
readonly name: "currency";
|
|
845
|
+
readonly internalType: "address";
|
|
846
|
+
readonly type: "address";
|
|
847
|
+
}, {
|
|
848
|
+
readonly name: "mintReferral";
|
|
849
|
+
readonly internalType: "address";
|
|
850
|
+
readonly type: "address";
|
|
851
|
+
}, {
|
|
852
|
+
readonly name: "comment";
|
|
853
|
+
readonly internalType: "string";
|
|
854
|
+
readonly type: "string";
|
|
855
|
+
}];
|
|
856
|
+
readonly name: "mint";
|
|
857
|
+
readonly outputs: readonly [];
|
|
858
|
+
}, {
|
|
859
|
+
readonly stateMutability: "pure";
|
|
860
|
+
readonly type: "function";
|
|
861
|
+
readonly inputs: readonly [{
|
|
862
|
+
readonly name: "";
|
|
863
|
+
readonly internalType: "address";
|
|
864
|
+
readonly type: "address";
|
|
865
|
+
}, {
|
|
866
|
+
readonly name: "";
|
|
867
|
+
readonly internalType: "uint256";
|
|
868
|
+
readonly type: "uint256";
|
|
869
|
+
}, {
|
|
870
|
+
readonly name: "";
|
|
871
|
+
readonly internalType: "uint256";
|
|
872
|
+
readonly type: "uint256";
|
|
873
|
+
}, {
|
|
874
|
+
readonly name: "";
|
|
875
|
+
readonly internalType: "uint256";
|
|
876
|
+
readonly type: "uint256";
|
|
877
|
+
}, {
|
|
878
|
+
readonly name: "";
|
|
879
|
+
readonly internalType: "bytes";
|
|
880
|
+
readonly type: "bytes";
|
|
881
|
+
}];
|
|
882
|
+
readonly name: "requestMint";
|
|
883
|
+
readonly outputs: readonly [{
|
|
884
|
+
readonly name: "";
|
|
885
|
+
readonly internalType: "struct ICreatorCommands.CommandSet";
|
|
886
|
+
readonly type: "tuple";
|
|
887
|
+
readonly components: readonly [{
|
|
888
|
+
readonly name: "commands";
|
|
889
|
+
readonly internalType: "struct ICreatorCommands.Command[]";
|
|
890
|
+
readonly type: "tuple[]";
|
|
891
|
+
readonly components: readonly [{
|
|
892
|
+
readonly name: "method";
|
|
893
|
+
readonly internalType: "enum ICreatorCommands.CreatorActions";
|
|
894
|
+
readonly type: "uint8";
|
|
895
|
+
}, {
|
|
896
|
+
readonly name: "args";
|
|
897
|
+
readonly internalType: "bytes";
|
|
898
|
+
readonly type: "bytes";
|
|
899
|
+
}];
|
|
900
|
+
}, {
|
|
901
|
+
readonly name: "at";
|
|
902
|
+
readonly internalType: "uint256";
|
|
903
|
+
readonly type: "uint256";
|
|
904
|
+
}];
|
|
905
|
+
}];
|
|
906
|
+
}, {
|
|
907
|
+
readonly stateMutability: "nonpayable";
|
|
908
|
+
readonly type: "function";
|
|
909
|
+
readonly inputs: readonly [{
|
|
910
|
+
readonly name: "tokenId";
|
|
911
|
+
readonly internalType: "uint256";
|
|
912
|
+
readonly type: "uint256";
|
|
913
|
+
}];
|
|
914
|
+
readonly name: "resetSale";
|
|
915
|
+
readonly outputs: readonly [];
|
|
916
|
+
}, {
|
|
917
|
+
readonly stateMutability: "view";
|
|
918
|
+
readonly type: "function";
|
|
919
|
+
readonly inputs: readonly [{
|
|
920
|
+
readonly name: "tokenContract";
|
|
921
|
+
readonly internalType: "address";
|
|
922
|
+
readonly type: "address";
|
|
923
|
+
}, {
|
|
924
|
+
readonly name: "tokenId";
|
|
925
|
+
readonly internalType: "uint256";
|
|
926
|
+
readonly type: "uint256";
|
|
927
|
+
}];
|
|
928
|
+
readonly name: "sale";
|
|
929
|
+
readonly outputs: readonly [{
|
|
930
|
+
readonly name: "";
|
|
931
|
+
readonly internalType: "struct IERC20Minter.SalesConfig";
|
|
932
|
+
readonly type: "tuple";
|
|
933
|
+
readonly components: readonly [{
|
|
934
|
+
readonly name: "saleStart";
|
|
935
|
+
readonly internalType: "uint64";
|
|
936
|
+
readonly type: "uint64";
|
|
937
|
+
}, {
|
|
938
|
+
readonly name: "saleEnd";
|
|
939
|
+
readonly internalType: "uint64";
|
|
940
|
+
readonly type: "uint64";
|
|
941
|
+
}, {
|
|
942
|
+
readonly name: "maxTokensPerAddress";
|
|
943
|
+
readonly internalType: "uint64";
|
|
944
|
+
readonly type: "uint64";
|
|
945
|
+
}, {
|
|
946
|
+
readonly name: "pricePerToken";
|
|
947
|
+
readonly internalType: "uint256";
|
|
948
|
+
readonly type: "uint256";
|
|
949
|
+
}, {
|
|
950
|
+
readonly name: "fundsRecipient";
|
|
951
|
+
readonly internalType: "address";
|
|
952
|
+
readonly type: "address";
|
|
953
|
+
}, {
|
|
954
|
+
readonly name: "currency";
|
|
955
|
+
readonly internalType: "address";
|
|
956
|
+
readonly type: "address";
|
|
957
|
+
}];
|
|
958
|
+
}];
|
|
959
|
+
}, {
|
|
960
|
+
readonly stateMutability: "nonpayable";
|
|
961
|
+
readonly type: "function";
|
|
962
|
+
readonly inputs: readonly [{
|
|
963
|
+
readonly name: "tokenId";
|
|
964
|
+
readonly internalType: "uint256";
|
|
965
|
+
readonly type: "uint256";
|
|
966
|
+
}, {
|
|
967
|
+
readonly name: "salesConfig";
|
|
968
|
+
readonly internalType: "struct IERC20Minter.SalesConfig";
|
|
969
|
+
readonly type: "tuple";
|
|
970
|
+
readonly components: readonly [{
|
|
971
|
+
readonly name: "saleStart";
|
|
972
|
+
readonly internalType: "uint64";
|
|
973
|
+
readonly type: "uint64";
|
|
974
|
+
}, {
|
|
975
|
+
readonly name: "saleEnd";
|
|
976
|
+
readonly internalType: "uint64";
|
|
977
|
+
readonly type: "uint64";
|
|
978
|
+
}, {
|
|
979
|
+
readonly name: "maxTokensPerAddress";
|
|
980
|
+
readonly internalType: "uint64";
|
|
981
|
+
readonly type: "uint64";
|
|
982
|
+
}, {
|
|
983
|
+
readonly name: "pricePerToken";
|
|
984
|
+
readonly internalType: "uint256";
|
|
985
|
+
readonly type: "uint256";
|
|
986
|
+
}, {
|
|
987
|
+
readonly name: "fundsRecipient";
|
|
988
|
+
readonly internalType: "address";
|
|
989
|
+
readonly type: "address";
|
|
990
|
+
}, {
|
|
991
|
+
readonly name: "currency";
|
|
992
|
+
readonly internalType: "address";
|
|
993
|
+
readonly type: "address";
|
|
994
|
+
}];
|
|
995
|
+
}];
|
|
996
|
+
readonly name: "setSale";
|
|
997
|
+
readonly outputs: readonly [];
|
|
998
|
+
}, {
|
|
999
|
+
readonly stateMutability: "nonpayable";
|
|
1000
|
+
readonly type: "function";
|
|
1001
|
+
readonly inputs: readonly [{
|
|
1002
|
+
readonly name: "recipient";
|
|
1003
|
+
readonly internalType: "address";
|
|
1004
|
+
readonly type: "address";
|
|
1005
|
+
}];
|
|
1006
|
+
readonly name: "setZoraRewardsRecipient";
|
|
1007
|
+
readonly outputs: readonly [];
|
|
1008
|
+
}, {
|
|
1009
|
+
readonly stateMutability: "pure";
|
|
1010
|
+
readonly type: "function";
|
|
1011
|
+
readonly inputs: readonly [{
|
|
1012
|
+
readonly name: "interfaceId";
|
|
1013
|
+
readonly internalType: "bytes4";
|
|
1014
|
+
readonly type: "bytes4";
|
|
1015
|
+
}];
|
|
1016
|
+
readonly name: "supportsInterface";
|
|
1017
|
+
readonly outputs: readonly [{
|
|
1018
|
+
readonly name: "";
|
|
1019
|
+
readonly internalType: "bool";
|
|
1020
|
+
readonly type: "bool";
|
|
1021
|
+
}];
|
|
1022
|
+
}, {
|
|
1023
|
+
readonly stateMutability: "pure";
|
|
1024
|
+
readonly type: "function";
|
|
1025
|
+
readonly inputs: readonly [];
|
|
1026
|
+
readonly name: "totalRewardPct";
|
|
1027
|
+
readonly outputs: readonly [{
|
|
1028
|
+
readonly name: "";
|
|
1029
|
+
readonly internalType: "uint256";
|
|
1030
|
+
readonly type: "uint256";
|
|
1031
|
+
}];
|
|
1032
|
+
}, {
|
|
1033
|
+
readonly stateMutability: "view";
|
|
1034
|
+
readonly type: "function";
|
|
1035
|
+
readonly inputs: readonly [];
|
|
1036
|
+
readonly name: "zoraRewardRecipientAddress";
|
|
1037
|
+
readonly outputs: readonly [{
|
|
1038
|
+
readonly name: "";
|
|
1039
|
+
readonly internalType: "address";
|
|
1040
|
+
readonly type: "address";
|
|
1041
|
+
}];
|
|
1042
|
+
}, {
|
|
1043
|
+
readonly type: "event";
|
|
1044
|
+
readonly anonymous: false;
|
|
1045
|
+
readonly inputs: readonly [{
|
|
1046
|
+
readonly name: "rewardPercentage";
|
|
1047
|
+
readonly internalType: "uint256";
|
|
1048
|
+
readonly type: "uint256";
|
|
1049
|
+
readonly indexed: false;
|
|
1050
|
+
}];
|
|
1051
|
+
readonly name: "ERC20MinterInitialized";
|
|
1052
|
+
}, {
|
|
1053
|
+
readonly type: "event";
|
|
1054
|
+
readonly anonymous: false;
|
|
1055
|
+
readonly inputs: readonly [{
|
|
1056
|
+
readonly name: "createReferral";
|
|
1057
|
+
readonly internalType: "address";
|
|
1058
|
+
readonly type: "address";
|
|
1059
|
+
readonly indexed: true;
|
|
1060
|
+
}, {
|
|
1061
|
+
readonly name: "mintReferral";
|
|
1062
|
+
readonly internalType: "address";
|
|
1063
|
+
readonly type: "address";
|
|
1064
|
+
readonly indexed: true;
|
|
1065
|
+
}, {
|
|
1066
|
+
readonly name: "firstMinter";
|
|
1067
|
+
readonly internalType: "address";
|
|
1068
|
+
readonly type: "address";
|
|
1069
|
+
readonly indexed: true;
|
|
1070
|
+
}, {
|
|
1071
|
+
readonly name: "zora";
|
|
1072
|
+
readonly internalType: "address";
|
|
1073
|
+
readonly type: "address";
|
|
1074
|
+
readonly indexed: false;
|
|
1075
|
+
}, {
|
|
1076
|
+
readonly name: "collection";
|
|
1077
|
+
readonly internalType: "address";
|
|
1078
|
+
readonly type: "address";
|
|
1079
|
+
readonly indexed: false;
|
|
1080
|
+
}, {
|
|
1081
|
+
readonly name: "currency";
|
|
1082
|
+
readonly internalType: "address";
|
|
1083
|
+
readonly type: "address";
|
|
1084
|
+
readonly indexed: false;
|
|
1085
|
+
}, {
|
|
1086
|
+
readonly name: "tokenId";
|
|
1087
|
+
readonly internalType: "uint256";
|
|
1088
|
+
readonly type: "uint256";
|
|
1089
|
+
readonly indexed: false;
|
|
1090
|
+
}, {
|
|
1091
|
+
readonly name: "createReferralReward";
|
|
1092
|
+
readonly internalType: "uint256";
|
|
1093
|
+
readonly type: "uint256";
|
|
1094
|
+
readonly indexed: false;
|
|
1095
|
+
}, {
|
|
1096
|
+
readonly name: "mintReferralReward";
|
|
1097
|
+
readonly internalType: "uint256";
|
|
1098
|
+
readonly type: "uint256";
|
|
1099
|
+
readonly indexed: false;
|
|
1100
|
+
}, {
|
|
1101
|
+
readonly name: "firstMinterReward";
|
|
1102
|
+
readonly internalType: "uint256";
|
|
1103
|
+
readonly type: "uint256";
|
|
1104
|
+
readonly indexed: false;
|
|
1105
|
+
}, {
|
|
1106
|
+
readonly name: "zoraReward";
|
|
1107
|
+
readonly internalType: "uint256";
|
|
1108
|
+
readonly type: "uint256";
|
|
1109
|
+
readonly indexed: false;
|
|
1110
|
+
}];
|
|
1111
|
+
readonly name: "ERC20RewardsDeposit";
|
|
1112
|
+
}, {
|
|
1113
|
+
readonly type: "event";
|
|
1114
|
+
readonly anonymous: false;
|
|
1115
|
+
readonly inputs: readonly [{
|
|
1116
|
+
readonly name: "sender";
|
|
1117
|
+
readonly internalType: "address";
|
|
1118
|
+
readonly type: "address";
|
|
1119
|
+
readonly indexed: true;
|
|
1120
|
+
}, {
|
|
1121
|
+
readonly name: "tokenContract";
|
|
1122
|
+
readonly internalType: "address";
|
|
1123
|
+
readonly type: "address";
|
|
1124
|
+
readonly indexed: true;
|
|
1125
|
+
}, {
|
|
1126
|
+
readonly name: "tokenId";
|
|
1127
|
+
readonly internalType: "uint256";
|
|
1128
|
+
readonly type: "uint256";
|
|
1129
|
+
readonly indexed: true;
|
|
1130
|
+
}, {
|
|
1131
|
+
readonly name: "quantity";
|
|
1132
|
+
readonly internalType: "uint256";
|
|
1133
|
+
readonly type: "uint256";
|
|
1134
|
+
readonly indexed: false;
|
|
1135
|
+
}, {
|
|
1136
|
+
readonly name: "comment";
|
|
1137
|
+
readonly internalType: "string";
|
|
1138
|
+
readonly type: "string";
|
|
1139
|
+
readonly indexed: false;
|
|
1140
|
+
}];
|
|
1141
|
+
readonly name: "MintComment";
|
|
1142
|
+
}, {
|
|
1143
|
+
readonly type: "event";
|
|
1144
|
+
readonly anonymous: false;
|
|
1145
|
+
readonly inputs: readonly [{
|
|
1146
|
+
readonly name: "mediaContract";
|
|
1147
|
+
readonly internalType: "address";
|
|
1148
|
+
readonly type: "address";
|
|
1149
|
+
readonly indexed: true;
|
|
1150
|
+
}, {
|
|
1151
|
+
readonly name: "tokenId";
|
|
1152
|
+
readonly internalType: "uint256";
|
|
1153
|
+
readonly type: "uint256";
|
|
1154
|
+
readonly indexed: true;
|
|
1155
|
+
}, {
|
|
1156
|
+
readonly name: "salesConfig";
|
|
1157
|
+
readonly internalType: "struct IERC20Minter.SalesConfig";
|
|
1158
|
+
readonly type: "tuple";
|
|
1159
|
+
readonly components: readonly [{
|
|
1160
|
+
readonly name: "saleStart";
|
|
1161
|
+
readonly internalType: "uint64";
|
|
1162
|
+
readonly type: "uint64";
|
|
1163
|
+
}, {
|
|
1164
|
+
readonly name: "saleEnd";
|
|
1165
|
+
readonly internalType: "uint64";
|
|
1166
|
+
readonly type: "uint64";
|
|
1167
|
+
}, {
|
|
1168
|
+
readonly name: "maxTokensPerAddress";
|
|
1169
|
+
readonly internalType: "uint64";
|
|
1170
|
+
readonly type: "uint64";
|
|
1171
|
+
}, {
|
|
1172
|
+
readonly name: "pricePerToken";
|
|
1173
|
+
readonly internalType: "uint256";
|
|
1174
|
+
readonly type: "uint256";
|
|
1175
|
+
}, {
|
|
1176
|
+
readonly name: "fundsRecipient";
|
|
1177
|
+
readonly internalType: "address";
|
|
1178
|
+
readonly type: "address";
|
|
1179
|
+
}, {
|
|
1180
|
+
readonly name: "currency";
|
|
1181
|
+
readonly internalType: "address";
|
|
1182
|
+
readonly type: "address";
|
|
1183
|
+
}];
|
|
1184
|
+
readonly indexed: false;
|
|
1185
|
+
}];
|
|
1186
|
+
readonly name: "SaleSet";
|
|
1187
|
+
}, {
|
|
1188
|
+
readonly type: "event";
|
|
1189
|
+
readonly anonymous: false;
|
|
1190
|
+
readonly inputs: readonly [{
|
|
1191
|
+
readonly name: "prevRecipient";
|
|
1192
|
+
readonly internalType: "address";
|
|
1193
|
+
readonly type: "address";
|
|
1194
|
+
readonly indexed: true;
|
|
1195
|
+
}, {
|
|
1196
|
+
readonly name: "newRecipient";
|
|
1197
|
+
readonly internalType: "address";
|
|
1198
|
+
readonly type: "address";
|
|
1199
|
+
readonly indexed: true;
|
|
1200
|
+
}];
|
|
1201
|
+
readonly name: "ZoraRewardsRecipientSet";
|
|
1202
|
+
}, {
|
|
1203
|
+
readonly type: "error";
|
|
1204
|
+
readonly inputs: readonly [];
|
|
1205
|
+
readonly name: "AddressZero";
|
|
1206
|
+
}, {
|
|
1207
|
+
readonly type: "error";
|
|
1208
|
+
readonly inputs: readonly [];
|
|
1209
|
+
readonly name: "AlreadyInitialized";
|
|
1210
|
+
}, {
|
|
1211
|
+
readonly type: "error";
|
|
1212
|
+
readonly inputs: readonly [];
|
|
1213
|
+
readonly name: "ERC20TransferSlippage";
|
|
1214
|
+
}, {
|
|
1215
|
+
readonly type: "error";
|
|
1216
|
+
readonly inputs: readonly [];
|
|
1217
|
+
readonly name: "InvalidCurrency";
|
|
1218
|
+
}, {
|
|
1219
|
+
readonly type: "error";
|
|
1220
|
+
readonly inputs: readonly [];
|
|
1221
|
+
readonly name: "OnlyZoraRewardsRecipient";
|
|
1222
|
+
}, {
|
|
1223
|
+
readonly type: "error";
|
|
1224
|
+
readonly inputs: readonly [];
|
|
1225
|
+
readonly name: "PricePerTokenTooLow";
|
|
1226
|
+
}, {
|
|
1227
|
+
readonly type: "error";
|
|
1228
|
+
readonly inputs: readonly [];
|
|
1229
|
+
readonly name: "RequestMintInvalidUseMint";
|
|
1230
|
+
}, {
|
|
1231
|
+
readonly type: "error";
|
|
1232
|
+
readonly inputs: readonly [];
|
|
1233
|
+
readonly name: "SaleEnded";
|
|
1234
|
+
}, {
|
|
1235
|
+
readonly type: "error";
|
|
1236
|
+
readonly inputs: readonly [];
|
|
1237
|
+
readonly name: "SaleHasNotStarted";
|
|
1238
|
+
}, {
|
|
1239
|
+
readonly type: "error";
|
|
1240
|
+
readonly inputs: readonly [{
|
|
1241
|
+
readonly name: "user";
|
|
1242
|
+
readonly internalType: "address";
|
|
1243
|
+
readonly type: "address";
|
|
1244
|
+
}, {
|
|
1245
|
+
readonly name: "limit";
|
|
1246
|
+
readonly internalType: "uint256";
|
|
1247
|
+
readonly type: "uint256";
|
|
1248
|
+
}, {
|
|
1249
|
+
readonly name: "requestedAmount";
|
|
1250
|
+
readonly internalType: "uint256";
|
|
1251
|
+
readonly type: "uint256";
|
|
1252
|
+
}];
|
|
1253
|
+
readonly name: "UserExceedsMintLimit";
|
|
1254
|
+
}, {
|
|
1255
|
+
readonly type: "error";
|
|
1256
|
+
readonly inputs: readonly [];
|
|
1257
|
+
readonly name: "WrongValueSent";
|
|
1258
|
+
}];
|
|
1259
|
+
};
|
|
1
1260
|
export declare const iUnwrapAndForwardActionABI: readonly [{
|
|
2
1261
|
readonly stateMutability: "payable";
|
|
3
1262
|
readonly type: "function";
|
|
4
1263
|
readonly inputs: readonly [{
|
|
5
|
-
readonly name: "receiverAddress";
|
|
1264
|
+
readonly name: "receiverAddress";
|
|
1265
|
+
readonly internalType: "address";
|
|
1266
|
+
readonly type: "address";
|
|
1267
|
+
}, {
|
|
1268
|
+
readonly name: "call";
|
|
1269
|
+
readonly internalType: "bytes";
|
|
1270
|
+
readonly type: "bytes";
|
|
1271
|
+
}, {
|
|
1272
|
+
readonly name: "valueToSend";
|
|
1273
|
+
readonly internalType: "uint256";
|
|
1274
|
+
readonly type: "uint256";
|
|
1275
|
+
}];
|
|
1276
|
+
readonly name: "callWithEth";
|
|
1277
|
+
readonly outputs: readonly [];
|
|
1278
|
+
}];
|
|
1279
|
+
/**
|
|
1280
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
1281
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
1282
|
+
*/
|
|
1283
|
+
export declare const mintsEthUnwrapperAndCallerABI: readonly [{
|
|
1284
|
+
readonly stateMutability: "nonpayable";
|
|
1285
|
+
readonly type: "constructor";
|
|
1286
|
+
readonly inputs: readonly [{
|
|
1287
|
+
readonly name: "_zoraMints1155";
|
|
1288
|
+
readonly internalType: "contract IZoraMints1155";
|
|
1289
|
+
readonly type: "address";
|
|
1290
|
+
}];
|
|
1291
|
+
}, {
|
|
1292
|
+
readonly stateMutability: "payable";
|
|
1293
|
+
readonly type: "receive";
|
|
1294
|
+
}, {
|
|
1295
|
+
readonly stateMutability: "nonpayable";
|
|
1296
|
+
readonly type: "function";
|
|
1297
|
+
readonly inputs: readonly [{
|
|
1298
|
+
readonly name: "";
|
|
1299
|
+
readonly internalType: "address";
|
|
1300
|
+
readonly type: "address";
|
|
1301
|
+
}, {
|
|
1302
|
+
readonly name: "from";
|
|
1303
|
+
readonly internalType: "address";
|
|
1304
|
+
readonly type: "address";
|
|
1305
|
+
}, {
|
|
1306
|
+
readonly name: "ids";
|
|
1307
|
+
readonly internalType: "uint256[]";
|
|
1308
|
+
readonly type: "uint256[]";
|
|
1309
|
+
}, {
|
|
1310
|
+
readonly name: "values";
|
|
1311
|
+
readonly internalType: "uint256[]";
|
|
1312
|
+
readonly type: "uint256[]";
|
|
1313
|
+
}, {
|
|
1314
|
+
readonly name: "data";
|
|
1315
|
+
readonly internalType: "bytes";
|
|
1316
|
+
readonly type: "bytes";
|
|
1317
|
+
}];
|
|
1318
|
+
readonly name: "onERC1155BatchReceived";
|
|
1319
|
+
readonly outputs: readonly [{
|
|
1320
|
+
readonly name: "";
|
|
1321
|
+
readonly internalType: "bytes4";
|
|
1322
|
+
readonly type: "bytes4";
|
|
1323
|
+
}];
|
|
1324
|
+
}, {
|
|
1325
|
+
readonly stateMutability: "nonpayable";
|
|
1326
|
+
readonly type: "function";
|
|
1327
|
+
readonly inputs: readonly [{
|
|
1328
|
+
readonly name: "";
|
|
1329
|
+
readonly internalType: "address";
|
|
1330
|
+
readonly type: "address";
|
|
1331
|
+
}, {
|
|
1332
|
+
readonly name: "from";
|
|
1333
|
+
readonly internalType: "address";
|
|
1334
|
+
readonly type: "address";
|
|
1335
|
+
}, {
|
|
1336
|
+
readonly name: "id";
|
|
1337
|
+
readonly internalType: "uint256";
|
|
1338
|
+
readonly type: "uint256";
|
|
1339
|
+
}, {
|
|
1340
|
+
readonly name: "value";
|
|
1341
|
+
readonly internalType: "uint256";
|
|
1342
|
+
readonly type: "uint256";
|
|
1343
|
+
}, {
|
|
1344
|
+
readonly name: "data";
|
|
1345
|
+
readonly internalType: "bytes";
|
|
1346
|
+
readonly type: "bytes";
|
|
1347
|
+
}];
|
|
1348
|
+
readonly name: "onERC1155Received";
|
|
1349
|
+
readonly outputs: readonly [{
|
|
1350
|
+
readonly name: "";
|
|
1351
|
+
readonly internalType: "bytes4";
|
|
1352
|
+
readonly type: "bytes4";
|
|
1353
|
+
}];
|
|
1354
|
+
}, {
|
|
1355
|
+
readonly stateMutability: "payable";
|
|
1356
|
+
readonly type: "function";
|
|
1357
|
+
readonly inputs: readonly [{
|
|
1358
|
+
readonly name: "permit";
|
|
1359
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
1360
|
+
readonly type: "tuple";
|
|
1361
|
+
readonly components: readonly [{
|
|
1362
|
+
readonly name: "owner";
|
|
1363
|
+
readonly internalType: "address";
|
|
1364
|
+
readonly type: "address";
|
|
1365
|
+
}, {
|
|
1366
|
+
readonly name: "to";
|
|
1367
|
+
readonly internalType: "address";
|
|
1368
|
+
readonly type: "address";
|
|
1369
|
+
}, {
|
|
1370
|
+
readonly name: "tokenIds";
|
|
1371
|
+
readonly internalType: "uint256[]";
|
|
1372
|
+
readonly type: "uint256[]";
|
|
1373
|
+
}, {
|
|
1374
|
+
readonly name: "quantities";
|
|
1375
|
+
readonly internalType: "uint256[]";
|
|
1376
|
+
readonly type: "uint256[]";
|
|
1377
|
+
}, {
|
|
1378
|
+
readonly name: "safeTransferData";
|
|
1379
|
+
readonly internalType: "bytes";
|
|
1380
|
+
readonly type: "bytes";
|
|
1381
|
+
}, {
|
|
1382
|
+
readonly name: "deadline";
|
|
1383
|
+
readonly internalType: "uint256";
|
|
1384
|
+
readonly type: "uint256";
|
|
1385
|
+
}, {
|
|
1386
|
+
readonly name: "nonce";
|
|
1387
|
+
readonly internalType: "uint256";
|
|
1388
|
+
readonly type: "uint256";
|
|
1389
|
+
}];
|
|
1390
|
+
}, {
|
|
1391
|
+
readonly name: "signature";
|
|
1392
|
+
readonly internalType: "bytes";
|
|
1393
|
+
readonly type: "bytes";
|
|
1394
|
+
}];
|
|
1395
|
+
readonly name: "permitWithAdditionalValue";
|
|
1396
|
+
readonly outputs: readonly [];
|
|
1397
|
+
}, {
|
|
1398
|
+
readonly type: "error";
|
|
1399
|
+
readonly inputs: readonly [{
|
|
1400
|
+
readonly name: "account";
|
|
1401
|
+
readonly internalType: "address";
|
|
1402
|
+
readonly type: "address";
|
|
1403
|
+
}];
|
|
1404
|
+
readonly name: "AddressInsufficientBalance";
|
|
1405
|
+
}, {
|
|
1406
|
+
readonly type: "error";
|
|
1407
|
+
readonly inputs: readonly [{
|
|
1408
|
+
readonly name: "data";
|
|
1409
|
+
readonly internalType: "bytes";
|
|
1410
|
+
readonly type: "bytes";
|
|
1411
|
+
}];
|
|
1412
|
+
readonly name: "CallFailed";
|
|
1413
|
+
}, {
|
|
1414
|
+
readonly type: "error";
|
|
1415
|
+
readonly inputs: readonly [{
|
|
1416
|
+
readonly name: "tokenId";
|
|
1417
|
+
readonly internalType: "uint256";
|
|
1418
|
+
readonly type: "uint256";
|
|
1419
|
+
}];
|
|
1420
|
+
readonly name: "ERC20NotSupported";
|
|
1421
|
+
}, {
|
|
1422
|
+
readonly type: "error";
|
|
1423
|
+
readonly inputs: readonly [];
|
|
1424
|
+
readonly name: "FailedInnerCall";
|
|
1425
|
+
}, {
|
|
1426
|
+
readonly type: "error";
|
|
1427
|
+
readonly inputs: readonly [];
|
|
1428
|
+
readonly name: "NotExpectingReceive";
|
|
1429
|
+
}, {
|
|
1430
|
+
readonly type: "error";
|
|
1431
|
+
readonly inputs: readonly [];
|
|
1432
|
+
readonly name: "NotZoraMints1155";
|
|
1433
|
+
}, {
|
|
1434
|
+
readonly type: "error";
|
|
1435
|
+
readonly inputs: readonly [{
|
|
1436
|
+
readonly name: "data";
|
|
1437
|
+
readonly internalType: "bytes";
|
|
1438
|
+
readonly type: "bytes";
|
|
1439
|
+
}];
|
|
1440
|
+
readonly name: "TransferFailed";
|
|
1441
|
+
}, {
|
|
1442
|
+
readonly type: "error";
|
|
1443
|
+
readonly inputs: readonly [];
|
|
1444
|
+
readonly name: "UnknownUserAction";
|
|
1445
|
+
}];
|
|
1446
|
+
/**
|
|
1447
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
1448
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
1449
|
+
*/
|
|
1450
|
+
export declare const mintsEthUnwrapperAndCallerAddress: {
|
|
1451
|
+
readonly 7777777: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
|
|
1452
|
+
readonly 999999999: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
|
|
1453
|
+
};
|
|
1454
|
+
/**
|
|
1455
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
1456
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
1457
|
+
*/
|
|
1458
|
+
export declare const mintsEthUnwrapperAndCallerConfig: {
|
|
1459
|
+
readonly address: {
|
|
1460
|
+
readonly 7777777: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
|
|
1461
|
+
readonly 999999999: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
|
|
1462
|
+
};
|
|
1463
|
+
readonly abi: readonly [{
|
|
1464
|
+
readonly stateMutability: "nonpayable";
|
|
1465
|
+
readonly type: "constructor";
|
|
1466
|
+
readonly inputs: readonly [{
|
|
1467
|
+
readonly name: "_zoraMints1155";
|
|
1468
|
+
readonly internalType: "contract IZoraMints1155";
|
|
1469
|
+
readonly type: "address";
|
|
1470
|
+
}];
|
|
1471
|
+
}, {
|
|
1472
|
+
readonly stateMutability: "payable";
|
|
1473
|
+
readonly type: "receive";
|
|
1474
|
+
}, {
|
|
1475
|
+
readonly stateMutability: "nonpayable";
|
|
1476
|
+
readonly type: "function";
|
|
1477
|
+
readonly inputs: readonly [{
|
|
1478
|
+
readonly name: "";
|
|
1479
|
+
readonly internalType: "address";
|
|
1480
|
+
readonly type: "address";
|
|
1481
|
+
}, {
|
|
1482
|
+
readonly name: "from";
|
|
1483
|
+
readonly internalType: "address";
|
|
1484
|
+
readonly type: "address";
|
|
1485
|
+
}, {
|
|
1486
|
+
readonly name: "ids";
|
|
1487
|
+
readonly internalType: "uint256[]";
|
|
1488
|
+
readonly type: "uint256[]";
|
|
1489
|
+
}, {
|
|
1490
|
+
readonly name: "values";
|
|
1491
|
+
readonly internalType: "uint256[]";
|
|
1492
|
+
readonly type: "uint256[]";
|
|
1493
|
+
}, {
|
|
1494
|
+
readonly name: "data";
|
|
1495
|
+
readonly internalType: "bytes";
|
|
1496
|
+
readonly type: "bytes";
|
|
1497
|
+
}];
|
|
1498
|
+
readonly name: "onERC1155BatchReceived";
|
|
1499
|
+
readonly outputs: readonly [{
|
|
1500
|
+
readonly name: "";
|
|
1501
|
+
readonly internalType: "bytes4";
|
|
1502
|
+
readonly type: "bytes4";
|
|
1503
|
+
}];
|
|
1504
|
+
}, {
|
|
1505
|
+
readonly stateMutability: "nonpayable";
|
|
1506
|
+
readonly type: "function";
|
|
1507
|
+
readonly inputs: readonly [{
|
|
1508
|
+
readonly name: "";
|
|
1509
|
+
readonly internalType: "address";
|
|
1510
|
+
readonly type: "address";
|
|
1511
|
+
}, {
|
|
1512
|
+
readonly name: "from";
|
|
1513
|
+
readonly internalType: "address";
|
|
1514
|
+
readonly type: "address";
|
|
1515
|
+
}, {
|
|
1516
|
+
readonly name: "id";
|
|
1517
|
+
readonly internalType: "uint256";
|
|
1518
|
+
readonly type: "uint256";
|
|
1519
|
+
}, {
|
|
1520
|
+
readonly name: "value";
|
|
1521
|
+
readonly internalType: "uint256";
|
|
1522
|
+
readonly type: "uint256";
|
|
1523
|
+
}, {
|
|
1524
|
+
readonly name: "data";
|
|
1525
|
+
readonly internalType: "bytes";
|
|
1526
|
+
readonly type: "bytes";
|
|
1527
|
+
}];
|
|
1528
|
+
readonly name: "onERC1155Received";
|
|
1529
|
+
readonly outputs: readonly [{
|
|
1530
|
+
readonly name: "";
|
|
1531
|
+
readonly internalType: "bytes4";
|
|
1532
|
+
readonly type: "bytes4";
|
|
1533
|
+
}];
|
|
1534
|
+
}, {
|
|
1535
|
+
readonly stateMutability: "payable";
|
|
1536
|
+
readonly type: "function";
|
|
1537
|
+
readonly inputs: readonly [{
|
|
1538
|
+
readonly name: "permit";
|
|
1539
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
1540
|
+
readonly type: "tuple";
|
|
1541
|
+
readonly components: readonly [{
|
|
1542
|
+
readonly name: "owner";
|
|
1543
|
+
readonly internalType: "address";
|
|
1544
|
+
readonly type: "address";
|
|
1545
|
+
}, {
|
|
1546
|
+
readonly name: "to";
|
|
1547
|
+
readonly internalType: "address";
|
|
1548
|
+
readonly type: "address";
|
|
1549
|
+
}, {
|
|
1550
|
+
readonly name: "tokenIds";
|
|
1551
|
+
readonly internalType: "uint256[]";
|
|
1552
|
+
readonly type: "uint256[]";
|
|
1553
|
+
}, {
|
|
1554
|
+
readonly name: "quantities";
|
|
1555
|
+
readonly internalType: "uint256[]";
|
|
1556
|
+
readonly type: "uint256[]";
|
|
1557
|
+
}, {
|
|
1558
|
+
readonly name: "safeTransferData";
|
|
1559
|
+
readonly internalType: "bytes";
|
|
1560
|
+
readonly type: "bytes";
|
|
1561
|
+
}, {
|
|
1562
|
+
readonly name: "deadline";
|
|
1563
|
+
readonly internalType: "uint256";
|
|
1564
|
+
readonly type: "uint256";
|
|
1565
|
+
}, {
|
|
1566
|
+
readonly name: "nonce";
|
|
1567
|
+
readonly internalType: "uint256";
|
|
1568
|
+
readonly type: "uint256";
|
|
1569
|
+
}];
|
|
1570
|
+
}, {
|
|
1571
|
+
readonly name: "signature";
|
|
1572
|
+
readonly internalType: "bytes";
|
|
1573
|
+
readonly type: "bytes";
|
|
1574
|
+
}];
|
|
1575
|
+
readonly name: "permitWithAdditionalValue";
|
|
1576
|
+
readonly outputs: readonly [];
|
|
1577
|
+
}, {
|
|
1578
|
+
readonly type: "error";
|
|
1579
|
+
readonly inputs: readonly [{
|
|
1580
|
+
readonly name: "account";
|
|
1581
|
+
readonly internalType: "address";
|
|
1582
|
+
readonly type: "address";
|
|
1583
|
+
}];
|
|
1584
|
+
readonly name: "AddressInsufficientBalance";
|
|
1585
|
+
}, {
|
|
1586
|
+
readonly type: "error";
|
|
1587
|
+
readonly inputs: readonly [{
|
|
1588
|
+
readonly name: "data";
|
|
1589
|
+
readonly internalType: "bytes";
|
|
1590
|
+
readonly type: "bytes";
|
|
1591
|
+
}];
|
|
1592
|
+
readonly name: "CallFailed";
|
|
1593
|
+
}, {
|
|
1594
|
+
readonly type: "error";
|
|
1595
|
+
readonly inputs: readonly [{
|
|
1596
|
+
readonly name: "tokenId";
|
|
1597
|
+
readonly internalType: "uint256";
|
|
1598
|
+
readonly type: "uint256";
|
|
1599
|
+
}];
|
|
1600
|
+
readonly name: "ERC20NotSupported";
|
|
1601
|
+
}, {
|
|
1602
|
+
readonly type: "error";
|
|
1603
|
+
readonly inputs: readonly [];
|
|
1604
|
+
readonly name: "FailedInnerCall";
|
|
1605
|
+
}, {
|
|
1606
|
+
readonly type: "error";
|
|
1607
|
+
readonly inputs: readonly [];
|
|
1608
|
+
readonly name: "NotExpectingReceive";
|
|
1609
|
+
}, {
|
|
1610
|
+
readonly type: "error";
|
|
1611
|
+
readonly inputs: readonly [];
|
|
1612
|
+
readonly name: "NotZoraMints1155";
|
|
1613
|
+
}, {
|
|
1614
|
+
readonly type: "error";
|
|
1615
|
+
readonly inputs: readonly [{
|
|
1616
|
+
readonly name: "data";
|
|
1617
|
+
readonly internalType: "bytes";
|
|
1618
|
+
readonly type: "bytes";
|
|
1619
|
+
}];
|
|
1620
|
+
readonly name: "TransferFailed";
|
|
1621
|
+
}, {
|
|
1622
|
+
readonly type: "error";
|
|
1623
|
+
readonly inputs: readonly [];
|
|
1624
|
+
readonly name: "UnknownUserAction";
|
|
1625
|
+
}];
|
|
1626
|
+
};
|
|
1627
|
+
/**
|
|
1628
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
1629
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
1630
|
+
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
1631
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
1632
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
1633
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
1634
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
1635
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
1636
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
1637
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
1638
|
+
*/
|
|
1639
|
+
export declare const protocolRewardsABI: readonly [{
|
|
1640
|
+
readonly stateMutability: "payable";
|
|
1641
|
+
readonly type: "constructor";
|
|
1642
|
+
readonly inputs: readonly [];
|
|
1643
|
+
}, {
|
|
1644
|
+
readonly stateMutability: "view";
|
|
1645
|
+
readonly type: "function";
|
|
1646
|
+
readonly inputs: readonly [];
|
|
1647
|
+
readonly name: "WITHDRAW_TYPEHASH";
|
|
1648
|
+
readonly outputs: readonly [{
|
|
1649
|
+
readonly name: "";
|
|
1650
|
+
readonly internalType: "bytes32";
|
|
1651
|
+
readonly type: "bytes32";
|
|
1652
|
+
}];
|
|
1653
|
+
}, {
|
|
1654
|
+
readonly stateMutability: "view";
|
|
1655
|
+
readonly type: "function";
|
|
1656
|
+
readonly inputs: readonly [{
|
|
1657
|
+
readonly name: "";
|
|
1658
|
+
readonly internalType: "address";
|
|
1659
|
+
readonly type: "address";
|
|
1660
|
+
}];
|
|
1661
|
+
readonly name: "balanceOf";
|
|
1662
|
+
readonly outputs: readonly [{
|
|
1663
|
+
readonly name: "";
|
|
1664
|
+
readonly internalType: "uint256";
|
|
1665
|
+
readonly type: "uint256";
|
|
1666
|
+
}];
|
|
1667
|
+
}, {
|
|
1668
|
+
readonly stateMutability: "payable";
|
|
1669
|
+
readonly type: "function";
|
|
1670
|
+
readonly inputs: readonly [{
|
|
1671
|
+
readonly name: "to";
|
|
6
1672
|
readonly internalType: "address";
|
|
7
1673
|
readonly type: "address";
|
|
8
1674
|
}, {
|
|
9
|
-
readonly name: "
|
|
10
|
-
readonly internalType: "
|
|
11
|
-
readonly type: "
|
|
1675
|
+
readonly name: "reason";
|
|
1676
|
+
readonly internalType: "bytes4";
|
|
1677
|
+
readonly type: "bytes4";
|
|
12
1678
|
}, {
|
|
13
|
-
readonly name: "
|
|
1679
|
+
readonly name: "comment";
|
|
1680
|
+
readonly internalType: "string";
|
|
1681
|
+
readonly type: "string";
|
|
1682
|
+
}];
|
|
1683
|
+
readonly name: "deposit";
|
|
1684
|
+
readonly outputs: readonly [];
|
|
1685
|
+
}, {
|
|
1686
|
+
readonly stateMutability: "payable";
|
|
1687
|
+
readonly type: "function";
|
|
1688
|
+
readonly inputs: readonly [{
|
|
1689
|
+
readonly name: "recipients";
|
|
1690
|
+
readonly internalType: "address[]";
|
|
1691
|
+
readonly type: "address[]";
|
|
1692
|
+
}, {
|
|
1693
|
+
readonly name: "amounts";
|
|
1694
|
+
readonly internalType: "uint256[]";
|
|
1695
|
+
readonly type: "uint256[]";
|
|
1696
|
+
}, {
|
|
1697
|
+
readonly name: "reasons";
|
|
1698
|
+
readonly internalType: "bytes4[]";
|
|
1699
|
+
readonly type: "bytes4[]";
|
|
1700
|
+
}, {
|
|
1701
|
+
readonly name: "comment";
|
|
1702
|
+
readonly internalType: "string";
|
|
1703
|
+
readonly type: "string";
|
|
1704
|
+
}];
|
|
1705
|
+
readonly name: "depositBatch";
|
|
1706
|
+
readonly outputs: readonly [];
|
|
1707
|
+
}, {
|
|
1708
|
+
readonly stateMutability: "payable";
|
|
1709
|
+
readonly type: "function";
|
|
1710
|
+
readonly inputs: readonly [{
|
|
1711
|
+
readonly name: "creator";
|
|
1712
|
+
readonly internalType: "address";
|
|
1713
|
+
readonly type: "address";
|
|
1714
|
+
}, {
|
|
1715
|
+
readonly name: "creatorReward";
|
|
1716
|
+
readonly internalType: "uint256";
|
|
1717
|
+
readonly type: "uint256";
|
|
1718
|
+
}, {
|
|
1719
|
+
readonly name: "createReferral";
|
|
1720
|
+
readonly internalType: "address";
|
|
1721
|
+
readonly type: "address";
|
|
1722
|
+
}, {
|
|
1723
|
+
readonly name: "createReferralReward";
|
|
1724
|
+
readonly internalType: "uint256";
|
|
1725
|
+
readonly type: "uint256";
|
|
1726
|
+
}, {
|
|
1727
|
+
readonly name: "mintReferral";
|
|
1728
|
+
readonly internalType: "address";
|
|
1729
|
+
readonly type: "address";
|
|
1730
|
+
}, {
|
|
1731
|
+
readonly name: "mintReferralReward";
|
|
1732
|
+
readonly internalType: "uint256";
|
|
1733
|
+
readonly type: "uint256";
|
|
1734
|
+
}, {
|
|
1735
|
+
readonly name: "firstMinter";
|
|
1736
|
+
readonly internalType: "address";
|
|
1737
|
+
readonly type: "address";
|
|
1738
|
+
}, {
|
|
1739
|
+
readonly name: "firstMinterReward";
|
|
1740
|
+
readonly internalType: "uint256";
|
|
1741
|
+
readonly type: "uint256";
|
|
1742
|
+
}, {
|
|
1743
|
+
readonly name: "zora";
|
|
1744
|
+
readonly internalType: "address";
|
|
1745
|
+
readonly type: "address";
|
|
1746
|
+
}, {
|
|
1747
|
+
readonly name: "zoraReward";
|
|
14
1748
|
readonly internalType: "uint256";
|
|
15
1749
|
readonly type: "uint256";
|
|
16
1750
|
}];
|
|
17
|
-
readonly name: "
|
|
1751
|
+
readonly name: "depositRewards";
|
|
18
1752
|
readonly outputs: readonly [];
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1753
|
+
}, {
|
|
1754
|
+
readonly stateMutability: "view";
|
|
1755
|
+
readonly type: "function";
|
|
1756
|
+
readonly inputs: readonly [];
|
|
1757
|
+
readonly name: "eip712Domain";
|
|
1758
|
+
readonly outputs: readonly [{
|
|
1759
|
+
readonly name: "fields";
|
|
1760
|
+
readonly internalType: "bytes1";
|
|
1761
|
+
readonly type: "bytes1";
|
|
1762
|
+
}, {
|
|
1763
|
+
readonly name: "name";
|
|
1764
|
+
readonly internalType: "string";
|
|
1765
|
+
readonly type: "string";
|
|
1766
|
+
}, {
|
|
1767
|
+
readonly name: "version";
|
|
1768
|
+
readonly internalType: "string";
|
|
1769
|
+
readonly type: "string";
|
|
1770
|
+
}, {
|
|
1771
|
+
readonly name: "chainId";
|
|
1772
|
+
readonly internalType: "uint256";
|
|
1773
|
+
readonly type: "uint256";
|
|
1774
|
+
}, {
|
|
1775
|
+
readonly name: "verifyingContract";
|
|
1776
|
+
readonly internalType: "address";
|
|
1777
|
+
readonly type: "address";
|
|
1778
|
+
}, {
|
|
1779
|
+
readonly name: "salt";
|
|
1780
|
+
readonly internalType: "bytes32";
|
|
1781
|
+
readonly type: "bytes32";
|
|
1782
|
+
}, {
|
|
1783
|
+
readonly name: "extensions";
|
|
1784
|
+
readonly internalType: "uint256[]";
|
|
1785
|
+
readonly type: "uint256[]";
|
|
1786
|
+
}];
|
|
1787
|
+
}, {
|
|
1788
|
+
readonly stateMutability: "view";
|
|
1789
|
+
readonly type: "function";
|
|
1790
|
+
readonly inputs: readonly [{
|
|
1791
|
+
readonly name: "";
|
|
1792
|
+
readonly internalType: "address";
|
|
1793
|
+
readonly type: "address";
|
|
1794
|
+
}];
|
|
1795
|
+
readonly name: "nonces";
|
|
1796
|
+
readonly outputs: readonly [{
|
|
1797
|
+
readonly name: "";
|
|
1798
|
+
readonly internalType: "uint256";
|
|
1799
|
+
readonly type: "uint256";
|
|
1800
|
+
}];
|
|
1801
|
+
}, {
|
|
1802
|
+
readonly stateMutability: "view";
|
|
1803
|
+
readonly type: "function";
|
|
1804
|
+
readonly inputs: readonly [];
|
|
1805
|
+
readonly name: "totalSupply";
|
|
1806
|
+
readonly outputs: readonly [{
|
|
1807
|
+
readonly name: "";
|
|
1808
|
+
readonly internalType: "uint256";
|
|
1809
|
+
readonly type: "uint256";
|
|
1810
|
+
}];
|
|
1811
|
+
}, {
|
|
25
1812
|
readonly stateMutability: "nonpayable";
|
|
26
|
-
readonly type: "
|
|
1813
|
+
readonly type: "function";
|
|
27
1814
|
readonly inputs: readonly [{
|
|
28
|
-
readonly name: "
|
|
29
|
-
readonly internalType: "
|
|
1815
|
+
readonly name: "to";
|
|
1816
|
+
readonly internalType: "address";
|
|
30
1817
|
readonly type: "address";
|
|
1818
|
+
}, {
|
|
1819
|
+
readonly name: "amount";
|
|
1820
|
+
readonly internalType: "uint256";
|
|
1821
|
+
readonly type: "uint256";
|
|
31
1822
|
}];
|
|
1823
|
+
readonly name: "withdraw";
|
|
1824
|
+
readonly outputs: readonly [];
|
|
32
1825
|
}, {
|
|
33
|
-
readonly stateMutability: "
|
|
34
|
-
readonly type: "
|
|
1826
|
+
readonly stateMutability: "nonpayable";
|
|
1827
|
+
readonly type: "function";
|
|
1828
|
+
readonly inputs: readonly [{
|
|
1829
|
+
readonly name: "to";
|
|
1830
|
+
readonly internalType: "address";
|
|
1831
|
+
readonly type: "address";
|
|
1832
|
+
}, {
|
|
1833
|
+
readonly name: "amount";
|
|
1834
|
+
readonly internalType: "uint256";
|
|
1835
|
+
readonly type: "uint256";
|
|
1836
|
+
}];
|
|
1837
|
+
readonly name: "withdrawFor";
|
|
1838
|
+
readonly outputs: readonly [];
|
|
35
1839
|
}, {
|
|
36
1840
|
readonly stateMutability: "nonpayable";
|
|
37
1841
|
readonly type: "function";
|
|
38
1842
|
readonly inputs: readonly [{
|
|
39
|
-
readonly name: "";
|
|
1843
|
+
readonly name: "from";
|
|
40
1844
|
readonly internalType: "address";
|
|
41
1845
|
readonly type: "address";
|
|
42
1846
|
}, {
|
|
1847
|
+
readonly name: "to";
|
|
1848
|
+
readonly internalType: "address";
|
|
1849
|
+
readonly type: "address";
|
|
1850
|
+
}, {
|
|
1851
|
+
readonly name: "amount";
|
|
1852
|
+
readonly internalType: "uint256";
|
|
1853
|
+
readonly type: "uint256";
|
|
1854
|
+
}, {
|
|
1855
|
+
readonly name: "deadline";
|
|
1856
|
+
readonly internalType: "uint256";
|
|
1857
|
+
readonly type: "uint256";
|
|
1858
|
+
}, {
|
|
1859
|
+
readonly name: "v";
|
|
1860
|
+
readonly internalType: "uint8";
|
|
1861
|
+
readonly type: "uint8";
|
|
1862
|
+
}, {
|
|
1863
|
+
readonly name: "r";
|
|
1864
|
+
readonly internalType: "bytes32";
|
|
1865
|
+
readonly type: "bytes32";
|
|
1866
|
+
}, {
|
|
1867
|
+
readonly name: "s";
|
|
1868
|
+
readonly internalType: "bytes32";
|
|
1869
|
+
readonly type: "bytes32";
|
|
1870
|
+
}];
|
|
1871
|
+
readonly name: "withdrawWithSig";
|
|
1872
|
+
readonly outputs: readonly [];
|
|
1873
|
+
}, {
|
|
1874
|
+
readonly type: "event";
|
|
1875
|
+
readonly anonymous: false;
|
|
1876
|
+
readonly inputs: readonly [{
|
|
43
1877
|
readonly name: "from";
|
|
44
1878
|
readonly internalType: "address";
|
|
45
1879
|
readonly type: "address";
|
|
1880
|
+
readonly indexed: true;
|
|
46
1881
|
}, {
|
|
47
|
-
readonly name: "
|
|
48
|
-
readonly internalType: "
|
|
49
|
-
readonly type: "
|
|
1882
|
+
readonly name: "to";
|
|
1883
|
+
readonly internalType: "address";
|
|
1884
|
+
readonly type: "address";
|
|
1885
|
+
readonly indexed: true;
|
|
50
1886
|
}, {
|
|
51
|
-
readonly name: "
|
|
52
|
-
readonly internalType: "
|
|
53
|
-
readonly type: "
|
|
1887
|
+
readonly name: "reason";
|
|
1888
|
+
readonly internalType: "bytes4";
|
|
1889
|
+
readonly type: "bytes4";
|
|
1890
|
+
readonly indexed: true;
|
|
1891
|
+
}, {
|
|
1892
|
+
readonly name: "amount";
|
|
1893
|
+
readonly internalType: "uint256";
|
|
1894
|
+
readonly type: "uint256";
|
|
1895
|
+
readonly indexed: false;
|
|
1896
|
+
}, {
|
|
1897
|
+
readonly name: "comment";
|
|
1898
|
+
readonly internalType: "string";
|
|
1899
|
+
readonly type: "string";
|
|
1900
|
+
readonly indexed: false;
|
|
1901
|
+
}];
|
|
1902
|
+
readonly name: "Deposit";
|
|
1903
|
+
}, {
|
|
1904
|
+
readonly type: "event";
|
|
1905
|
+
readonly anonymous: false;
|
|
1906
|
+
readonly inputs: readonly [];
|
|
1907
|
+
readonly name: "EIP712DomainChanged";
|
|
1908
|
+
}, {
|
|
1909
|
+
readonly type: "event";
|
|
1910
|
+
readonly anonymous: false;
|
|
1911
|
+
readonly inputs: readonly [{
|
|
1912
|
+
readonly name: "creator";
|
|
1913
|
+
readonly internalType: "address";
|
|
1914
|
+
readonly type: "address";
|
|
1915
|
+
readonly indexed: true;
|
|
1916
|
+
}, {
|
|
1917
|
+
readonly name: "createReferral";
|
|
1918
|
+
readonly internalType: "address";
|
|
1919
|
+
readonly type: "address";
|
|
1920
|
+
readonly indexed: true;
|
|
1921
|
+
}, {
|
|
1922
|
+
readonly name: "mintReferral";
|
|
1923
|
+
readonly internalType: "address";
|
|
1924
|
+
readonly type: "address";
|
|
1925
|
+
readonly indexed: true;
|
|
1926
|
+
}, {
|
|
1927
|
+
readonly name: "firstMinter";
|
|
1928
|
+
readonly internalType: "address";
|
|
1929
|
+
readonly type: "address";
|
|
1930
|
+
readonly indexed: false;
|
|
54
1931
|
}, {
|
|
55
|
-
readonly name: "
|
|
56
|
-
readonly internalType: "bytes";
|
|
57
|
-
readonly type: "bytes";
|
|
58
|
-
}];
|
|
59
|
-
readonly name: "onERC1155BatchReceived";
|
|
60
|
-
readonly outputs: readonly [{
|
|
61
|
-
readonly name: "";
|
|
62
|
-
readonly internalType: "bytes4";
|
|
63
|
-
readonly type: "bytes4";
|
|
64
|
-
}];
|
|
65
|
-
}, {
|
|
66
|
-
readonly stateMutability: "nonpayable";
|
|
67
|
-
readonly type: "function";
|
|
68
|
-
readonly inputs: readonly [{
|
|
69
|
-
readonly name: "";
|
|
1932
|
+
readonly name: "zora";
|
|
70
1933
|
readonly internalType: "address";
|
|
71
1934
|
readonly type: "address";
|
|
1935
|
+
readonly indexed: false;
|
|
72
1936
|
}, {
|
|
73
1937
|
readonly name: "from";
|
|
74
1938
|
readonly internalType: "address";
|
|
75
1939
|
readonly type: "address";
|
|
1940
|
+
readonly indexed: false;
|
|
76
1941
|
}, {
|
|
77
|
-
readonly name: "
|
|
1942
|
+
readonly name: "creatorReward";
|
|
78
1943
|
readonly internalType: "uint256";
|
|
79
1944
|
readonly type: "uint256";
|
|
1945
|
+
readonly indexed: false;
|
|
80
1946
|
}, {
|
|
81
|
-
readonly name: "
|
|
1947
|
+
readonly name: "createReferralReward";
|
|
82
1948
|
readonly internalType: "uint256";
|
|
83
1949
|
readonly type: "uint256";
|
|
1950
|
+
readonly indexed: false;
|
|
84
1951
|
}, {
|
|
85
|
-
readonly name: "
|
|
86
|
-
readonly internalType: "
|
|
87
|
-
readonly type: "
|
|
88
|
-
|
|
89
|
-
readonly name: "onERC1155Received";
|
|
90
|
-
readonly outputs: readonly [{
|
|
91
|
-
readonly name: "";
|
|
92
|
-
readonly internalType: "bytes4";
|
|
93
|
-
readonly type: "bytes4";
|
|
94
|
-
}];
|
|
95
|
-
}, {
|
|
96
|
-
readonly stateMutability: "payable";
|
|
97
|
-
readonly type: "function";
|
|
98
|
-
readonly inputs: readonly [{
|
|
99
|
-
readonly name: "permit";
|
|
100
|
-
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
101
|
-
readonly type: "tuple";
|
|
102
|
-
readonly components: readonly [{
|
|
103
|
-
readonly name: "owner";
|
|
104
|
-
readonly internalType: "address";
|
|
105
|
-
readonly type: "address";
|
|
106
|
-
}, {
|
|
107
|
-
readonly name: "to";
|
|
108
|
-
readonly internalType: "address";
|
|
109
|
-
readonly type: "address";
|
|
110
|
-
}, {
|
|
111
|
-
readonly name: "tokenIds";
|
|
112
|
-
readonly internalType: "uint256[]";
|
|
113
|
-
readonly type: "uint256[]";
|
|
114
|
-
}, {
|
|
115
|
-
readonly name: "quantities";
|
|
116
|
-
readonly internalType: "uint256[]";
|
|
117
|
-
readonly type: "uint256[]";
|
|
118
|
-
}, {
|
|
119
|
-
readonly name: "safeTransferData";
|
|
120
|
-
readonly internalType: "bytes";
|
|
121
|
-
readonly type: "bytes";
|
|
122
|
-
}, {
|
|
123
|
-
readonly name: "deadline";
|
|
124
|
-
readonly internalType: "uint256";
|
|
125
|
-
readonly type: "uint256";
|
|
126
|
-
}, {
|
|
127
|
-
readonly name: "nonce";
|
|
128
|
-
readonly internalType: "uint256";
|
|
129
|
-
readonly type: "uint256";
|
|
130
|
-
}];
|
|
1952
|
+
readonly name: "mintReferralReward";
|
|
1953
|
+
readonly internalType: "uint256";
|
|
1954
|
+
readonly type: "uint256";
|
|
1955
|
+
readonly indexed: false;
|
|
131
1956
|
}, {
|
|
132
|
-
readonly name: "
|
|
133
|
-
readonly internalType: "
|
|
134
|
-
readonly type: "
|
|
1957
|
+
readonly name: "firstMinterReward";
|
|
1958
|
+
readonly internalType: "uint256";
|
|
1959
|
+
readonly type: "uint256";
|
|
1960
|
+
readonly indexed: false;
|
|
1961
|
+
}, {
|
|
1962
|
+
readonly name: "zoraReward";
|
|
1963
|
+
readonly internalType: "uint256";
|
|
1964
|
+
readonly type: "uint256";
|
|
1965
|
+
readonly indexed: false;
|
|
135
1966
|
}];
|
|
136
|
-
readonly name: "
|
|
137
|
-
readonly outputs: readonly [];
|
|
1967
|
+
readonly name: "RewardsDeposit";
|
|
138
1968
|
}, {
|
|
139
|
-
readonly type: "
|
|
1969
|
+
readonly type: "event";
|
|
1970
|
+
readonly anonymous: false;
|
|
140
1971
|
readonly inputs: readonly [{
|
|
141
|
-
readonly name: "
|
|
1972
|
+
readonly name: "from";
|
|
1973
|
+
readonly internalType: "address";
|
|
1974
|
+
readonly type: "address";
|
|
1975
|
+
readonly indexed: true;
|
|
1976
|
+
}, {
|
|
1977
|
+
readonly name: "to";
|
|
142
1978
|
readonly internalType: "address";
|
|
143
1979
|
readonly type: "address";
|
|
1980
|
+
readonly indexed: true;
|
|
1981
|
+
}, {
|
|
1982
|
+
readonly name: "amount";
|
|
1983
|
+
readonly internalType: "uint256";
|
|
1984
|
+
readonly type: "uint256";
|
|
1985
|
+
readonly indexed: false;
|
|
144
1986
|
}];
|
|
145
|
-
readonly name: "
|
|
1987
|
+
readonly name: "Withdraw";
|
|
146
1988
|
}, {
|
|
147
1989
|
readonly type: "error";
|
|
148
|
-
readonly inputs: readonly [
|
|
149
|
-
|
|
150
|
-
readonly internalType: "bytes";
|
|
151
|
-
readonly type: "bytes";
|
|
152
|
-
}];
|
|
153
|
-
readonly name: "CallFailed";
|
|
1990
|
+
readonly inputs: readonly [];
|
|
1991
|
+
readonly name: "ADDRESS_ZERO";
|
|
154
1992
|
}, {
|
|
155
1993
|
readonly type: "error";
|
|
156
|
-
readonly inputs: readonly [
|
|
157
|
-
|
|
158
|
-
readonly internalType: "uint256";
|
|
159
|
-
readonly type: "uint256";
|
|
160
|
-
}];
|
|
161
|
-
readonly name: "ERC20NotSupported";
|
|
1994
|
+
readonly inputs: readonly [];
|
|
1995
|
+
readonly name: "ARRAY_LENGTH_MISMATCH";
|
|
162
1996
|
}, {
|
|
163
1997
|
readonly type: "error";
|
|
164
1998
|
readonly inputs: readonly [];
|
|
165
|
-
readonly name: "
|
|
1999
|
+
readonly name: "INVALID_DEPOSIT";
|
|
166
2000
|
}, {
|
|
167
2001
|
readonly type: "error";
|
|
168
2002
|
readonly inputs: readonly [];
|
|
169
|
-
readonly name: "
|
|
2003
|
+
readonly name: "INVALID_SIGNATURE";
|
|
170
2004
|
}, {
|
|
171
2005
|
readonly type: "error";
|
|
172
2006
|
readonly inputs: readonly [];
|
|
173
|
-
readonly name: "
|
|
2007
|
+
readonly name: "INVALID_WITHDRAW";
|
|
174
2008
|
}, {
|
|
175
2009
|
readonly type: "error";
|
|
176
2010
|
readonly inputs: readonly [];
|
|
177
|
-
readonly name: "
|
|
2011
|
+
readonly name: "InvalidShortString";
|
|
2012
|
+
}, {
|
|
2013
|
+
readonly type: "error";
|
|
2014
|
+
readonly inputs: readonly [];
|
|
2015
|
+
readonly name: "SIGNATURE_DEADLINE_EXPIRED";
|
|
178
2016
|
}, {
|
|
179
2017
|
readonly type: "error";
|
|
180
2018
|
readonly inputs: readonly [{
|
|
181
|
-
readonly name: "
|
|
182
|
-
readonly internalType: "
|
|
183
|
-
readonly type: "
|
|
2019
|
+
readonly name: "str";
|
|
2020
|
+
readonly internalType: "string";
|
|
2021
|
+
readonly type: "string";
|
|
184
2022
|
}];
|
|
185
|
-
readonly name: "
|
|
2023
|
+
readonly name: "StringTooLong";
|
|
186
2024
|
}, {
|
|
187
2025
|
readonly type: "error";
|
|
188
2026
|
readonly inputs: readonly [];
|
|
189
|
-
readonly name: "
|
|
2027
|
+
readonly name: "TRANSFER_FAILED";
|
|
190
2028
|
}];
|
|
191
2029
|
/**
|
|
192
|
-
* - [__View Contract on
|
|
193
|
-
* - [__View Contract on
|
|
2030
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2031
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2032
|
+
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2033
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2034
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2035
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2036
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2037
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2038
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2039
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
194
2040
|
*/
|
|
195
|
-
export declare const
|
|
196
|
-
readonly
|
|
197
|
-
readonly
|
|
2041
|
+
export declare const protocolRewardsAddress: {
|
|
2042
|
+
readonly 1: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2043
|
+
readonly 10: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2044
|
+
readonly 999: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2045
|
+
readonly 8453: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2046
|
+
readonly 42161: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2047
|
+
readonly 81457: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2048
|
+
readonly 84532: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2049
|
+
readonly 421614: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2050
|
+
readonly 7777777: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2051
|
+
readonly 11155111: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2052
|
+
readonly 168587773: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2053
|
+
readonly 999999999: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
198
2054
|
};
|
|
199
2055
|
/**
|
|
200
|
-
* - [__View Contract on
|
|
201
|
-
* - [__View Contract on
|
|
2056
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2057
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2058
|
+
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2059
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2060
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2061
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2062
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2063
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2064
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2065
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
202
2066
|
*/
|
|
203
|
-
export declare const
|
|
2067
|
+
export declare const protocolRewardsConfig: {
|
|
204
2068
|
readonly address: {
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
2069
|
+
readonly 1: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2070
|
+
readonly 10: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2071
|
+
readonly 999: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2072
|
+
readonly 8453: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2073
|
+
readonly 42161: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2074
|
+
readonly 81457: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2075
|
+
readonly 84532: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2076
|
+
readonly 421614: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2077
|
+
readonly 7777777: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2078
|
+
readonly 11155111: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2079
|
+
readonly 168587773: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
2080
|
+
readonly 999999999: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B";
|
|
207
2081
|
};
|
|
208
2082
|
readonly abi: readonly [{
|
|
209
|
-
readonly stateMutability: "
|
|
2083
|
+
readonly stateMutability: "payable";
|
|
210
2084
|
readonly type: "constructor";
|
|
2085
|
+
readonly inputs: readonly [];
|
|
2086
|
+
}, {
|
|
2087
|
+
readonly stateMutability: "view";
|
|
2088
|
+
readonly type: "function";
|
|
2089
|
+
readonly inputs: readonly [];
|
|
2090
|
+
readonly name: "WITHDRAW_TYPEHASH";
|
|
2091
|
+
readonly outputs: readonly [{
|
|
2092
|
+
readonly name: "";
|
|
2093
|
+
readonly internalType: "bytes32";
|
|
2094
|
+
readonly type: "bytes32";
|
|
2095
|
+
}];
|
|
2096
|
+
}, {
|
|
2097
|
+
readonly stateMutability: "view";
|
|
2098
|
+
readonly type: "function";
|
|
2099
|
+
readonly inputs: readonly [{
|
|
2100
|
+
readonly name: "";
|
|
2101
|
+
readonly internalType: "address";
|
|
2102
|
+
readonly type: "address";
|
|
2103
|
+
}];
|
|
2104
|
+
readonly name: "balanceOf";
|
|
2105
|
+
readonly outputs: readonly [{
|
|
2106
|
+
readonly name: "";
|
|
2107
|
+
readonly internalType: "uint256";
|
|
2108
|
+
readonly type: "uint256";
|
|
2109
|
+
}];
|
|
2110
|
+
}, {
|
|
2111
|
+
readonly stateMutability: "payable";
|
|
2112
|
+
readonly type: "function";
|
|
2113
|
+
readonly inputs: readonly [{
|
|
2114
|
+
readonly name: "to";
|
|
2115
|
+
readonly internalType: "address";
|
|
2116
|
+
readonly type: "address";
|
|
2117
|
+
}, {
|
|
2118
|
+
readonly name: "reason";
|
|
2119
|
+
readonly internalType: "bytes4";
|
|
2120
|
+
readonly type: "bytes4";
|
|
2121
|
+
}, {
|
|
2122
|
+
readonly name: "comment";
|
|
2123
|
+
readonly internalType: "string";
|
|
2124
|
+
readonly type: "string";
|
|
2125
|
+
}];
|
|
2126
|
+
readonly name: "deposit";
|
|
2127
|
+
readonly outputs: readonly [];
|
|
2128
|
+
}, {
|
|
2129
|
+
readonly stateMutability: "payable";
|
|
2130
|
+
readonly type: "function";
|
|
2131
|
+
readonly inputs: readonly [{
|
|
2132
|
+
readonly name: "recipients";
|
|
2133
|
+
readonly internalType: "address[]";
|
|
2134
|
+
readonly type: "address[]";
|
|
2135
|
+
}, {
|
|
2136
|
+
readonly name: "amounts";
|
|
2137
|
+
readonly internalType: "uint256[]";
|
|
2138
|
+
readonly type: "uint256[]";
|
|
2139
|
+
}, {
|
|
2140
|
+
readonly name: "reasons";
|
|
2141
|
+
readonly internalType: "bytes4[]";
|
|
2142
|
+
readonly type: "bytes4[]";
|
|
2143
|
+
}, {
|
|
2144
|
+
readonly name: "comment";
|
|
2145
|
+
readonly internalType: "string";
|
|
2146
|
+
readonly type: "string";
|
|
2147
|
+
}];
|
|
2148
|
+
readonly name: "depositBatch";
|
|
2149
|
+
readonly outputs: readonly [];
|
|
2150
|
+
}, {
|
|
2151
|
+
readonly stateMutability: "payable";
|
|
2152
|
+
readonly type: "function";
|
|
2153
|
+
readonly inputs: readonly [{
|
|
2154
|
+
readonly name: "creator";
|
|
2155
|
+
readonly internalType: "address";
|
|
2156
|
+
readonly type: "address";
|
|
2157
|
+
}, {
|
|
2158
|
+
readonly name: "creatorReward";
|
|
2159
|
+
readonly internalType: "uint256";
|
|
2160
|
+
readonly type: "uint256";
|
|
2161
|
+
}, {
|
|
2162
|
+
readonly name: "createReferral";
|
|
2163
|
+
readonly internalType: "address";
|
|
2164
|
+
readonly type: "address";
|
|
2165
|
+
}, {
|
|
2166
|
+
readonly name: "createReferralReward";
|
|
2167
|
+
readonly internalType: "uint256";
|
|
2168
|
+
readonly type: "uint256";
|
|
2169
|
+
}, {
|
|
2170
|
+
readonly name: "mintReferral";
|
|
2171
|
+
readonly internalType: "address";
|
|
2172
|
+
readonly type: "address";
|
|
2173
|
+
}, {
|
|
2174
|
+
readonly name: "mintReferralReward";
|
|
2175
|
+
readonly internalType: "uint256";
|
|
2176
|
+
readonly type: "uint256";
|
|
2177
|
+
}, {
|
|
2178
|
+
readonly name: "firstMinter";
|
|
2179
|
+
readonly internalType: "address";
|
|
2180
|
+
readonly type: "address";
|
|
2181
|
+
}, {
|
|
2182
|
+
readonly name: "firstMinterReward";
|
|
2183
|
+
readonly internalType: "uint256";
|
|
2184
|
+
readonly type: "uint256";
|
|
2185
|
+
}, {
|
|
2186
|
+
readonly name: "zora";
|
|
2187
|
+
readonly internalType: "address";
|
|
2188
|
+
readonly type: "address";
|
|
2189
|
+
}, {
|
|
2190
|
+
readonly name: "zoraReward";
|
|
2191
|
+
readonly internalType: "uint256";
|
|
2192
|
+
readonly type: "uint256";
|
|
2193
|
+
}];
|
|
2194
|
+
readonly name: "depositRewards";
|
|
2195
|
+
readonly outputs: readonly [];
|
|
2196
|
+
}, {
|
|
2197
|
+
readonly stateMutability: "view";
|
|
2198
|
+
readonly type: "function";
|
|
2199
|
+
readonly inputs: readonly [];
|
|
2200
|
+
readonly name: "eip712Domain";
|
|
2201
|
+
readonly outputs: readonly [{
|
|
2202
|
+
readonly name: "fields";
|
|
2203
|
+
readonly internalType: "bytes1";
|
|
2204
|
+
readonly type: "bytes1";
|
|
2205
|
+
}, {
|
|
2206
|
+
readonly name: "name";
|
|
2207
|
+
readonly internalType: "string";
|
|
2208
|
+
readonly type: "string";
|
|
2209
|
+
}, {
|
|
2210
|
+
readonly name: "version";
|
|
2211
|
+
readonly internalType: "string";
|
|
2212
|
+
readonly type: "string";
|
|
2213
|
+
}, {
|
|
2214
|
+
readonly name: "chainId";
|
|
2215
|
+
readonly internalType: "uint256";
|
|
2216
|
+
readonly type: "uint256";
|
|
2217
|
+
}, {
|
|
2218
|
+
readonly name: "verifyingContract";
|
|
2219
|
+
readonly internalType: "address";
|
|
2220
|
+
readonly type: "address";
|
|
2221
|
+
}, {
|
|
2222
|
+
readonly name: "salt";
|
|
2223
|
+
readonly internalType: "bytes32";
|
|
2224
|
+
readonly type: "bytes32";
|
|
2225
|
+
}, {
|
|
2226
|
+
readonly name: "extensions";
|
|
2227
|
+
readonly internalType: "uint256[]";
|
|
2228
|
+
readonly type: "uint256[]";
|
|
2229
|
+
}];
|
|
2230
|
+
}, {
|
|
2231
|
+
readonly stateMutability: "view";
|
|
2232
|
+
readonly type: "function";
|
|
211
2233
|
readonly inputs: readonly [{
|
|
212
|
-
readonly name: "
|
|
213
|
-
readonly internalType: "
|
|
2234
|
+
readonly name: "";
|
|
2235
|
+
readonly internalType: "address";
|
|
214
2236
|
readonly type: "address";
|
|
215
2237
|
}];
|
|
2238
|
+
readonly name: "nonces";
|
|
2239
|
+
readonly outputs: readonly [{
|
|
2240
|
+
readonly name: "";
|
|
2241
|
+
readonly internalType: "uint256";
|
|
2242
|
+
readonly type: "uint256";
|
|
2243
|
+
}];
|
|
216
2244
|
}, {
|
|
217
|
-
readonly stateMutability: "
|
|
218
|
-
readonly type: "
|
|
2245
|
+
readonly stateMutability: "view";
|
|
2246
|
+
readonly type: "function";
|
|
2247
|
+
readonly inputs: readonly [];
|
|
2248
|
+
readonly name: "totalSupply";
|
|
2249
|
+
readonly outputs: readonly [{
|
|
2250
|
+
readonly name: "";
|
|
2251
|
+
readonly internalType: "uint256";
|
|
2252
|
+
readonly type: "uint256";
|
|
2253
|
+
}];
|
|
219
2254
|
}, {
|
|
220
2255
|
readonly stateMutability: "nonpayable";
|
|
221
2256
|
readonly type: "function";
|
|
222
2257
|
readonly inputs: readonly [{
|
|
223
|
-
readonly name: "";
|
|
2258
|
+
readonly name: "to";
|
|
224
2259
|
readonly internalType: "address";
|
|
225
2260
|
readonly type: "address";
|
|
226
2261
|
}, {
|
|
227
|
-
readonly name: "
|
|
2262
|
+
readonly name: "amount";
|
|
2263
|
+
readonly internalType: "uint256";
|
|
2264
|
+
readonly type: "uint256";
|
|
2265
|
+
}];
|
|
2266
|
+
readonly name: "withdraw";
|
|
2267
|
+
readonly outputs: readonly [];
|
|
2268
|
+
}, {
|
|
2269
|
+
readonly stateMutability: "nonpayable";
|
|
2270
|
+
readonly type: "function";
|
|
2271
|
+
readonly inputs: readonly [{
|
|
2272
|
+
readonly name: "to";
|
|
228
2273
|
readonly internalType: "address";
|
|
229
2274
|
readonly type: "address";
|
|
230
2275
|
}, {
|
|
231
|
-
readonly name: "
|
|
232
|
-
readonly internalType: "uint256
|
|
233
|
-
readonly type: "uint256
|
|
234
|
-
}, {
|
|
235
|
-
readonly name: "values";
|
|
236
|
-
readonly internalType: "uint256[]";
|
|
237
|
-
readonly type: "uint256[]";
|
|
238
|
-
}, {
|
|
239
|
-
readonly name: "data";
|
|
240
|
-
readonly internalType: "bytes";
|
|
241
|
-
readonly type: "bytes";
|
|
242
|
-
}];
|
|
243
|
-
readonly name: "onERC1155BatchReceived";
|
|
244
|
-
readonly outputs: readonly [{
|
|
245
|
-
readonly name: "";
|
|
246
|
-
readonly internalType: "bytes4";
|
|
247
|
-
readonly type: "bytes4";
|
|
2276
|
+
readonly name: "amount";
|
|
2277
|
+
readonly internalType: "uint256";
|
|
2278
|
+
readonly type: "uint256";
|
|
248
2279
|
}];
|
|
2280
|
+
readonly name: "withdrawFor";
|
|
2281
|
+
readonly outputs: readonly [];
|
|
249
2282
|
}, {
|
|
250
2283
|
readonly stateMutability: "nonpayable";
|
|
251
2284
|
readonly type: "function";
|
|
252
2285
|
readonly inputs: readonly [{
|
|
253
|
-
readonly name: "";
|
|
2286
|
+
readonly name: "from";
|
|
254
2287
|
readonly internalType: "address";
|
|
255
2288
|
readonly type: "address";
|
|
256
2289
|
}, {
|
|
257
|
-
readonly name: "
|
|
2290
|
+
readonly name: "to";
|
|
258
2291
|
readonly internalType: "address";
|
|
259
2292
|
readonly type: "address";
|
|
260
2293
|
}, {
|
|
261
|
-
readonly name: "
|
|
2294
|
+
readonly name: "amount";
|
|
262
2295
|
readonly internalType: "uint256";
|
|
263
2296
|
readonly type: "uint256";
|
|
264
2297
|
}, {
|
|
265
|
-
readonly name: "
|
|
2298
|
+
readonly name: "deadline";
|
|
266
2299
|
readonly internalType: "uint256";
|
|
267
2300
|
readonly type: "uint256";
|
|
268
2301
|
}, {
|
|
269
|
-
readonly name: "
|
|
270
|
-
readonly internalType: "
|
|
271
|
-
readonly type: "
|
|
2302
|
+
readonly name: "v";
|
|
2303
|
+
readonly internalType: "uint8";
|
|
2304
|
+
readonly type: "uint8";
|
|
2305
|
+
}, {
|
|
2306
|
+
readonly name: "r";
|
|
2307
|
+
readonly internalType: "bytes32";
|
|
2308
|
+
readonly type: "bytes32";
|
|
2309
|
+
}, {
|
|
2310
|
+
readonly name: "s";
|
|
2311
|
+
readonly internalType: "bytes32";
|
|
2312
|
+
readonly type: "bytes32";
|
|
272
2313
|
}];
|
|
273
|
-
readonly name: "
|
|
274
|
-
readonly outputs: readonly [
|
|
275
|
-
|
|
2314
|
+
readonly name: "withdrawWithSig";
|
|
2315
|
+
readonly outputs: readonly [];
|
|
2316
|
+
}, {
|
|
2317
|
+
readonly type: "event";
|
|
2318
|
+
readonly anonymous: false;
|
|
2319
|
+
readonly inputs: readonly [{
|
|
2320
|
+
readonly name: "from";
|
|
2321
|
+
readonly internalType: "address";
|
|
2322
|
+
readonly type: "address";
|
|
2323
|
+
readonly indexed: true;
|
|
2324
|
+
}, {
|
|
2325
|
+
readonly name: "to";
|
|
2326
|
+
readonly internalType: "address";
|
|
2327
|
+
readonly type: "address";
|
|
2328
|
+
readonly indexed: true;
|
|
2329
|
+
}, {
|
|
2330
|
+
readonly name: "reason";
|
|
276
2331
|
readonly internalType: "bytes4";
|
|
277
2332
|
readonly type: "bytes4";
|
|
2333
|
+
readonly indexed: true;
|
|
2334
|
+
}, {
|
|
2335
|
+
readonly name: "amount";
|
|
2336
|
+
readonly internalType: "uint256";
|
|
2337
|
+
readonly type: "uint256";
|
|
2338
|
+
readonly indexed: false;
|
|
2339
|
+
}, {
|
|
2340
|
+
readonly name: "comment";
|
|
2341
|
+
readonly internalType: "string";
|
|
2342
|
+
readonly type: "string";
|
|
2343
|
+
readonly indexed: false;
|
|
278
2344
|
}];
|
|
2345
|
+
readonly name: "Deposit";
|
|
279
2346
|
}, {
|
|
280
|
-
readonly
|
|
281
|
-
readonly
|
|
2347
|
+
readonly type: "event";
|
|
2348
|
+
readonly anonymous: false;
|
|
2349
|
+
readonly inputs: readonly [];
|
|
2350
|
+
readonly name: "EIP712DomainChanged";
|
|
2351
|
+
}, {
|
|
2352
|
+
readonly type: "event";
|
|
2353
|
+
readonly anonymous: false;
|
|
282
2354
|
readonly inputs: readonly [{
|
|
283
|
-
readonly name: "
|
|
284
|
-
readonly internalType: "
|
|
285
|
-
readonly type: "
|
|
286
|
-
readonly
|
|
287
|
-
readonly name: "owner";
|
|
288
|
-
readonly internalType: "address";
|
|
289
|
-
readonly type: "address";
|
|
290
|
-
}, {
|
|
291
|
-
readonly name: "to";
|
|
292
|
-
readonly internalType: "address";
|
|
293
|
-
readonly type: "address";
|
|
294
|
-
}, {
|
|
295
|
-
readonly name: "tokenIds";
|
|
296
|
-
readonly internalType: "uint256[]";
|
|
297
|
-
readonly type: "uint256[]";
|
|
298
|
-
}, {
|
|
299
|
-
readonly name: "quantities";
|
|
300
|
-
readonly internalType: "uint256[]";
|
|
301
|
-
readonly type: "uint256[]";
|
|
302
|
-
}, {
|
|
303
|
-
readonly name: "safeTransferData";
|
|
304
|
-
readonly internalType: "bytes";
|
|
305
|
-
readonly type: "bytes";
|
|
306
|
-
}, {
|
|
307
|
-
readonly name: "deadline";
|
|
308
|
-
readonly internalType: "uint256";
|
|
309
|
-
readonly type: "uint256";
|
|
310
|
-
}, {
|
|
311
|
-
readonly name: "nonce";
|
|
312
|
-
readonly internalType: "uint256";
|
|
313
|
-
readonly type: "uint256";
|
|
314
|
-
}];
|
|
2355
|
+
readonly name: "creator";
|
|
2356
|
+
readonly internalType: "address";
|
|
2357
|
+
readonly type: "address";
|
|
2358
|
+
readonly indexed: true;
|
|
315
2359
|
}, {
|
|
316
|
-
readonly name: "
|
|
317
|
-
readonly internalType: "
|
|
318
|
-
readonly type: "
|
|
2360
|
+
readonly name: "createReferral";
|
|
2361
|
+
readonly internalType: "address";
|
|
2362
|
+
readonly type: "address";
|
|
2363
|
+
readonly indexed: true;
|
|
2364
|
+
}, {
|
|
2365
|
+
readonly name: "mintReferral";
|
|
2366
|
+
readonly internalType: "address";
|
|
2367
|
+
readonly type: "address";
|
|
2368
|
+
readonly indexed: true;
|
|
2369
|
+
}, {
|
|
2370
|
+
readonly name: "firstMinter";
|
|
2371
|
+
readonly internalType: "address";
|
|
2372
|
+
readonly type: "address";
|
|
2373
|
+
readonly indexed: false;
|
|
2374
|
+
}, {
|
|
2375
|
+
readonly name: "zora";
|
|
2376
|
+
readonly internalType: "address";
|
|
2377
|
+
readonly type: "address";
|
|
2378
|
+
readonly indexed: false;
|
|
2379
|
+
}, {
|
|
2380
|
+
readonly name: "from";
|
|
2381
|
+
readonly internalType: "address";
|
|
2382
|
+
readonly type: "address";
|
|
2383
|
+
readonly indexed: false;
|
|
2384
|
+
}, {
|
|
2385
|
+
readonly name: "creatorReward";
|
|
2386
|
+
readonly internalType: "uint256";
|
|
2387
|
+
readonly type: "uint256";
|
|
2388
|
+
readonly indexed: false;
|
|
2389
|
+
}, {
|
|
2390
|
+
readonly name: "createReferralReward";
|
|
2391
|
+
readonly internalType: "uint256";
|
|
2392
|
+
readonly type: "uint256";
|
|
2393
|
+
readonly indexed: false;
|
|
2394
|
+
}, {
|
|
2395
|
+
readonly name: "mintReferralReward";
|
|
2396
|
+
readonly internalType: "uint256";
|
|
2397
|
+
readonly type: "uint256";
|
|
2398
|
+
readonly indexed: false;
|
|
2399
|
+
}, {
|
|
2400
|
+
readonly name: "firstMinterReward";
|
|
2401
|
+
readonly internalType: "uint256";
|
|
2402
|
+
readonly type: "uint256";
|
|
2403
|
+
readonly indexed: false;
|
|
2404
|
+
}, {
|
|
2405
|
+
readonly name: "zoraReward";
|
|
2406
|
+
readonly internalType: "uint256";
|
|
2407
|
+
readonly type: "uint256";
|
|
2408
|
+
readonly indexed: false;
|
|
319
2409
|
}];
|
|
320
|
-
readonly name: "
|
|
321
|
-
readonly outputs: readonly [];
|
|
2410
|
+
readonly name: "RewardsDeposit";
|
|
322
2411
|
}, {
|
|
323
|
-
readonly type: "
|
|
2412
|
+
readonly type: "event";
|
|
2413
|
+
readonly anonymous: false;
|
|
324
2414
|
readonly inputs: readonly [{
|
|
325
|
-
readonly name: "
|
|
2415
|
+
readonly name: "from";
|
|
2416
|
+
readonly internalType: "address";
|
|
2417
|
+
readonly type: "address";
|
|
2418
|
+
readonly indexed: true;
|
|
2419
|
+
}, {
|
|
2420
|
+
readonly name: "to";
|
|
326
2421
|
readonly internalType: "address";
|
|
327
2422
|
readonly type: "address";
|
|
2423
|
+
readonly indexed: true;
|
|
2424
|
+
}, {
|
|
2425
|
+
readonly name: "amount";
|
|
2426
|
+
readonly internalType: "uint256";
|
|
2427
|
+
readonly type: "uint256";
|
|
2428
|
+
readonly indexed: false;
|
|
328
2429
|
}];
|
|
329
|
-
readonly name: "
|
|
2430
|
+
readonly name: "Withdraw";
|
|
330
2431
|
}, {
|
|
331
2432
|
readonly type: "error";
|
|
332
|
-
readonly inputs: readonly [
|
|
333
|
-
|
|
334
|
-
readonly internalType: "bytes";
|
|
335
|
-
readonly type: "bytes";
|
|
336
|
-
}];
|
|
337
|
-
readonly name: "CallFailed";
|
|
2433
|
+
readonly inputs: readonly [];
|
|
2434
|
+
readonly name: "ADDRESS_ZERO";
|
|
338
2435
|
}, {
|
|
339
2436
|
readonly type: "error";
|
|
340
|
-
readonly inputs: readonly [
|
|
341
|
-
|
|
342
|
-
readonly internalType: "uint256";
|
|
343
|
-
readonly type: "uint256";
|
|
344
|
-
}];
|
|
345
|
-
readonly name: "ERC20NotSupported";
|
|
2437
|
+
readonly inputs: readonly [];
|
|
2438
|
+
readonly name: "ARRAY_LENGTH_MISMATCH";
|
|
346
2439
|
}, {
|
|
347
2440
|
readonly type: "error";
|
|
348
2441
|
readonly inputs: readonly [];
|
|
349
|
-
readonly name: "
|
|
2442
|
+
readonly name: "INVALID_DEPOSIT";
|
|
350
2443
|
}, {
|
|
351
2444
|
readonly type: "error";
|
|
352
2445
|
readonly inputs: readonly [];
|
|
353
|
-
readonly name: "
|
|
2446
|
+
readonly name: "INVALID_SIGNATURE";
|
|
354
2447
|
}, {
|
|
355
2448
|
readonly type: "error";
|
|
356
2449
|
readonly inputs: readonly [];
|
|
357
|
-
readonly name: "
|
|
2450
|
+
readonly name: "INVALID_WITHDRAW";
|
|
358
2451
|
}, {
|
|
359
2452
|
readonly type: "error";
|
|
360
2453
|
readonly inputs: readonly [];
|
|
361
|
-
readonly name: "
|
|
2454
|
+
readonly name: "InvalidShortString";
|
|
2455
|
+
}, {
|
|
2456
|
+
readonly type: "error";
|
|
2457
|
+
readonly inputs: readonly [];
|
|
2458
|
+
readonly name: "SIGNATURE_DEADLINE_EXPIRED";
|
|
362
2459
|
}, {
|
|
363
2460
|
readonly type: "error";
|
|
364
2461
|
readonly inputs: readonly [{
|
|
365
|
-
readonly name: "
|
|
366
|
-
readonly internalType: "
|
|
367
|
-
readonly type: "
|
|
2462
|
+
readonly name: "str";
|
|
2463
|
+
readonly internalType: "string";
|
|
2464
|
+
readonly type: "string";
|
|
368
2465
|
}];
|
|
369
|
-
readonly name: "
|
|
2466
|
+
readonly name: "StringTooLong";
|
|
370
2467
|
}, {
|
|
371
2468
|
readonly type: "error";
|
|
372
2469
|
readonly inputs: readonly [];
|
|
373
|
-
readonly name: "
|
|
2470
|
+
readonly name: "TRANSFER_FAILED";
|
|
374
2471
|
}];
|
|
375
2472
|
};
|
|
376
2473
|
/**
|
|
@@ -11414,6 +13511,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11414
13511
|
readonly name: "newBaseURI";
|
|
11415
13512
|
readonly internalType: "string";
|
|
11416
13513
|
readonly type: "string";
|
|
13514
|
+
}, {
|
|
13515
|
+
readonly name: "tokenIdsToNotifyUpdate";
|
|
13516
|
+
readonly internalType: "uint256[]";
|
|
13517
|
+
readonly type: "uint256[]";
|
|
11417
13518
|
}];
|
|
11418
13519
|
readonly name: "setMetadataURIs";
|
|
11419
13520
|
readonly outputs: readonly [];
|
|
@@ -12656,6 +14757,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12656
14757
|
readonly name: "newBaseURI";
|
|
12657
14758
|
readonly internalType: "string";
|
|
12658
14759
|
readonly type: "string";
|
|
14760
|
+
}, {
|
|
14761
|
+
readonly name: "tokenIdsToNotifyUpdate";
|
|
14762
|
+
readonly internalType: "uint256[]";
|
|
14763
|
+
readonly type: "uint256[]";
|
|
12659
14764
|
}];
|
|
12660
14765
|
readonly name: "setMetadataURIs";
|
|
12661
14766
|
readonly outputs: readonly [];
|