@zoralabs/protocol-deployments 0.3.5-COMMENTS.3 → 0.3.5-COMMENTS.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +14 -14
- package/CHANGELOG.md +12 -0
- package/dist/generated/wagmi.d.ts +2768 -166
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +857 -72
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +853 -72
- package/dist/index.js.map +1 -1
- package/dist/typedData.d.ts +53 -1
- package/dist/typedData.d.ts.map +1 -1
- package/dist/types.d.ts +9 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +841 -76
- package/src/typedData.ts +67 -0
- package/src/types.ts +15 -1
|
@@ -1,6 +1,2728 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
3
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.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)
|
|
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 [{
|
|
6
2728
|
readonly stateMutability: "nonpayable";
|
|
@@ -281,7 +3003,7 @@ export declare const commentsABI: readonly [{
|
|
|
281
3003
|
readonly type: "string";
|
|
282
3004
|
}];
|
|
283
3005
|
}, {
|
|
284
|
-
readonly stateMutability: "
|
|
3006
|
+
readonly stateMutability: "payable";
|
|
285
3007
|
readonly type: "function";
|
|
286
3008
|
readonly inputs: readonly [{
|
|
287
3009
|
readonly name: "commenter";
|
|
@@ -320,6 +3042,14 @@ export declare const commentsABI: readonly [{
|
|
|
320
3042
|
readonly internalType: "bytes32";
|
|
321
3043
|
readonly type: "bytes32";
|
|
322
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";
|
|
323
3053
|
}];
|
|
324
3054
|
readonly name: "delegateComment";
|
|
325
3055
|
readonly outputs: readonly [{
|
|
@@ -343,6 +3073,10 @@ export declare const commentsABI: readonly [{
|
|
|
343
3073
|
readonly internalType: "bytes32";
|
|
344
3074
|
readonly type: "bytes32";
|
|
345
3075
|
}];
|
|
3076
|
+
}, {
|
|
3077
|
+
readonly name: "commentId";
|
|
3078
|
+
readonly internalType: "bytes32";
|
|
3079
|
+
readonly type: "bytes32";
|
|
346
3080
|
}];
|
|
347
3081
|
}, {
|
|
348
3082
|
readonly stateMutability: "view";
|
|
@@ -1265,6 +3999,10 @@ export declare const commentsABI: readonly [{
|
|
|
1265
3999
|
readonly type: "address";
|
|
1266
4000
|
}];
|
|
1267
4001
|
readonly name: "AddressEmptyCode";
|
|
4002
|
+
}, {
|
|
4003
|
+
readonly type: "error";
|
|
4004
|
+
readonly inputs: readonly [];
|
|
4005
|
+
readonly name: "AddressZero";
|
|
1268
4006
|
}, {
|
|
1269
4007
|
readonly type: "error";
|
|
1270
4008
|
readonly inputs: readonly [];
|
|
@@ -1443,21 +4181,21 @@ export declare const commentsABI: readonly [{
|
|
|
1443
4181
|
readonly name: "UpgradeToMismatchedContractName";
|
|
1444
4182
|
}];
|
|
1445
4183
|
/**
|
|
1446
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
1447
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
4184
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
4185
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1448
4186
|
*/
|
|
1449
4187
|
export declare const commentsAddress: {
|
|
1450
|
-
readonly 7777777: "
|
|
1451
|
-
readonly 999999999: "
|
|
4188
|
+
readonly 7777777: "0x7777777C2B3132e03a65721a41745C07170a5877";
|
|
4189
|
+
readonly 999999999: "0x7777777C2B3132e03a65721a41745C07170a5877";
|
|
1452
4190
|
};
|
|
1453
4191
|
/**
|
|
1454
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
1455
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
4192
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
4193
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1456
4194
|
*/
|
|
1457
4195
|
export declare const commentsConfig: {
|
|
1458
4196
|
readonly address: {
|
|
1459
|
-
readonly 7777777: "
|
|
1460
|
-
readonly 999999999: "
|
|
4197
|
+
readonly 7777777: "0x7777777C2B3132e03a65721a41745C07170a5877";
|
|
4198
|
+
readonly 999999999: "0x7777777C2B3132e03a65721a41745C07170a5877";
|
|
1461
4199
|
};
|
|
1462
4200
|
readonly abi: readonly [{
|
|
1463
4201
|
readonly stateMutability: "nonpayable";
|
|
@@ -1738,7 +4476,7 @@ export declare const commentsConfig: {
|
|
|
1738
4476
|
readonly type: "string";
|
|
1739
4477
|
}];
|
|
1740
4478
|
}, {
|
|
1741
|
-
readonly stateMutability: "
|
|
4479
|
+
readonly stateMutability: "payable";
|
|
1742
4480
|
readonly type: "function";
|
|
1743
4481
|
readonly inputs: readonly [{
|
|
1744
4482
|
readonly name: "commenter";
|
|
@@ -1777,6 +4515,14 @@ export declare const commentsConfig: {
|
|
|
1777
4515
|
readonly internalType: "bytes32";
|
|
1778
4516
|
readonly type: "bytes32";
|
|
1779
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";
|
|
1780
4526
|
}];
|
|
1781
4527
|
readonly name: "delegateComment";
|
|
1782
4528
|
readonly outputs: readonly [{
|
|
@@ -1800,6 +4546,10 @@ export declare const commentsConfig: {
|
|
|
1800
4546
|
readonly internalType: "bytes32";
|
|
1801
4547
|
readonly type: "bytes32";
|
|
1802
4548
|
}];
|
|
4549
|
+
}, {
|
|
4550
|
+
readonly name: "commentId";
|
|
4551
|
+
readonly internalType: "bytes32";
|
|
4552
|
+
readonly type: "bytes32";
|
|
1803
4553
|
}];
|
|
1804
4554
|
}, {
|
|
1805
4555
|
readonly stateMutability: "view";
|
|
@@ -2722,6 +5472,10 @@ export declare const commentsConfig: {
|
|
|
2722
5472
|
readonly type: "address";
|
|
2723
5473
|
}];
|
|
2724
5474
|
readonly name: "AddressEmptyCode";
|
|
5475
|
+
}, {
|
|
5476
|
+
readonly type: "error";
|
|
5477
|
+
readonly inputs: readonly [];
|
|
5478
|
+
readonly name: "AddressZero";
|
|
2725
5479
|
}, {
|
|
2726
5480
|
readonly type: "error";
|
|
2727
5481
|
readonly inputs: readonly [];
|
|
@@ -11431,10 +14185,6 @@ export declare const zoraCreator1155FactoryImplABI: readonly [{
|
|
|
11431
14185
|
readonly type: "error";
|
|
11432
14186
|
readonly inputs: readonly [];
|
|
11433
14187
|
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
11434
|
-
}, {
|
|
11435
|
-
readonly type: "error";
|
|
11436
|
-
readonly inputs: readonly [];
|
|
11437
|
-
readonly name: "NoCodeAtAddress";
|
|
11438
14188
|
}, {
|
|
11439
14189
|
readonly type: "error";
|
|
11440
14190
|
readonly inputs: readonly [];
|
|
@@ -12687,10 +15437,6 @@ export declare const zoraCreator1155FactoryImplConfig: {
|
|
|
12687
15437
|
readonly type: "error";
|
|
12688
15438
|
readonly inputs: readonly [];
|
|
12689
15439
|
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
12690
|
-
}, {
|
|
12691
|
-
readonly type: "error";
|
|
12692
|
-
readonly inputs: readonly [];
|
|
12693
|
-
readonly name: "NoCodeAtAddress";
|
|
12694
15440
|
}, {
|
|
12695
15441
|
readonly type: "error";
|
|
12696
15442
|
readonly inputs: readonly [];
|
|
@@ -14714,10 +17460,6 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
14714
17460
|
readonly type: "error";
|
|
14715
17461
|
readonly inputs: readonly [];
|
|
14716
17462
|
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
14717
|
-
}, {
|
|
14718
|
-
readonly type: "error";
|
|
14719
|
-
readonly inputs: readonly [];
|
|
14720
|
-
readonly name: "NoCodeAtAddress";
|
|
14721
17463
|
}, {
|
|
14722
17464
|
readonly type: "error";
|
|
14723
17465
|
readonly inputs: readonly [];
|
|
@@ -28425,11 +31167,7 @@ export declare const zoraSparksManagerImplConfig: {
|
|
|
28425
31167
|
export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
28426
31168
|
readonly stateMutability: "nonpayable";
|
|
28427
31169
|
readonly type: "constructor";
|
|
28428
|
-
readonly inputs: readonly [
|
|
28429
|
-
readonly name: "_comments";
|
|
28430
|
-
readonly internalType: "contract IComments";
|
|
28431
|
-
readonly type: "address";
|
|
28432
|
-
}];
|
|
31170
|
+
readonly inputs: readonly [];
|
|
28433
31171
|
}, {
|
|
28434
31172
|
readonly stateMutability: "view";
|
|
28435
31173
|
readonly type: "function";
|
|
@@ -28497,16 +31235,6 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
28497
31235
|
readonly type: "uint256";
|
|
28498
31236
|
}];
|
|
28499
31237
|
}];
|
|
28500
|
-
}, {
|
|
28501
|
-
readonly stateMutability: "view";
|
|
28502
|
-
readonly type: "function";
|
|
28503
|
-
readonly inputs: readonly [];
|
|
28504
|
-
readonly name: "comments";
|
|
28505
|
-
readonly outputs: readonly [{
|
|
28506
|
-
readonly name: "";
|
|
28507
|
-
readonly internalType: "contract IComments";
|
|
28508
|
-
readonly type: "address";
|
|
28509
|
-
}];
|
|
28510
31238
|
}, {
|
|
28511
31239
|
readonly stateMutability: "pure";
|
|
28512
31240
|
readonly type: "function";
|
|
@@ -28604,16 +31332,6 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
28604
31332
|
readonly internalType: "address";
|
|
28605
31333
|
readonly type: "address";
|
|
28606
31334
|
}];
|
|
28607
|
-
}, {
|
|
28608
|
-
readonly stateMutability: "view";
|
|
28609
|
-
readonly type: "function";
|
|
28610
|
-
readonly inputs: readonly [];
|
|
28611
|
-
readonly name: "implementation";
|
|
28612
|
-
readonly outputs: readonly [{
|
|
28613
|
-
readonly name: "";
|
|
28614
|
-
readonly internalType: "address";
|
|
28615
|
-
readonly type: "address";
|
|
28616
|
-
}];
|
|
28617
31335
|
}, {
|
|
28618
31336
|
readonly stateMutability: "nonpayable";
|
|
28619
31337
|
readonly type: "function";
|
|
@@ -29083,48 +31801,6 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
29083
31801
|
readonly indexed: false;
|
|
29084
31802
|
}];
|
|
29085
31803
|
readonly name: "MintComment";
|
|
29086
|
-
}, {
|
|
29087
|
-
readonly type: "event";
|
|
29088
|
-
readonly anonymous: false;
|
|
29089
|
-
readonly inputs: readonly [{
|
|
29090
|
-
readonly name: "commentId";
|
|
29091
|
-
readonly internalType: "bytes32";
|
|
29092
|
-
readonly type: "bytes32";
|
|
29093
|
-
readonly indexed: true;
|
|
29094
|
-
}, {
|
|
29095
|
-
readonly name: "commentIdentifier";
|
|
29096
|
-
readonly internalType: "struct IComments.CommentIdentifier";
|
|
29097
|
-
readonly type: "tuple";
|
|
29098
|
-
readonly components: readonly [{
|
|
29099
|
-
readonly name: "commenter";
|
|
29100
|
-
readonly internalType: "address";
|
|
29101
|
-
readonly type: "address";
|
|
29102
|
-
}, {
|
|
29103
|
-
readonly name: "contractAddress";
|
|
29104
|
-
readonly internalType: "address";
|
|
29105
|
-
readonly type: "address";
|
|
29106
|
-
}, {
|
|
29107
|
-
readonly name: "tokenId";
|
|
29108
|
-
readonly internalType: "uint256";
|
|
29109
|
-
readonly type: "uint256";
|
|
29110
|
-
}, {
|
|
29111
|
-
readonly name: "nonce";
|
|
29112
|
-
readonly internalType: "bytes32";
|
|
29113
|
-
readonly type: "bytes32";
|
|
29114
|
-
}];
|
|
29115
|
-
readonly indexed: false;
|
|
29116
|
-
}, {
|
|
29117
|
-
readonly name: "mintQuantity";
|
|
29118
|
-
readonly internalType: "uint256";
|
|
29119
|
-
readonly type: "uint256";
|
|
29120
|
-
readonly indexed: false;
|
|
29121
|
-
}, {
|
|
29122
|
-
readonly name: "comment";
|
|
29123
|
-
readonly internalType: "string";
|
|
29124
|
-
readonly type: "string";
|
|
29125
|
-
readonly indexed: false;
|
|
29126
|
-
}];
|
|
29127
|
-
readonly name: "MintedAndCommented";
|
|
29128
31804
|
}, {
|
|
29129
31805
|
readonly type: "event";
|
|
29130
31806
|
readonly anonymous: false;
|
|
@@ -29427,10 +32103,6 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
|
|
|
29427
32103
|
readonly type: "error";
|
|
29428
32104
|
readonly inputs: readonly [];
|
|
29429
32105
|
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
29430
|
-
}, {
|
|
29431
|
-
readonly type: "error";
|
|
29432
|
-
readonly inputs: readonly [];
|
|
29433
|
-
readonly name: "NoCodeAtAddress";
|
|
29434
32106
|
}, {
|
|
29435
32107
|
readonly type: "error";
|
|
29436
32108
|
readonly inputs: readonly [];
|
|
@@ -29572,11 +32244,7 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
29572
32244
|
readonly abi: readonly [{
|
|
29573
32245
|
readonly stateMutability: "nonpayable";
|
|
29574
32246
|
readonly type: "constructor";
|
|
29575
|
-
readonly inputs: readonly [
|
|
29576
|
-
readonly name: "_comments";
|
|
29577
|
-
readonly internalType: "contract IComments";
|
|
29578
|
-
readonly type: "address";
|
|
29579
|
-
}];
|
|
32247
|
+
readonly inputs: readonly [];
|
|
29580
32248
|
}, {
|
|
29581
32249
|
readonly stateMutability: "view";
|
|
29582
32250
|
readonly type: "function";
|
|
@@ -29644,16 +32312,6 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
29644
32312
|
readonly type: "uint256";
|
|
29645
32313
|
}];
|
|
29646
32314
|
}];
|
|
29647
|
-
}, {
|
|
29648
|
-
readonly stateMutability: "view";
|
|
29649
|
-
readonly type: "function";
|
|
29650
|
-
readonly inputs: readonly [];
|
|
29651
|
-
readonly name: "comments";
|
|
29652
|
-
readonly outputs: readonly [{
|
|
29653
|
-
readonly name: "";
|
|
29654
|
-
readonly internalType: "contract IComments";
|
|
29655
|
-
readonly type: "address";
|
|
29656
|
-
}];
|
|
29657
32315
|
}, {
|
|
29658
32316
|
readonly stateMutability: "pure";
|
|
29659
32317
|
readonly type: "function";
|
|
@@ -29751,16 +32409,6 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
29751
32409
|
readonly internalType: "address";
|
|
29752
32410
|
readonly type: "address";
|
|
29753
32411
|
}];
|
|
29754
|
-
}, {
|
|
29755
|
-
readonly stateMutability: "view";
|
|
29756
|
-
readonly type: "function";
|
|
29757
|
-
readonly inputs: readonly [];
|
|
29758
|
-
readonly name: "implementation";
|
|
29759
|
-
readonly outputs: readonly [{
|
|
29760
|
-
readonly name: "";
|
|
29761
|
-
readonly internalType: "address";
|
|
29762
|
-
readonly type: "address";
|
|
29763
|
-
}];
|
|
29764
32412
|
}, {
|
|
29765
32413
|
readonly stateMutability: "nonpayable";
|
|
29766
32414
|
readonly type: "function";
|
|
@@ -30230,48 +32878,6 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
30230
32878
|
readonly indexed: false;
|
|
30231
32879
|
}];
|
|
30232
32880
|
readonly name: "MintComment";
|
|
30233
|
-
}, {
|
|
30234
|
-
readonly type: "event";
|
|
30235
|
-
readonly anonymous: false;
|
|
30236
|
-
readonly inputs: readonly [{
|
|
30237
|
-
readonly name: "commentId";
|
|
30238
|
-
readonly internalType: "bytes32";
|
|
30239
|
-
readonly type: "bytes32";
|
|
30240
|
-
readonly indexed: true;
|
|
30241
|
-
}, {
|
|
30242
|
-
readonly name: "commentIdentifier";
|
|
30243
|
-
readonly internalType: "struct IComments.CommentIdentifier";
|
|
30244
|
-
readonly type: "tuple";
|
|
30245
|
-
readonly components: readonly [{
|
|
30246
|
-
readonly name: "commenter";
|
|
30247
|
-
readonly internalType: "address";
|
|
30248
|
-
readonly type: "address";
|
|
30249
|
-
}, {
|
|
30250
|
-
readonly name: "contractAddress";
|
|
30251
|
-
readonly internalType: "address";
|
|
30252
|
-
readonly type: "address";
|
|
30253
|
-
}, {
|
|
30254
|
-
readonly name: "tokenId";
|
|
30255
|
-
readonly internalType: "uint256";
|
|
30256
|
-
readonly type: "uint256";
|
|
30257
|
-
}, {
|
|
30258
|
-
readonly name: "nonce";
|
|
30259
|
-
readonly internalType: "bytes32";
|
|
30260
|
-
readonly type: "bytes32";
|
|
30261
|
-
}];
|
|
30262
|
-
readonly indexed: false;
|
|
30263
|
-
}, {
|
|
30264
|
-
readonly name: "mintQuantity";
|
|
30265
|
-
readonly internalType: "uint256";
|
|
30266
|
-
readonly type: "uint256";
|
|
30267
|
-
readonly indexed: false;
|
|
30268
|
-
}, {
|
|
30269
|
-
readonly name: "comment";
|
|
30270
|
-
readonly internalType: "string";
|
|
30271
|
-
readonly type: "string";
|
|
30272
|
-
readonly indexed: false;
|
|
30273
|
-
}];
|
|
30274
|
-
readonly name: "MintedAndCommented";
|
|
30275
32881
|
}, {
|
|
30276
32882
|
readonly type: "event";
|
|
30277
32883
|
readonly anonymous: false;
|
|
@@ -30574,10 +33180,6 @@ export declare const zoraTimedSaleStrategyConfig: {
|
|
|
30574
33180
|
readonly type: "error";
|
|
30575
33181
|
readonly inputs: readonly [];
|
|
30576
33182
|
readonly name: "NeedsToBeAtLeastOneSaleToStartMarket";
|
|
30577
|
-
}, {
|
|
30578
|
-
readonly type: "error";
|
|
30579
|
-
readonly inputs: readonly [];
|
|
30580
|
-
readonly name: "NoCodeAtAddress";
|
|
30581
33183
|
}, {
|
|
30582
33184
|
readonly type: "error";
|
|
30583
33185
|
readonly inputs: readonly [];
|