@zoralabs/protocol-deployments 0.3.5-COMMENTS.2 → 0.3.5-COMMENTS.4
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 +24 -24
- package/CHANGELOG.md +12 -0
- package/dist/{_esm-KB2T7G46.js → _esm-JXHAY2EM.js} +192 -85
- package/dist/_esm-JXHAY2EM.js.map +1 -0
- package/dist/{ccip-TLVKUNHE.js → ccip-MZCNL5YG.js} +3 -3
- package/dist/{chunk-5JV63AHR.js → chunk-FJ2PMLO3.js} +8 -5
- package/dist/chunk-FJ2PMLO3.js.map +1 -0
- package/dist/{chunk-IB365BT5.js → chunk-MCOK75CU.js} +333 -453
- package/dist/chunk-MCOK75CU.js.map +1 -0
- package/dist/generated/wagmi.d.ts +2980 -311
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +1131 -382
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +902 -103
- package/dist/index.js.map +1 -1
- package/dist/{secp256k1-5CEPNAX3.js → secp256k1-NJATWSDZ.js} +402 -251
- package/dist/secp256k1-NJATWSDZ.js.map +1 -0
- package/dist/typedData.d.ts +54 -2
- package/dist/typedData.d.ts.map +1 -1
- package/dist/types.d.ts +2 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +4 -5
- package/src/generated/wagmi.ts +998 -170
- package/src/typedData.ts +68 -1
- package/src/types.ts +8 -1
- package/dist/_esm-KB2T7G46.js.map +0 -1
- package/dist/chunk-5JV63AHR.js.map +0 -1
- package/dist/chunk-IB365BT5.js.map +0 -1
- package/dist/secp256k1-5CEPNAX3.js.map +0 -1
- /package/dist/{ccip-TLVKUNHE.js.map → ccip-MZCNL5YG.js.map} +0 -0
|
@@ -1,5 +1,2727 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
2
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
3
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
4
|
+
*/
|
|
5
|
+
export declare const callerAndCommenterABI: readonly [{
|
|
6
|
+
readonly stateMutability: "nonpayable";
|
|
7
|
+
readonly type: "constructor";
|
|
8
|
+
readonly inputs: readonly [{
|
|
9
|
+
readonly name: "_comments";
|
|
10
|
+
readonly internalType: "address";
|
|
11
|
+
readonly type: "address";
|
|
12
|
+
}, {
|
|
13
|
+
readonly name: "_zoraTimedSale";
|
|
14
|
+
readonly internalType: "address";
|
|
15
|
+
readonly type: "address";
|
|
16
|
+
}];
|
|
17
|
+
}, {
|
|
18
|
+
readonly stateMutability: "view";
|
|
19
|
+
readonly type: "function";
|
|
20
|
+
readonly inputs: readonly [];
|
|
21
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
22
|
+
readonly outputs: readonly [{
|
|
23
|
+
readonly name: "";
|
|
24
|
+
readonly internalType: "string";
|
|
25
|
+
readonly type: "string";
|
|
26
|
+
}];
|
|
27
|
+
}, {
|
|
28
|
+
readonly stateMutability: "nonpayable";
|
|
29
|
+
readonly type: "function";
|
|
30
|
+
readonly inputs: readonly [];
|
|
31
|
+
readonly name: "acceptOwnership";
|
|
32
|
+
readonly outputs: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly stateMutability: "view";
|
|
35
|
+
readonly type: "function";
|
|
36
|
+
readonly inputs: readonly [];
|
|
37
|
+
readonly name: "comments";
|
|
38
|
+
readonly outputs: readonly [{
|
|
39
|
+
readonly name: "";
|
|
40
|
+
readonly internalType: "contract IComments";
|
|
41
|
+
readonly type: "address";
|
|
42
|
+
}];
|
|
43
|
+
}, {
|
|
44
|
+
readonly stateMutability: "pure";
|
|
45
|
+
readonly type: "function";
|
|
46
|
+
readonly inputs: readonly [];
|
|
47
|
+
readonly name: "contractName";
|
|
48
|
+
readonly outputs: readonly [{
|
|
49
|
+
readonly name: "";
|
|
50
|
+
readonly internalType: "string";
|
|
51
|
+
readonly type: "string";
|
|
52
|
+
}];
|
|
53
|
+
}, {
|
|
54
|
+
readonly stateMutability: "pure";
|
|
55
|
+
readonly type: "function";
|
|
56
|
+
readonly inputs: readonly [];
|
|
57
|
+
readonly name: "contractVersion";
|
|
58
|
+
readonly outputs: readonly [{
|
|
59
|
+
readonly name: "";
|
|
60
|
+
readonly internalType: "string";
|
|
61
|
+
readonly type: "string";
|
|
62
|
+
}];
|
|
63
|
+
}, {
|
|
64
|
+
readonly stateMutability: "view";
|
|
65
|
+
readonly type: "function";
|
|
66
|
+
readonly inputs: readonly [];
|
|
67
|
+
readonly name: "eip712Domain";
|
|
68
|
+
readonly outputs: readonly [{
|
|
69
|
+
readonly name: "fields";
|
|
70
|
+
readonly internalType: "bytes1";
|
|
71
|
+
readonly type: "bytes1";
|
|
72
|
+
}, {
|
|
73
|
+
readonly name: "name";
|
|
74
|
+
readonly internalType: "string";
|
|
75
|
+
readonly type: "string";
|
|
76
|
+
}, {
|
|
77
|
+
readonly name: "version";
|
|
78
|
+
readonly internalType: "string";
|
|
79
|
+
readonly type: "string";
|
|
80
|
+
}, {
|
|
81
|
+
readonly name: "chainId";
|
|
82
|
+
readonly internalType: "uint256";
|
|
83
|
+
readonly type: "uint256";
|
|
84
|
+
}, {
|
|
85
|
+
readonly name: "verifyingContract";
|
|
86
|
+
readonly internalType: "address";
|
|
87
|
+
readonly type: "address";
|
|
88
|
+
}, {
|
|
89
|
+
readonly name: "salt";
|
|
90
|
+
readonly internalType: "bytes32";
|
|
91
|
+
readonly type: "bytes32";
|
|
92
|
+
}, {
|
|
93
|
+
readonly name: "extensions";
|
|
94
|
+
readonly internalType: "uint256[]";
|
|
95
|
+
readonly type: "uint256[]";
|
|
96
|
+
}];
|
|
97
|
+
}, {
|
|
98
|
+
readonly stateMutability: "view";
|
|
99
|
+
readonly type: "function";
|
|
100
|
+
readonly inputs: readonly [{
|
|
101
|
+
readonly name: "permit";
|
|
102
|
+
readonly internalType: "struct ICallerAndCommenter.PermitTimedSaleMintAndComment";
|
|
103
|
+
readonly type: "tuple";
|
|
104
|
+
readonly components: readonly [{
|
|
105
|
+
readonly name: "commenter";
|
|
106
|
+
readonly internalType: "address";
|
|
107
|
+
readonly type: "address";
|
|
108
|
+
}, {
|
|
109
|
+
readonly name: "quantity";
|
|
110
|
+
readonly internalType: "uint256";
|
|
111
|
+
readonly type: "uint256";
|
|
112
|
+
}, {
|
|
113
|
+
readonly name: "collection";
|
|
114
|
+
readonly internalType: "address";
|
|
115
|
+
readonly type: "address";
|
|
116
|
+
}, {
|
|
117
|
+
readonly name: "tokenId";
|
|
118
|
+
readonly internalType: "uint256";
|
|
119
|
+
readonly type: "uint256";
|
|
120
|
+
}, {
|
|
121
|
+
readonly name: "mintReferral";
|
|
122
|
+
readonly internalType: "address";
|
|
123
|
+
readonly type: "address";
|
|
124
|
+
}, {
|
|
125
|
+
readonly name: "comment";
|
|
126
|
+
readonly internalType: "string";
|
|
127
|
+
readonly type: "string";
|
|
128
|
+
}, {
|
|
129
|
+
readonly name: "deadline";
|
|
130
|
+
readonly internalType: "uint256";
|
|
131
|
+
readonly type: "uint256";
|
|
132
|
+
}, {
|
|
133
|
+
readonly name: "nonce";
|
|
134
|
+
readonly internalType: "bytes32";
|
|
135
|
+
readonly type: "bytes32";
|
|
136
|
+
}, {
|
|
137
|
+
readonly name: "sourceChainId";
|
|
138
|
+
readonly internalType: "uint32";
|
|
139
|
+
readonly type: "uint32";
|
|
140
|
+
}, {
|
|
141
|
+
readonly name: "destinationChainId";
|
|
142
|
+
readonly internalType: "uint32";
|
|
143
|
+
readonly type: "uint32";
|
|
144
|
+
}];
|
|
145
|
+
}];
|
|
146
|
+
readonly name: "hashPermitTimedSaleMintAndComment";
|
|
147
|
+
readonly outputs: readonly [{
|
|
148
|
+
readonly name: "";
|
|
149
|
+
readonly internalType: "bytes32";
|
|
150
|
+
readonly type: "bytes32";
|
|
151
|
+
}];
|
|
152
|
+
}, {
|
|
153
|
+
readonly stateMutability: "nonpayable";
|
|
154
|
+
readonly type: "function";
|
|
155
|
+
readonly inputs: readonly [{
|
|
156
|
+
readonly name: "owner";
|
|
157
|
+
readonly internalType: "address";
|
|
158
|
+
readonly type: "address";
|
|
159
|
+
}];
|
|
160
|
+
readonly name: "initialize";
|
|
161
|
+
readonly outputs: readonly [];
|
|
162
|
+
}, {
|
|
163
|
+
readonly stateMutability: "view";
|
|
164
|
+
readonly type: "function";
|
|
165
|
+
readonly inputs: readonly [{
|
|
166
|
+
readonly name: "owner";
|
|
167
|
+
readonly internalType: "address";
|
|
168
|
+
readonly type: "address";
|
|
169
|
+
}, {
|
|
170
|
+
readonly name: "nonce";
|
|
171
|
+
readonly internalType: "bytes32";
|
|
172
|
+
readonly type: "bytes32";
|
|
173
|
+
}];
|
|
174
|
+
readonly name: "nonceUsed";
|
|
175
|
+
readonly outputs: readonly [{
|
|
176
|
+
readonly name: "";
|
|
177
|
+
readonly internalType: "bool";
|
|
178
|
+
readonly type: "bool";
|
|
179
|
+
}];
|
|
180
|
+
}, {
|
|
181
|
+
readonly stateMutability: "view";
|
|
182
|
+
readonly type: "function";
|
|
183
|
+
readonly inputs: readonly [];
|
|
184
|
+
readonly name: "owner";
|
|
185
|
+
readonly outputs: readonly [{
|
|
186
|
+
readonly name: "";
|
|
187
|
+
readonly internalType: "address";
|
|
188
|
+
readonly type: "address";
|
|
189
|
+
}];
|
|
190
|
+
}, {
|
|
191
|
+
readonly stateMutability: "view";
|
|
192
|
+
readonly type: "function";
|
|
193
|
+
readonly inputs: readonly [];
|
|
194
|
+
readonly name: "pendingOwner";
|
|
195
|
+
readonly outputs: readonly [{
|
|
196
|
+
readonly name: "";
|
|
197
|
+
readonly internalType: "address";
|
|
198
|
+
readonly type: "address";
|
|
199
|
+
}];
|
|
200
|
+
}, {
|
|
201
|
+
readonly stateMutability: "payable";
|
|
202
|
+
readonly type: "function";
|
|
203
|
+
readonly inputs: readonly [{
|
|
204
|
+
readonly name: "permit";
|
|
205
|
+
readonly internalType: "struct ICallerAndCommenter.PermitTimedSaleMintAndComment";
|
|
206
|
+
readonly type: "tuple";
|
|
207
|
+
readonly components: readonly [{
|
|
208
|
+
readonly name: "commenter";
|
|
209
|
+
readonly internalType: "address";
|
|
210
|
+
readonly type: "address";
|
|
211
|
+
}, {
|
|
212
|
+
readonly name: "quantity";
|
|
213
|
+
readonly internalType: "uint256";
|
|
214
|
+
readonly type: "uint256";
|
|
215
|
+
}, {
|
|
216
|
+
readonly name: "collection";
|
|
217
|
+
readonly internalType: "address";
|
|
218
|
+
readonly type: "address";
|
|
219
|
+
}, {
|
|
220
|
+
readonly name: "tokenId";
|
|
221
|
+
readonly internalType: "uint256";
|
|
222
|
+
readonly type: "uint256";
|
|
223
|
+
}, {
|
|
224
|
+
readonly name: "mintReferral";
|
|
225
|
+
readonly internalType: "address";
|
|
226
|
+
readonly type: "address";
|
|
227
|
+
}, {
|
|
228
|
+
readonly name: "comment";
|
|
229
|
+
readonly internalType: "string";
|
|
230
|
+
readonly type: "string";
|
|
231
|
+
}, {
|
|
232
|
+
readonly name: "deadline";
|
|
233
|
+
readonly internalType: "uint256";
|
|
234
|
+
readonly type: "uint256";
|
|
235
|
+
}, {
|
|
236
|
+
readonly name: "nonce";
|
|
237
|
+
readonly internalType: "bytes32";
|
|
238
|
+
readonly type: "bytes32";
|
|
239
|
+
}, {
|
|
240
|
+
readonly name: "sourceChainId";
|
|
241
|
+
readonly internalType: "uint32";
|
|
242
|
+
readonly type: "uint32";
|
|
243
|
+
}, {
|
|
244
|
+
readonly name: "destinationChainId";
|
|
245
|
+
readonly internalType: "uint32";
|
|
246
|
+
readonly type: "uint32";
|
|
247
|
+
}];
|
|
248
|
+
}, {
|
|
249
|
+
readonly name: "signature";
|
|
250
|
+
readonly internalType: "bytes";
|
|
251
|
+
readonly type: "bytes";
|
|
252
|
+
}];
|
|
253
|
+
readonly name: "permitTimedSaleMintAndComment";
|
|
254
|
+
readonly outputs: readonly [{
|
|
255
|
+
readonly name: "";
|
|
256
|
+
readonly internalType: "struct IComments.CommentIdentifier";
|
|
257
|
+
readonly type: "tuple";
|
|
258
|
+
readonly components: readonly [{
|
|
259
|
+
readonly name: "commenter";
|
|
260
|
+
readonly internalType: "address";
|
|
261
|
+
readonly type: "address";
|
|
262
|
+
}, {
|
|
263
|
+
readonly name: "contractAddress";
|
|
264
|
+
readonly internalType: "address";
|
|
265
|
+
readonly type: "address";
|
|
266
|
+
}, {
|
|
267
|
+
readonly name: "tokenId";
|
|
268
|
+
readonly internalType: "uint256";
|
|
269
|
+
readonly type: "uint256";
|
|
270
|
+
}, {
|
|
271
|
+
readonly name: "nonce";
|
|
272
|
+
readonly internalType: "bytes32";
|
|
273
|
+
readonly type: "bytes32";
|
|
274
|
+
}];
|
|
275
|
+
}];
|
|
276
|
+
}, {
|
|
277
|
+
readonly stateMutability: "view";
|
|
278
|
+
readonly type: "function";
|
|
279
|
+
readonly inputs: readonly [];
|
|
280
|
+
readonly name: "proxiableUUID";
|
|
281
|
+
readonly outputs: readonly [{
|
|
282
|
+
readonly name: "";
|
|
283
|
+
readonly internalType: "bytes32";
|
|
284
|
+
readonly type: "bytes32";
|
|
285
|
+
}];
|
|
286
|
+
}, {
|
|
287
|
+
readonly stateMutability: "nonpayable";
|
|
288
|
+
readonly type: "function";
|
|
289
|
+
readonly inputs: readonly [];
|
|
290
|
+
readonly name: "renounceOwnership";
|
|
291
|
+
readonly outputs: readonly [];
|
|
292
|
+
}, {
|
|
293
|
+
readonly stateMutability: "payable";
|
|
294
|
+
readonly type: "function";
|
|
295
|
+
readonly inputs: readonly [{
|
|
296
|
+
readonly name: "commenter";
|
|
297
|
+
readonly internalType: "address";
|
|
298
|
+
readonly type: "address";
|
|
299
|
+
}, {
|
|
300
|
+
readonly name: "quantity";
|
|
301
|
+
readonly internalType: "uint256";
|
|
302
|
+
readonly type: "uint256";
|
|
303
|
+
}, {
|
|
304
|
+
readonly name: "collection";
|
|
305
|
+
readonly internalType: "address";
|
|
306
|
+
readonly type: "address";
|
|
307
|
+
}, {
|
|
308
|
+
readonly name: "tokenId";
|
|
309
|
+
readonly internalType: "uint256";
|
|
310
|
+
readonly type: "uint256";
|
|
311
|
+
}, {
|
|
312
|
+
readonly name: "mintReferral";
|
|
313
|
+
readonly internalType: "address";
|
|
314
|
+
readonly type: "address";
|
|
315
|
+
}, {
|
|
316
|
+
readonly name: "comment";
|
|
317
|
+
readonly internalType: "string";
|
|
318
|
+
readonly type: "string";
|
|
319
|
+
}];
|
|
320
|
+
readonly name: "timedSaleMintAndComment";
|
|
321
|
+
readonly outputs: readonly [{
|
|
322
|
+
readonly name: "";
|
|
323
|
+
readonly internalType: "struct IComments.CommentIdentifier";
|
|
324
|
+
readonly type: "tuple";
|
|
325
|
+
readonly components: readonly [{
|
|
326
|
+
readonly name: "commenter";
|
|
327
|
+
readonly internalType: "address";
|
|
328
|
+
readonly type: "address";
|
|
329
|
+
}, {
|
|
330
|
+
readonly name: "contractAddress";
|
|
331
|
+
readonly internalType: "address";
|
|
332
|
+
readonly type: "address";
|
|
333
|
+
}, {
|
|
334
|
+
readonly name: "tokenId";
|
|
335
|
+
readonly internalType: "uint256";
|
|
336
|
+
readonly type: "uint256";
|
|
337
|
+
}, {
|
|
338
|
+
readonly name: "nonce";
|
|
339
|
+
readonly internalType: "bytes32";
|
|
340
|
+
readonly type: "bytes32";
|
|
341
|
+
}];
|
|
342
|
+
}];
|
|
343
|
+
}, {
|
|
344
|
+
readonly stateMutability: "nonpayable";
|
|
345
|
+
readonly type: "function";
|
|
346
|
+
readonly inputs: readonly [{
|
|
347
|
+
readonly name: "newOwner";
|
|
348
|
+
readonly internalType: "address";
|
|
349
|
+
readonly type: "address";
|
|
350
|
+
}];
|
|
351
|
+
readonly name: "transferOwnership";
|
|
352
|
+
readonly outputs: readonly [];
|
|
353
|
+
}, {
|
|
354
|
+
readonly stateMutability: "payable";
|
|
355
|
+
readonly type: "function";
|
|
356
|
+
readonly inputs: readonly [{
|
|
357
|
+
readonly name: "newImplementation";
|
|
358
|
+
readonly internalType: "address";
|
|
359
|
+
readonly type: "address";
|
|
360
|
+
}, {
|
|
361
|
+
readonly name: "data";
|
|
362
|
+
readonly internalType: "bytes";
|
|
363
|
+
readonly type: "bytes";
|
|
364
|
+
}];
|
|
365
|
+
readonly name: "upgradeToAndCall";
|
|
366
|
+
readonly outputs: readonly [];
|
|
367
|
+
}, {
|
|
368
|
+
readonly stateMutability: "view";
|
|
369
|
+
readonly type: "function";
|
|
370
|
+
readonly inputs: readonly [];
|
|
371
|
+
readonly name: "zoraTimedSale";
|
|
372
|
+
readonly outputs: readonly [{
|
|
373
|
+
readonly name: "";
|
|
374
|
+
readonly internalType: "contract IZoraTimedSaleStrategy";
|
|
375
|
+
readonly type: "address";
|
|
376
|
+
}];
|
|
377
|
+
}, {
|
|
378
|
+
readonly type: "event";
|
|
379
|
+
readonly anonymous: false;
|
|
380
|
+
readonly inputs: readonly [];
|
|
381
|
+
readonly name: "EIP712DomainChanged";
|
|
382
|
+
}, {
|
|
383
|
+
readonly type: "event";
|
|
384
|
+
readonly anonymous: false;
|
|
385
|
+
readonly inputs: readonly [{
|
|
386
|
+
readonly name: "version";
|
|
387
|
+
readonly internalType: "uint64";
|
|
388
|
+
readonly type: "uint64";
|
|
389
|
+
readonly indexed: false;
|
|
390
|
+
}];
|
|
391
|
+
readonly name: "Initialized";
|
|
392
|
+
}, {
|
|
393
|
+
readonly type: "event";
|
|
394
|
+
readonly anonymous: false;
|
|
395
|
+
readonly inputs: readonly [{
|
|
396
|
+
readonly name: "commentId";
|
|
397
|
+
readonly internalType: "bytes32";
|
|
398
|
+
readonly type: "bytes32";
|
|
399
|
+
readonly indexed: true;
|
|
400
|
+
}, {
|
|
401
|
+
readonly name: "commentIdentifier";
|
|
402
|
+
readonly internalType: "struct IComments.CommentIdentifier";
|
|
403
|
+
readonly type: "tuple";
|
|
404
|
+
readonly components: readonly [{
|
|
405
|
+
readonly name: "commenter";
|
|
406
|
+
readonly internalType: "address";
|
|
407
|
+
readonly type: "address";
|
|
408
|
+
}, {
|
|
409
|
+
readonly name: "contractAddress";
|
|
410
|
+
readonly internalType: "address";
|
|
411
|
+
readonly type: "address";
|
|
412
|
+
}, {
|
|
413
|
+
readonly name: "tokenId";
|
|
414
|
+
readonly internalType: "uint256";
|
|
415
|
+
readonly type: "uint256";
|
|
416
|
+
}, {
|
|
417
|
+
readonly name: "nonce";
|
|
418
|
+
readonly internalType: "bytes32";
|
|
419
|
+
readonly type: "bytes32";
|
|
420
|
+
}];
|
|
421
|
+
readonly indexed: false;
|
|
422
|
+
}, {
|
|
423
|
+
readonly name: "quantity";
|
|
424
|
+
readonly internalType: "uint256";
|
|
425
|
+
readonly type: "uint256";
|
|
426
|
+
readonly indexed: false;
|
|
427
|
+
}, {
|
|
428
|
+
readonly name: "text";
|
|
429
|
+
readonly internalType: "string";
|
|
430
|
+
readonly type: "string";
|
|
431
|
+
readonly indexed: false;
|
|
432
|
+
}];
|
|
433
|
+
readonly name: "MintedAndCommented";
|
|
434
|
+
}, {
|
|
435
|
+
readonly type: "event";
|
|
436
|
+
readonly anonymous: false;
|
|
437
|
+
readonly inputs: readonly [{
|
|
438
|
+
readonly name: "previousOwner";
|
|
439
|
+
readonly internalType: "address";
|
|
440
|
+
readonly type: "address";
|
|
441
|
+
readonly indexed: true;
|
|
442
|
+
}, {
|
|
443
|
+
readonly name: "newOwner";
|
|
444
|
+
readonly internalType: "address";
|
|
445
|
+
readonly type: "address";
|
|
446
|
+
readonly indexed: true;
|
|
447
|
+
}];
|
|
448
|
+
readonly name: "OwnershipTransferStarted";
|
|
449
|
+
}, {
|
|
450
|
+
readonly type: "event";
|
|
451
|
+
readonly anonymous: false;
|
|
452
|
+
readonly inputs: readonly [{
|
|
453
|
+
readonly name: "previousOwner";
|
|
454
|
+
readonly internalType: "address";
|
|
455
|
+
readonly type: "address";
|
|
456
|
+
readonly indexed: true;
|
|
457
|
+
}, {
|
|
458
|
+
readonly name: "newOwner";
|
|
459
|
+
readonly internalType: "address";
|
|
460
|
+
readonly type: "address";
|
|
461
|
+
readonly indexed: true;
|
|
462
|
+
}];
|
|
463
|
+
readonly name: "OwnershipTransferred";
|
|
464
|
+
}, {
|
|
465
|
+
readonly type: "event";
|
|
466
|
+
readonly anonymous: false;
|
|
467
|
+
readonly inputs: readonly [{
|
|
468
|
+
readonly name: "implementation";
|
|
469
|
+
readonly internalType: "address";
|
|
470
|
+
readonly type: "address";
|
|
471
|
+
readonly indexed: true;
|
|
472
|
+
}];
|
|
473
|
+
readonly name: "Upgraded";
|
|
474
|
+
}, {
|
|
475
|
+
readonly type: "error";
|
|
476
|
+
readonly inputs: readonly [{
|
|
477
|
+
readonly name: "target";
|
|
478
|
+
readonly internalType: "address";
|
|
479
|
+
readonly type: "address";
|
|
480
|
+
}];
|
|
481
|
+
readonly name: "AddressEmptyCode";
|
|
482
|
+
}, {
|
|
483
|
+
readonly type: "error";
|
|
484
|
+
readonly inputs: readonly [{
|
|
485
|
+
readonly name: "expected";
|
|
486
|
+
readonly internalType: "address";
|
|
487
|
+
readonly type: "address";
|
|
488
|
+
}, {
|
|
489
|
+
readonly name: "actual";
|
|
490
|
+
readonly internalType: "address";
|
|
491
|
+
readonly type: "address";
|
|
492
|
+
}];
|
|
493
|
+
readonly name: "CommenterMismatch";
|
|
494
|
+
}, {
|
|
495
|
+
readonly type: "error";
|
|
496
|
+
readonly inputs: readonly [{
|
|
497
|
+
readonly name: "implementation";
|
|
498
|
+
readonly internalType: "address";
|
|
499
|
+
readonly type: "address";
|
|
500
|
+
}];
|
|
501
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
502
|
+
}, {
|
|
503
|
+
readonly type: "error";
|
|
504
|
+
readonly inputs: readonly [];
|
|
505
|
+
readonly name: "ERC1967NonPayable";
|
|
506
|
+
}, {
|
|
507
|
+
readonly type: "error";
|
|
508
|
+
readonly inputs: readonly [{
|
|
509
|
+
readonly name: "deadline";
|
|
510
|
+
readonly internalType: "uint256";
|
|
511
|
+
readonly type: "uint256";
|
|
512
|
+
}];
|
|
513
|
+
readonly name: "ERC2612ExpiredSignature";
|
|
514
|
+
}, {
|
|
515
|
+
readonly type: "error";
|
|
516
|
+
readonly inputs: readonly [];
|
|
517
|
+
readonly name: "FailedInnerCall";
|
|
518
|
+
}, {
|
|
519
|
+
readonly type: "error";
|
|
520
|
+
readonly inputs: readonly [{
|
|
521
|
+
readonly name: "wrongDestinationChainId";
|
|
522
|
+
readonly internalType: "uint256";
|
|
523
|
+
readonly type: "uint256";
|
|
524
|
+
}];
|
|
525
|
+
readonly name: "IncorrectDestinationChain";
|
|
526
|
+
}, {
|
|
527
|
+
readonly type: "error";
|
|
528
|
+
readonly inputs: readonly [{
|
|
529
|
+
readonly name: "account";
|
|
530
|
+
readonly internalType: "address";
|
|
531
|
+
readonly type: "address";
|
|
532
|
+
}, {
|
|
533
|
+
readonly name: "currentNonce";
|
|
534
|
+
readonly internalType: "bytes32";
|
|
535
|
+
readonly type: "bytes32";
|
|
536
|
+
}];
|
|
537
|
+
readonly name: "InvalidAccountNonce";
|
|
538
|
+
}, {
|
|
539
|
+
readonly type: "error";
|
|
540
|
+
readonly inputs: readonly [];
|
|
541
|
+
readonly name: "InvalidInitialization";
|
|
542
|
+
}, {
|
|
543
|
+
readonly type: "error";
|
|
544
|
+
readonly inputs: readonly [];
|
|
545
|
+
readonly name: "InvalidSignature";
|
|
546
|
+
}, {
|
|
547
|
+
readonly type: "error";
|
|
548
|
+
readonly inputs: readonly [];
|
|
549
|
+
readonly name: "NotInitializing";
|
|
550
|
+
}, {
|
|
551
|
+
readonly type: "error";
|
|
552
|
+
readonly inputs: readonly [{
|
|
553
|
+
readonly name: "owner";
|
|
554
|
+
readonly internalType: "address";
|
|
555
|
+
readonly type: "address";
|
|
556
|
+
}];
|
|
557
|
+
readonly name: "OwnableInvalidOwner";
|
|
558
|
+
}, {
|
|
559
|
+
readonly type: "error";
|
|
560
|
+
readonly inputs: readonly [{
|
|
561
|
+
readonly name: "account";
|
|
562
|
+
readonly internalType: "address";
|
|
563
|
+
readonly type: "address";
|
|
564
|
+
}];
|
|
565
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
566
|
+
}, {
|
|
567
|
+
readonly type: "error";
|
|
568
|
+
readonly inputs: readonly [];
|
|
569
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
570
|
+
}, {
|
|
571
|
+
readonly type: "error";
|
|
572
|
+
readonly inputs: readonly [{
|
|
573
|
+
readonly name: "slot";
|
|
574
|
+
readonly internalType: "bytes32";
|
|
575
|
+
readonly type: "bytes32";
|
|
576
|
+
}];
|
|
577
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
578
|
+
}, {
|
|
579
|
+
readonly type: "error";
|
|
580
|
+
readonly inputs: readonly [{
|
|
581
|
+
readonly name: "currentName";
|
|
582
|
+
readonly internalType: "string";
|
|
583
|
+
readonly type: "string";
|
|
584
|
+
}, {
|
|
585
|
+
readonly name: "newName";
|
|
586
|
+
readonly internalType: "string";
|
|
587
|
+
readonly type: "string";
|
|
588
|
+
}];
|
|
589
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
590
|
+
}, {
|
|
591
|
+
readonly type: "error";
|
|
592
|
+
readonly inputs: readonly [{
|
|
593
|
+
readonly name: "target";
|
|
594
|
+
readonly internalType: "address";
|
|
595
|
+
readonly type: "address";
|
|
596
|
+
}];
|
|
597
|
+
readonly name: "AddressEmptyCode";
|
|
598
|
+
}, {
|
|
599
|
+
readonly type: "error";
|
|
600
|
+
readonly inputs: readonly [{
|
|
601
|
+
readonly name: "account";
|
|
602
|
+
readonly internalType: "address";
|
|
603
|
+
readonly type: "address";
|
|
604
|
+
}];
|
|
605
|
+
readonly name: "AddressInsufficientBalance";
|
|
606
|
+
}, {
|
|
607
|
+
readonly type: "error";
|
|
608
|
+
readonly inputs: readonly [];
|
|
609
|
+
readonly name: "AddressZero";
|
|
610
|
+
}, {
|
|
611
|
+
readonly type: "error";
|
|
612
|
+
readonly inputs: readonly [];
|
|
613
|
+
readonly name: "ERC1167FailedCreateClone";
|
|
614
|
+
}, {
|
|
615
|
+
readonly type: "error";
|
|
616
|
+
readonly inputs: readonly [{
|
|
617
|
+
readonly name: "implementation";
|
|
618
|
+
readonly internalType: "address";
|
|
619
|
+
readonly type: "address";
|
|
620
|
+
}];
|
|
621
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
622
|
+
}, {
|
|
623
|
+
readonly type: "error";
|
|
624
|
+
readonly inputs: readonly [];
|
|
625
|
+
readonly name: "ERC1967NonPayable";
|
|
626
|
+
}, {
|
|
627
|
+
readonly type: "error";
|
|
628
|
+
readonly inputs: readonly [];
|
|
629
|
+
readonly name: "EndTimeCannotBeInThePast";
|
|
630
|
+
}, {
|
|
631
|
+
readonly type: "error";
|
|
632
|
+
readonly inputs: readonly [];
|
|
633
|
+
readonly name: "FailedInnerCall";
|
|
634
|
+
}, {
|
|
635
|
+
readonly type: "error";
|
|
636
|
+
readonly inputs: readonly [];
|
|
637
|
+
readonly name: "InsufficientFunds";
|
|
638
|
+
}, {
|
|
639
|
+
readonly type: "error";
|
|
640
|
+
readonly inputs: readonly [];
|
|
641
|
+
readonly name: "InvalidInitialization";
|
|
642
|
+
}, {
|
|
643
|
+
readonly type: "error";
|
|
644
|
+
readonly inputs: readonly [];
|
|
645
|
+
readonly name: "MarketAlreadyLaunched";
|
|
646
|
+
}, {
|
|
647
|
+
readonly type: "error";
|
|
648
|
+
readonly inputs: readonly [];
|
|
649
|
+
readonly name: "MarketMinimumNotReached";
|
|
650
|
+
}, {
|
|
651
|
+
readonly type: "error";
|
|
652
|
+
readonly inputs: readonly [];
|
|
653
|
+
readonly name: "MinimumMarketEthNotMet";
|
|
654
|
+
}, {
|
|
655
|
+
readonly type: "error";
|
|
656
|
+
readonly inputs: readonly [];
|
|
657
|
+
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
658
|
+
}, {
|
|
659
|
+
readonly type: "error";
|
|
660
|
+
readonly inputs: readonly [];
|
|
661
|
+
readonly name: "NotInitializing";
|
|
662
|
+
}, {
|
|
663
|
+
readonly type: "error";
|
|
664
|
+
readonly inputs: readonly [];
|
|
665
|
+
readonly name: "OnlyZoraRewardRecipient";
|
|
666
|
+
}, {
|
|
667
|
+
readonly type: "error";
|
|
668
|
+
readonly inputs: readonly [{
|
|
669
|
+
readonly name: "owner";
|
|
670
|
+
readonly internalType: "address";
|
|
671
|
+
readonly type: "address";
|
|
672
|
+
}];
|
|
673
|
+
readonly name: "OwnableInvalidOwner";
|
|
674
|
+
}, {
|
|
675
|
+
readonly type: "error";
|
|
676
|
+
readonly inputs: readonly [{
|
|
677
|
+
readonly name: "account";
|
|
678
|
+
readonly internalType: "address";
|
|
679
|
+
readonly type: "address";
|
|
680
|
+
}];
|
|
681
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
682
|
+
}, {
|
|
683
|
+
readonly type: "error";
|
|
684
|
+
readonly inputs: readonly [];
|
|
685
|
+
readonly name: "ReentrancyGuardReentrantCall";
|
|
686
|
+
}, {
|
|
687
|
+
readonly type: "error";
|
|
688
|
+
readonly inputs: readonly [];
|
|
689
|
+
readonly name: "RequestMintInvalidUseMint";
|
|
690
|
+
}, {
|
|
691
|
+
readonly type: "error";
|
|
692
|
+
readonly inputs: readonly [];
|
|
693
|
+
readonly name: "ResetSaleNotAvailable";
|
|
694
|
+
}, {
|
|
695
|
+
readonly type: "error";
|
|
696
|
+
readonly inputs: readonly [];
|
|
697
|
+
readonly name: "SaleAlreadySet";
|
|
698
|
+
}, {
|
|
699
|
+
readonly type: "error";
|
|
700
|
+
readonly inputs: readonly [];
|
|
701
|
+
readonly name: "SaleEnded";
|
|
702
|
+
}, {
|
|
703
|
+
readonly type: "error";
|
|
704
|
+
readonly inputs: readonly [];
|
|
705
|
+
readonly name: "SaleHasNotStarted";
|
|
706
|
+
}, {
|
|
707
|
+
readonly type: "error";
|
|
708
|
+
readonly inputs: readonly [];
|
|
709
|
+
readonly name: "SaleInProgress";
|
|
710
|
+
}, {
|
|
711
|
+
readonly type: "error";
|
|
712
|
+
readonly inputs: readonly [];
|
|
713
|
+
readonly name: "SaleNotSet";
|
|
714
|
+
}, {
|
|
715
|
+
readonly type: "error";
|
|
716
|
+
readonly inputs: readonly [];
|
|
717
|
+
readonly name: "SaleV2AlreadyStarted";
|
|
718
|
+
}, {
|
|
719
|
+
readonly type: "error";
|
|
720
|
+
readonly inputs: readonly [];
|
|
721
|
+
readonly name: "SaleV2Ended";
|
|
722
|
+
}, {
|
|
723
|
+
readonly type: "error";
|
|
724
|
+
readonly inputs: readonly [];
|
|
725
|
+
readonly name: "SaleV2NotSet";
|
|
726
|
+
}, {
|
|
727
|
+
readonly type: "error";
|
|
728
|
+
readonly inputs: readonly [];
|
|
729
|
+
readonly name: "StartTimeCannotBeAfterEndTime";
|
|
730
|
+
}, {
|
|
731
|
+
readonly type: "error";
|
|
732
|
+
readonly inputs: readonly [];
|
|
733
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
734
|
+
}, {
|
|
735
|
+
readonly type: "error";
|
|
736
|
+
readonly inputs: readonly [{
|
|
737
|
+
readonly name: "slot";
|
|
738
|
+
readonly internalType: "bytes32";
|
|
739
|
+
readonly type: "bytes32";
|
|
740
|
+
}];
|
|
741
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
742
|
+
}, {
|
|
743
|
+
readonly type: "error";
|
|
744
|
+
readonly inputs: readonly [];
|
|
745
|
+
readonly name: "WrongValueSent";
|
|
746
|
+
}, {
|
|
747
|
+
readonly type: "error";
|
|
748
|
+
readonly inputs: readonly [];
|
|
749
|
+
readonly name: "ZoraCreator1155ContractNeedsToSupportReduceSupply";
|
|
750
|
+
}, {
|
|
751
|
+
readonly type: "error";
|
|
752
|
+
readonly inputs: readonly [];
|
|
753
|
+
readonly name: "ADDRESS_DELEGATECALL_TO_NON_CONTRACT";
|
|
754
|
+
}, {
|
|
755
|
+
readonly type: "error";
|
|
756
|
+
readonly inputs: readonly [];
|
|
757
|
+
readonly name: "ADDRESS_LOW_LEVEL_CALL_FAILED";
|
|
758
|
+
}, {
|
|
759
|
+
readonly type: "error";
|
|
760
|
+
readonly inputs: readonly [{
|
|
761
|
+
readonly name: "operator";
|
|
762
|
+
readonly internalType: "address";
|
|
763
|
+
readonly type: "address";
|
|
764
|
+
}, {
|
|
765
|
+
readonly name: "user";
|
|
766
|
+
readonly internalType: "address";
|
|
767
|
+
readonly type: "address";
|
|
768
|
+
}];
|
|
769
|
+
readonly name: "Burn_NotOwnerOrApproved";
|
|
770
|
+
}, {
|
|
771
|
+
readonly type: "error";
|
|
772
|
+
readonly inputs: readonly [];
|
|
773
|
+
readonly name: "CREATOR_FUNDS_RECIPIENT_NOT_SET";
|
|
774
|
+
}, {
|
|
775
|
+
readonly type: "error";
|
|
776
|
+
readonly inputs: readonly [{
|
|
777
|
+
readonly name: "reason";
|
|
778
|
+
readonly internalType: "bytes";
|
|
779
|
+
readonly type: "bytes";
|
|
780
|
+
}];
|
|
781
|
+
readonly name: "CallFailed";
|
|
782
|
+
}, {
|
|
783
|
+
readonly type: "error";
|
|
784
|
+
readonly inputs: readonly [];
|
|
785
|
+
readonly name: "Call_TokenIdMismatch";
|
|
786
|
+
}, {
|
|
787
|
+
readonly type: "error";
|
|
788
|
+
readonly inputs: readonly [];
|
|
789
|
+
readonly name: "CallerNotZoraCreator1155";
|
|
790
|
+
}, {
|
|
791
|
+
readonly type: "error";
|
|
792
|
+
readonly inputs: readonly [];
|
|
793
|
+
readonly name: "CanOnlyReduceMaxSupply";
|
|
794
|
+
}, {
|
|
795
|
+
readonly type: "error";
|
|
796
|
+
readonly inputs: readonly [{
|
|
797
|
+
readonly name: "tokenId";
|
|
798
|
+
readonly internalType: "uint256";
|
|
799
|
+
readonly type: "uint256";
|
|
800
|
+
}, {
|
|
801
|
+
readonly name: "quantity";
|
|
802
|
+
readonly internalType: "uint256";
|
|
803
|
+
readonly type: "uint256";
|
|
804
|
+
}, {
|
|
805
|
+
readonly name: "totalMinted";
|
|
806
|
+
readonly internalType: "uint256";
|
|
807
|
+
readonly type: "uint256";
|
|
808
|
+
}, {
|
|
809
|
+
readonly name: "maxSupply";
|
|
810
|
+
readonly internalType: "uint256";
|
|
811
|
+
readonly type: "uint256";
|
|
812
|
+
}];
|
|
813
|
+
readonly name: "CannotMintMoreTokens";
|
|
814
|
+
}, {
|
|
815
|
+
readonly type: "error";
|
|
816
|
+
readonly inputs: readonly [];
|
|
817
|
+
readonly name: "CannotReduceMaxSupplyBelowMinted";
|
|
818
|
+
}, {
|
|
819
|
+
readonly type: "error";
|
|
820
|
+
readonly inputs: readonly [{
|
|
821
|
+
readonly name: "proposedAddress";
|
|
822
|
+
readonly internalType: "address";
|
|
823
|
+
readonly type: "address";
|
|
824
|
+
}];
|
|
825
|
+
readonly name: "Config_TransferHookNotSupported";
|
|
826
|
+
}, {
|
|
827
|
+
readonly type: "error";
|
|
828
|
+
readonly inputs: readonly [];
|
|
829
|
+
readonly name: "ERC1155_ACCOUNTS_AND_IDS_LENGTH_MISMATCH";
|
|
830
|
+
}, {
|
|
831
|
+
readonly type: "error";
|
|
832
|
+
readonly inputs: readonly [];
|
|
833
|
+
readonly name: "ERC1155_ADDRESS_ZERO_IS_NOT_A_VALID_OWNER";
|
|
834
|
+
}, {
|
|
835
|
+
readonly type: "error";
|
|
836
|
+
readonly inputs: readonly [];
|
|
837
|
+
readonly name: "ERC1155_BURN_AMOUNT_EXCEEDS_BALANCE";
|
|
838
|
+
}, {
|
|
839
|
+
readonly type: "error";
|
|
840
|
+
readonly inputs: readonly [];
|
|
841
|
+
readonly name: "ERC1155_BURN_FROM_ZERO_ADDRESS";
|
|
842
|
+
}, {
|
|
843
|
+
readonly type: "error";
|
|
844
|
+
readonly inputs: readonly [];
|
|
845
|
+
readonly name: "ERC1155_CALLER_IS_NOT_TOKEN_OWNER_OR_APPROVED";
|
|
846
|
+
}, {
|
|
847
|
+
readonly type: "error";
|
|
848
|
+
readonly inputs: readonly [];
|
|
849
|
+
readonly name: "ERC1155_ERC1155RECEIVER_REJECTED_TOKENS";
|
|
850
|
+
}, {
|
|
851
|
+
readonly type: "error";
|
|
852
|
+
readonly inputs: readonly [];
|
|
853
|
+
readonly name: "ERC1155_IDS_AND_AMOUNTS_LENGTH_MISMATCH";
|
|
854
|
+
}, {
|
|
855
|
+
readonly type: "error";
|
|
856
|
+
readonly inputs: readonly [];
|
|
857
|
+
readonly name: "ERC1155_INSUFFICIENT_BALANCE_FOR_TRANSFER";
|
|
858
|
+
}, {
|
|
859
|
+
readonly type: "error";
|
|
860
|
+
readonly inputs: readonly [];
|
|
861
|
+
readonly name: "ERC1155_MINT_TO_ZERO_ADDRESS";
|
|
862
|
+
}, {
|
|
863
|
+
readonly type: "error";
|
|
864
|
+
readonly inputs: readonly [];
|
|
865
|
+
readonly name: "ERC1155_MINT_TO_ZERO_ADDRESS";
|
|
866
|
+
}, {
|
|
867
|
+
readonly type: "error";
|
|
868
|
+
readonly inputs: readonly [];
|
|
869
|
+
readonly name: "ERC1155_SETTING_APPROVAL_FOR_SELF";
|
|
870
|
+
}, {
|
|
871
|
+
readonly type: "error";
|
|
872
|
+
readonly inputs: readonly [];
|
|
873
|
+
readonly name: "ERC1155_TRANSFER_TO_NON_ERC1155RECEIVER_IMPLEMENTER";
|
|
874
|
+
}, {
|
|
875
|
+
readonly type: "error";
|
|
876
|
+
readonly inputs: readonly [];
|
|
877
|
+
readonly name: "ERC1155_TRANSFER_TO_ZERO_ADDRESS";
|
|
878
|
+
}, {
|
|
879
|
+
readonly type: "error";
|
|
880
|
+
readonly inputs: readonly [];
|
|
881
|
+
readonly name: "ERC1967_NEW_IMPL_NOT_CONTRACT";
|
|
882
|
+
}, {
|
|
883
|
+
readonly type: "error";
|
|
884
|
+
readonly inputs: readonly [];
|
|
885
|
+
readonly name: "ERC1967_NEW_IMPL_NOT_UUPS";
|
|
886
|
+
}, {
|
|
887
|
+
readonly type: "error";
|
|
888
|
+
readonly inputs: readonly [];
|
|
889
|
+
readonly name: "ERC1967_UNSUPPORTED_PROXIABLEUUID";
|
|
890
|
+
}, {
|
|
891
|
+
readonly type: "error";
|
|
892
|
+
readonly inputs: readonly [{
|
|
893
|
+
readonly name: "recipient";
|
|
894
|
+
readonly internalType: "address";
|
|
895
|
+
readonly type: "address";
|
|
896
|
+
}, {
|
|
897
|
+
readonly name: "amount";
|
|
898
|
+
readonly internalType: "uint256";
|
|
899
|
+
readonly type: "uint256";
|
|
900
|
+
}];
|
|
901
|
+
readonly name: "ETHWithdrawFailed";
|
|
902
|
+
}, {
|
|
903
|
+
readonly type: "error";
|
|
904
|
+
readonly inputs: readonly [];
|
|
905
|
+
readonly name: "FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY";
|
|
906
|
+
}, {
|
|
907
|
+
readonly type: "error";
|
|
908
|
+
readonly inputs: readonly [];
|
|
909
|
+
readonly name: "FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL";
|
|
910
|
+
}, {
|
|
911
|
+
readonly type: "error";
|
|
912
|
+
readonly inputs: readonly [];
|
|
913
|
+
readonly name: "FirstMinterAddressZero";
|
|
914
|
+
}, {
|
|
915
|
+
readonly type: "error";
|
|
916
|
+
readonly inputs: readonly [{
|
|
917
|
+
readonly name: "amount";
|
|
918
|
+
readonly internalType: "uint256";
|
|
919
|
+
readonly type: "uint256";
|
|
920
|
+
}, {
|
|
921
|
+
readonly name: "contractValue";
|
|
922
|
+
readonly internalType: "uint256";
|
|
923
|
+
readonly type: "uint256";
|
|
924
|
+
}];
|
|
925
|
+
readonly name: "FundsWithdrawInsolvent";
|
|
926
|
+
}, {
|
|
927
|
+
readonly type: "error";
|
|
928
|
+
readonly inputs: readonly [];
|
|
929
|
+
readonly name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED";
|
|
930
|
+
}, {
|
|
931
|
+
readonly type: "error";
|
|
932
|
+
readonly inputs: readonly [];
|
|
933
|
+
readonly name: "INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING";
|
|
934
|
+
}, {
|
|
935
|
+
readonly type: "error";
|
|
936
|
+
readonly inputs: readonly [];
|
|
937
|
+
readonly name: "INVALID_ADDRESS_ZERO";
|
|
938
|
+
}, {
|
|
939
|
+
readonly type: "error";
|
|
940
|
+
readonly inputs: readonly [];
|
|
941
|
+
readonly name: "INVALID_ETH_AMOUNT";
|
|
942
|
+
}, {
|
|
943
|
+
readonly type: "error";
|
|
944
|
+
readonly inputs: readonly [{
|
|
945
|
+
readonly name: "mintTo";
|
|
946
|
+
readonly internalType: "address";
|
|
947
|
+
readonly type: "address";
|
|
948
|
+
}, {
|
|
949
|
+
readonly name: "merkleProof";
|
|
950
|
+
readonly internalType: "bytes32[]";
|
|
951
|
+
readonly type: "bytes32[]";
|
|
952
|
+
}, {
|
|
953
|
+
readonly name: "merkleRoot";
|
|
954
|
+
readonly internalType: "bytes32";
|
|
955
|
+
readonly type: "bytes32";
|
|
956
|
+
}];
|
|
957
|
+
readonly name: "InvalidMerkleProof";
|
|
958
|
+
}, {
|
|
959
|
+
readonly type: "error";
|
|
960
|
+
readonly inputs: readonly [];
|
|
961
|
+
readonly name: "InvalidMintSchedule";
|
|
962
|
+
}, {
|
|
963
|
+
readonly type: "error";
|
|
964
|
+
readonly inputs: readonly [];
|
|
965
|
+
readonly name: "InvalidMintSchedule";
|
|
966
|
+
}, {
|
|
967
|
+
readonly type: "error";
|
|
968
|
+
readonly inputs: readonly [];
|
|
969
|
+
readonly name: "InvalidPremintVersion";
|
|
970
|
+
}, {
|
|
971
|
+
readonly type: "error";
|
|
972
|
+
readonly inputs: readonly [];
|
|
973
|
+
readonly name: "InvalidSignature";
|
|
974
|
+
}, {
|
|
975
|
+
readonly type: "error";
|
|
976
|
+
readonly inputs: readonly [];
|
|
977
|
+
readonly name: "InvalidSignatureVersion";
|
|
978
|
+
}, {
|
|
979
|
+
readonly type: "error";
|
|
980
|
+
readonly inputs: readonly [{
|
|
981
|
+
readonly name: "magicValue";
|
|
982
|
+
readonly internalType: "bytes4";
|
|
983
|
+
readonly type: "bytes4";
|
|
984
|
+
}];
|
|
985
|
+
readonly name: "InvalidSigner";
|
|
986
|
+
}, {
|
|
987
|
+
readonly type: "error";
|
|
988
|
+
readonly inputs: readonly [];
|
|
989
|
+
readonly name: "MintNotYetStarted";
|
|
990
|
+
}, {
|
|
991
|
+
readonly type: "error";
|
|
992
|
+
readonly inputs: readonly [];
|
|
993
|
+
readonly name: "Mint_InsolventSaleTransfer";
|
|
994
|
+
}, {
|
|
995
|
+
readonly type: "error";
|
|
996
|
+
readonly inputs: readonly [];
|
|
997
|
+
readonly name: "Mint_InvalidMintArrayLength";
|
|
998
|
+
}, {
|
|
999
|
+
readonly type: "error";
|
|
1000
|
+
readonly inputs: readonly [];
|
|
1001
|
+
readonly name: "Mint_TokenIDMintNotAllowed";
|
|
1002
|
+
}, {
|
|
1003
|
+
readonly type: "error";
|
|
1004
|
+
readonly inputs: readonly [];
|
|
1005
|
+
readonly name: "Mint_UnknownCommand";
|
|
1006
|
+
}, {
|
|
1007
|
+
readonly type: "error";
|
|
1008
|
+
readonly inputs: readonly [];
|
|
1009
|
+
readonly name: "Mint_ValueTransferFail";
|
|
1010
|
+
}, {
|
|
1011
|
+
readonly type: "error";
|
|
1012
|
+
readonly inputs: readonly [];
|
|
1013
|
+
readonly name: "MinterContractAlreadyExists";
|
|
1014
|
+
}, {
|
|
1015
|
+
readonly type: "error";
|
|
1016
|
+
readonly inputs: readonly [];
|
|
1017
|
+
readonly name: "MinterContractDoesNotExist";
|
|
1018
|
+
}, {
|
|
1019
|
+
readonly type: "error";
|
|
1020
|
+
readonly inputs: readonly [];
|
|
1021
|
+
readonly name: "NewOwnerNeedsToBeAdmin";
|
|
1022
|
+
}, {
|
|
1023
|
+
readonly type: "error";
|
|
1024
|
+
readonly inputs: readonly [{
|
|
1025
|
+
readonly name: "tokenId";
|
|
1026
|
+
readonly internalType: "uint256";
|
|
1027
|
+
readonly type: "uint256";
|
|
1028
|
+
}];
|
|
1029
|
+
readonly name: "NoRendererForToken";
|
|
1030
|
+
}, {
|
|
1031
|
+
readonly type: "error";
|
|
1032
|
+
readonly inputs: readonly [];
|
|
1033
|
+
readonly name: "NonEthRedemption";
|
|
1034
|
+
}, {
|
|
1035
|
+
readonly type: "error";
|
|
1036
|
+
readonly inputs: readonly [];
|
|
1037
|
+
readonly name: "ONLY_CREATE_REFERRAL";
|
|
1038
|
+
}, {
|
|
1039
|
+
readonly type: "error";
|
|
1040
|
+
readonly inputs: readonly [];
|
|
1041
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
1042
|
+
}, {
|
|
1043
|
+
readonly type: "error";
|
|
1044
|
+
readonly inputs: readonly [];
|
|
1045
|
+
readonly name: "PremintDeleted";
|
|
1046
|
+
}, {
|
|
1047
|
+
readonly type: "error";
|
|
1048
|
+
readonly inputs: readonly [{
|
|
1049
|
+
readonly name: "caller";
|
|
1050
|
+
readonly internalType: "address";
|
|
1051
|
+
readonly type: "address";
|
|
1052
|
+
}, {
|
|
1053
|
+
readonly name: "recipient";
|
|
1054
|
+
readonly internalType: "address";
|
|
1055
|
+
readonly type: "address";
|
|
1056
|
+
}, {
|
|
1057
|
+
readonly name: "amount";
|
|
1058
|
+
readonly internalType: "uint256";
|
|
1059
|
+
readonly type: "uint256";
|
|
1060
|
+
}];
|
|
1061
|
+
readonly name: "ProtocolRewardsWithdrawFailed";
|
|
1062
|
+
}, {
|
|
1063
|
+
readonly type: "error";
|
|
1064
|
+
readonly inputs: readonly [{
|
|
1065
|
+
readonly name: "renderer";
|
|
1066
|
+
readonly internalType: "address";
|
|
1067
|
+
readonly type: "address";
|
|
1068
|
+
}];
|
|
1069
|
+
readonly name: "RendererNotValid";
|
|
1070
|
+
}, {
|
|
1071
|
+
readonly type: "error";
|
|
1072
|
+
readonly inputs: readonly [];
|
|
1073
|
+
readonly name: "Renderer_NotValidRendererContract";
|
|
1074
|
+
}, {
|
|
1075
|
+
readonly type: "error";
|
|
1076
|
+
readonly inputs: readonly [];
|
|
1077
|
+
readonly name: "SaleEnded";
|
|
1078
|
+
}, {
|
|
1079
|
+
readonly type: "error";
|
|
1080
|
+
readonly inputs: readonly [];
|
|
1081
|
+
readonly name: "SaleHasNotStarted";
|
|
1082
|
+
}, {
|
|
1083
|
+
readonly type: "error";
|
|
1084
|
+
readonly inputs: readonly [{
|
|
1085
|
+
readonly name: "targetContract";
|
|
1086
|
+
readonly internalType: "address";
|
|
1087
|
+
readonly type: "address";
|
|
1088
|
+
}];
|
|
1089
|
+
readonly name: "Sale_CannotCallNonSalesContract";
|
|
1090
|
+
}, {
|
|
1091
|
+
readonly type: "error";
|
|
1092
|
+
readonly inputs: readonly [{
|
|
1093
|
+
readonly name: "expected";
|
|
1094
|
+
readonly internalType: "uint256";
|
|
1095
|
+
readonly type: "uint256";
|
|
1096
|
+
}, {
|
|
1097
|
+
readonly name: "actual";
|
|
1098
|
+
readonly internalType: "uint256";
|
|
1099
|
+
readonly type: "uint256";
|
|
1100
|
+
}];
|
|
1101
|
+
readonly name: "TokenIdMismatch";
|
|
1102
|
+
}, {
|
|
1103
|
+
readonly type: "error";
|
|
1104
|
+
readonly inputs: readonly [];
|
|
1105
|
+
readonly name: "UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL";
|
|
1106
|
+
}, {
|
|
1107
|
+
readonly type: "error";
|
|
1108
|
+
readonly inputs: readonly [{
|
|
1109
|
+
readonly name: "user";
|
|
1110
|
+
readonly internalType: "address";
|
|
1111
|
+
readonly type: "address";
|
|
1112
|
+
}, {
|
|
1113
|
+
readonly name: "limit";
|
|
1114
|
+
readonly internalType: "uint256";
|
|
1115
|
+
readonly type: "uint256";
|
|
1116
|
+
}, {
|
|
1117
|
+
readonly name: "requestedAmount";
|
|
1118
|
+
readonly internalType: "uint256";
|
|
1119
|
+
readonly type: "uint256";
|
|
1120
|
+
}];
|
|
1121
|
+
readonly name: "UserExceedsMintLimit";
|
|
1122
|
+
}, {
|
|
1123
|
+
readonly type: "error";
|
|
1124
|
+
readonly inputs: readonly [{
|
|
1125
|
+
readonly name: "user";
|
|
1126
|
+
readonly internalType: "address";
|
|
1127
|
+
readonly type: "address";
|
|
1128
|
+
}, {
|
|
1129
|
+
readonly name: "tokenId";
|
|
1130
|
+
readonly internalType: "uint256";
|
|
1131
|
+
readonly type: "uint256";
|
|
1132
|
+
}, {
|
|
1133
|
+
readonly name: "role";
|
|
1134
|
+
readonly internalType: "uint256";
|
|
1135
|
+
readonly type: "uint256";
|
|
1136
|
+
}];
|
|
1137
|
+
readonly name: "UserMissingRoleForToken";
|
|
1138
|
+
}, {
|
|
1139
|
+
readonly type: "error";
|
|
1140
|
+
readonly inputs: readonly [];
|
|
1141
|
+
readonly name: "WrongValueSent";
|
|
1142
|
+
}, {
|
|
1143
|
+
readonly type: "error";
|
|
1144
|
+
readonly inputs: readonly [];
|
|
1145
|
+
readonly name: "premintSignerContractFailedToRecoverSigner";
|
|
1146
|
+
}, {
|
|
1147
|
+
readonly type: "error";
|
|
1148
|
+
readonly inputs: readonly [];
|
|
1149
|
+
readonly name: "premintSignerContractNotAContract";
|
|
1150
|
+
}, {
|
|
1151
|
+
readonly type: "error";
|
|
1152
|
+
readonly inputs: readonly [];
|
|
1153
|
+
readonly name: "AccessControlBadConfirmation";
|
|
1154
|
+
}, {
|
|
1155
|
+
readonly type: "error";
|
|
1156
|
+
readonly inputs: readonly [{
|
|
1157
|
+
readonly name: "account";
|
|
1158
|
+
readonly internalType: "address";
|
|
1159
|
+
readonly type: "address";
|
|
1160
|
+
}, {
|
|
1161
|
+
readonly name: "neededRole";
|
|
1162
|
+
readonly internalType: "bytes32";
|
|
1163
|
+
readonly type: "bytes32";
|
|
1164
|
+
}];
|
|
1165
|
+
readonly name: "AccessControlUnauthorizedAccount";
|
|
1166
|
+
}, {
|
|
1167
|
+
readonly type: "error";
|
|
1168
|
+
readonly inputs: readonly [{
|
|
1169
|
+
readonly name: "target";
|
|
1170
|
+
readonly internalType: "address";
|
|
1171
|
+
readonly type: "address";
|
|
1172
|
+
}];
|
|
1173
|
+
readonly name: "AddressEmptyCode";
|
|
1174
|
+
}, {
|
|
1175
|
+
readonly type: "error";
|
|
1176
|
+
readonly inputs: readonly [];
|
|
1177
|
+
readonly name: "AddressZero";
|
|
1178
|
+
}, {
|
|
1179
|
+
readonly type: "error";
|
|
1180
|
+
readonly inputs: readonly [];
|
|
1181
|
+
readonly name: "ArrayLengthMismatch";
|
|
1182
|
+
}, {
|
|
1183
|
+
readonly type: "error";
|
|
1184
|
+
readonly inputs: readonly [];
|
|
1185
|
+
readonly name: "CannotSparkOwnComment";
|
|
1186
|
+
}, {
|
|
1187
|
+
readonly type: "error";
|
|
1188
|
+
readonly inputs: readonly [{
|
|
1189
|
+
readonly name: "commentAddress";
|
|
1190
|
+
readonly internalType: "address";
|
|
1191
|
+
readonly type: "address";
|
|
1192
|
+
}, {
|
|
1193
|
+
readonly name: "commentTokenId";
|
|
1194
|
+
readonly internalType: "uint256";
|
|
1195
|
+
readonly type: "uint256";
|
|
1196
|
+
}, {
|
|
1197
|
+
readonly name: "replyAddress";
|
|
1198
|
+
readonly internalType: "address";
|
|
1199
|
+
readonly type: "address";
|
|
1200
|
+
}, {
|
|
1201
|
+
readonly name: "replyTokenId";
|
|
1202
|
+
readonly internalType: "uint256";
|
|
1203
|
+
readonly type: "uint256";
|
|
1204
|
+
}];
|
|
1205
|
+
readonly name: "CommentAddressOrTokenIdsDoNotMatch";
|
|
1206
|
+
}, {
|
|
1207
|
+
readonly type: "error";
|
|
1208
|
+
readonly inputs: readonly [];
|
|
1209
|
+
readonly name: "CommentDoesntExist";
|
|
1210
|
+
}, {
|
|
1211
|
+
readonly type: "error";
|
|
1212
|
+
readonly inputs: readonly [{
|
|
1213
|
+
readonly name: "expected";
|
|
1214
|
+
readonly internalType: "address";
|
|
1215
|
+
readonly type: "address";
|
|
1216
|
+
}, {
|
|
1217
|
+
readonly name: "actual";
|
|
1218
|
+
readonly internalType: "address";
|
|
1219
|
+
readonly type: "address";
|
|
1220
|
+
}];
|
|
1221
|
+
readonly name: "CommenterMismatch";
|
|
1222
|
+
}, {
|
|
1223
|
+
readonly type: "error";
|
|
1224
|
+
readonly inputs: readonly [{
|
|
1225
|
+
readonly name: "commentId";
|
|
1226
|
+
readonly internalType: "bytes32";
|
|
1227
|
+
readonly type: "bytes32";
|
|
1228
|
+
}];
|
|
1229
|
+
readonly name: "DuplicateComment";
|
|
1230
|
+
}, {
|
|
1231
|
+
readonly type: "error";
|
|
1232
|
+
readonly inputs: readonly [{
|
|
1233
|
+
readonly name: "implementation";
|
|
1234
|
+
readonly internalType: "address";
|
|
1235
|
+
readonly type: "address";
|
|
1236
|
+
}];
|
|
1237
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
1238
|
+
}, {
|
|
1239
|
+
readonly type: "error";
|
|
1240
|
+
readonly inputs: readonly [];
|
|
1241
|
+
readonly name: "ERC1967NonPayable";
|
|
1242
|
+
}, {
|
|
1243
|
+
readonly type: "error";
|
|
1244
|
+
readonly inputs: readonly [{
|
|
1245
|
+
readonly name: "deadline";
|
|
1246
|
+
readonly internalType: "uint256";
|
|
1247
|
+
readonly type: "uint256";
|
|
1248
|
+
}];
|
|
1249
|
+
readonly name: "ERC2612ExpiredSignature";
|
|
1250
|
+
}, {
|
|
1251
|
+
readonly type: "error";
|
|
1252
|
+
readonly inputs: readonly [];
|
|
1253
|
+
readonly name: "EmptyComment";
|
|
1254
|
+
}, {
|
|
1255
|
+
readonly type: "error";
|
|
1256
|
+
readonly inputs: readonly [];
|
|
1257
|
+
readonly name: "FailedInnerCall";
|
|
1258
|
+
}, {
|
|
1259
|
+
readonly type: "error";
|
|
1260
|
+
readonly inputs: readonly [{
|
|
1261
|
+
readonly name: "wrongDestinationChainId";
|
|
1262
|
+
readonly internalType: "uint256";
|
|
1263
|
+
readonly type: "uint256";
|
|
1264
|
+
}];
|
|
1265
|
+
readonly name: "IncorrectDestinationChain";
|
|
1266
|
+
}, {
|
|
1267
|
+
readonly type: "error";
|
|
1268
|
+
readonly inputs: readonly [{
|
|
1269
|
+
readonly name: "actual";
|
|
1270
|
+
readonly internalType: "uint256";
|
|
1271
|
+
readonly type: "uint256";
|
|
1272
|
+
}, {
|
|
1273
|
+
readonly name: "expected";
|
|
1274
|
+
readonly internalType: "uint256";
|
|
1275
|
+
readonly type: "uint256";
|
|
1276
|
+
}];
|
|
1277
|
+
readonly name: "IncorrectETHAmountForSparks";
|
|
1278
|
+
}, {
|
|
1279
|
+
readonly type: "error";
|
|
1280
|
+
readonly inputs: readonly [{
|
|
1281
|
+
readonly name: "account";
|
|
1282
|
+
readonly internalType: "address";
|
|
1283
|
+
readonly type: "address";
|
|
1284
|
+
}, {
|
|
1285
|
+
readonly name: "currentNonce";
|
|
1286
|
+
readonly internalType: "bytes32";
|
|
1287
|
+
readonly type: "bytes32";
|
|
1288
|
+
}];
|
|
1289
|
+
readonly name: "InvalidAccountNonce";
|
|
1290
|
+
}, {
|
|
1291
|
+
readonly type: "error";
|
|
1292
|
+
readonly inputs: readonly [];
|
|
1293
|
+
readonly name: "InvalidInitialization";
|
|
1294
|
+
}, {
|
|
1295
|
+
readonly type: "error";
|
|
1296
|
+
readonly inputs: readonly [];
|
|
1297
|
+
readonly name: "InvalidSignature";
|
|
1298
|
+
}, {
|
|
1299
|
+
readonly type: "error";
|
|
1300
|
+
readonly inputs: readonly [];
|
|
1301
|
+
readonly name: "MustSendAtLeastOneSpark";
|
|
1302
|
+
}, {
|
|
1303
|
+
readonly type: "error";
|
|
1304
|
+
readonly inputs: readonly [];
|
|
1305
|
+
readonly name: "NoFundsRecipient";
|
|
1306
|
+
}, {
|
|
1307
|
+
readonly type: "error";
|
|
1308
|
+
readonly inputs: readonly [];
|
|
1309
|
+
readonly name: "NotInitializing";
|
|
1310
|
+
}, {
|
|
1311
|
+
readonly type: "error";
|
|
1312
|
+
readonly inputs: readonly [];
|
|
1313
|
+
readonly name: "NotSmartWallet";
|
|
1314
|
+
}, {
|
|
1315
|
+
readonly type: "error";
|
|
1316
|
+
readonly inputs: readonly [];
|
|
1317
|
+
readonly name: "NotSmartWalletOwner";
|
|
1318
|
+
}, {
|
|
1319
|
+
readonly type: "error";
|
|
1320
|
+
readonly inputs: readonly [];
|
|
1321
|
+
readonly name: "NotTokenHolderOrAdmin";
|
|
1322
|
+
}, {
|
|
1323
|
+
readonly type: "error";
|
|
1324
|
+
readonly inputs: readonly [];
|
|
1325
|
+
readonly name: "OnlySparksContract";
|
|
1326
|
+
}, {
|
|
1327
|
+
readonly type: "error";
|
|
1328
|
+
readonly inputs: readonly [];
|
|
1329
|
+
readonly name: "TransferFailed";
|
|
1330
|
+
}, {
|
|
1331
|
+
readonly type: "error";
|
|
1332
|
+
readonly inputs: readonly [];
|
|
1333
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
1334
|
+
}, {
|
|
1335
|
+
readonly type: "error";
|
|
1336
|
+
readonly inputs: readonly [{
|
|
1337
|
+
readonly name: "slot";
|
|
1338
|
+
readonly internalType: "bytes32";
|
|
1339
|
+
readonly type: "bytes32";
|
|
1340
|
+
}];
|
|
1341
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
1342
|
+
}, {
|
|
1343
|
+
readonly type: "error";
|
|
1344
|
+
readonly inputs: readonly [{
|
|
1345
|
+
readonly name: "currentName";
|
|
1346
|
+
readonly internalType: "string";
|
|
1347
|
+
readonly type: "string";
|
|
1348
|
+
}, {
|
|
1349
|
+
readonly name: "newName";
|
|
1350
|
+
readonly internalType: "string";
|
|
1351
|
+
readonly type: "string";
|
|
1352
|
+
}];
|
|
1353
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
1354
|
+
}];
|
|
1355
|
+
/**
|
|
1356
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
1357
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
1358
|
+
*/
|
|
1359
|
+
export declare const callerAndCommenterAddress: {
|
|
1360
|
+
readonly 7777777: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5";
|
|
1361
|
+
readonly 999999999: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5";
|
|
1362
|
+
};
|
|
1363
|
+
/**
|
|
1364
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
1365
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
1366
|
+
*/
|
|
1367
|
+
export declare const callerAndCommenterConfig: {
|
|
1368
|
+
readonly address: {
|
|
1369
|
+
readonly 7777777: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5";
|
|
1370
|
+
readonly 999999999: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5";
|
|
1371
|
+
};
|
|
1372
|
+
readonly abi: readonly [{
|
|
1373
|
+
readonly stateMutability: "nonpayable";
|
|
1374
|
+
readonly type: "constructor";
|
|
1375
|
+
readonly inputs: readonly [{
|
|
1376
|
+
readonly name: "_comments";
|
|
1377
|
+
readonly internalType: "address";
|
|
1378
|
+
readonly type: "address";
|
|
1379
|
+
}, {
|
|
1380
|
+
readonly name: "_zoraTimedSale";
|
|
1381
|
+
readonly internalType: "address";
|
|
1382
|
+
readonly type: "address";
|
|
1383
|
+
}];
|
|
1384
|
+
}, {
|
|
1385
|
+
readonly stateMutability: "view";
|
|
1386
|
+
readonly type: "function";
|
|
1387
|
+
readonly inputs: readonly [];
|
|
1388
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
1389
|
+
readonly outputs: readonly [{
|
|
1390
|
+
readonly name: "";
|
|
1391
|
+
readonly internalType: "string";
|
|
1392
|
+
readonly type: "string";
|
|
1393
|
+
}];
|
|
1394
|
+
}, {
|
|
1395
|
+
readonly stateMutability: "nonpayable";
|
|
1396
|
+
readonly type: "function";
|
|
1397
|
+
readonly inputs: readonly [];
|
|
1398
|
+
readonly name: "acceptOwnership";
|
|
1399
|
+
readonly outputs: readonly [];
|
|
1400
|
+
}, {
|
|
1401
|
+
readonly stateMutability: "view";
|
|
1402
|
+
readonly type: "function";
|
|
1403
|
+
readonly inputs: readonly [];
|
|
1404
|
+
readonly name: "comments";
|
|
1405
|
+
readonly outputs: readonly [{
|
|
1406
|
+
readonly name: "";
|
|
1407
|
+
readonly internalType: "contract IComments";
|
|
1408
|
+
readonly type: "address";
|
|
1409
|
+
}];
|
|
1410
|
+
}, {
|
|
1411
|
+
readonly stateMutability: "pure";
|
|
1412
|
+
readonly type: "function";
|
|
1413
|
+
readonly inputs: readonly [];
|
|
1414
|
+
readonly name: "contractName";
|
|
1415
|
+
readonly outputs: readonly [{
|
|
1416
|
+
readonly name: "";
|
|
1417
|
+
readonly internalType: "string";
|
|
1418
|
+
readonly type: "string";
|
|
1419
|
+
}];
|
|
1420
|
+
}, {
|
|
1421
|
+
readonly stateMutability: "pure";
|
|
1422
|
+
readonly type: "function";
|
|
1423
|
+
readonly inputs: readonly [];
|
|
1424
|
+
readonly name: "contractVersion";
|
|
1425
|
+
readonly outputs: readonly [{
|
|
1426
|
+
readonly name: "";
|
|
1427
|
+
readonly internalType: "string";
|
|
1428
|
+
readonly type: "string";
|
|
1429
|
+
}];
|
|
1430
|
+
}, {
|
|
1431
|
+
readonly stateMutability: "view";
|
|
1432
|
+
readonly type: "function";
|
|
1433
|
+
readonly inputs: readonly [];
|
|
1434
|
+
readonly name: "eip712Domain";
|
|
1435
|
+
readonly outputs: readonly [{
|
|
1436
|
+
readonly name: "fields";
|
|
1437
|
+
readonly internalType: "bytes1";
|
|
1438
|
+
readonly type: "bytes1";
|
|
1439
|
+
}, {
|
|
1440
|
+
readonly name: "name";
|
|
1441
|
+
readonly internalType: "string";
|
|
1442
|
+
readonly type: "string";
|
|
1443
|
+
}, {
|
|
1444
|
+
readonly name: "version";
|
|
1445
|
+
readonly internalType: "string";
|
|
1446
|
+
readonly type: "string";
|
|
1447
|
+
}, {
|
|
1448
|
+
readonly name: "chainId";
|
|
1449
|
+
readonly internalType: "uint256";
|
|
1450
|
+
readonly type: "uint256";
|
|
1451
|
+
}, {
|
|
1452
|
+
readonly name: "verifyingContract";
|
|
1453
|
+
readonly internalType: "address";
|
|
1454
|
+
readonly type: "address";
|
|
1455
|
+
}, {
|
|
1456
|
+
readonly name: "salt";
|
|
1457
|
+
readonly internalType: "bytes32";
|
|
1458
|
+
readonly type: "bytes32";
|
|
1459
|
+
}, {
|
|
1460
|
+
readonly name: "extensions";
|
|
1461
|
+
readonly internalType: "uint256[]";
|
|
1462
|
+
readonly type: "uint256[]";
|
|
1463
|
+
}];
|
|
1464
|
+
}, {
|
|
1465
|
+
readonly stateMutability: "view";
|
|
1466
|
+
readonly type: "function";
|
|
1467
|
+
readonly inputs: readonly [{
|
|
1468
|
+
readonly name: "permit";
|
|
1469
|
+
readonly internalType: "struct ICallerAndCommenter.PermitTimedSaleMintAndComment";
|
|
1470
|
+
readonly type: "tuple";
|
|
1471
|
+
readonly components: readonly [{
|
|
1472
|
+
readonly name: "commenter";
|
|
1473
|
+
readonly internalType: "address";
|
|
1474
|
+
readonly type: "address";
|
|
1475
|
+
}, {
|
|
1476
|
+
readonly name: "quantity";
|
|
1477
|
+
readonly internalType: "uint256";
|
|
1478
|
+
readonly type: "uint256";
|
|
1479
|
+
}, {
|
|
1480
|
+
readonly name: "collection";
|
|
1481
|
+
readonly internalType: "address";
|
|
1482
|
+
readonly type: "address";
|
|
1483
|
+
}, {
|
|
1484
|
+
readonly name: "tokenId";
|
|
1485
|
+
readonly internalType: "uint256";
|
|
1486
|
+
readonly type: "uint256";
|
|
1487
|
+
}, {
|
|
1488
|
+
readonly name: "mintReferral";
|
|
1489
|
+
readonly internalType: "address";
|
|
1490
|
+
readonly type: "address";
|
|
1491
|
+
}, {
|
|
1492
|
+
readonly name: "comment";
|
|
1493
|
+
readonly internalType: "string";
|
|
1494
|
+
readonly type: "string";
|
|
1495
|
+
}, {
|
|
1496
|
+
readonly name: "deadline";
|
|
1497
|
+
readonly internalType: "uint256";
|
|
1498
|
+
readonly type: "uint256";
|
|
1499
|
+
}, {
|
|
1500
|
+
readonly name: "nonce";
|
|
1501
|
+
readonly internalType: "bytes32";
|
|
1502
|
+
readonly type: "bytes32";
|
|
1503
|
+
}, {
|
|
1504
|
+
readonly name: "sourceChainId";
|
|
1505
|
+
readonly internalType: "uint32";
|
|
1506
|
+
readonly type: "uint32";
|
|
1507
|
+
}, {
|
|
1508
|
+
readonly name: "destinationChainId";
|
|
1509
|
+
readonly internalType: "uint32";
|
|
1510
|
+
readonly type: "uint32";
|
|
1511
|
+
}];
|
|
1512
|
+
}];
|
|
1513
|
+
readonly name: "hashPermitTimedSaleMintAndComment";
|
|
1514
|
+
readonly outputs: readonly [{
|
|
1515
|
+
readonly name: "";
|
|
1516
|
+
readonly internalType: "bytes32";
|
|
1517
|
+
readonly type: "bytes32";
|
|
1518
|
+
}];
|
|
1519
|
+
}, {
|
|
1520
|
+
readonly stateMutability: "nonpayable";
|
|
1521
|
+
readonly type: "function";
|
|
1522
|
+
readonly inputs: readonly [{
|
|
1523
|
+
readonly name: "owner";
|
|
1524
|
+
readonly internalType: "address";
|
|
1525
|
+
readonly type: "address";
|
|
1526
|
+
}];
|
|
1527
|
+
readonly name: "initialize";
|
|
1528
|
+
readonly outputs: readonly [];
|
|
1529
|
+
}, {
|
|
1530
|
+
readonly stateMutability: "view";
|
|
1531
|
+
readonly type: "function";
|
|
1532
|
+
readonly inputs: readonly [{
|
|
1533
|
+
readonly name: "owner";
|
|
1534
|
+
readonly internalType: "address";
|
|
1535
|
+
readonly type: "address";
|
|
1536
|
+
}, {
|
|
1537
|
+
readonly name: "nonce";
|
|
1538
|
+
readonly internalType: "bytes32";
|
|
1539
|
+
readonly type: "bytes32";
|
|
1540
|
+
}];
|
|
1541
|
+
readonly name: "nonceUsed";
|
|
1542
|
+
readonly outputs: readonly [{
|
|
1543
|
+
readonly name: "";
|
|
1544
|
+
readonly internalType: "bool";
|
|
1545
|
+
readonly type: "bool";
|
|
1546
|
+
}];
|
|
1547
|
+
}, {
|
|
1548
|
+
readonly stateMutability: "view";
|
|
1549
|
+
readonly type: "function";
|
|
1550
|
+
readonly inputs: readonly [];
|
|
1551
|
+
readonly name: "owner";
|
|
1552
|
+
readonly outputs: readonly [{
|
|
1553
|
+
readonly name: "";
|
|
1554
|
+
readonly internalType: "address";
|
|
1555
|
+
readonly type: "address";
|
|
1556
|
+
}];
|
|
1557
|
+
}, {
|
|
1558
|
+
readonly stateMutability: "view";
|
|
1559
|
+
readonly type: "function";
|
|
1560
|
+
readonly inputs: readonly [];
|
|
1561
|
+
readonly name: "pendingOwner";
|
|
1562
|
+
readonly outputs: readonly [{
|
|
1563
|
+
readonly name: "";
|
|
1564
|
+
readonly internalType: "address";
|
|
1565
|
+
readonly type: "address";
|
|
1566
|
+
}];
|
|
1567
|
+
}, {
|
|
1568
|
+
readonly stateMutability: "payable";
|
|
1569
|
+
readonly type: "function";
|
|
1570
|
+
readonly inputs: readonly [{
|
|
1571
|
+
readonly name: "permit";
|
|
1572
|
+
readonly internalType: "struct ICallerAndCommenter.PermitTimedSaleMintAndComment";
|
|
1573
|
+
readonly type: "tuple";
|
|
1574
|
+
readonly components: readonly [{
|
|
1575
|
+
readonly name: "commenter";
|
|
1576
|
+
readonly internalType: "address";
|
|
1577
|
+
readonly type: "address";
|
|
1578
|
+
}, {
|
|
1579
|
+
readonly name: "quantity";
|
|
1580
|
+
readonly internalType: "uint256";
|
|
1581
|
+
readonly type: "uint256";
|
|
1582
|
+
}, {
|
|
1583
|
+
readonly name: "collection";
|
|
1584
|
+
readonly internalType: "address";
|
|
1585
|
+
readonly type: "address";
|
|
1586
|
+
}, {
|
|
1587
|
+
readonly name: "tokenId";
|
|
1588
|
+
readonly internalType: "uint256";
|
|
1589
|
+
readonly type: "uint256";
|
|
1590
|
+
}, {
|
|
1591
|
+
readonly name: "mintReferral";
|
|
1592
|
+
readonly internalType: "address";
|
|
1593
|
+
readonly type: "address";
|
|
1594
|
+
}, {
|
|
1595
|
+
readonly name: "comment";
|
|
1596
|
+
readonly internalType: "string";
|
|
1597
|
+
readonly type: "string";
|
|
1598
|
+
}, {
|
|
1599
|
+
readonly name: "deadline";
|
|
1600
|
+
readonly internalType: "uint256";
|
|
1601
|
+
readonly type: "uint256";
|
|
1602
|
+
}, {
|
|
1603
|
+
readonly name: "nonce";
|
|
1604
|
+
readonly internalType: "bytes32";
|
|
1605
|
+
readonly type: "bytes32";
|
|
1606
|
+
}, {
|
|
1607
|
+
readonly name: "sourceChainId";
|
|
1608
|
+
readonly internalType: "uint32";
|
|
1609
|
+
readonly type: "uint32";
|
|
1610
|
+
}, {
|
|
1611
|
+
readonly name: "destinationChainId";
|
|
1612
|
+
readonly internalType: "uint32";
|
|
1613
|
+
readonly type: "uint32";
|
|
1614
|
+
}];
|
|
1615
|
+
}, {
|
|
1616
|
+
readonly name: "signature";
|
|
1617
|
+
readonly internalType: "bytes";
|
|
1618
|
+
readonly type: "bytes";
|
|
1619
|
+
}];
|
|
1620
|
+
readonly name: "permitTimedSaleMintAndComment";
|
|
1621
|
+
readonly outputs: readonly [{
|
|
1622
|
+
readonly name: "";
|
|
1623
|
+
readonly internalType: "struct IComments.CommentIdentifier";
|
|
1624
|
+
readonly type: "tuple";
|
|
1625
|
+
readonly components: readonly [{
|
|
1626
|
+
readonly name: "commenter";
|
|
1627
|
+
readonly internalType: "address";
|
|
1628
|
+
readonly type: "address";
|
|
1629
|
+
}, {
|
|
1630
|
+
readonly name: "contractAddress";
|
|
1631
|
+
readonly internalType: "address";
|
|
1632
|
+
readonly type: "address";
|
|
1633
|
+
}, {
|
|
1634
|
+
readonly name: "tokenId";
|
|
1635
|
+
readonly internalType: "uint256";
|
|
1636
|
+
readonly type: "uint256";
|
|
1637
|
+
}, {
|
|
1638
|
+
readonly name: "nonce";
|
|
1639
|
+
readonly internalType: "bytes32";
|
|
1640
|
+
readonly type: "bytes32";
|
|
1641
|
+
}];
|
|
1642
|
+
}];
|
|
1643
|
+
}, {
|
|
1644
|
+
readonly stateMutability: "view";
|
|
1645
|
+
readonly type: "function";
|
|
1646
|
+
readonly inputs: readonly [];
|
|
1647
|
+
readonly name: "proxiableUUID";
|
|
1648
|
+
readonly outputs: readonly [{
|
|
1649
|
+
readonly name: "";
|
|
1650
|
+
readonly internalType: "bytes32";
|
|
1651
|
+
readonly type: "bytes32";
|
|
1652
|
+
}];
|
|
1653
|
+
}, {
|
|
1654
|
+
readonly stateMutability: "nonpayable";
|
|
1655
|
+
readonly type: "function";
|
|
1656
|
+
readonly inputs: readonly [];
|
|
1657
|
+
readonly name: "renounceOwnership";
|
|
1658
|
+
readonly outputs: readonly [];
|
|
1659
|
+
}, {
|
|
1660
|
+
readonly stateMutability: "payable";
|
|
1661
|
+
readonly type: "function";
|
|
1662
|
+
readonly inputs: readonly [{
|
|
1663
|
+
readonly name: "commenter";
|
|
1664
|
+
readonly internalType: "address";
|
|
1665
|
+
readonly type: "address";
|
|
1666
|
+
}, {
|
|
1667
|
+
readonly name: "quantity";
|
|
1668
|
+
readonly internalType: "uint256";
|
|
1669
|
+
readonly type: "uint256";
|
|
1670
|
+
}, {
|
|
1671
|
+
readonly name: "collection";
|
|
1672
|
+
readonly internalType: "address";
|
|
1673
|
+
readonly type: "address";
|
|
1674
|
+
}, {
|
|
1675
|
+
readonly name: "tokenId";
|
|
1676
|
+
readonly internalType: "uint256";
|
|
1677
|
+
readonly type: "uint256";
|
|
1678
|
+
}, {
|
|
1679
|
+
readonly name: "mintReferral";
|
|
1680
|
+
readonly internalType: "address";
|
|
1681
|
+
readonly type: "address";
|
|
1682
|
+
}, {
|
|
1683
|
+
readonly name: "comment";
|
|
1684
|
+
readonly internalType: "string";
|
|
1685
|
+
readonly type: "string";
|
|
1686
|
+
}];
|
|
1687
|
+
readonly name: "timedSaleMintAndComment";
|
|
1688
|
+
readonly outputs: readonly [{
|
|
1689
|
+
readonly name: "";
|
|
1690
|
+
readonly internalType: "struct IComments.CommentIdentifier";
|
|
1691
|
+
readonly type: "tuple";
|
|
1692
|
+
readonly components: readonly [{
|
|
1693
|
+
readonly name: "commenter";
|
|
1694
|
+
readonly internalType: "address";
|
|
1695
|
+
readonly type: "address";
|
|
1696
|
+
}, {
|
|
1697
|
+
readonly name: "contractAddress";
|
|
1698
|
+
readonly internalType: "address";
|
|
1699
|
+
readonly type: "address";
|
|
1700
|
+
}, {
|
|
1701
|
+
readonly name: "tokenId";
|
|
1702
|
+
readonly internalType: "uint256";
|
|
1703
|
+
readonly type: "uint256";
|
|
1704
|
+
}, {
|
|
1705
|
+
readonly name: "nonce";
|
|
1706
|
+
readonly internalType: "bytes32";
|
|
1707
|
+
readonly type: "bytes32";
|
|
1708
|
+
}];
|
|
1709
|
+
}];
|
|
1710
|
+
}, {
|
|
1711
|
+
readonly stateMutability: "nonpayable";
|
|
1712
|
+
readonly type: "function";
|
|
1713
|
+
readonly inputs: readonly [{
|
|
1714
|
+
readonly name: "newOwner";
|
|
1715
|
+
readonly internalType: "address";
|
|
1716
|
+
readonly type: "address";
|
|
1717
|
+
}];
|
|
1718
|
+
readonly name: "transferOwnership";
|
|
1719
|
+
readonly outputs: readonly [];
|
|
1720
|
+
}, {
|
|
1721
|
+
readonly stateMutability: "payable";
|
|
1722
|
+
readonly type: "function";
|
|
1723
|
+
readonly inputs: readonly [{
|
|
1724
|
+
readonly name: "newImplementation";
|
|
1725
|
+
readonly internalType: "address";
|
|
1726
|
+
readonly type: "address";
|
|
1727
|
+
}, {
|
|
1728
|
+
readonly name: "data";
|
|
1729
|
+
readonly internalType: "bytes";
|
|
1730
|
+
readonly type: "bytes";
|
|
1731
|
+
}];
|
|
1732
|
+
readonly name: "upgradeToAndCall";
|
|
1733
|
+
readonly outputs: readonly [];
|
|
1734
|
+
}, {
|
|
1735
|
+
readonly stateMutability: "view";
|
|
1736
|
+
readonly type: "function";
|
|
1737
|
+
readonly inputs: readonly [];
|
|
1738
|
+
readonly name: "zoraTimedSale";
|
|
1739
|
+
readonly outputs: readonly [{
|
|
1740
|
+
readonly name: "";
|
|
1741
|
+
readonly internalType: "contract IZoraTimedSaleStrategy";
|
|
1742
|
+
readonly type: "address";
|
|
1743
|
+
}];
|
|
1744
|
+
}, {
|
|
1745
|
+
readonly type: "event";
|
|
1746
|
+
readonly anonymous: false;
|
|
1747
|
+
readonly inputs: readonly [];
|
|
1748
|
+
readonly name: "EIP712DomainChanged";
|
|
1749
|
+
}, {
|
|
1750
|
+
readonly type: "event";
|
|
1751
|
+
readonly anonymous: false;
|
|
1752
|
+
readonly inputs: readonly [{
|
|
1753
|
+
readonly name: "version";
|
|
1754
|
+
readonly internalType: "uint64";
|
|
1755
|
+
readonly type: "uint64";
|
|
1756
|
+
readonly indexed: false;
|
|
1757
|
+
}];
|
|
1758
|
+
readonly name: "Initialized";
|
|
1759
|
+
}, {
|
|
1760
|
+
readonly type: "event";
|
|
1761
|
+
readonly anonymous: false;
|
|
1762
|
+
readonly inputs: readonly [{
|
|
1763
|
+
readonly name: "commentId";
|
|
1764
|
+
readonly internalType: "bytes32";
|
|
1765
|
+
readonly type: "bytes32";
|
|
1766
|
+
readonly indexed: true;
|
|
1767
|
+
}, {
|
|
1768
|
+
readonly name: "commentIdentifier";
|
|
1769
|
+
readonly internalType: "struct IComments.CommentIdentifier";
|
|
1770
|
+
readonly type: "tuple";
|
|
1771
|
+
readonly components: readonly [{
|
|
1772
|
+
readonly name: "commenter";
|
|
1773
|
+
readonly internalType: "address";
|
|
1774
|
+
readonly type: "address";
|
|
1775
|
+
}, {
|
|
1776
|
+
readonly name: "contractAddress";
|
|
1777
|
+
readonly internalType: "address";
|
|
1778
|
+
readonly type: "address";
|
|
1779
|
+
}, {
|
|
1780
|
+
readonly name: "tokenId";
|
|
1781
|
+
readonly internalType: "uint256";
|
|
1782
|
+
readonly type: "uint256";
|
|
1783
|
+
}, {
|
|
1784
|
+
readonly name: "nonce";
|
|
1785
|
+
readonly internalType: "bytes32";
|
|
1786
|
+
readonly type: "bytes32";
|
|
1787
|
+
}];
|
|
1788
|
+
readonly indexed: false;
|
|
1789
|
+
}, {
|
|
1790
|
+
readonly name: "quantity";
|
|
1791
|
+
readonly internalType: "uint256";
|
|
1792
|
+
readonly type: "uint256";
|
|
1793
|
+
readonly indexed: false;
|
|
1794
|
+
}, {
|
|
1795
|
+
readonly name: "text";
|
|
1796
|
+
readonly internalType: "string";
|
|
1797
|
+
readonly type: "string";
|
|
1798
|
+
readonly indexed: false;
|
|
1799
|
+
}];
|
|
1800
|
+
readonly name: "MintedAndCommented";
|
|
1801
|
+
}, {
|
|
1802
|
+
readonly type: "event";
|
|
1803
|
+
readonly anonymous: false;
|
|
1804
|
+
readonly inputs: readonly [{
|
|
1805
|
+
readonly name: "previousOwner";
|
|
1806
|
+
readonly internalType: "address";
|
|
1807
|
+
readonly type: "address";
|
|
1808
|
+
readonly indexed: true;
|
|
1809
|
+
}, {
|
|
1810
|
+
readonly name: "newOwner";
|
|
1811
|
+
readonly internalType: "address";
|
|
1812
|
+
readonly type: "address";
|
|
1813
|
+
readonly indexed: true;
|
|
1814
|
+
}];
|
|
1815
|
+
readonly name: "OwnershipTransferStarted";
|
|
1816
|
+
}, {
|
|
1817
|
+
readonly type: "event";
|
|
1818
|
+
readonly anonymous: false;
|
|
1819
|
+
readonly inputs: readonly [{
|
|
1820
|
+
readonly name: "previousOwner";
|
|
1821
|
+
readonly internalType: "address";
|
|
1822
|
+
readonly type: "address";
|
|
1823
|
+
readonly indexed: true;
|
|
1824
|
+
}, {
|
|
1825
|
+
readonly name: "newOwner";
|
|
1826
|
+
readonly internalType: "address";
|
|
1827
|
+
readonly type: "address";
|
|
1828
|
+
readonly indexed: true;
|
|
1829
|
+
}];
|
|
1830
|
+
readonly name: "OwnershipTransferred";
|
|
1831
|
+
}, {
|
|
1832
|
+
readonly type: "event";
|
|
1833
|
+
readonly anonymous: false;
|
|
1834
|
+
readonly inputs: readonly [{
|
|
1835
|
+
readonly name: "implementation";
|
|
1836
|
+
readonly internalType: "address";
|
|
1837
|
+
readonly type: "address";
|
|
1838
|
+
readonly indexed: true;
|
|
1839
|
+
}];
|
|
1840
|
+
readonly name: "Upgraded";
|
|
1841
|
+
}, {
|
|
1842
|
+
readonly type: "error";
|
|
1843
|
+
readonly inputs: readonly [{
|
|
1844
|
+
readonly name: "target";
|
|
1845
|
+
readonly internalType: "address";
|
|
1846
|
+
readonly type: "address";
|
|
1847
|
+
}];
|
|
1848
|
+
readonly name: "AddressEmptyCode";
|
|
1849
|
+
}, {
|
|
1850
|
+
readonly type: "error";
|
|
1851
|
+
readonly inputs: readonly [{
|
|
1852
|
+
readonly name: "expected";
|
|
1853
|
+
readonly internalType: "address";
|
|
1854
|
+
readonly type: "address";
|
|
1855
|
+
}, {
|
|
1856
|
+
readonly name: "actual";
|
|
1857
|
+
readonly internalType: "address";
|
|
1858
|
+
readonly type: "address";
|
|
1859
|
+
}];
|
|
1860
|
+
readonly name: "CommenterMismatch";
|
|
1861
|
+
}, {
|
|
1862
|
+
readonly type: "error";
|
|
1863
|
+
readonly inputs: readonly [{
|
|
1864
|
+
readonly name: "implementation";
|
|
1865
|
+
readonly internalType: "address";
|
|
1866
|
+
readonly type: "address";
|
|
1867
|
+
}];
|
|
1868
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
1869
|
+
}, {
|
|
1870
|
+
readonly type: "error";
|
|
1871
|
+
readonly inputs: readonly [];
|
|
1872
|
+
readonly name: "ERC1967NonPayable";
|
|
1873
|
+
}, {
|
|
1874
|
+
readonly type: "error";
|
|
1875
|
+
readonly inputs: readonly [{
|
|
1876
|
+
readonly name: "deadline";
|
|
1877
|
+
readonly internalType: "uint256";
|
|
1878
|
+
readonly type: "uint256";
|
|
1879
|
+
}];
|
|
1880
|
+
readonly name: "ERC2612ExpiredSignature";
|
|
1881
|
+
}, {
|
|
1882
|
+
readonly type: "error";
|
|
1883
|
+
readonly inputs: readonly [];
|
|
1884
|
+
readonly name: "FailedInnerCall";
|
|
1885
|
+
}, {
|
|
1886
|
+
readonly type: "error";
|
|
1887
|
+
readonly inputs: readonly [{
|
|
1888
|
+
readonly name: "wrongDestinationChainId";
|
|
1889
|
+
readonly internalType: "uint256";
|
|
1890
|
+
readonly type: "uint256";
|
|
1891
|
+
}];
|
|
1892
|
+
readonly name: "IncorrectDestinationChain";
|
|
1893
|
+
}, {
|
|
1894
|
+
readonly type: "error";
|
|
1895
|
+
readonly inputs: readonly [{
|
|
1896
|
+
readonly name: "account";
|
|
1897
|
+
readonly internalType: "address";
|
|
1898
|
+
readonly type: "address";
|
|
1899
|
+
}, {
|
|
1900
|
+
readonly name: "currentNonce";
|
|
1901
|
+
readonly internalType: "bytes32";
|
|
1902
|
+
readonly type: "bytes32";
|
|
1903
|
+
}];
|
|
1904
|
+
readonly name: "InvalidAccountNonce";
|
|
1905
|
+
}, {
|
|
1906
|
+
readonly type: "error";
|
|
1907
|
+
readonly inputs: readonly [];
|
|
1908
|
+
readonly name: "InvalidInitialization";
|
|
1909
|
+
}, {
|
|
1910
|
+
readonly type: "error";
|
|
1911
|
+
readonly inputs: readonly [];
|
|
1912
|
+
readonly name: "InvalidSignature";
|
|
1913
|
+
}, {
|
|
1914
|
+
readonly type: "error";
|
|
1915
|
+
readonly inputs: readonly [];
|
|
1916
|
+
readonly name: "NotInitializing";
|
|
1917
|
+
}, {
|
|
1918
|
+
readonly type: "error";
|
|
1919
|
+
readonly inputs: readonly [{
|
|
1920
|
+
readonly name: "owner";
|
|
1921
|
+
readonly internalType: "address";
|
|
1922
|
+
readonly type: "address";
|
|
1923
|
+
}];
|
|
1924
|
+
readonly name: "OwnableInvalidOwner";
|
|
1925
|
+
}, {
|
|
1926
|
+
readonly type: "error";
|
|
1927
|
+
readonly inputs: readonly [{
|
|
1928
|
+
readonly name: "account";
|
|
1929
|
+
readonly internalType: "address";
|
|
1930
|
+
readonly type: "address";
|
|
1931
|
+
}];
|
|
1932
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
1933
|
+
}, {
|
|
1934
|
+
readonly type: "error";
|
|
1935
|
+
readonly inputs: readonly [];
|
|
1936
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
1937
|
+
}, {
|
|
1938
|
+
readonly type: "error";
|
|
1939
|
+
readonly inputs: readonly [{
|
|
1940
|
+
readonly name: "slot";
|
|
1941
|
+
readonly internalType: "bytes32";
|
|
1942
|
+
readonly type: "bytes32";
|
|
1943
|
+
}];
|
|
1944
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
1945
|
+
}, {
|
|
1946
|
+
readonly type: "error";
|
|
1947
|
+
readonly inputs: readonly [{
|
|
1948
|
+
readonly name: "currentName";
|
|
1949
|
+
readonly internalType: "string";
|
|
1950
|
+
readonly type: "string";
|
|
1951
|
+
}, {
|
|
1952
|
+
readonly name: "newName";
|
|
1953
|
+
readonly internalType: "string";
|
|
1954
|
+
readonly type: "string";
|
|
1955
|
+
}];
|
|
1956
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
1957
|
+
}, {
|
|
1958
|
+
readonly type: "error";
|
|
1959
|
+
readonly inputs: readonly [{
|
|
1960
|
+
readonly name: "target";
|
|
1961
|
+
readonly internalType: "address";
|
|
1962
|
+
readonly type: "address";
|
|
1963
|
+
}];
|
|
1964
|
+
readonly name: "AddressEmptyCode";
|
|
1965
|
+
}, {
|
|
1966
|
+
readonly type: "error";
|
|
1967
|
+
readonly inputs: readonly [{
|
|
1968
|
+
readonly name: "account";
|
|
1969
|
+
readonly internalType: "address";
|
|
1970
|
+
readonly type: "address";
|
|
1971
|
+
}];
|
|
1972
|
+
readonly name: "AddressInsufficientBalance";
|
|
1973
|
+
}, {
|
|
1974
|
+
readonly type: "error";
|
|
1975
|
+
readonly inputs: readonly [];
|
|
1976
|
+
readonly name: "AddressZero";
|
|
1977
|
+
}, {
|
|
1978
|
+
readonly type: "error";
|
|
1979
|
+
readonly inputs: readonly [];
|
|
1980
|
+
readonly name: "ERC1167FailedCreateClone";
|
|
1981
|
+
}, {
|
|
1982
|
+
readonly type: "error";
|
|
1983
|
+
readonly inputs: readonly [{
|
|
1984
|
+
readonly name: "implementation";
|
|
1985
|
+
readonly internalType: "address";
|
|
1986
|
+
readonly type: "address";
|
|
1987
|
+
}];
|
|
1988
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
1989
|
+
}, {
|
|
1990
|
+
readonly type: "error";
|
|
1991
|
+
readonly inputs: readonly [];
|
|
1992
|
+
readonly name: "ERC1967NonPayable";
|
|
1993
|
+
}, {
|
|
1994
|
+
readonly type: "error";
|
|
1995
|
+
readonly inputs: readonly [];
|
|
1996
|
+
readonly name: "EndTimeCannotBeInThePast";
|
|
1997
|
+
}, {
|
|
1998
|
+
readonly type: "error";
|
|
1999
|
+
readonly inputs: readonly [];
|
|
2000
|
+
readonly name: "FailedInnerCall";
|
|
2001
|
+
}, {
|
|
2002
|
+
readonly type: "error";
|
|
2003
|
+
readonly inputs: readonly [];
|
|
2004
|
+
readonly name: "InsufficientFunds";
|
|
2005
|
+
}, {
|
|
2006
|
+
readonly type: "error";
|
|
2007
|
+
readonly inputs: readonly [];
|
|
2008
|
+
readonly name: "InvalidInitialization";
|
|
2009
|
+
}, {
|
|
2010
|
+
readonly type: "error";
|
|
2011
|
+
readonly inputs: readonly [];
|
|
2012
|
+
readonly name: "MarketAlreadyLaunched";
|
|
2013
|
+
}, {
|
|
2014
|
+
readonly type: "error";
|
|
2015
|
+
readonly inputs: readonly [];
|
|
2016
|
+
readonly name: "MarketMinimumNotReached";
|
|
2017
|
+
}, {
|
|
2018
|
+
readonly type: "error";
|
|
2019
|
+
readonly inputs: readonly [];
|
|
2020
|
+
readonly name: "MinimumMarketEthNotMet";
|
|
2021
|
+
}, {
|
|
2022
|
+
readonly type: "error";
|
|
2023
|
+
readonly inputs: readonly [];
|
|
2024
|
+
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
2025
|
+
}, {
|
|
2026
|
+
readonly type: "error";
|
|
2027
|
+
readonly inputs: readonly [];
|
|
2028
|
+
readonly name: "NotInitializing";
|
|
2029
|
+
}, {
|
|
2030
|
+
readonly type: "error";
|
|
2031
|
+
readonly inputs: readonly [];
|
|
2032
|
+
readonly name: "OnlyZoraRewardRecipient";
|
|
2033
|
+
}, {
|
|
2034
|
+
readonly type: "error";
|
|
2035
|
+
readonly inputs: readonly [{
|
|
2036
|
+
readonly name: "owner";
|
|
2037
|
+
readonly internalType: "address";
|
|
2038
|
+
readonly type: "address";
|
|
2039
|
+
}];
|
|
2040
|
+
readonly name: "OwnableInvalidOwner";
|
|
2041
|
+
}, {
|
|
2042
|
+
readonly type: "error";
|
|
2043
|
+
readonly inputs: readonly [{
|
|
2044
|
+
readonly name: "account";
|
|
2045
|
+
readonly internalType: "address";
|
|
2046
|
+
readonly type: "address";
|
|
2047
|
+
}];
|
|
2048
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
2049
|
+
}, {
|
|
2050
|
+
readonly type: "error";
|
|
2051
|
+
readonly inputs: readonly [];
|
|
2052
|
+
readonly name: "ReentrancyGuardReentrantCall";
|
|
2053
|
+
}, {
|
|
2054
|
+
readonly type: "error";
|
|
2055
|
+
readonly inputs: readonly [];
|
|
2056
|
+
readonly name: "RequestMintInvalidUseMint";
|
|
2057
|
+
}, {
|
|
2058
|
+
readonly type: "error";
|
|
2059
|
+
readonly inputs: readonly [];
|
|
2060
|
+
readonly name: "ResetSaleNotAvailable";
|
|
2061
|
+
}, {
|
|
2062
|
+
readonly type: "error";
|
|
2063
|
+
readonly inputs: readonly [];
|
|
2064
|
+
readonly name: "SaleAlreadySet";
|
|
2065
|
+
}, {
|
|
2066
|
+
readonly type: "error";
|
|
2067
|
+
readonly inputs: readonly [];
|
|
2068
|
+
readonly name: "SaleEnded";
|
|
2069
|
+
}, {
|
|
2070
|
+
readonly type: "error";
|
|
2071
|
+
readonly inputs: readonly [];
|
|
2072
|
+
readonly name: "SaleHasNotStarted";
|
|
2073
|
+
}, {
|
|
2074
|
+
readonly type: "error";
|
|
2075
|
+
readonly inputs: readonly [];
|
|
2076
|
+
readonly name: "SaleInProgress";
|
|
2077
|
+
}, {
|
|
2078
|
+
readonly type: "error";
|
|
2079
|
+
readonly inputs: readonly [];
|
|
2080
|
+
readonly name: "SaleNotSet";
|
|
2081
|
+
}, {
|
|
2082
|
+
readonly type: "error";
|
|
2083
|
+
readonly inputs: readonly [];
|
|
2084
|
+
readonly name: "SaleV2AlreadyStarted";
|
|
2085
|
+
}, {
|
|
2086
|
+
readonly type: "error";
|
|
2087
|
+
readonly inputs: readonly [];
|
|
2088
|
+
readonly name: "SaleV2Ended";
|
|
2089
|
+
}, {
|
|
2090
|
+
readonly type: "error";
|
|
2091
|
+
readonly inputs: readonly [];
|
|
2092
|
+
readonly name: "SaleV2NotSet";
|
|
2093
|
+
}, {
|
|
2094
|
+
readonly type: "error";
|
|
2095
|
+
readonly inputs: readonly [];
|
|
2096
|
+
readonly name: "StartTimeCannotBeAfterEndTime";
|
|
2097
|
+
}, {
|
|
2098
|
+
readonly type: "error";
|
|
2099
|
+
readonly inputs: readonly [];
|
|
2100
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
2101
|
+
}, {
|
|
2102
|
+
readonly type: "error";
|
|
2103
|
+
readonly inputs: readonly [{
|
|
2104
|
+
readonly name: "slot";
|
|
2105
|
+
readonly internalType: "bytes32";
|
|
2106
|
+
readonly type: "bytes32";
|
|
2107
|
+
}];
|
|
2108
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
2109
|
+
}, {
|
|
2110
|
+
readonly type: "error";
|
|
2111
|
+
readonly inputs: readonly [];
|
|
2112
|
+
readonly name: "WrongValueSent";
|
|
2113
|
+
}, {
|
|
2114
|
+
readonly type: "error";
|
|
2115
|
+
readonly inputs: readonly [];
|
|
2116
|
+
readonly name: "ZoraCreator1155ContractNeedsToSupportReduceSupply";
|
|
2117
|
+
}, {
|
|
2118
|
+
readonly type: "error";
|
|
2119
|
+
readonly inputs: readonly [];
|
|
2120
|
+
readonly name: "ADDRESS_DELEGATECALL_TO_NON_CONTRACT";
|
|
2121
|
+
}, {
|
|
2122
|
+
readonly type: "error";
|
|
2123
|
+
readonly inputs: readonly [];
|
|
2124
|
+
readonly name: "ADDRESS_LOW_LEVEL_CALL_FAILED";
|
|
2125
|
+
}, {
|
|
2126
|
+
readonly type: "error";
|
|
2127
|
+
readonly inputs: readonly [{
|
|
2128
|
+
readonly name: "operator";
|
|
2129
|
+
readonly internalType: "address";
|
|
2130
|
+
readonly type: "address";
|
|
2131
|
+
}, {
|
|
2132
|
+
readonly name: "user";
|
|
2133
|
+
readonly internalType: "address";
|
|
2134
|
+
readonly type: "address";
|
|
2135
|
+
}];
|
|
2136
|
+
readonly name: "Burn_NotOwnerOrApproved";
|
|
2137
|
+
}, {
|
|
2138
|
+
readonly type: "error";
|
|
2139
|
+
readonly inputs: readonly [];
|
|
2140
|
+
readonly name: "CREATOR_FUNDS_RECIPIENT_NOT_SET";
|
|
2141
|
+
}, {
|
|
2142
|
+
readonly type: "error";
|
|
2143
|
+
readonly inputs: readonly [{
|
|
2144
|
+
readonly name: "reason";
|
|
2145
|
+
readonly internalType: "bytes";
|
|
2146
|
+
readonly type: "bytes";
|
|
2147
|
+
}];
|
|
2148
|
+
readonly name: "CallFailed";
|
|
2149
|
+
}, {
|
|
2150
|
+
readonly type: "error";
|
|
2151
|
+
readonly inputs: readonly [];
|
|
2152
|
+
readonly name: "Call_TokenIdMismatch";
|
|
2153
|
+
}, {
|
|
2154
|
+
readonly type: "error";
|
|
2155
|
+
readonly inputs: readonly [];
|
|
2156
|
+
readonly name: "CallerNotZoraCreator1155";
|
|
2157
|
+
}, {
|
|
2158
|
+
readonly type: "error";
|
|
2159
|
+
readonly inputs: readonly [];
|
|
2160
|
+
readonly name: "CanOnlyReduceMaxSupply";
|
|
2161
|
+
}, {
|
|
2162
|
+
readonly type: "error";
|
|
2163
|
+
readonly inputs: readonly [{
|
|
2164
|
+
readonly name: "tokenId";
|
|
2165
|
+
readonly internalType: "uint256";
|
|
2166
|
+
readonly type: "uint256";
|
|
2167
|
+
}, {
|
|
2168
|
+
readonly name: "quantity";
|
|
2169
|
+
readonly internalType: "uint256";
|
|
2170
|
+
readonly type: "uint256";
|
|
2171
|
+
}, {
|
|
2172
|
+
readonly name: "totalMinted";
|
|
2173
|
+
readonly internalType: "uint256";
|
|
2174
|
+
readonly type: "uint256";
|
|
2175
|
+
}, {
|
|
2176
|
+
readonly name: "maxSupply";
|
|
2177
|
+
readonly internalType: "uint256";
|
|
2178
|
+
readonly type: "uint256";
|
|
2179
|
+
}];
|
|
2180
|
+
readonly name: "CannotMintMoreTokens";
|
|
2181
|
+
}, {
|
|
2182
|
+
readonly type: "error";
|
|
2183
|
+
readonly inputs: readonly [];
|
|
2184
|
+
readonly name: "CannotReduceMaxSupplyBelowMinted";
|
|
2185
|
+
}, {
|
|
2186
|
+
readonly type: "error";
|
|
2187
|
+
readonly inputs: readonly [{
|
|
2188
|
+
readonly name: "proposedAddress";
|
|
2189
|
+
readonly internalType: "address";
|
|
2190
|
+
readonly type: "address";
|
|
2191
|
+
}];
|
|
2192
|
+
readonly name: "Config_TransferHookNotSupported";
|
|
2193
|
+
}, {
|
|
2194
|
+
readonly type: "error";
|
|
2195
|
+
readonly inputs: readonly [];
|
|
2196
|
+
readonly name: "ERC1155_ACCOUNTS_AND_IDS_LENGTH_MISMATCH";
|
|
2197
|
+
}, {
|
|
2198
|
+
readonly type: "error";
|
|
2199
|
+
readonly inputs: readonly [];
|
|
2200
|
+
readonly name: "ERC1155_ADDRESS_ZERO_IS_NOT_A_VALID_OWNER";
|
|
2201
|
+
}, {
|
|
2202
|
+
readonly type: "error";
|
|
2203
|
+
readonly inputs: readonly [];
|
|
2204
|
+
readonly name: "ERC1155_BURN_AMOUNT_EXCEEDS_BALANCE";
|
|
2205
|
+
}, {
|
|
2206
|
+
readonly type: "error";
|
|
2207
|
+
readonly inputs: readonly [];
|
|
2208
|
+
readonly name: "ERC1155_BURN_FROM_ZERO_ADDRESS";
|
|
2209
|
+
}, {
|
|
2210
|
+
readonly type: "error";
|
|
2211
|
+
readonly inputs: readonly [];
|
|
2212
|
+
readonly name: "ERC1155_CALLER_IS_NOT_TOKEN_OWNER_OR_APPROVED";
|
|
2213
|
+
}, {
|
|
2214
|
+
readonly type: "error";
|
|
2215
|
+
readonly inputs: readonly [];
|
|
2216
|
+
readonly name: "ERC1155_ERC1155RECEIVER_REJECTED_TOKENS";
|
|
2217
|
+
}, {
|
|
2218
|
+
readonly type: "error";
|
|
2219
|
+
readonly inputs: readonly [];
|
|
2220
|
+
readonly name: "ERC1155_IDS_AND_AMOUNTS_LENGTH_MISMATCH";
|
|
2221
|
+
}, {
|
|
2222
|
+
readonly type: "error";
|
|
2223
|
+
readonly inputs: readonly [];
|
|
2224
|
+
readonly name: "ERC1155_INSUFFICIENT_BALANCE_FOR_TRANSFER";
|
|
2225
|
+
}, {
|
|
2226
|
+
readonly type: "error";
|
|
2227
|
+
readonly inputs: readonly [];
|
|
2228
|
+
readonly name: "ERC1155_MINT_TO_ZERO_ADDRESS";
|
|
2229
|
+
}, {
|
|
2230
|
+
readonly type: "error";
|
|
2231
|
+
readonly inputs: readonly [];
|
|
2232
|
+
readonly name: "ERC1155_MINT_TO_ZERO_ADDRESS";
|
|
2233
|
+
}, {
|
|
2234
|
+
readonly type: "error";
|
|
2235
|
+
readonly inputs: readonly [];
|
|
2236
|
+
readonly name: "ERC1155_SETTING_APPROVAL_FOR_SELF";
|
|
2237
|
+
}, {
|
|
2238
|
+
readonly type: "error";
|
|
2239
|
+
readonly inputs: readonly [];
|
|
2240
|
+
readonly name: "ERC1155_TRANSFER_TO_NON_ERC1155RECEIVER_IMPLEMENTER";
|
|
2241
|
+
}, {
|
|
2242
|
+
readonly type: "error";
|
|
2243
|
+
readonly inputs: readonly [];
|
|
2244
|
+
readonly name: "ERC1155_TRANSFER_TO_ZERO_ADDRESS";
|
|
2245
|
+
}, {
|
|
2246
|
+
readonly type: "error";
|
|
2247
|
+
readonly inputs: readonly [];
|
|
2248
|
+
readonly name: "ERC1967_NEW_IMPL_NOT_CONTRACT";
|
|
2249
|
+
}, {
|
|
2250
|
+
readonly type: "error";
|
|
2251
|
+
readonly inputs: readonly [];
|
|
2252
|
+
readonly name: "ERC1967_NEW_IMPL_NOT_UUPS";
|
|
2253
|
+
}, {
|
|
2254
|
+
readonly type: "error";
|
|
2255
|
+
readonly inputs: readonly [];
|
|
2256
|
+
readonly name: "ERC1967_UNSUPPORTED_PROXIABLEUUID";
|
|
2257
|
+
}, {
|
|
2258
|
+
readonly type: "error";
|
|
2259
|
+
readonly inputs: readonly [{
|
|
2260
|
+
readonly name: "recipient";
|
|
2261
|
+
readonly internalType: "address";
|
|
2262
|
+
readonly type: "address";
|
|
2263
|
+
}, {
|
|
2264
|
+
readonly name: "amount";
|
|
2265
|
+
readonly internalType: "uint256";
|
|
2266
|
+
readonly type: "uint256";
|
|
2267
|
+
}];
|
|
2268
|
+
readonly name: "ETHWithdrawFailed";
|
|
2269
|
+
}, {
|
|
2270
|
+
readonly type: "error";
|
|
2271
|
+
readonly inputs: readonly [];
|
|
2272
|
+
readonly name: "FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY";
|
|
2273
|
+
}, {
|
|
2274
|
+
readonly type: "error";
|
|
2275
|
+
readonly inputs: readonly [];
|
|
2276
|
+
readonly name: "FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL";
|
|
2277
|
+
}, {
|
|
2278
|
+
readonly type: "error";
|
|
2279
|
+
readonly inputs: readonly [];
|
|
2280
|
+
readonly name: "FirstMinterAddressZero";
|
|
2281
|
+
}, {
|
|
2282
|
+
readonly type: "error";
|
|
2283
|
+
readonly inputs: readonly [{
|
|
2284
|
+
readonly name: "amount";
|
|
2285
|
+
readonly internalType: "uint256";
|
|
2286
|
+
readonly type: "uint256";
|
|
2287
|
+
}, {
|
|
2288
|
+
readonly name: "contractValue";
|
|
2289
|
+
readonly internalType: "uint256";
|
|
2290
|
+
readonly type: "uint256";
|
|
2291
|
+
}];
|
|
2292
|
+
readonly name: "FundsWithdrawInsolvent";
|
|
2293
|
+
}, {
|
|
2294
|
+
readonly type: "error";
|
|
2295
|
+
readonly inputs: readonly [];
|
|
2296
|
+
readonly name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED";
|
|
2297
|
+
}, {
|
|
2298
|
+
readonly type: "error";
|
|
2299
|
+
readonly inputs: readonly [];
|
|
2300
|
+
readonly name: "INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING";
|
|
2301
|
+
}, {
|
|
2302
|
+
readonly type: "error";
|
|
2303
|
+
readonly inputs: readonly [];
|
|
2304
|
+
readonly name: "INVALID_ADDRESS_ZERO";
|
|
2305
|
+
}, {
|
|
2306
|
+
readonly type: "error";
|
|
2307
|
+
readonly inputs: readonly [];
|
|
2308
|
+
readonly name: "INVALID_ETH_AMOUNT";
|
|
2309
|
+
}, {
|
|
2310
|
+
readonly type: "error";
|
|
2311
|
+
readonly inputs: readonly [{
|
|
2312
|
+
readonly name: "mintTo";
|
|
2313
|
+
readonly internalType: "address";
|
|
2314
|
+
readonly type: "address";
|
|
2315
|
+
}, {
|
|
2316
|
+
readonly name: "merkleProof";
|
|
2317
|
+
readonly internalType: "bytes32[]";
|
|
2318
|
+
readonly type: "bytes32[]";
|
|
2319
|
+
}, {
|
|
2320
|
+
readonly name: "merkleRoot";
|
|
2321
|
+
readonly internalType: "bytes32";
|
|
2322
|
+
readonly type: "bytes32";
|
|
2323
|
+
}];
|
|
2324
|
+
readonly name: "InvalidMerkleProof";
|
|
2325
|
+
}, {
|
|
2326
|
+
readonly type: "error";
|
|
2327
|
+
readonly inputs: readonly [];
|
|
2328
|
+
readonly name: "InvalidMintSchedule";
|
|
2329
|
+
}, {
|
|
2330
|
+
readonly type: "error";
|
|
2331
|
+
readonly inputs: readonly [];
|
|
2332
|
+
readonly name: "InvalidMintSchedule";
|
|
2333
|
+
}, {
|
|
2334
|
+
readonly type: "error";
|
|
2335
|
+
readonly inputs: readonly [];
|
|
2336
|
+
readonly name: "InvalidPremintVersion";
|
|
2337
|
+
}, {
|
|
2338
|
+
readonly type: "error";
|
|
2339
|
+
readonly inputs: readonly [];
|
|
2340
|
+
readonly name: "InvalidSignature";
|
|
2341
|
+
}, {
|
|
2342
|
+
readonly type: "error";
|
|
2343
|
+
readonly inputs: readonly [];
|
|
2344
|
+
readonly name: "InvalidSignatureVersion";
|
|
2345
|
+
}, {
|
|
2346
|
+
readonly type: "error";
|
|
2347
|
+
readonly inputs: readonly [{
|
|
2348
|
+
readonly name: "magicValue";
|
|
2349
|
+
readonly internalType: "bytes4";
|
|
2350
|
+
readonly type: "bytes4";
|
|
2351
|
+
}];
|
|
2352
|
+
readonly name: "InvalidSigner";
|
|
2353
|
+
}, {
|
|
2354
|
+
readonly type: "error";
|
|
2355
|
+
readonly inputs: readonly [];
|
|
2356
|
+
readonly name: "MintNotYetStarted";
|
|
2357
|
+
}, {
|
|
2358
|
+
readonly type: "error";
|
|
2359
|
+
readonly inputs: readonly [];
|
|
2360
|
+
readonly name: "Mint_InsolventSaleTransfer";
|
|
2361
|
+
}, {
|
|
2362
|
+
readonly type: "error";
|
|
2363
|
+
readonly inputs: readonly [];
|
|
2364
|
+
readonly name: "Mint_InvalidMintArrayLength";
|
|
2365
|
+
}, {
|
|
2366
|
+
readonly type: "error";
|
|
2367
|
+
readonly inputs: readonly [];
|
|
2368
|
+
readonly name: "Mint_TokenIDMintNotAllowed";
|
|
2369
|
+
}, {
|
|
2370
|
+
readonly type: "error";
|
|
2371
|
+
readonly inputs: readonly [];
|
|
2372
|
+
readonly name: "Mint_UnknownCommand";
|
|
2373
|
+
}, {
|
|
2374
|
+
readonly type: "error";
|
|
2375
|
+
readonly inputs: readonly [];
|
|
2376
|
+
readonly name: "Mint_ValueTransferFail";
|
|
2377
|
+
}, {
|
|
2378
|
+
readonly type: "error";
|
|
2379
|
+
readonly inputs: readonly [];
|
|
2380
|
+
readonly name: "MinterContractAlreadyExists";
|
|
2381
|
+
}, {
|
|
2382
|
+
readonly type: "error";
|
|
2383
|
+
readonly inputs: readonly [];
|
|
2384
|
+
readonly name: "MinterContractDoesNotExist";
|
|
2385
|
+
}, {
|
|
2386
|
+
readonly type: "error";
|
|
2387
|
+
readonly inputs: readonly [];
|
|
2388
|
+
readonly name: "NewOwnerNeedsToBeAdmin";
|
|
2389
|
+
}, {
|
|
2390
|
+
readonly type: "error";
|
|
2391
|
+
readonly inputs: readonly [{
|
|
2392
|
+
readonly name: "tokenId";
|
|
2393
|
+
readonly internalType: "uint256";
|
|
2394
|
+
readonly type: "uint256";
|
|
2395
|
+
}];
|
|
2396
|
+
readonly name: "NoRendererForToken";
|
|
2397
|
+
}, {
|
|
2398
|
+
readonly type: "error";
|
|
2399
|
+
readonly inputs: readonly [];
|
|
2400
|
+
readonly name: "NonEthRedemption";
|
|
2401
|
+
}, {
|
|
2402
|
+
readonly type: "error";
|
|
2403
|
+
readonly inputs: readonly [];
|
|
2404
|
+
readonly name: "ONLY_CREATE_REFERRAL";
|
|
2405
|
+
}, {
|
|
2406
|
+
readonly type: "error";
|
|
2407
|
+
readonly inputs: readonly [];
|
|
2408
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
2409
|
+
}, {
|
|
2410
|
+
readonly type: "error";
|
|
2411
|
+
readonly inputs: readonly [];
|
|
2412
|
+
readonly name: "PremintDeleted";
|
|
2413
|
+
}, {
|
|
2414
|
+
readonly type: "error";
|
|
2415
|
+
readonly inputs: readonly [{
|
|
2416
|
+
readonly name: "caller";
|
|
2417
|
+
readonly internalType: "address";
|
|
2418
|
+
readonly type: "address";
|
|
2419
|
+
}, {
|
|
2420
|
+
readonly name: "recipient";
|
|
2421
|
+
readonly internalType: "address";
|
|
2422
|
+
readonly type: "address";
|
|
2423
|
+
}, {
|
|
2424
|
+
readonly name: "amount";
|
|
2425
|
+
readonly internalType: "uint256";
|
|
2426
|
+
readonly type: "uint256";
|
|
2427
|
+
}];
|
|
2428
|
+
readonly name: "ProtocolRewardsWithdrawFailed";
|
|
2429
|
+
}, {
|
|
2430
|
+
readonly type: "error";
|
|
2431
|
+
readonly inputs: readonly [{
|
|
2432
|
+
readonly name: "renderer";
|
|
2433
|
+
readonly internalType: "address";
|
|
2434
|
+
readonly type: "address";
|
|
2435
|
+
}];
|
|
2436
|
+
readonly name: "RendererNotValid";
|
|
2437
|
+
}, {
|
|
2438
|
+
readonly type: "error";
|
|
2439
|
+
readonly inputs: readonly [];
|
|
2440
|
+
readonly name: "Renderer_NotValidRendererContract";
|
|
2441
|
+
}, {
|
|
2442
|
+
readonly type: "error";
|
|
2443
|
+
readonly inputs: readonly [];
|
|
2444
|
+
readonly name: "SaleEnded";
|
|
2445
|
+
}, {
|
|
2446
|
+
readonly type: "error";
|
|
2447
|
+
readonly inputs: readonly [];
|
|
2448
|
+
readonly name: "SaleHasNotStarted";
|
|
2449
|
+
}, {
|
|
2450
|
+
readonly type: "error";
|
|
2451
|
+
readonly inputs: readonly [{
|
|
2452
|
+
readonly name: "targetContract";
|
|
2453
|
+
readonly internalType: "address";
|
|
2454
|
+
readonly type: "address";
|
|
2455
|
+
}];
|
|
2456
|
+
readonly name: "Sale_CannotCallNonSalesContract";
|
|
2457
|
+
}, {
|
|
2458
|
+
readonly type: "error";
|
|
2459
|
+
readonly inputs: readonly [{
|
|
2460
|
+
readonly name: "expected";
|
|
2461
|
+
readonly internalType: "uint256";
|
|
2462
|
+
readonly type: "uint256";
|
|
2463
|
+
}, {
|
|
2464
|
+
readonly name: "actual";
|
|
2465
|
+
readonly internalType: "uint256";
|
|
2466
|
+
readonly type: "uint256";
|
|
2467
|
+
}];
|
|
2468
|
+
readonly name: "TokenIdMismatch";
|
|
2469
|
+
}, {
|
|
2470
|
+
readonly type: "error";
|
|
2471
|
+
readonly inputs: readonly [];
|
|
2472
|
+
readonly name: "UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL";
|
|
2473
|
+
}, {
|
|
2474
|
+
readonly type: "error";
|
|
2475
|
+
readonly inputs: readonly [{
|
|
2476
|
+
readonly name: "user";
|
|
2477
|
+
readonly internalType: "address";
|
|
2478
|
+
readonly type: "address";
|
|
2479
|
+
}, {
|
|
2480
|
+
readonly name: "limit";
|
|
2481
|
+
readonly internalType: "uint256";
|
|
2482
|
+
readonly type: "uint256";
|
|
2483
|
+
}, {
|
|
2484
|
+
readonly name: "requestedAmount";
|
|
2485
|
+
readonly internalType: "uint256";
|
|
2486
|
+
readonly type: "uint256";
|
|
2487
|
+
}];
|
|
2488
|
+
readonly name: "UserExceedsMintLimit";
|
|
2489
|
+
}, {
|
|
2490
|
+
readonly type: "error";
|
|
2491
|
+
readonly inputs: readonly [{
|
|
2492
|
+
readonly name: "user";
|
|
2493
|
+
readonly internalType: "address";
|
|
2494
|
+
readonly type: "address";
|
|
2495
|
+
}, {
|
|
2496
|
+
readonly name: "tokenId";
|
|
2497
|
+
readonly internalType: "uint256";
|
|
2498
|
+
readonly type: "uint256";
|
|
2499
|
+
}, {
|
|
2500
|
+
readonly name: "role";
|
|
2501
|
+
readonly internalType: "uint256";
|
|
2502
|
+
readonly type: "uint256";
|
|
2503
|
+
}];
|
|
2504
|
+
readonly name: "UserMissingRoleForToken";
|
|
2505
|
+
}, {
|
|
2506
|
+
readonly type: "error";
|
|
2507
|
+
readonly inputs: readonly [];
|
|
2508
|
+
readonly name: "WrongValueSent";
|
|
2509
|
+
}, {
|
|
2510
|
+
readonly type: "error";
|
|
2511
|
+
readonly inputs: readonly [];
|
|
2512
|
+
readonly name: "premintSignerContractFailedToRecoverSigner";
|
|
2513
|
+
}, {
|
|
2514
|
+
readonly type: "error";
|
|
2515
|
+
readonly inputs: readonly [];
|
|
2516
|
+
readonly name: "premintSignerContractNotAContract";
|
|
2517
|
+
}, {
|
|
2518
|
+
readonly type: "error";
|
|
2519
|
+
readonly inputs: readonly [];
|
|
2520
|
+
readonly name: "AccessControlBadConfirmation";
|
|
2521
|
+
}, {
|
|
2522
|
+
readonly type: "error";
|
|
2523
|
+
readonly inputs: readonly [{
|
|
2524
|
+
readonly name: "account";
|
|
2525
|
+
readonly internalType: "address";
|
|
2526
|
+
readonly type: "address";
|
|
2527
|
+
}, {
|
|
2528
|
+
readonly name: "neededRole";
|
|
2529
|
+
readonly internalType: "bytes32";
|
|
2530
|
+
readonly type: "bytes32";
|
|
2531
|
+
}];
|
|
2532
|
+
readonly name: "AccessControlUnauthorizedAccount";
|
|
2533
|
+
}, {
|
|
2534
|
+
readonly type: "error";
|
|
2535
|
+
readonly inputs: readonly [{
|
|
2536
|
+
readonly name: "target";
|
|
2537
|
+
readonly internalType: "address";
|
|
2538
|
+
readonly type: "address";
|
|
2539
|
+
}];
|
|
2540
|
+
readonly name: "AddressEmptyCode";
|
|
2541
|
+
}, {
|
|
2542
|
+
readonly type: "error";
|
|
2543
|
+
readonly inputs: readonly [];
|
|
2544
|
+
readonly name: "AddressZero";
|
|
2545
|
+
}, {
|
|
2546
|
+
readonly type: "error";
|
|
2547
|
+
readonly inputs: readonly [];
|
|
2548
|
+
readonly name: "ArrayLengthMismatch";
|
|
2549
|
+
}, {
|
|
2550
|
+
readonly type: "error";
|
|
2551
|
+
readonly inputs: readonly [];
|
|
2552
|
+
readonly name: "CannotSparkOwnComment";
|
|
2553
|
+
}, {
|
|
2554
|
+
readonly type: "error";
|
|
2555
|
+
readonly inputs: readonly [{
|
|
2556
|
+
readonly name: "commentAddress";
|
|
2557
|
+
readonly internalType: "address";
|
|
2558
|
+
readonly type: "address";
|
|
2559
|
+
}, {
|
|
2560
|
+
readonly name: "commentTokenId";
|
|
2561
|
+
readonly internalType: "uint256";
|
|
2562
|
+
readonly type: "uint256";
|
|
2563
|
+
}, {
|
|
2564
|
+
readonly name: "replyAddress";
|
|
2565
|
+
readonly internalType: "address";
|
|
2566
|
+
readonly type: "address";
|
|
2567
|
+
}, {
|
|
2568
|
+
readonly name: "replyTokenId";
|
|
2569
|
+
readonly internalType: "uint256";
|
|
2570
|
+
readonly type: "uint256";
|
|
2571
|
+
}];
|
|
2572
|
+
readonly name: "CommentAddressOrTokenIdsDoNotMatch";
|
|
2573
|
+
}, {
|
|
2574
|
+
readonly type: "error";
|
|
2575
|
+
readonly inputs: readonly [];
|
|
2576
|
+
readonly name: "CommentDoesntExist";
|
|
2577
|
+
}, {
|
|
2578
|
+
readonly type: "error";
|
|
2579
|
+
readonly inputs: readonly [{
|
|
2580
|
+
readonly name: "expected";
|
|
2581
|
+
readonly internalType: "address";
|
|
2582
|
+
readonly type: "address";
|
|
2583
|
+
}, {
|
|
2584
|
+
readonly name: "actual";
|
|
2585
|
+
readonly internalType: "address";
|
|
2586
|
+
readonly type: "address";
|
|
2587
|
+
}];
|
|
2588
|
+
readonly name: "CommenterMismatch";
|
|
2589
|
+
}, {
|
|
2590
|
+
readonly type: "error";
|
|
2591
|
+
readonly inputs: readonly [{
|
|
2592
|
+
readonly name: "commentId";
|
|
2593
|
+
readonly internalType: "bytes32";
|
|
2594
|
+
readonly type: "bytes32";
|
|
2595
|
+
}];
|
|
2596
|
+
readonly name: "DuplicateComment";
|
|
2597
|
+
}, {
|
|
2598
|
+
readonly type: "error";
|
|
2599
|
+
readonly inputs: readonly [{
|
|
2600
|
+
readonly name: "implementation";
|
|
2601
|
+
readonly internalType: "address";
|
|
2602
|
+
readonly type: "address";
|
|
2603
|
+
}];
|
|
2604
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
2605
|
+
}, {
|
|
2606
|
+
readonly type: "error";
|
|
2607
|
+
readonly inputs: readonly [];
|
|
2608
|
+
readonly name: "ERC1967NonPayable";
|
|
2609
|
+
}, {
|
|
2610
|
+
readonly type: "error";
|
|
2611
|
+
readonly inputs: readonly [{
|
|
2612
|
+
readonly name: "deadline";
|
|
2613
|
+
readonly internalType: "uint256";
|
|
2614
|
+
readonly type: "uint256";
|
|
2615
|
+
}];
|
|
2616
|
+
readonly name: "ERC2612ExpiredSignature";
|
|
2617
|
+
}, {
|
|
2618
|
+
readonly type: "error";
|
|
2619
|
+
readonly inputs: readonly [];
|
|
2620
|
+
readonly name: "EmptyComment";
|
|
2621
|
+
}, {
|
|
2622
|
+
readonly type: "error";
|
|
2623
|
+
readonly inputs: readonly [];
|
|
2624
|
+
readonly name: "FailedInnerCall";
|
|
2625
|
+
}, {
|
|
2626
|
+
readonly type: "error";
|
|
2627
|
+
readonly inputs: readonly [{
|
|
2628
|
+
readonly name: "wrongDestinationChainId";
|
|
2629
|
+
readonly internalType: "uint256";
|
|
2630
|
+
readonly type: "uint256";
|
|
2631
|
+
}];
|
|
2632
|
+
readonly name: "IncorrectDestinationChain";
|
|
2633
|
+
}, {
|
|
2634
|
+
readonly type: "error";
|
|
2635
|
+
readonly inputs: readonly [{
|
|
2636
|
+
readonly name: "actual";
|
|
2637
|
+
readonly internalType: "uint256";
|
|
2638
|
+
readonly type: "uint256";
|
|
2639
|
+
}, {
|
|
2640
|
+
readonly name: "expected";
|
|
2641
|
+
readonly internalType: "uint256";
|
|
2642
|
+
readonly type: "uint256";
|
|
2643
|
+
}];
|
|
2644
|
+
readonly name: "IncorrectETHAmountForSparks";
|
|
2645
|
+
}, {
|
|
2646
|
+
readonly type: "error";
|
|
2647
|
+
readonly inputs: readonly [{
|
|
2648
|
+
readonly name: "account";
|
|
2649
|
+
readonly internalType: "address";
|
|
2650
|
+
readonly type: "address";
|
|
2651
|
+
}, {
|
|
2652
|
+
readonly name: "currentNonce";
|
|
2653
|
+
readonly internalType: "bytes32";
|
|
2654
|
+
readonly type: "bytes32";
|
|
2655
|
+
}];
|
|
2656
|
+
readonly name: "InvalidAccountNonce";
|
|
2657
|
+
}, {
|
|
2658
|
+
readonly type: "error";
|
|
2659
|
+
readonly inputs: readonly [];
|
|
2660
|
+
readonly name: "InvalidInitialization";
|
|
2661
|
+
}, {
|
|
2662
|
+
readonly type: "error";
|
|
2663
|
+
readonly inputs: readonly [];
|
|
2664
|
+
readonly name: "InvalidSignature";
|
|
2665
|
+
}, {
|
|
2666
|
+
readonly type: "error";
|
|
2667
|
+
readonly inputs: readonly [];
|
|
2668
|
+
readonly name: "MustSendAtLeastOneSpark";
|
|
2669
|
+
}, {
|
|
2670
|
+
readonly type: "error";
|
|
2671
|
+
readonly inputs: readonly [];
|
|
2672
|
+
readonly name: "NoFundsRecipient";
|
|
2673
|
+
}, {
|
|
2674
|
+
readonly type: "error";
|
|
2675
|
+
readonly inputs: readonly [];
|
|
2676
|
+
readonly name: "NotInitializing";
|
|
2677
|
+
}, {
|
|
2678
|
+
readonly type: "error";
|
|
2679
|
+
readonly inputs: readonly [];
|
|
2680
|
+
readonly name: "NotSmartWallet";
|
|
2681
|
+
}, {
|
|
2682
|
+
readonly type: "error";
|
|
2683
|
+
readonly inputs: readonly [];
|
|
2684
|
+
readonly name: "NotSmartWalletOwner";
|
|
2685
|
+
}, {
|
|
2686
|
+
readonly type: "error";
|
|
2687
|
+
readonly inputs: readonly [];
|
|
2688
|
+
readonly name: "NotTokenHolderOrAdmin";
|
|
2689
|
+
}, {
|
|
2690
|
+
readonly type: "error";
|
|
2691
|
+
readonly inputs: readonly [];
|
|
2692
|
+
readonly name: "OnlySparksContract";
|
|
2693
|
+
}, {
|
|
2694
|
+
readonly type: "error";
|
|
2695
|
+
readonly inputs: readonly [];
|
|
2696
|
+
readonly name: "TransferFailed";
|
|
2697
|
+
}, {
|
|
2698
|
+
readonly type: "error";
|
|
2699
|
+
readonly inputs: readonly [];
|
|
2700
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
2701
|
+
}, {
|
|
2702
|
+
readonly type: "error";
|
|
2703
|
+
readonly inputs: readonly [{
|
|
2704
|
+
readonly name: "slot";
|
|
2705
|
+
readonly internalType: "bytes32";
|
|
2706
|
+
readonly type: "bytes32";
|
|
2707
|
+
}];
|
|
2708
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
2709
|
+
}, {
|
|
2710
|
+
readonly type: "error";
|
|
2711
|
+
readonly inputs: readonly [{
|
|
2712
|
+
readonly name: "currentName";
|
|
2713
|
+
readonly internalType: "string";
|
|
2714
|
+
readonly type: "string";
|
|
2715
|
+
}, {
|
|
2716
|
+
readonly name: "newName";
|
|
2717
|
+
readonly internalType: "string";
|
|
2718
|
+
readonly type: "string";
|
|
2719
|
+
}];
|
|
2720
|
+
readonly name: "UpgradeToMismatchedContractName";
|
|
2721
|
+
}];
|
|
2722
|
+
};
|
|
2723
|
+
/**
|
|
2724
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
3
2725
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
4
2726
|
*/
|
|
5
2727
|
export declare const commentsABI: readonly [{
|
|
@@ -13,6 +2735,10 @@ export declare const commentsABI: readonly [{
|
|
|
13
2735
|
readonly name: "_protocolRewards";
|
|
14
2736
|
readonly internalType: "address";
|
|
15
2737
|
readonly type: "address";
|
|
2738
|
+
}, {
|
|
2739
|
+
readonly name: "_zoraRecipient";
|
|
2740
|
+
readonly internalType: "address";
|
|
2741
|
+
readonly type: "address";
|
|
16
2742
|
}];
|
|
17
2743
|
}, {
|
|
18
2744
|
readonly stateMutability: "view";
|
|
@@ -38,7 +2764,7 @@ export declare const commentsABI: readonly [{
|
|
|
38
2764
|
readonly stateMutability: "view";
|
|
39
2765
|
readonly type: "function";
|
|
40
2766
|
readonly inputs: readonly [];
|
|
41
|
-
readonly name: "
|
|
2767
|
+
readonly name: "DELEGATE_COMMENTER";
|
|
42
2768
|
readonly outputs: readonly [{
|
|
43
2769
|
readonly name: "";
|
|
44
2770
|
readonly internalType: "bytes32";
|
|
@@ -253,8 +2979,8 @@ export declare const commentsABI: readonly [{
|
|
|
253
2979
|
readonly name: "commentSparksQuantity";
|
|
254
2980
|
readonly outputs: readonly [{
|
|
255
2981
|
readonly name: "";
|
|
256
|
-
readonly internalType: "
|
|
257
|
-
readonly type: "
|
|
2982
|
+
readonly internalType: "uint256";
|
|
2983
|
+
readonly type: "uint256";
|
|
258
2984
|
}];
|
|
259
2985
|
}, {
|
|
260
2986
|
readonly stateMutability: "pure";
|
|
@@ -277,7 +3003,7 @@ export declare const commentsABI: readonly [{
|
|
|
277
3003
|
readonly type: "string";
|
|
278
3004
|
}];
|
|
279
3005
|
}, {
|
|
280
|
-
readonly stateMutability: "
|
|
3006
|
+
readonly stateMutability: "payable";
|
|
281
3007
|
readonly type: "function";
|
|
282
3008
|
readonly inputs: readonly [{
|
|
283
3009
|
readonly name: "commenter";
|
|
@@ -316,6 +3042,14 @@ export declare const commentsABI: readonly [{
|
|
|
316
3042
|
readonly internalType: "bytes32";
|
|
317
3043
|
readonly type: "bytes32";
|
|
318
3044
|
}];
|
|
3045
|
+
}, {
|
|
3046
|
+
readonly name: "commenterSmartWalletOwner";
|
|
3047
|
+
readonly internalType: "address";
|
|
3048
|
+
readonly type: "address";
|
|
3049
|
+
}, {
|
|
3050
|
+
readonly name: "referrer";
|
|
3051
|
+
readonly internalType: "address";
|
|
3052
|
+
readonly type: "address";
|
|
319
3053
|
}];
|
|
320
3054
|
readonly name: "delegateComment";
|
|
321
3055
|
readonly outputs: readonly [{
|
|
@@ -339,6 +3073,10 @@ export declare const commentsABI: readonly [{
|
|
|
339
3073
|
readonly internalType: "bytes32";
|
|
340
3074
|
readonly type: "bytes32";
|
|
341
3075
|
}];
|
|
3076
|
+
}, {
|
|
3077
|
+
readonly name: "commentId";
|
|
3078
|
+
readonly internalType: "bytes32";
|
|
3079
|
+
readonly type: "bytes32";
|
|
342
3080
|
}];
|
|
343
3081
|
}, {
|
|
344
3082
|
readonly stateMutability: "view";
|
|
@@ -528,6 +3266,10 @@ export declare const commentsABI: readonly [{
|
|
|
528
3266
|
readonly name: "commenter";
|
|
529
3267
|
readonly internalType: "address";
|
|
530
3268
|
readonly type: "address";
|
|
3269
|
+
}, {
|
|
3270
|
+
readonly name: "commenterSmartWallet";
|
|
3271
|
+
readonly internalType: "address";
|
|
3272
|
+
readonly type: "address";
|
|
531
3273
|
}, {
|
|
532
3274
|
readonly name: "contractAddress";
|
|
533
3275
|
readonly internalType: "address";
|
|
@@ -561,6 +3303,10 @@ export declare const commentsABI: readonly [{
|
|
|
561
3303
|
readonly name: "text";
|
|
562
3304
|
readonly internalType: "string";
|
|
563
3305
|
readonly type: "string";
|
|
3306
|
+
}, {
|
|
3307
|
+
readonly name: "referrer";
|
|
3308
|
+
readonly internalType: "address";
|
|
3309
|
+
readonly type: "address";
|
|
564
3310
|
}, {
|
|
565
3311
|
readonly name: "deadline";
|
|
566
3312
|
readonly internalType: "uint256";
|
|
@@ -569,10 +3315,6 @@ export declare const commentsABI: readonly [{
|
|
|
569
3315
|
readonly name: "nonce";
|
|
570
3316
|
readonly internalType: "bytes32";
|
|
571
3317
|
readonly type: "bytes32";
|
|
572
|
-
}, {
|
|
573
|
-
readonly name: "referrer";
|
|
574
|
-
readonly internalType: "address";
|
|
575
|
-
readonly type: "address";
|
|
576
3318
|
}, {
|
|
577
3319
|
readonly name: "sourceChainId";
|
|
578
3320
|
readonly internalType: "uint32";
|
|
@@ -581,10 +3323,6 @@ export declare const commentsABI: readonly [{
|
|
|
581
3323
|
readonly name: "destinationChainId";
|
|
582
3324
|
readonly internalType: "uint32";
|
|
583
3325
|
readonly type: "uint32";
|
|
584
|
-
}, {
|
|
585
|
-
readonly name: "commenterSmartWallet";
|
|
586
|
-
readonly internalType: "address";
|
|
587
|
-
readonly type: "address";
|
|
588
3326
|
}];
|
|
589
3327
|
}];
|
|
590
3328
|
readonly name: "hashPermitComment";
|
|
@@ -627,8 +3365,8 @@ export declare const commentsABI: readonly [{
|
|
|
627
3365
|
readonly type: "address";
|
|
628
3366
|
}, {
|
|
629
3367
|
readonly name: "sparksQuantity";
|
|
630
|
-
readonly internalType: "
|
|
631
|
-
readonly type: "
|
|
3368
|
+
readonly internalType: "uint256";
|
|
3369
|
+
readonly type: "uint256";
|
|
632
3370
|
}, {
|
|
633
3371
|
readonly name: "deadline";
|
|
634
3372
|
readonly internalType: "uint256";
|
|
@@ -671,10 +3409,6 @@ export declare const commentsABI: readonly [{
|
|
|
671
3409
|
readonly stateMutability: "nonpayable";
|
|
672
3410
|
readonly type: "function";
|
|
673
3411
|
readonly inputs: readonly [{
|
|
674
|
-
readonly name: "_zoraRecipient";
|
|
675
|
-
readonly internalType: "address";
|
|
676
|
-
readonly type: "address";
|
|
677
|
-
}, {
|
|
678
3412
|
readonly name: "defaultAdmin";
|
|
679
3413
|
readonly internalType: "address";
|
|
680
3414
|
readonly type: "address";
|
|
@@ -708,8 +3442,8 @@ export declare const commentsABI: readonly [{
|
|
|
708
3442
|
readonly type: "address";
|
|
709
3443
|
}, {
|
|
710
3444
|
readonly name: "nonce";
|
|
711
|
-
readonly internalType: "
|
|
712
|
-
readonly type: "
|
|
3445
|
+
readonly internalType: "bytes32";
|
|
3446
|
+
readonly type: "bytes32";
|
|
713
3447
|
}];
|
|
714
3448
|
readonly name: "nonceUsed";
|
|
715
3449
|
readonly outputs: readonly [{
|
|
@@ -728,6 +3462,10 @@ export declare const commentsABI: readonly [{
|
|
|
728
3462
|
readonly name: "commenter";
|
|
729
3463
|
readonly internalType: "address";
|
|
730
3464
|
readonly type: "address";
|
|
3465
|
+
}, {
|
|
3466
|
+
readonly name: "commenterSmartWallet";
|
|
3467
|
+
readonly internalType: "address";
|
|
3468
|
+
readonly type: "address";
|
|
731
3469
|
}, {
|
|
732
3470
|
readonly name: "contractAddress";
|
|
733
3471
|
readonly internalType: "address";
|
|
@@ -761,6 +3499,10 @@ export declare const commentsABI: readonly [{
|
|
|
761
3499
|
readonly name: "text";
|
|
762
3500
|
readonly internalType: "string";
|
|
763
3501
|
readonly type: "string";
|
|
3502
|
+
}, {
|
|
3503
|
+
readonly name: "referrer";
|
|
3504
|
+
readonly internalType: "address";
|
|
3505
|
+
readonly type: "address";
|
|
764
3506
|
}, {
|
|
765
3507
|
readonly name: "deadline";
|
|
766
3508
|
readonly internalType: "uint256";
|
|
@@ -769,10 +3511,6 @@ export declare const commentsABI: readonly [{
|
|
|
769
3511
|
readonly name: "nonce";
|
|
770
3512
|
readonly internalType: "bytes32";
|
|
771
3513
|
readonly type: "bytes32";
|
|
772
|
-
}, {
|
|
773
|
-
readonly name: "referrer";
|
|
774
|
-
readonly internalType: "address";
|
|
775
|
-
readonly type: "address";
|
|
776
3514
|
}, {
|
|
777
3515
|
readonly name: "sourceChainId";
|
|
778
3516
|
readonly internalType: "uint32";
|
|
@@ -781,10 +3519,6 @@ export declare const commentsABI: readonly [{
|
|
|
781
3519
|
readonly name: "destinationChainId";
|
|
782
3520
|
readonly internalType: "uint32";
|
|
783
3521
|
readonly type: "uint32";
|
|
784
|
-
}, {
|
|
785
|
-
readonly name: "commenterSmartWallet";
|
|
786
|
-
readonly internalType: "address";
|
|
787
|
-
readonly type: "address";
|
|
788
3522
|
}];
|
|
789
3523
|
}, {
|
|
790
3524
|
readonly name: "signature";
|
|
@@ -827,8 +3561,8 @@ export declare const commentsABI: readonly [{
|
|
|
827
3561
|
readonly type: "address";
|
|
828
3562
|
}, {
|
|
829
3563
|
readonly name: "sparksQuantity";
|
|
830
|
-
readonly internalType: "
|
|
831
|
-
readonly type: "
|
|
3564
|
+
readonly internalType: "uint256";
|
|
3565
|
+
readonly type: "uint256";
|
|
832
3566
|
}, {
|
|
833
3567
|
readonly name: "deadline";
|
|
834
3568
|
readonly internalType: "uint256";
|
|
@@ -931,8 +3665,8 @@ export declare const commentsABI: readonly [{
|
|
|
931
3665
|
}];
|
|
932
3666
|
}, {
|
|
933
3667
|
readonly name: "sparksQuantity";
|
|
934
|
-
readonly internalType: "
|
|
935
|
-
readonly type: "
|
|
3668
|
+
readonly internalType: "uint256";
|
|
3669
|
+
readonly type: "uint256";
|
|
936
3670
|
}, {
|
|
937
3671
|
readonly name: "referrer";
|
|
938
3672
|
readonly internalType: "address";
|
|
@@ -987,7 +3721,7 @@ export declare const commentsABI: readonly [{
|
|
|
987
3721
|
readonly type: "bytes32";
|
|
988
3722
|
readonly indexed: true;
|
|
989
3723
|
}, {
|
|
990
|
-
readonly name: "
|
|
3724
|
+
readonly name: "commentIdentifier";
|
|
991
3725
|
readonly internalType: "struct IComments.CommentIdentifier";
|
|
992
3726
|
readonly type: "tuple";
|
|
993
3727
|
readonly components: readonly [{
|
|
@@ -1034,7 +3768,7 @@ export declare const commentsABI: readonly [{
|
|
|
1034
3768
|
readonly type: "bytes32";
|
|
1035
3769
|
readonly indexed: true;
|
|
1036
3770
|
}, {
|
|
1037
|
-
readonly name: "
|
|
3771
|
+
readonly name: "commentIdentifier";
|
|
1038
3772
|
readonly internalType: "struct IComments.CommentIdentifier";
|
|
1039
3773
|
readonly type: "tuple";
|
|
1040
3774
|
readonly components: readonly [{
|
|
@@ -1084,8 +3818,8 @@ export declare const commentsABI: readonly [{
|
|
|
1084
3818
|
readonly indexed: false;
|
|
1085
3819
|
}, {
|
|
1086
3820
|
readonly name: "sparksQuantity";
|
|
1087
|
-
readonly internalType: "
|
|
1088
|
-
readonly type: "
|
|
3821
|
+
readonly internalType: "uint256";
|
|
3822
|
+
readonly type: "uint256";
|
|
1089
3823
|
readonly indexed: false;
|
|
1090
3824
|
}, {
|
|
1091
3825
|
readonly name: "text";
|
|
@@ -1211,8 +3945,8 @@ export declare const commentsABI: readonly [{
|
|
|
1211
3945
|
readonly indexed: false;
|
|
1212
3946
|
}, {
|
|
1213
3947
|
readonly name: "sparksQuantity";
|
|
1214
|
-
readonly internalType: "
|
|
1215
|
-
readonly type: "
|
|
3948
|
+
readonly internalType: "uint256";
|
|
3949
|
+
readonly type: "uint256";
|
|
1216
3950
|
readonly indexed: false;
|
|
1217
3951
|
}, {
|
|
1218
3952
|
readonly name: "sparker";
|
|
@@ -1224,6 +3958,11 @@ export declare const commentsABI: readonly [{
|
|
|
1224
3958
|
readonly internalType: "uint256";
|
|
1225
3959
|
readonly type: "uint256";
|
|
1226
3960
|
readonly indexed: false;
|
|
3961
|
+
}, {
|
|
3962
|
+
readonly name: "referrer";
|
|
3963
|
+
readonly internalType: "address";
|
|
3964
|
+
readonly type: "address";
|
|
3965
|
+
readonly indexed: false;
|
|
1227
3966
|
}];
|
|
1228
3967
|
readonly name: "SparkedComment";
|
|
1229
3968
|
}, {
|
|
@@ -1260,6 +3999,10 @@ export declare const commentsABI: readonly [{
|
|
|
1260
3999
|
readonly type: "address";
|
|
1261
4000
|
}];
|
|
1262
4001
|
readonly name: "AddressEmptyCode";
|
|
4002
|
+
}, {
|
|
4003
|
+
readonly type: "error";
|
|
4004
|
+
readonly inputs: readonly [];
|
|
4005
|
+
readonly name: "AddressZero";
|
|
1263
4006
|
}, {
|
|
1264
4007
|
readonly type: "error";
|
|
1265
4008
|
readonly inputs: readonly [];
|
|
@@ -1368,8 +4111,8 @@ export declare const commentsABI: readonly [{
|
|
|
1368
4111
|
readonly type: "address";
|
|
1369
4112
|
}, {
|
|
1370
4113
|
readonly name: "currentNonce";
|
|
1371
|
-
readonly internalType: "
|
|
1372
|
-
readonly type: "
|
|
4114
|
+
readonly internalType: "bytes32";
|
|
4115
|
+
readonly type: "bytes32";
|
|
1373
4116
|
}];
|
|
1374
4117
|
readonly name: "InvalidAccountNonce";
|
|
1375
4118
|
}, {
|
|
@@ -1438,20 +4181,20 @@ export declare const commentsABI: readonly [{
|
|
|
1438
4181
|
readonly name: "UpgradeToMismatchedContractName";
|
|
1439
4182
|
}];
|
|
1440
4183
|
/**
|
|
1441
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
4184
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1442
4185
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1443
4186
|
*/
|
|
1444
4187
|
export declare const commentsAddress: {
|
|
1445
|
-
readonly 7777777: "
|
|
4188
|
+
readonly 7777777: "0x7777777C2B3132e03a65721a41745C07170a5877";
|
|
1446
4189
|
readonly 999999999: "0x7777777C2B3132e03a65721a41745C07170a5877";
|
|
1447
4190
|
};
|
|
1448
4191
|
/**
|
|
1449
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
4192
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1450
4193
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1451
4194
|
*/
|
|
1452
4195
|
export declare const commentsConfig: {
|
|
1453
4196
|
readonly address: {
|
|
1454
|
-
readonly 7777777: "
|
|
4197
|
+
readonly 7777777: "0x7777777C2B3132e03a65721a41745C07170a5877";
|
|
1455
4198
|
readonly 999999999: "0x7777777C2B3132e03a65721a41745C07170a5877";
|
|
1456
4199
|
};
|
|
1457
4200
|
readonly abi: readonly [{
|
|
@@ -1465,6 +4208,10 @@ export declare const commentsConfig: {
|
|
|
1465
4208
|
readonly name: "_protocolRewards";
|
|
1466
4209
|
readonly internalType: "address";
|
|
1467
4210
|
readonly type: "address";
|
|
4211
|
+
}, {
|
|
4212
|
+
readonly name: "_zoraRecipient";
|
|
4213
|
+
readonly internalType: "address";
|
|
4214
|
+
readonly type: "address";
|
|
1468
4215
|
}];
|
|
1469
4216
|
}, {
|
|
1470
4217
|
readonly stateMutability: "view";
|
|
@@ -1490,7 +4237,7 @@ export declare const commentsConfig: {
|
|
|
1490
4237
|
readonly stateMutability: "view";
|
|
1491
4238
|
readonly type: "function";
|
|
1492
4239
|
readonly inputs: readonly [];
|
|
1493
|
-
readonly name: "
|
|
4240
|
+
readonly name: "DELEGATE_COMMENTER";
|
|
1494
4241
|
readonly outputs: readonly [{
|
|
1495
4242
|
readonly name: "";
|
|
1496
4243
|
readonly internalType: "bytes32";
|
|
@@ -1705,8 +4452,8 @@ export declare const commentsConfig: {
|
|
|
1705
4452
|
readonly name: "commentSparksQuantity";
|
|
1706
4453
|
readonly outputs: readonly [{
|
|
1707
4454
|
readonly name: "";
|
|
1708
|
-
readonly internalType: "
|
|
1709
|
-
readonly type: "
|
|
4455
|
+
readonly internalType: "uint256";
|
|
4456
|
+
readonly type: "uint256";
|
|
1710
4457
|
}];
|
|
1711
4458
|
}, {
|
|
1712
4459
|
readonly stateMutability: "pure";
|
|
@@ -1729,7 +4476,7 @@ export declare const commentsConfig: {
|
|
|
1729
4476
|
readonly type: "string";
|
|
1730
4477
|
}];
|
|
1731
4478
|
}, {
|
|
1732
|
-
readonly stateMutability: "
|
|
4479
|
+
readonly stateMutability: "payable";
|
|
1733
4480
|
readonly type: "function";
|
|
1734
4481
|
readonly inputs: readonly [{
|
|
1735
4482
|
readonly name: "commenter";
|
|
@@ -1768,6 +4515,14 @@ export declare const commentsConfig: {
|
|
|
1768
4515
|
readonly internalType: "bytes32";
|
|
1769
4516
|
readonly type: "bytes32";
|
|
1770
4517
|
}];
|
|
4518
|
+
}, {
|
|
4519
|
+
readonly name: "commenterSmartWalletOwner";
|
|
4520
|
+
readonly internalType: "address";
|
|
4521
|
+
readonly type: "address";
|
|
4522
|
+
}, {
|
|
4523
|
+
readonly name: "referrer";
|
|
4524
|
+
readonly internalType: "address";
|
|
4525
|
+
readonly type: "address";
|
|
1771
4526
|
}];
|
|
1772
4527
|
readonly name: "delegateComment";
|
|
1773
4528
|
readonly outputs: readonly [{
|
|
@@ -1791,6 +4546,10 @@ export declare const commentsConfig: {
|
|
|
1791
4546
|
readonly internalType: "bytes32";
|
|
1792
4547
|
readonly type: "bytes32";
|
|
1793
4548
|
}];
|
|
4549
|
+
}, {
|
|
4550
|
+
readonly name: "commentId";
|
|
4551
|
+
readonly internalType: "bytes32";
|
|
4552
|
+
readonly type: "bytes32";
|
|
1794
4553
|
}];
|
|
1795
4554
|
}, {
|
|
1796
4555
|
readonly stateMutability: "view";
|
|
@@ -1980,6 +4739,10 @@ export declare const commentsConfig: {
|
|
|
1980
4739
|
readonly name: "commenter";
|
|
1981
4740
|
readonly internalType: "address";
|
|
1982
4741
|
readonly type: "address";
|
|
4742
|
+
}, {
|
|
4743
|
+
readonly name: "commenterSmartWallet";
|
|
4744
|
+
readonly internalType: "address";
|
|
4745
|
+
readonly type: "address";
|
|
1983
4746
|
}, {
|
|
1984
4747
|
readonly name: "contractAddress";
|
|
1985
4748
|
readonly internalType: "address";
|
|
@@ -2013,6 +4776,10 @@ export declare const commentsConfig: {
|
|
|
2013
4776
|
readonly name: "text";
|
|
2014
4777
|
readonly internalType: "string";
|
|
2015
4778
|
readonly type: "string";
|
|
4779
|
+
}, {
|
|
4780
|
+
readonly name: "referrer";
|
|
4781
|
+
readonly internalType: "address";
|
|
4782
|
+
readonly type: "address";
|
|
2016
4783
|
}, {
|
|
2017
4784
|
readonly name: "deadline";
|
|
2018
4785
|
readonly internalType: "uint256";
|
|
@@ -2021,10 +4788,6 @@ export declare const commentsConfig: {
|
|
|
2021
4788
|
readonly name: "nonce";
|
|
2022
4789
|
readonly internalType: "bytes32";
|
|
2023
4790
|
readonly type: "bytes32";
|
|
2024
|
-
}, {
|
|
2025
|
-
readonly name: "referrer";
|
|
2026
|
-
readonly internalType: "address";
|
|
2027
|
-
readonly type: "address";
|
|
2028
4791
|
}, {
|
|
2029
4792
|
readonly name: "sourceChainId";
|
|
2030
4793
|
readonly internalType: "uint32";
|
|
@@ -2033,10 +4796,6 @@ export declare const commentsConfig: {
|
|
|
2033
4796
|
readonly name: "destinationChainId";
|
|
2034
4797
|
readonly internalType: "uint32";
|
|
2035
4798
|
readonly type: "uint32";
|
|
2036
|
-
}, {
|
|
2037
|
-
readonly name: "commenterSmartWallet";
|
|
2038
|
-
readonly internalType: "address";
|
|
2039
|
-
readonly type: "address";
|
|
2040
4799
|
}];
|
|
2041
4800
|
}];
|
|
2042
4801
|
readonly name: "hashPermitComment";
|
|
@@ -2079,8 +4838,8 @@ export declare const commentsConfig: {
|
|
|
2079
4838
|
readonly type: "address";
|
|
2080
4839
|
}, {
|
|
2081
4840
|
readonly name: "sparksQuantity";
|
|
2082
|
-
readonly internalType: "
|
|
2083
|
-
readonly type: "
|
|
4841
|
+
readonly internalType: "uint256";
|
|
4842
|
+
readonly type: "uint256";
|
|
2084
4843
|
}, {
|
|
2085
4844
|
readonly name: "deadline";
|
|
2086
4845
|
readonly internalType: "uint256";
|
|
@@ -2123,10 +4882,6 @@ export declare const commentsConfig: {
|
|
|
2123
4882
|
readonly stateMutability: "nonpayable";
|
|
2124
4883
|
readonly type: "function";
|
|
2125
4884
|
readonly inputs: readonly [{
|
|
2126
|
-
readonly name: "_zoraRecipient";
|
|
2127
|
-
readonly internalType: "address";
|
|
2128
|
-
readonly type: "address";
|
|
2129
|
-
}, {
|
|
2130
4885
|
readonly name: "defaultAdmin";
|
|
2131
4886
|
readonly internalType: "address";
|
|
2132
4887
|
readonly type: "address";
|
|
@@ -2160,8 +4915,8 @@ export declare const commentsConfig: {
|
|
|
2160
4915
|
readonly type: "address";
|
|
2161
4916
|
}, {
|
|
2162
4917
|
readonly name: "nonce";
|
|
2163
|
-
readonly internalType: "
|
|
2164
|
-
readonly type: "
|
|
4918
|
+
readonly internalType: "bytes32";
|
|
4919
|
+
readonly type: "bytes32";
|
|
2165
4920
|
}];
|
|
2166
4921
|
readonly name: "nonceUsed";
|
|
2167
4922
|
readonly outputs: readonly [{
|
|
@@ -2180,6 +4935,10 @@ export declare const commentsConfig: {
|
|
|
2180
4935
|
readonly name: "commenter";
|
|
2181
4936
|
readonly internalType: "address";
|
|
2182
4937
|
readonly type: "address";
|
|
4938
|
+
}, {
|
|
4939
|
+
readonly name: "commenterSmartWallet";
|
|
4940
|
+
readonly internalType: "address";
|
|
4941
|
+
readonly type: "address";
|
|
2183
4942
|
}, {
|
|
2184
4943
|
readonly name: "contractAddress";
|
|
2185
4944
|
readonly internalType: "address";
|
|
@@ -2213,6 +4972,10 @@ export declare const commentsConfig: {
|
|
|
2213
4972
|
readonly name: "text";
|
|
2214
4973
|
readonly internalType: "string";
|
|
2215
4974
|
readonly type: "string";
|
|
4975
|
+
}, {
|
|
4976
|
+
readonly name: "referrer";
|
|
4977
|
+
readonly internalType: "address";
|
|
4978
|
+
readonly type: "address";
|
|
2216
4979
|
}, {
|
|
2217
4980
|
readonly name: "deadline";
|
|
2218
4981
|
readonly internalType: "uint256";
|
|
@@ -2221,10 +4984,6 @@ export declare const commentsConfig: {
|
|
|
2221
4984
|
readonly name: "nonce";
|
|
2222
4985
|
readonly internalType: "bytes32";
|
|
2223
4986
|
readonly type: "bytes32";
|
|
2224
|
-
}, {
|
|
2225
|
-
readonly name: "referrer";
|
|
2226
|
-
readonly internalType: "address";
|
|
2227
|
-
readonly type: "address";
|
|
2228
4987
|
}, {
|
|
2229
4988
|
readonly name: "sourceChainId";
|
|
2230
4989
|
readonly internalType: "uint32";
|
|
@@ -2233,10 +4992,6 @@ export declare const commentsConfig: {
|
|
|
2233
4992
|
readonly name: "destinationChainId";
|
|
2234
4993
|
readonly internalType: "uint32";
|
|
2235
4994
|
readonly type: "uint32";
|
|
2236
|
-
}, {
|
|
2237
|
-
readonly name: "commenterSmartWallet";
|
|
2238
|
-
readonly internalType: "address";
|
|
2239
|
-
readonly type: "address";
|
|
2240
4995
|
}];
|
|
2241
4996
|
}, {
|
|
2242
4997
|
readonly name: "signature";
|
|
@@ -2279,8 +5034,8 @@ export declare const commentsConfig: {
|
|
|
2279
5034
|
readonly type: "address";
|
|
2280
5035
|
}, {
|
|
2281
5036
|
readonly name: "sparksQuantity";
|
|
2282
|
-
readonly internalType: "
|
|
2283
|
-
readonly type: "
|
|
5037
|
+
readonly internalType: "uint256";
|
|
5038
|
+
readonly type: "uint256";
|
|
2284
5039
|
}, {
|
|
2285
5040
|
readonly name: "deadline";
|
|
2286
5041
|
readonly internalType: "uint256";
|
|
@@ -2383,8 +5138,8 @@ export declare const commentsConfig: {
|
|
|
2383
5138
|
}];
|
|
2384
5139
|
}, {
|
|
2385
5140
|
readonly name: "sparksQuantity";
|
|
2386
|
-
readonly internalType: "
|
|
2387
|
-
readonly type: "
|
|
5141
|
+
readonly internalType: "uint256";
|
|
5142
|
+
readonly type: "uint256";
|
|
2388
5143
|
}, {
|
|
2389
5144
|
readonly name: "referrer";
|
|
2390
5145
|
readonly internalType: "address";
|
|
@@ -2439,7 +5194,7 @@ export declare const commentsConfig: {
|
|
|
2439
5194
|
readonly type: "bytes32";
|
|
2440
5195
|
readonly indexed: true;
|
|
2441
5196
|
}, {
|
|
2442
|
-
readonly name: "
|
|
5197
|
+
readonly name: "commentIdentifier";
|
|
2443
5198
|
readonly internalType: "struct IComments.CommentIdentifier";
|
|
2444
5199
|
readonly type: "tuple";
|
|
2445
5200
|
readonly components: readonly [{
|
|
@@ -2486,7 +5241,7 @@ export declare const commentsConfig: {
|
|
|
2486
5241
|
readonly type: "bytes32";
|
|
2487
5242
|
readonly indexed: true;
|
|
2488
5243
|
}, {
|
|
2489
|
-
readonly name: "
|
|
5244
|
+
readonly name: "commentIdentifier";
|
|
2490
5245
|
readonly internalType: "struct IComments.CommentIdentifier";
|
|
2491
5246
|
readonly type: "tuple";
|
|
2492
5247
|
readonly components: readonly [{
|
|
@@ -2536,8 +5291,8 @@ export declare const commentsConfig: {
|
|
|
2536
5291
|
readonly indexed: false;
|
|
2537
5292
|
}, {
|
|
2538
5293
|
readonly name: "sparksQuantity";
|
|
2539
|
-
readonly internalType: "
|
|
2540
|
-
readonly type: "
|
|
5294
|
+
readonly internalType: "uint256";
|
|
5295
|
+
readonly type: "uint256";
|
|
2541
5296
|
readonly indexed: false;
|
|
2542
5297
|
}, {
|
|
2543
5298
|
readonly name: "text";
|
|
@@ -2663,8 +5418,8 @@ export declare const commentsConfig: {
|
|
|
2663
5418
|
readonly indexed: false;
|
|
2664
5419
|
}, {
|
|
2665
5420
|
readonly name: "sparksQuantity";
|
|
2666
|
-
readonly internalType: "
|
|
2667
|
-
readonly type: "
|
|
5421
|
+
readonly internalType: "uint256";
|
|
5422
|
+
readonly type: "uint256";
|
|
2668
5423
|
readonly indexed: false;
|
|
2669
5424
|
}, {
|
|
2670
5425
|
readonly name: "sparker";
|
|
@@ -2676,6 +5431,11 @@ export declare const commentsConfig: {
|
|
|
2676
5431
|
readonly internalType: "uint256";
|
|
2677
5432
|
readonly type: "uint256";
|
|
2678
5433
|
readonly indexed: false;
|
|
5434
|
+
}, {
|
|
5435
|
+
readonly name: "referrer";
|
|
5436
|
+
readonly internalType: "address";
|
|
5437
|
+
readonly type: "address";
|
|
5438
|
+
readonly indexed: false;
|
|
2679
5439
|
}];
|
|
2680
5440
|
readonly name: "SparkedComment";
|
|
2681
5441
|
}, {
|
|
@@ -2712,6 +5472,10 @@ export declare const commentsConfig: {
|
|
|
2712
5472
|
readonly type: "address";
|
|
2713
5473
|
}];
|
|
2714
5474
|
readonly name: "AddressEmptyCode";
|
|
5475
|
+
}, {
|
|
5476
|
+
readonly type: "error";
|
|
5477
|
+
readonly inputs: readonly [];
|
|
5478
|
+
readonly name: "AddressZero";
|
|
2715
5479
|
}, {
|
|
2716
5480
|
readonly type: "error";
|
|
2717
5481
|
readonly inputs: readonly [];
|
|
@@ -2820,8 +5584,8 @@ export declare const commentsConfig: {
|
|
|
2820
5584
|
readonly type: "address";
|
|
2821
5585
|
}, {
|
|
2822
5586
|
readonly name: "currentNonce";
|
|
2823
|
-
readonly internalType: "
|
|
2824
|
-
readonly type: "
|
|
5587
|
+
readonly internalType: "bytes32";
|
|
5588
|
+
readonly type: "bytes32";
|
|
2825
5589
|
}];
|
|
2826
5590
|
readonly name: "InvalidAccountNonce";
|
|
2827
5591
|
}, {
|
|
@@ -2892,10 +5656,11 @@ export declare const commentsConfig: {
|
|
|
2892
5656
|
};
|
|
2893
5657
|
/**
|
|
2894
5658
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
2895
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
5659
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
2896
5660
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
2897
5661
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
2898
|
-
* - [__View Contract on
|
|
5662
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
5663
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
2899
5664
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
2900
5665
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
2901
5666
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
@@ -3786,10 +6551,11 @@ export declare const erc20MinterABI: readonly [{
|
|
|
3786
6551
|
}];
|
|
3787
6552
|
/**
|
|
3788
6553
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3789
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
6554
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3790
6555
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3791
6556
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3792
|
-
* - [__View Contract on
|
|
6557
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
6558
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3793
6559
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3794
6560
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3795
6561
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
@@ -3809,10 +6575,11 @@ export declare const erc20MinterAddress: {
|
|
|
3809
6575
|
};
|
|
3810
6576
|
/**
|
|
3811
6577
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3812
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
6578
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3813
6579
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3814
6580
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3815
|
-
* - [__View Contract on
|
|
6581
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
6582
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3816
6583
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3817
6584
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
3818
6585
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
@@ -5466,10 +8233,11 @@ export declare const erc20ZABI: readonly [{
|
|
|
5466
8233
|
}];
|
|
5467
8234
|
/**
|
|
5468
8235
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5469
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
8236
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5470
8237
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5471
8238
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5472
|
-
* - [__View Contract on
|
|
8239
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
8240
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5473
8241
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5474
8242
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x53a85FbD2955EF713AA489Ae0C48523E727a0c07)
|
|
5475
8243
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
@@ -5825,10 +8593,11 @@ export declare const erc20ZRoyaltiesABI: readonly [{
|
|
|
5825
8593
|
}];
|
|
5826
8594
|
/**
|
|
5827
8595
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5828
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
8596
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5829
8597
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5830
8598
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5831
|
-
* - [__View Contract on
|
|
8599
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
8600
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5832
8601
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5833
8602
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x53a85FbD2955EF713AA489Ae0C48523E727a0c07)
|
|
5834
8603
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
@@ -5846,10 +8615,11 @@ export declare const erc20ZRoyaltiesAddress: {
|
|
|
5846
8615
|
};
|
|
5847
8616
|
/**
|
|
5848
8617
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5849
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
8618
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5850
8619
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5851
8620
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5852
|
-
* - [__View Contract on
|
|
8621
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
8622
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5853
8623
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
5854
8624
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x53a85FbD2955EF713AA489Ae0C48523E727a0c07)
|
|
5855
8625
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
@@ -6787,14 +9557,16 @@ export declare const mintsEthUnwrapperAndCallerConfig: {
|
|
|
6787
9557
|
};
|
|
6788
9558
|
/**
|
|
6789
9559
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
6790
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
9560
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
6791
9561
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
6792
9562
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
6793
9563
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
6794
|
-
* - [__View Contract on
|
|
9564
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
9565
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
6795
9566
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
6796
9567
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
6797
9568
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
9569
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
6798
9570
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
6799
9571
|
*/
|
|
6800
9572
|
export declare const protocolRewardsABI: readonly [{
|
|
@@ -7189,14 +9961,16 @@ export declare const protocolRewardsABI: readonly [{
|
|
|
7189
9961
|
}];
|
|
7190
9962
|
/**
|
|
7191
9963
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7192
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
9964
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7193
9965
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7194
9966
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7195
9967
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7196
|
-
* - [__View Contract on
|
|
9968
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
9969
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7197
9970
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7198
9971
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7199
9972
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
9973
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7200
9974
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7201
9975
|
*/
|
|
7202
9976
|
export declare const protocolRewardsAddress: {
|
|
@@ -7215,14 +9989,16 @@ export declare const protocolRewardsAddress: {
|
|
|
7215
9989
|
};
|
|
7216
9990
|
/**
|
|
7217
9991
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7218
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
9992
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7219
9993
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7220
9994
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7221
9995
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7222
|
-
* - [__View Contract on
|
|
9996
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
9997
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7223
9998
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7224
9999
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7225
10000
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
10001
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7226
10002
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
7227
10003
|
*/
|
|
7228
10004
|
export declare const protocolRewardsConfig: {
|
|
@@ -7633,10 +10409,11 @@ export declare const protocolRewardsConfig: {
|
|
|
7633
10409
|
};
|
|
7634
10410
|
/**
|
|
7635
10411
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7636
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
10412
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7637
10413
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7638
10414
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7639
|
-
* - [__View Contract on
|
|
10415
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
10416
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7640
10417
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7641
10418
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7642
10419
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
@@ -7986,10 +10763,11 @@ export declare const secondarySwapABI: readonly [{
|
|
|
7986
10763
|
}];
|
|
7987
10764
|
/**
|
|
7988
10765
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7989
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
10766
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7990
10767
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7991
10768
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7992
|
-
* - [__View Contract on
|
|
10769
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
10770
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7993
10771
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7994
10772
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
7995
10773
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
@@ -8007,10 +10785,11 @@ export declare const secondarySwapAddress: {
|
|
|
8007
10785
|
};
|
|
8008
10786
|
/**
|
|
8009
10787
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
8010
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
10788
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
8011
10789
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
8012
10790
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
8013
|
-
* - [__View Contract on
|
|
10791
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
10792
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
8014
10793
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
8015
10794
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
8016
10795
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
@@ -9456,13 +12235,15 @@ export declare const sponsoredSparksSpenderConfig: {
|
|
|
9456
12235
|
};
|
|
9457
12236
|
/**
|
|
9458
12237
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9459
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
12238
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9460
12239
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9461
12240
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9462
|
-
* - [__View Contract on
|
|
12241
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
12242
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9463
12243
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9464
12244
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9465
12245
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
12246
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9466
12247
|
*/
|
|
9467
12248
|
export declare const upgradeGateABI: readonly [{
|
|
9468
12249
|
readonly stateMutability: "nonpayable";
|
|
@@ -9733,13 +12514,15 @@ export declare const upgradeGateABI: readonly [{
|
|
|
9733
12514
|
}];
|
|
9734
12515
|
/**
|
|
9735
12516
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9736
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
12517
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9737
12518
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9738
12519
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9739
|
-
* - [__View Contract on
|
|
12520
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
12521
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9740
12522
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9741
12523
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9742
12524
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
12525
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9743
12526
|
*/
|
|
9744
12527
|
export declare const upgradeGateAddress: {
|
|
9745
12528
|
readonly 1: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900";
|
|
@@ -9755,13 +12538,15 @@ export declare const upgradeGateAddress: {
|
|
|
9755
12538
|
};
|
|
9756
12539
|
/**
|
|
9757
12540
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9758
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
12541
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9759
12542
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9760
12543
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9761
|
-
* - [__View Contract on
|
|
12544
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
12545
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9762
12546
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9763
12547
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9764
12548
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
12549
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
9765
12550
|
*/
|
|
9766
12551
|
export declare const upgradeGateConfig: {
|
|
9767
12552
|
readonly address: {
|
|
@@ -10046,10 +12831,11 @@ export declare const upgradeGateConfig: {
|
|
|
10046
12831
|
};
|
|
10047
12832
|
/**
|
|
10048
12833
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
|
|
10049
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
12834
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000006)
|
|
10050
12835
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
10051
12836
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)
|
|
10052
|
-
* - [__View Contract on
|
|
12837
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x4300000000000000000000000000000000000004)
|
|
12838
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
10053
12839
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
|
|
10054
12840
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
|
|
10055
12841
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
|
|
@@ -10146,10 +12932,11 @@ export declare const wethABI: readonly [{
|
|
|
10146
12932
|
}];
|
|
10147
12933
|
/**
|
|
10148
12934
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
|
|
10149
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
12935
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000006)
|
|
10150
12936
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
10151
12937
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)
|
|
10152
|
-
* - [__View Contract on
|
|
12938
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x4300000000000000000000000000000000000004)
|
|
12939
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
10153
12940
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
|
|
10154
12941
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
|
|
10155
12942
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
|
|
@@ -10169,10 +12956,11 @@ export declare const wethAddress: {
|
|
|
10169
12956
|
};
|
|
10170
12957
|
/**
|
|
10171
12958
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
|
|
10172
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
12959
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000006)
|
|
10173
12960
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
10174
12961
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)
|
|
10175
|
-
* - [__View Contract on
|
|
12962
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x4300000000000000000000000000000000000004)
|
|
12963
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
10176
12964
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
|
|
10177
12965
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
|
|
10178
12966
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
|
|
@@ -10283,14 +13071,16 @@ export declare const wethConfig: {
|
|
|
10283
13071
|
};
|
|
10284
13072
|
/**
|
|
10285
13073
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10286
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
13074
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10287
13075
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10288
13076
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10289
13077
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10290
|
-
* - [__View Contract on
|
|
13078
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
13079
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10291
13080
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10292
13081
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10293
13082
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
13083
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10294
13084
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10295
13085
|
*/
|
|
10296
13086
|
export declare const zoraCreator1155FactoryImplABI: readonly [{
|
|
@@ -11395,10 +14185,6 @@ export declare const zoraCreator1155FactoryImplABI: readonly [{
|
|
|
11395
14185
|
readonly type: "error";
|
|
11396
14186
|
readonly inputs: readonly [];
|
|
11397
14187
|
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
11398
|
-
}, {
|
|
11399
|
-
readonly type: "error";
|
|
11400
|
-
readonly inputs: readonly [];
|
|
11401
|
-
readonly name: "NoCodeAtAddress";
|
|
11402
14188
|
}, {
|
|
11403
14189
|
readonly type: "error";
|
|
11404
14190
|
readonly inputs: readonly [];
|
|
@@ -11494,14 +14280,16 @@ export declare const zoraCreator1155FactoryImplABI: readonly [{
|
|
|
11494
14280
|
}];
|
|
11495
14281
|
/**
|
|
11496
14282
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11497
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
14283
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11498
14284
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11499
14285
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11500
14286
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11501
|
-
* - [__View Contract on
|
|
14287
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
14288
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11502
14289
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11503
14290
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11504
14291
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
14292
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11505
14293
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11506
14294
|
*/
|
|
11507
14295
|
export declare const zoraCreator1155FactoryImplAddress: {
|
|
@@ -11520,14 +14308,16 @@ export declare const zoraCreator1155FactoryImplAddress: {
|
|
|
11520
14308
|
};
|
|
11521
14309
|
/**
|
|
11522
14310
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11523
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
14311
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11524
14312
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11525
14313
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11526
14314
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11527
|
-
* - [__View Contract on
|
|
14315
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
14316
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11528
14317
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11529
14318
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11530
14319
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
14320
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11531
14321
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11532
14322
|
*/
|
|
11533
14323
|
export declare const zoraCreator1155FactoryImplConfig: {
|
|
@@ -12647,10 +15437,6 @@ export declare const zoraCreator1155FactoryImplConfig: {
|
|
|
12647
15437
|
readonly type: "error";
|
|
12648
15438
|
readonly inputs: readonly [];
|
|
12649
15439
|
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
12650
|
-
}, {
|
|
12651
|
-
readonly type: "error";
|
|
12652
|
-
readonly inputs: readonly [];
|
|
12653
|
-
readonly name: "NoCodeAtAddress";
|
|
12654
15440
|
}, {
|
|
12655
15441
|
readonly type: "error";
|
|
12656
15442
|
readonly inputs: readonly [];
|
|
@@ -14674,10 +17460,6 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
14674
17460
|
readonly type: "error";
|
|
14675
17461
|
readonly inputs: readonly [];
|
|
14676
17462
|
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
14677
|
-
}, {
|
|
14678
|
-
readonly type: "error";
|
|
14679
|
-
readonly inputs: readonly [];
|
|
14680
|
-
readonly name: "NoCodeAtAddress";
|
|
14681
17463
|
}, {
|
|
14682
17464
|
readonly type: "error";
|
|
14683
17465
|
readonly inputs: readonly [];
|
|
@@ -14773,14 +17555,16 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
14773
17555
|
}];
|
|
14774
17556
|
/**
|
|
14775
17557
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
14776
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
17558
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
14777
17559
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
14778
17560
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
14779
17561
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
14780
|
-
* - [__View Contract on
|
|
17562
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
17563
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
14781
17564
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
14782
17565
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
14783
17566
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
17567
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
14784
17568
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
14785
17569
|
*/
|
|
14786
17570
|
export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
@@ -16141,14 +18925,16 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
16141
18925
|
}];
|
|
16142
18926
|
/**
|
|
16143
18927
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16144
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
18928
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16145
18929
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16146
18930
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16147
18931
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16148
|
-
* - [__View Contract on
|
|
18932
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
18933
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16149
18934
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16150
18935
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16151
18936
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
18937
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16152
18938
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16153
18939
|
*/
|
|
16154
18940
|
export declare const zoraCreator1155PremintExecutorImplAddress: {
|
|
@@ -16167,14 +18953,16 @@ export declare const zoraCreator1155PremintExecutorImplAddress: {
|
|
|
16167
18953
|
};
|
|
16168
18954
|
/**
|
|
16169
18955
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16170
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
18956
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16171
18957
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16172
18958
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16173
18959
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16174
|
-
* - [__View Contract on
|
|
18960
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
18961
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16175
18962
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16176
18963
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16177
18964
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
18965
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16178
18966
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
16179
18967
|
*/
|
|
16180
18968
|
export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
@@ -17551,14 +20339,16 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
17551
20339
|
};
|
|
17552
20340
|
/**
|
|
17553
20341
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17554
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
20342
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
|
|
17555
20343
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17556
20344
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17557
20345
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
17558
|
-
* - [__View Contract on
|
|
20346
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
20347
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
17559
20348
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
17560
20349
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17561
20350
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
20351
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
17562
20352
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
|
|
17563
20353
|
*/
|
|
17564
20354
|
export declare const zoraCreatorFixedPriceSaleStrategyABI: readonly [{
|
|
@@ -17889,14 +20679,16 @@ export declare const zoraCreatorFixedPriceSaleStrategyABI: readonly [{
|
|
|
17889
20679
|
}];
|
|
17890
20680
|
/**
|
|
17891
20681
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17892
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
20682
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
|
|
17893
20683
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17894
20684
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17895
20685
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
17896
|
-
* - [__View Contract on
|
|
20686
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
20687
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
17897
20688
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
17898
20689
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17899
20690
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
20691
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
17900
20692
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
|
|
17901
20693
|
*/
|
|
17902
20694
|
export declare const zoraCreatorFixedPriceSaleStrategyAddress: {
|
|
@@ -17915,14 +20707,16 @@ export declare const zoraCreatorFixedPriceSaleStrategyAddress: {
|
|
|
17915
20707
|
};
|
|
17916
20708
|
/**
|
|
17917
20709
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17918
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
20710
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
|
|
17919
20711
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17920
20712
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17921
20713
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
17922
|
-
* - [__View Contract on
|
|
20714
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
20715
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
17923
20716
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
17924
20717
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
17925
20718
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
20719
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
17926
20720
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
|
|
17927
20721
|
*/
|
|
17928
20722
|
export declare const zoraCreatorFixedPriceSaleStrategyConfig: {
|
|
@@ -18269,14 +21063,16 @@ export declare const zoraCreatorFixedPriceSaleStrategyConfig: {
|
|
|
18269
21063
|
};
|
|
18270
21064
|
/**
|
|
18271
21065
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18272
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
21066
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
|
|
18273
21067
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18274
21068
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18275
21069
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
18276
|
-
* - [__View Contract on
|
|
21070
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
21071
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
18277
21072
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
18278
21073
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18279
21074
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
21075
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
18280
21076
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
|
|
18281
21077
|
*/
|
|
18282
21078
|
export declare const zoraCreatorMerkleMinterStrategyABI: readonly [{
|
|
@@ -18599,14 +21395,16 @@ export declare const zoraCreatorMerkleMinterStrategyABI: readonly [{
|
|
|
18599
21395
|
}];
|
|
18600
21396
|
/**
|
|
18601
21397
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18602
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
21398
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
|
|
18603
21399
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18604
21400
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18605
21401
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
18606
|
-
* - [__View Contract on
|
|
21402
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
21403
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
18607
21404
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
18608
21405
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18609
21406
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
21407
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
18610
21408
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
|
|
18611
21409
|
*/
|
|
18612
21410
|
export declare const zoraCreatorMerkleMinterStrategyAddress: {
|
|
@@ -18625,14 +21423,16 @@ export declare const zoraCreatorMerkleMinterStrategyAddress: {
|
|
|
18625
21423
|
};
|
|
18626
21424
|
/**
|
|
18627
21425
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18628
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
21426
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
|
|
18629
21427
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18630
21428
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18631
21429
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
18632
|
-
* - [__View Contract on
|
|
21430
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
21431
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
18633
21432
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
18634
21433
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
18635
21434
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
21435
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
18636
21436
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
|
|
18637
21437
|
*/
|
|
18638
21438
|
export declare const zoraCreatorMerkleMinterStrategyConfig: {
|
|
@@ -18971,14 +21771,16 @@ export declare const zoraCreatorMerkleMinterStrategyConfig: {
|
|
|
18971
21771
|
};
|
|
18972
21772
|
/**
|
|
18973
21773
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
18974
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
21774
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
|
|
18975
21775
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
18976
21776
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
18977
21777
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
18978
|
-
* - [__View Contract on
|
|
21778
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
21779
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
18979
21780
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
18980
21781
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
18981
21782
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
21783
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
18982
21784
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
|
|
18983
21785
|
*/
|
|
18984
21786
|
export declare const zoraCreatorRedeemMinterFactoryABI: readonly [{
|
|
@@ -19203,14 +22005,16 @@ export declare const zoraCreatorRedeemMinterFactoryABI: readonly [{
|
|
|
19203
22005
|
}];
|
|
19204
22006
|
/**
|
|
19205
22007
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
19206
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
22008
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
|
|
19207
22009
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
19208
22010
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
19209
22011
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
19210
|
-
* - [__View Contract on
|
|
22012
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
22013
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
19211
22014
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
19212
22015
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
19213
22016
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
22017
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
19214
22018
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
|
|
19215
22019
|
*/
|
|
19216
22020
|
export declare const zoraCreatorRedeemMinterFactoryAddress: {
|
|
@@ -19229,14 +22033,16 @@ export declare const zoraCreatorRedeemMinterFactoryAddress: {
|
|
|
19229
22033
|
};
|
|
19230
22034
|
/**
|
|
19231
22035
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
19232
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
22036
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
|
|
19233
22037
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
19234
22038
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
19235
22039
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
19236
|
-
* - [__View Contract on
|
|
22040
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
22041
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
19237
22042
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
19238
22043
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
19239
22044
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
22045
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
19240
22046
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
|
|
19241
22047
|
*/
|
|
19242
22048
|
export declare const zoraCreatorRedeemMinterFactoryConfig: {
|
|
@@ -28349,10 +31155,11 @@ export declare const zoraSparksManagerImplConfig: {
|
|
|
28349
31155
|
};
|
|
28350
31156
|
/**
|
|
28351
31157
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
28352
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
31158
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
28353
31159
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
28354
31160
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
28355
|
-
* - [__View Contract on
|
|
31161
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
31162
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
28356
31163
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
28357
31164
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x8237F421357F87a23ed0CFf3a5586172F210A21B)
|
|
28358
31165
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
@@ -28360,11 +31167,7 @@ export declare const zoraSparksManagerImplConfig: {
|
|
|
28360
31167
|
export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
28361
31168
|
readonly stateMutability: "nonpayable";
|
|
28362
31169
|
readonly type: "constructor";
|
|
28363
|
-
readonly inputs: readonly [
|
|
28364
|
-
readonly name: "_comments";
|
|
28365
|
-
readonly internalType: "contract IComments";
|
|
28366
|
-
readonly type: "address";
|
|
28367
|
-
}];
|
|
31170
|
+
readonly inputs: readonly [];
|
|
28368
31171
|
}, {
|
|
28369
31172
|
readonly stateMutability: "view";
|
|
28370
31173
|
readonly type: "function";
|
|
@@ -28432,16 +31235,6 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
28432
31235
|
readonly type: "uint256";
|
|
28433
31236
|
}];
|
|
28434
31237
|
}];
|
|
28435
|
-
}, {
|
|
28436
|
-
readonly stateMutability: "view";
|
|
28437
|
-
readonly type: "function";
|
|
28438
|
-
readonly inputs: readonly [];
|
|
28439
|
-
readonly name: "comments";
|
|
28440
|
-
readonly outputs: readonly [{
|
|
28441
|
-
readonly name: "";
|
|
28442
|
-
readonly internalType: "contract IComments";
|
|
28443
|
-
readonly type: "address";
|
|
28444
|
-
}];
|
|
28445
31238
|
}, {
|
|
28446
31239
|
readonly stateMutability: "pure";
|
|
28447
31240
|
readonly type: "function";
|
|
@@ -28539,16 +31332,6 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
28539
31332
|
readonly internalType: "address";
|
|
28540
31333
|
readonly type: "address";
|
|
28541
31334
|
}];
|
|
28542
|
-
}, {
|
|
28543
|
-
readonly stateMutability: "view";
|
|
28544
|
-
readonly type: "function";
|
|
28545
|
-
readonly inputs: readonly [];
|
|
28546
|
-
readonly name: "implementation";
|
|
28547
|
-
readonly outputs: readonly [{
|
|
28548
|
-
readonly name: "";
|
|
28549
|
-
readonly internalType: "address";
|
|
28550
|
-
readonly type: "address";
|
|
28551
|
-
}];
|
|
28552
31335
|
}, {
|
|
28553
31336
|
readonly stateMutability: "nonpayable";
|
|
28554
31337
|
readonly type: "function";
|
|
@@ -29018,48 +31801,6 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
29018
31801
|
readonly indexed: false;
|
|
29019
31802
|
}];
|
|
29020
31803
|
readonly name: "MintComment";
|
|
29021
|
-
}, {
|
|
29022
|
-
readonly type: "event";
|
|
29023
|
-
readonly anonymous: false;
|
|
29024
|
-
readonly inputs: readonly [{
|
|
29025
|
-
readonly name: "commentId";
|
|
29026
|
-
readonly internalType: "bytes32";
|
|
29027
|
-
readonly type: "bytes32";
|
|
29028
|
-
readonly indexed: true;
|
|
29029
|
-
}, {
|
|
29030
|
-
readonly name: "commentIdentifier";
|
|
29031
|
-
readonly internalType: "struct IComments.CommentIdentifier";
|
|
29032
|
-
readonly type: "tuple";
|
|
29033
|
-
readonly components: readonly [{
|
|
29034
|
-
readonly name: "commenter";
|
|
29035
|
-
readonly internalType: "address";
|
|
29036
|
-
readonly type: "address";
|
|
29037
|
-
}, {
|
|
29038
|
-
readonly name: "contractAddress";
|
|
29039
|
-
readonly internalType: "address";
|
|
29040
|
-
readonly type: "address";
|
|
29041
|
-
}, {
|
|
29042
|
-
readonly name: "tokenId";
|
|
29043
|
-
readonly internalType: "uint256";
|
|
29044
|
-
readonly type: "uint256";
|
|
29045
|
-
}, {
|
|
29046
|
-
readonly name: "nonce";
|
|
29047
|
-
readonly internalType: "bytes32";
|
|
29048
|
-
readonly type: "bytes32";
|
|
29049
|
-
}];
|
|
29050
|
-
readonly indexed: false;
|
|
29051
|
-
}, {
|
|
29052
|
-
readonly name: "mintQuantity";
|
|
29053
|
-
readonly internalType: "uint256";
|
|
29054
|
-
readonly type: "uint256";
|
|
29055
|
-
readonly indexed: false;
|
|
29056
|
-
}, {
|
|
29057
|
-
readonly name: "comment";
|
|
29058
|
-
readonly internalType: "string";
|
|
29059
|
-
readonly type: "string";
|
|
29060
|
-
readonly indexed: false;
|
|
29061
|
-
}];
|
|
29062
|
-
readonly name: "MintedAndCommented";
|
|
29063
31804
|
}, {
|
|
29064
31805
|
readonly type: "event";
|
|
29065
31806
|
readonly anonymous: false;
|
|
@@ -29362,10 +32103,6 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
29362
32103
|
readonly type: "error";
|
|
29363
32104
|
readonly inputs: readonly [];
|
|
29364
32105
|
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
29365
|
-
}, {
|
|
29366
|
-
readonly type: "error";
|
|
29367
|
-
readonly inputs: readonly [];
|
|
29368
|
-
readonly name: "NoCodeAtAddress";
|
|
29369
32106
|
}, {
|
|
29370
32107
|
readonly type: "error";
|
|
29371
32108
|
readonly inputs: readonly [];
|
|
@@ -29461,10 +32198,11 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
29461
32198
|
}];
|
|
29462
32199
|
/**
|
|
29463
32200
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29464
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
32201
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29465
32202
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29466
32203
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29467
|
-
* - [__View Contract on
|
|
32204
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
32205
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29468
32206
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29469
32207
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x8237F421357F87a23ed0CFf3a5586172F210A21B)
|
|
29470
32208
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
@@ -29482,10 +32220,11 @@ export declare const zoraTimedSaleStrategyAddress: {
|
|
|
29482
32220
|
};
|
|
29483
32221
|
/**
|
|
29484
32222
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29485
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
32223
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29486
32224
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29487
32225
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29488
|
-
* - [__View Contract on
|
|
32226
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
32227
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29489
32228
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
29490
32229
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x8237F421357F87a23ed0CFf3a5586172F210A21B)
|
|
29491
32230
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
@@ -29505,11 +32244,7 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
29505
32244
|
readonly abi: readonly [{
|
|
29506
32245
|
readonly stateMutability: "nonpayable";
|
|
29507
32246
|
readonly type: "constructor";
|
|
29508
|
-
readonly inputs: readonly [
|
|
29509
|
-
readonly name: "_comments";
|
|
29510
|
-
readonly internalType: "contract IComments";
|
|
29511
|
-
readonly type: "address";
|
|
29512
|
-
}];
|
|
32247
|
+
readonly inputs: readonly [];
|
|
29513
32248
|
}, {
|
|
29514
32249
|
readonly stateMutability: "view";
|
|
29515
32250
|
readonly type: "function";
|
|
@@ -29577,16 +32312,6 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
29577
32312
|
readonly type: "uint256";
|
|
29578
32313
|
}];
|
|
29579
32314
|
}];
|
|
29580
|
-
}, {
|
|
29581
|
-
readonly stateMutability: "view";
|
|
29582
|
-
readonly type: "function";
|
|
29583
|
-
readonly inputs: readonly [];
|
|
29584
|
-
readonly name: "comments";
|
|
29585
|
-
readonly outputs: readonly [{
|
|
29586
|
-
readonly name: "";
|
|
29587
|
-
readonly internalType: "contract IComments";
|
|
29588
|
-
readonly type: "address";
|
|
29589
|
-
}];
|
|
29590
32315
|
}, {
|
|
29591
32316
|
readonly stateMutability: "pure";
|
|
29592
32317
|
readonly type: "function";
|
|
@@ -29684,16 +32409,6 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
29684
32409
|
readonly internalType: "address";
|
|
29685
32410
|
readonly type: "address";
|
|
29686
32411
|
}];
|
|
29687
|
-
}, {
|
|
29688
|
-
readonly stateMutability: "view";
|
|
29689
|
-
readonly type: "function";
|
|
29690
|
-
readonly inputs: readonly [];
|
|
29691
|
-
readonly name: "implementation";
|
|
29692
|
-
readonly outputs: readonly [{
|
|
29693
|
-
readonly name: "";
|
|
29694
|
-
readonly internalType: "address";
|
|
29695
|
-
readonly type: "address";
|
|
29696
|
-
}];
|
|
29697
32412
|
}, {
|
|
29698
32413
|
readonly stateMutability: "nonpayable";
|
|
29699
32414
|
readonly type: "function";
|
|
@@ -30163,48 +32878,6 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
30163
32878
|
readonly indexed: false;
|
|
30164
32879
|
}];
|
|
30165
32880
|
readonly name: "MintComment";
|
|
30166
|
-
}, {
|
|
30167
|
-
readonly type: "event";
|
|
30168
|
-
readonly anonymous: false;
|
|
30169
|
-
readonly inputs: readonly [{
|
|
30170
|
-
readonly name: "commentId";
|
|
30171
|
-
readonly internalType: "bytes32";
|
|
30172
|
-
readonly type: "bytes32";
|
|
30173
|
-
readonly indexed: true;
|
|
30174
|
-
}, {
|
|
30175
|
-
readonly name: "commentIdentifier";
|
|
30176
|
-
readonly internalType: "struct IComments.CommentIdentifier";
|
|
30177
|
-
readonly type: "tuple";
|
|
30178
|
-
readonly components: readonly [{
|
|
30179
|
-
readonly name: "commenter";
|
|
30180
|
-
readonly internalType: "address";
|
|
30181
|
-
readonly type: "address";
|
|
30182
|
-
}, {
|
|
30183
|
-
readonly name: "contractAddress";
|
|
30184
|
-
readonly internalType: "address";
|
|
30185
|
-
readonly type: "address";
|
|
30186
|
-
}, {
|
|
30187
|
-
readonly name: "tokenId";
|
|
30188
|
-
readonly internalType: "uint256";
|
|
30189
|
-
readonly type: "uint256";
|
|
30190
|
-
}, {
|
|
30191
|
-
readonly name: "nonce";
|
|
30192
|
-
readonly internalType: "bytes32";
|
|
30193
|
-
readonly type: "bytes32";
|
|
30194
|
-
}];
|
|
30195
|
-
readonly indexed: false;
|
|
30196
|
-
}, {
|
|
30197
|
-
readonly name: "mintQuantity";
|
|
30198
|
-
readonly internalType: "uint256";
|
|
30199
|
-
readonly type: "uint256";
|
|
30200
|
-
readonly indexed: false;
|
|
30201
|
-
}, {
|
|
30202
|
-
readonly name: "comment";
|
|
30203
|
-
readonly internalType: "string";
|
|
30204
|
-
readonly type: "string";
|
|
30205
|
-
readonly indexed: false;
|
|
30206
|
-
}];
|
|
30207
|
-
readonly name: "MintedAndCommented";
|
|
30208
32881
|
}, {
|
|
30209
32882
|
readonly type: "event";
|
|
30210
32883
|
readonly anonymous: false;
|
|
@@ -30507,10 +33180,6 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
30507
33180
|
readonly type: "error";
|
|
30508
33181
|
readonly inputs: readonly [];
|
|
30509
33182
|
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
30510
|
-
}, {
|
|
30511
|
-
readonly type: "error";
|
|
30512
|
-
readonly inputs: readonly [];
|
|
30513
|
-
readonly name: "NoCodeAtAddress";
|
|
30514
33183
|
}, {
|
|
30515
33184
|
readonly type: "error";
|
|
30516
33185
|
readonly inputs: readonly [];
|