@zoralabs/protocol-deployments 0.1.6 → 0.1.7

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