freee-721c-contracts-config 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js ADDED
@@ -0,0 +1,1967 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // package/index.ts
21
+ var package_exports = {};
22
+ __export(package_exports, {
23
+ chainConfigs: () => chainConfigs,
24
+ collectionMetadataRendererABI: () => collectionMetadataRendererABI,
25
+ collectionMetadataRendererAddress: () => collectionMetadataRendererAddress,
26
+ collectionMetadataRendererConfig: () => collectionMetadataRendererConfig,
27
+ freeeCloneFactoryABI: () => freeeCloneFactoryABI,
28
+ freeeCloneFactoryAddress: () => freeeCloneFactoryAddress,
29
+ freeeCloneFactoryConfig: () => freeeCloneFactoryConfig,
30
+ freeeErc721CABI: () => freeeErc721CABI,
31
+ freeeErc721CAddress: () => freeeErc721CAddress,
32
+ freeeErc721CConfig: () => freeeErc721CConfig,
33
+ freeeFactoryProxyABI: () => freeeFactoryProxyABI,
34
+ freeeFactoryProxyAddress: () => freeeFactoryProxyAddress,
35
+ freeeFactoryProxyConfig: () => freeeFactoryProxyConfig
36
+ });
37
+ module.exports = __toCommonJS(package_exports);
38
+
39
+ // package/wagmiGenerated.ts
40
+ var collectionMetadataRendererABI = [
41
+ {
42
+ stateMutability: "view",
43
+ type: "function",
44
+ inputs: [],
45
+ name: "contractURI",
46
+ outputs: [{ name: "", internalType: "string", type: "string" }]
47
+ },
48
+ {
49
+ stateMutability: "view",
50
+ type: "function",
51
+ inputs: [{ name: "", internalType: "address", type: "address" }],
52
+ name: "dynamicMetadataInfoByContract",
53
+ outputs: [
54
+ { name: "description", internalType: "string", type: "string" },
55
+ { name: "imageURI", internalType: "string", type: "string" },
56
+ { name: "animationURI", internalType: "string", type: "string" }
57
+ ]
58
+ },
59
+ {
60
+ stateMutability: "view",
61
+ type: "function",
62
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
63
+ name: "dynamicTokenURI",
64
+ outputs: [{ name: "", internalType: "string", type: "string" }]
65
+ },
66
+ {
67
+ stateMutability: "nonpayable",
68
+ type: "function",
69
+ inputs: [
70
+ { name: "metadataBase", internalType: "bytes", type: "bytes" },
71
+ { name: "dynamicTokenData", internalType: "bytes", type: "bytes" }
72
+ ],
73
+ name: "initializeWithData",
74
+ outputs: []
75
+ },
76
+ {
77
+ stateMutability: "view",
78
+ type: "function",
79
+ inputs: [{ name: "", internalType: "address", type: "address" }],
80
+ name: "metadataBaseByContract",
81
+ outputs: [
82
+ { name: "base", internalType: "string", type: "string" },
83
+ { name: "extension", internalType: "string", type: "string" },
84
+ { name: "contractURI", internalType: "string", type: "string" },
85
+ { name: "freezeAt", internalType: "uint256", type: "uint256" }
86
+ ]
87
+ },
88
+ {
89
+ stateMutability: "view",
90
+ type: "function",
91
+ inputs: [{ name: "", internalType: "address", type: "address" }],
92
+ name: "provenanceHashes",
93
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
94
+ },
95
+ {
96
+ stateMutability: "view",
97
+ type: "function",
98
+ inputs: [
99
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
100
+ { name: "revealed", internalType: "bool", type: "bool" }
101
+ ],
102
+ name: "tokenURI",
103
+ outputs: [{ name: "", internalType: "string", type: "string" }]
104
+ },
105
+ {
106
+ stateMutability: "nonpayable",
107
+ type: "function",
108
+ inputs: [
109
+ { name: "target", internalType: "address", type: "address" },
110
+ { name: "description", internalType: "string", type: "string" },
111
+ { name: "imageURI", internalType: "string", type: "string" },
112
+ { name: "animationURI", internalType: "string", type: "string" }
113
+ ],
114
+ name: "updateDynamicMetadataInfo",
115
+ outputs: []
116
+ },
117
+ {
118
+ stateMutability: "nonpayable",
119
+ type: "function",
120
+ inputs: [
121
+ { name: "target", internalType: "address", type: "address" },
122
+ { name: "metadataBaseURI", internalType: "string", type: "string" },
123
+ { name: "newContractURI", internalType: "string", type: "string" }
124
+ ],
125
+ name: "updateMetadataBase",
126
+ outputs: []
127
+ },
128
+ {
129
+ stateMutability: "nonpayable",
130
+ type: "function",
131
+ inputs: [
132
+ { name: "target", internalType: "address", type: "address" },
133
+ { name: "metadataBase", internalType: "string", type: "string" },
134
+ { name: "metadataExtension", internalType: "string", type: "string" },
135
+ { name: "newContractURI", internalType: "string", type: "string" },
136
+ { name: "freezeAt", internalType: "uint256", type: "uint256" }
137
+ ],
138
+ name: "updateMetadataBaseWithDetails",
139
+ outputs: []
140
+ },
141
+ {
142
+ stateMutability: "nonpayable",
143
+ type: "function",
144
+ inputs: [
145
+ { name: "target", internalType: "address", type: "address" },
146
+ { name: "provenanceHash", internalType: "bytes32", type: "bytes32" }
147
+ ],
148
+ name: "updateProvenanceHash",
149
+ outputs: []
150
+ },
151
+ {
152
+ type: "event",
153
+ anonymous: false,
154
+ inputs: [
155
+ {
156
+ name: "target",
157
+ internalType: "address",
158
+ type: "address",
159
+ indexed: true
160
+ },
161
+ {
162
+ name: "imageURI",
163
+ internalType: "string",
164
+ type: "string",
165
+ indexed: false
166
+ },
167
+ {
168
+ name: "animationURI",
169
+ internalType: "string",
170
+ type: "string",
171
+ indexed: false
172
+ }
173
+ ],
174
+ name: "DynamicMetadataUpdated"
175
+ },
176
+ {
177
+ type: "event",
178
+ anonymous: false,
179
+ inputs: [
180
+ {
181
+ name: "target",
182
+ internalType: "address",
183
+ type: "address",
184
+ indexed: true
185
+ },
186
+ {
187
+ name: "metadataBase",
188
+ internalType: "string",
189
+ type: "string",
190
+ indexed: false
191
+ },
192
+ {
193
+ name: "metadataExtension",
194
+ internalType: "string",
195
+ type: "string",
196
+ indexed: false
197
+ },
198
+ {
199
+ name: "contractURI",
200
+ internalType: "string",
201
+ type: "string",
202
+ indexed: false
203
+ },
204
+ {
205
+ name: "freezeAt",
206
+ internalType: "uint256",
207
+ type: "uint256",
208
+ indexed: false
209
+ }
210
+ ],
211
+ name: "MetadataUpdated"
212
+ },
213
+ {
214
+ type: "event",
215
+ anonymous: false,
216
+ inputs: [
217
+ {
218
+ name: "target",
219
+ internalType: "address",
220
+ type: "address",
221
+ indexed: true
222
+ },
223
+ {
224
+ name: "provenanceHash",
225
+ internalType: "bytes32",
226
+ type: "bytes32",
227
+ indexed: false
228
+ }
229
+ ],
230
+ name: "ProvenanceHashUpdated"
231
+ },
232
+ { type: "error", inputs: [], name: "Access_OnlyAdmin" },
233
+ { type: "error", inputs: [], name: "MetadataFrozen" }
234
+ ];
235
+ var collectionMetadataRendererAddress = {
236
+ 8453: "0x0000000000000000000000000000000000000000",
237
+ 33111: "0xe7930906D5aaE85a1868e2bbcB24e65120FeBC2A",
238
+ 33139: "0x0000000000000000000000000000000000000000",
239
+ 84532: "0x13E673389CEF3F820E774Cb0d40B6E3B86C88137"
240
+ };
241
+ var collectionMetadataRendererConfig = {
242
+ address: collectionMetadataRendererAddress,
243
+ abi: collectionMetadataRendererABI
244
+ };
245
+ var freeeCloneFactoryABI = [
246
+ { stateMutability: "nonpayable", type: "constructor", inputs: [] },
247
+ {
248
+ stateMutability: "pure",
249
+ type: "function",
250
+ inputs: [],
251
+ name: "contractVersion",
252
+ outputs: [{ name: "", internalType: "string", type: "string" }]
253
+ },
254
+ {
255
+ stateMutability: "nonpayable",
256
+ type: "function",
257
+ inputs: [
258
+ { name: "name", internalType: "string", type: "string" },
259
+ { name: "symbol", internalType: "string", type: "string" },
260
+ { name: "defaultAdmin", internalType: "address", type: "address" },
261
+ { name: "collectionSize", internalType: "uint64", type: "uint64" },
262
+ { name: "royaltyBPS", internalType: "uint16", type: "uint16" },
263
+ {
264
+ name: "royaltyRecipent",
265
+ internalType: "address payable",
266
+ type: "address"
267
+ },
268
+ {
269
+ name: "fundsRecipient",
270
+ internalType: "address payable",
271
+ type: "address"
272
+ },
273
+ {
274
+ name: "publicSaleConfig",
275
+ internalType: "struct IERC721Collection.PublicSaleConfiguration",
276
+ type: "tuple",
277
+ components: [
278
+ { name: "publicSalePrice", internalType: "uint104", type: "uint104" },
279
+ {
280
+ name: "maxSalePurchasePerAddress",
281
+ internalType: "uint32",
282
+ type: "uint32"
283
+ },
284
+ { name: "publicSaleStart", internalType: "uint64", type: "uint64" },
285
+ { name: "publicSaleEnd", internalType: "uint64", type: "uint64" },
286
+ { name: "publicSaleDisabled", internalType: "bool", type: "bool" }
287
+ ]
288
+ },
289
+ {
290
+ name: "presaleStages",
291
+ internalType: "struct IERC721Collection.PresaleConfiguration[]",
292
+ type: "tuple[]",
293
+ components: [
294
+ { name: "presaleName", internalType: "string", type: "string" },
295
+ { name: "presaleStart", internalType: "uint64", type: "uint64" },
296
+ { name: "presaleEnd", internalType: "uint64", type: "uint64" },
297
+ { name: "presalePrice", internalType: "uint104", type: "uint104" },
298
+ {
299
+ name: "presaleMaxPurchasePerAddress",
300
+ internalType: "uint32",
301
+ type: "uint32"
302
+ },
303
+ { name: "presaleSupply", internalType: "uint32", type: "uint32" },
304
+ { name: "presaleMinted", internalType: "uint32", type: "uint32" },
305
+ {
306
+ name: "presaleMerkleRoot",
307
+ internalType: "bytes32",
308
+ type: "bytes32"
309
+ }
310
+ ]
311
+ },
312
+ { name: "tradingLocked", internalType: "bool", type: "bool" },
313
+ { name: "revealed", internalType: "bool", type: "bool" },
314
+ { name: "metadataURIBase", internalType: "string", type: "string" },
315
+ { name: "metadataBaseExtension", internalType: "string", type: "string" },
316
+ { name: "metadataContractURI", internalType: "string", type: "string" },
317
+ { name: "dynamicTokenDesc", internalType: "string", type: "string" },
318
+ { name: "dynamicTokenImageURI", internalType: "string", type: "string" },
319
+ {
320
+ name: "dynamicTokenAnimationURI",
321
+ internalType: "string",
322
+ type: "string"
323
+ },
324
+ { name: "isEscrow", internalType: "bool", type: "bool" }
325
+ ],
326
+ name: "createCollection",
327
+ outputs: [{ name: "address_", internalType: "address", type: "address" }]
328
+ },
329
+ {
330
+ stateMutability: "view",
331
+ type: "function",
332
+ inputs: [],
333
+ name: "escrowHandler",
334
+ outputs: [{ name: "", internalType: "address", type: "address" }]
335
+ },
336
+ {
337
+ stateMutability: "nonpayable",
338
+ type: "function",
339
+ inputs: [
340
+ { name: "_implementation", internalType: "address", type: "address" },
341
+ { name: "_metadataRenderer", internalType: "address", type: "address" },
342
+ { name: "_escrowHandler", internalType: "address", type: "address" }
343
+ ],
344
+ name: "initialize",
345
+ outputs: []
346
+ },
347
+ {
348
+ stateMutability: "view",
349
+ type: "function",
350
+ inputs: [],
351
+ name: "metadataRenderer",
352
+ outputs: [{ name: "", internalType: "address", type: "address" }]
353
+ },
354
+ {
355
+ stateMutability: "view",
356
+ type: "function",
357
+ inputs: [],
358
+ name: "nftImplementation",
359
+ outputs: [{ name: "", internalType: "address", type: "address" }]
360
+ },
361
+ {
362
+ stateMutability: "view",
363
+ type: "function",
364
+ inputs: [],
365
+ name: "owner",
366
+ outputs: [{ name: "", internalType: "address", type: "address" }]
367
+ },
368
+ {
369
+ stateMutability: "view",
370
+ type: "function",
371
+ inputs: [],
372
+ name: "proxiableUUID",
373
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
374
+ },
375
+ {
376
+ stateMutability: "nonpayable",
377
+ type: "function",
378
+ inputs: [],
379
+ name: "renounceOwnership",
380
+ outputs: []
381
+ },
382
+ {
383
+ stateMutability: "nonpayable",
384
+ type: "function",
385
+ inputs: [{ name: "_newHandler", internalType: "address", type: "address" }],
386
+ name: "setEscrowHandler",
387
+ outputs: []
388
+ },
389
+ {
390
+ stateMutability: "nonpayable",
391
+ type: "function",
392
+ inputs: [{ name: "_newImpl", internalType: "address", type: "address" }],
393
+ name: "setImplementation",
394
+ outputs: []
395
+ },
396
+ {
397
+ stateMutability: "nonpayable",
398
+ type: "function",
399
+ inputs: [
400
+ { name: "_newRenderer", internalType: "address", type: "address" }
401
+ ],
402
+ name: "setMetadataRenderer",
403
+ outputs: []
404
+ },
405
+ {
406
+ stateMutability: "nonpayable",
407
+ type: "function",
408
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
409
+ name: "transferOwnership",
410
+ outputs: []
411
+ },
412
+ {
413
+ stateMutability: "nonpayable",
414
+ type: "function",
415
+ inputs: [
416
+ { name: "newImplementation", internalType: "address", type: "address" }
417
+ ],
418
+ name: "upgradeTo",
419
+ outputs: []
420
+ },
421
+ {
422
+ stateMutability: "payable",
423
+ type: "function",
424
+ inputs: [
425
+ { name: "newImplementation", internalType: "address", type: "address" },
426
+ { name: "data", internalType: "bytes", type: "bytes" }
427
+ ],
428
+ name: "upgradeToAndCall",
429
+ outputs: []
430
+ },
431
+ {
432
+ type: "event",
433
+ anonymous: false,
434
+ inputs: [
435
+ {
436
+ name: "previousAdmin",
437
+ internalType: "address",
438
+ type: "address",
439
+ indexed: false
440
+ },
441
+ {
442
+ name: "newAdmin",
443
+ internalType: "address",
444
+ type: "address",
445
+ indexed: false
446
+ }
447
+ ],
448
+ name: "AdminChanged"
449
+ },
450
+ {
451
+ type: "event",
452
+ anonymous: false,
453
+ inputs: [
454
+ {
455
+ name: "beacon",
456
+ internalType: "address",
457
+ type: "address",
458
+ indexed: true
459
+ }
460
+ ],
461
+ name: "BeaconUpgraded"
462
+ },
463
+ {
464
+ type: "event",
465
+ anonymous: false,
466
+ inputs: [
467
+ {
468
+ name: "creator",
469
+ internalType: "address",
470
+ type: "address",
471
+ indexed: true
472
+ },
473
+ {
474
+ name: "contractAddress",
475
+ internalType: "address",
476
+ type: "address",
477
+ indexed: true
478
+ },
479
+ {
480
+ name: "collectionSize",
481
+ internalType: "uint256",
482
+ type: "uint256",
483
+ indexed: false
484
+ }
485
+ ],
486
+ name: "CreatedCollection"
487
+ },
488
+ {
489
+ type: "event",
490
+ anonymous: false,
491
+ inputs: [],
492
+ name: "FreeeFactoryInitialized"
493
+ },
494
+ {
495
+ type: "event",
496
+ anonymous: false,
497
+ inputs: [
498
+ { name: "version", internalType: "uint8", type: "uint8", indexed: false }
499
+ ],
500
+ name: "Initialized"
501
+ },
502
+ {
503
+ type: "event",
504
+ anonymous: false,
505
+ inputs: [
506
+ {
507
+ name: "previousOwner",
508
+ internalType: "address",
509
+ type: "address",
510
+ indexed: true
511
+ },
512
+ {
513
+ name: "newOwner",
514
+ internalType: "address",
515
+ type: "address",
516
+ indexed: true
517
+ }
518
+ ],
519
+ name: "OwnershipTransferred"
520
+ },
521
+ {
522
+ type: "event",
523
+ anonymous: false,
524
+ inputs: [
525
+ {
526
+ name: "implementation",
527
+ internalType: "address",
528
+ type: "address",
529
+ indexed: true
530
+ }
531
+ ],
532
+ name: "Upgraded"
533
+ },
534
+ { type: "error", inputs: [], name: "AddressCannotBeZero" },
535
+ { type: "error", inputs: [], name: "CloneInitlializationFailed" },
536
+ { type: "error", inputs: [], name: "Create_InvalidParam" }
537
+ ];
538
+ var freeeCloneFactoryAddress = {
539
+ 8453: "0x0000000000000000000000000000000000000000",
540
+ 33111: "0x83761AC427890e90Be2fEbacb68a7cBEE143Da5e",
541
+ 33139: "0x0000000000000000000000000000000000000000",
542
+ 84532: "0x9454F5e350cE0a9ba4553F58B937764B3492c429"
543
+ };
544
+ var freeeCloneFactoryConfig = {
545
+ address: freeeCloneFactoryAddress,
546
+ abi: freeeCloneFactoryABI
547
+ };
548
+ var freeeErc721CABI = [
549
+ {
550
+ stateMutability: "nonpayable",
551
+ type: "constructor",
552
+ inputs: [
553
+ { name: "_mintFeeAmount", internalType: "uint256", type: "uint256" },
554
+ { name: "_mintFeeRecipient", internalType: "address", type: "address" }
555
+ ]
556
+ },
557
+ {
558
+ stateMutability: "view",
559
+ type: "function",
560
+ inputs: [],
561
+ name: "DEFAULT_ADMIN_ROLE",
562
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
563
+ },
564
+ {
565
+ stateMutability: "view",
566
+ type: "function",
567
+ inputs: [],
568
+ name: "DEFAULT_TRANSFER_VALIDATOR",
569
+ outputs: [{ name: "", internalType: "address", type: "address" }]
570
+ },
571
+ {
572
+ stateMutability: "view",
573
+ type: "function",
574
+ inputs: [],
575
+ name: "SALES_MANAGER_ROLE",
576
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
577
+ },
578
+ {
579
+ stateMutability: "nonpayable",
580
+ type: "function",
581
+ inputs: [
582
+ { name: "name_", internalType: "string", type: "string" },
583
+ { name: "symbol_", internalType: "string", type: "string" }
584
+ ],
585
+ name: "__ERC721ACQueryableInitializable_init",
586
+ outputs: []
587
+ },
588
+ {
589
+ stateMutability: "view",
590
+ type: "function",
591
+ inputs: [],
592
+ name: "activePresaleStageCount",
593
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
594
+ },
595
+ {
596
+ stateMutability: "nonpayable",
597
+ type: "function",
598
+ inputs: [
599
+ { name: "recipient", internalType: "address", type: "address" },
600
+ { name: "quantity", internalType: "uint256", type: "uint256" }
601
+ ],
602
+ name: "adminMint",
603
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
604
+ },
605
+ {
606
+ stateMutability: "nonpayable",
607
+ type: "function",
608
+ inputs: [
609
+ { name: "recipients", internalType: "address[]", type: "address[]" }
610
+ ],
611
+ name: "adminMintAirdrop",
612
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
613
+ },
614
+ {
615
+ stateMutability: "payable",
616
+ type: "function",
617
+ inputs: [
618
+ { name: "to", internalType: "address", type: "address" },
619
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
620
+ ],
621
+ name: "approve",
622
+ outputs: []
623
+ },
624
+ {
625
+ stateMutability: "view",
626
+ type: "function",
627
+ inputs: [],
628
+ name: "autoApproveTransfersFromValidator",
629
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
630
+ },
631
+ {
632
+ stateMutability: "view",
633
+ type: "function",
634
+ inputs: [{ name: "owner", internalType: "address", type: "address" }],
635
+ name: "balanceOf",
636
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
637
+ },
638
+ {
639
+ stateMutability: "nonpayable",
640
+ type: "function",
641
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
642
+ name: "burn",
643
+ outputs: []
644
+ },
645
+ {
646
+ stateMutability: "view",
647
+ type: "function",
648
+ inputs: [],
649
+ name: "config",
650
+ outputs: [
651
+ {
652
+ name: "metadataRenderer",
653
+ internalType: "contract IMetadataRenderer",
654
+ type: "address"
655
+ },
656
+ { name: "collectionSize", internalType: "uint64", type: "uint64" },
657
+ { name: "royaltyBPS", internalType: "uint16", type: "uint16" },
658
+ {
659
+ name: "fundsRecipient",
660
+ internalType: "address payable",
661
+ type: "address"
662
+ },
663
+ {
664
+ name: "royaltyRecipient",
665
+ internalType: "address payable",
666
+ type: "address"
667
+ },
668
+ { name: "revealed", internalType: "bool", type: "bool" },
669
+ { name: "lockBeforeMintOut", internalType: "bool", type: "bool" }
670
+ ]
671
+ },
672
+ {
673
+ stateMutability: "view",
674
+ type: "function",
675
+ inputs: [],
676
+ name: "contractURI",
677
+ outputs: [{ name: "", internalType: "string", type: "string" }]
678
+ },
679
+ {
680
+ stateMutability: "pure",
681
+ type: "function",
682
+ inputs: [],
683
+ name: "contractVersion",
684
+ outputs: [{ name: "", internalType: "string", type: "string" }]
685
+ },
686
+ {
687
+ stateMutability: "view",
688
+ type: "function",
689
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
690
+ name: "explicitOwnershipOf",
691
+ outputs: [
692
+ {
693
+ name: "ownership",
694
+ internalType: "struct IERC721AUpgradeable.TokenOwnership",
695
+ type: "tuple",
696
+ components: [
697
+ { name: "addr", internalType: "address", type: "address" },
698
+ { name: "startTimestamp", internalType: "uint64", type: "uint64" },
699
+ { name: "burned", internalType: "bool", type: "bool" },
700
+ { name: "extraData", internalType: "uint24", type: "uint24" }
701
+ ]
702
+ }
703
+ ]
704
+ },
705
+ {
706
+ stateMutability: "view",
707
+ type: "function",
708
+ inputs: [
709
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" }
710
+ ],
711
+ name: "explicitOwnershipsOf",
712
+ outputs: [
713
+ {
714
+ name: "",
715
+ internalType: "struct IERC721AUpgradeable.TokenOwnership[]",
716
+ type: "tuple[]",
717
+ components: [
718
+ { name: "addr", internalType: "address", type: "address" },
719
+ { name: "startTimestamp", internalType: "uint64", type: "uint64" },
720
+ { name: "burned", internalType: "bool", type: "bool" },
721
+ { name: "extraData", internalType: "uint24", type: "uint24" }
722
+ ]
723
+ }
724
+ ]
725
+ },
726
+ {
727
+ stateMutability: "view",
728
+ type: "function",
729
+ inputs: [{ name: "quantity", internalType: "uint256", type: "uint256" }],
730
+ name: "feeForAmount",
731
+ outputs: [
732
+ { name: "recipient", internalType: "address payable", type: "address" },
733
+ { name: "fee", internalType: "uint256", type: "uint256" }
734
+ ]
735
+ },
736
+ {
737
+ stateMutability: "view",
738
+ type: "function",
739
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
740
+ name: "getApproved",
741
+ outputs: [{ name: "", internalType: "address", type: "address" }]
742
+ },
743
+ {
744
+ stateMutability: "view",
745
+ type: "function",
746
+ inputs: [{ name: "role", internalType: "bytes32", type: "bytes32" }],
747
+ name: "getRoleAdmin",
748
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
749
+ },
750
+ {
751
+ stateMutability: "pure",
752
+ type: "function",
753
+ inputs: [],
754
+ name: "getTransferValidationFunction",
755
+ outputs: [
756
+ { name: "functionSignature", internalType: "bytes4", type: "bytes4" },
757
+ { name: "isViewFunction", internalType: "bool", type: "bool" }
758
+ ]
759
+ },
760
+ {
761
+ stateMutability: "view",
762
+ type: "function",
763
+ inputs: [],
764
+ name: "getTransferValidator",
765
+ outputs: [{ name: "validator", internalType: "address", type: "address" }]
766
+ },
767
+ {
768
+ stateMutability: "nonpayable",
769
+ type: "function",
770
+ inputs: [
771
+ { name: "role", internalType: "bytes32", type: "bytes32" },
772
+ { name: "account", internalType: "address", type: "address" }
773
+ ],
774
+ name: "grantRole",
775
+ outputs: []
776
+ },
777
+ {
778
+ stateMutability: "view",
779
+ type: "function",
780
+ inputs: [
781
+ { name: "role", internalType: "bytes32", type: "bytes32" },
782
+ { name: "account", internalType: "address", type: "address" }
783
+ ],
784
+ name: "hasRole",
785
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
786
+ },
787
+ {
788
+ stateMutability: "nonpayable",
789
+ type: "function",
790
+ inputs: [
791
+ { name: "_contractName", internalType: "string", type: "string" },
792
+ { name: "_contractSymbol", internalType: "string", type: "string" },
793
+ { name: "_initialOwner", internalType: "address", type: "address" },
794
+ { name: "_fundsRecipient", internalType: "address", type: "address" },
795
+ { name: "_collectionSize", internalType: "uint64", type: "uint64" },
796
+ { name: "_royaltyBPS", internalType: "uint16", type: "uint16" },
797
+ { name: "_royaltyRecipient", internalType: "address", type: "address" },
798
+ { name: "_setupCalls", internalType: "bytes[]", type: "bytes[]" },
799
+ { name: "_tradingLocked", internalType: "bool", type: "bool" },
800
+ { name: "_revealed", internalType: "bool", type: "bool" },
801
+ { name: "_escrowHandler", internalType: "address", type: "address" }
802
+ ],
803
+ name: "initialize",
804
+ outputs: []
805
+ },
806
+ {
807
+ stateMutability: "view",
808
+ type: "function",
809
+ inputs: [{ name: "user", internalType: "address", type: "address" }],
810
+ name: "isAdmin",
811
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
812
+ },
813
+ {
814
+ stateMutability: "view",
815
+ type: "function",
816
+ inputs: [
817
+ { name: "owner", internalType: "address", type: "address" },
818
+ { name: "operator", internalType: "address", type: "address" }
819
+ ],
820
+ name: "isApprovedForAll",
821
+ outputs: [{ name: "isApproved", internalType: "bool", type: "bool" }]
822
+ },
823
+ {
824
+ stateMutability: "view",
825
+ type: "function",
826
+ inputs: [],
827
+ name: "metadataRenderer",
828
+ outputs: [
829
+ { name: "", internalType: "contract IMetadataRenderer", type: "address" }
830
+ ]
831
+ },
832
+ {
833
+ stateMutability: "view",
834
+ type: "function",
835
+ inputs: [{ name: "minter", internalType: "address", type: "address" }],
836
+ name: "mintedPerAddress",
837
+ outputs: [
838
+ {
839
+ name: "",
840
+ internalType: "struct IERC721Collection.AddressMintDetails",
841
+ type: "tuple",
842
+ components: [
843
+ {
844
+ name: "presaleMintsByStage",
845
+ internalType: "uint256[]",
846
+ type: "uint256[]"
847
+ },
848
+ { name: "presaleMints", internalType: "uint256", type: "uint256" },
849
+ { name: "publicMints", internalType: "uint256", type: "uint256" },
850
+ { name: "totalMints", internalType: "uint256", type: "uint256" }
851
+ ]
852
+ }
853
+ ]
854
+ },
855
+ {
856
+ stateMutability: "nonpayable",
857
+ type: "function",
858
+ inputs: [{ name: "data", internalType: "bytes[]", type: "bytes[]" }],
859
+ name: "multicall",
860
+ outputs: [{ name: "results", internalType: "bytes[]", type: "bytes[]" }]
861
+ },
862
+ {
863
+ stateMutability: "view",
864
+ type: "function",
865
+ inputs: [],
866
+ name: "name",
867
+ outputs: [{ name: "", internalType: "string", type: "string" }]
868
+ },
869
+ {
870
+ stateMutability: "view",
871
+ type: "function",
872
+ inputs: [],
873
+ name: "owner",
874
+ outputs: [{ name: "", internalType: "address", type: "address" }]
875
+ },
876
+ {
877
+ stateMutability: "view",
878
+ type: "function",
879
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
880
+ name: "ownerOf",
881
+ outputs: [{ name: "", internalType: "address", type: "address" }]
882
+ },
883
+ {
884
+ stateMutability: "view",
885
+ type: "function",
886
+ inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
887
+ name: "presaleConfig",
888
+ outputs: [
889
+ { name: "presaleName", internalType: "string", type: "string" },
890
+ { name: "presaleStart", internalType: "uint64", type: "uint64" },
891
+ { name: "presaleEnd", internalType: "uint64", type: "uint64" },
892
+ { name: "presalePrice", internalType: "uint104", type: "uint104" },
893
+ {
894
+ name: "presaleMaxPurchasePerAddress",
895
+ internalType: "uint32",
896
+ type: "uint32"
897
+ },
898
+ { name: "presaleSupply", internalType: "uint32", type: "uint32" },
899
+ { name: "presaleMinted", internalType: "uint32", type: "uint32" },
900
+ { name: "presaleMerkleRoot", internalType: "bytes32", type: "bytes32" }
901
+ ]
902
+ },
903
+ {
904
+ stateMutability: "view",
905
+ type: "function",
906
+ inputs: [
907
+ { name: "", internalType: "address", type: "address" },
908
+ { name: "", internalType: "uint256", type: "uint256" }
909
+ ],
910
+ name: "presaleMintedByAddress",
911
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
912
+ },
913
+ {
914
+ stateMutability: "view",
915
+ type: "function",
916
+ inputs: [],
917
+ name: "publicSaleConfig",
918
+ outputs: [
919
+ { name: "publicSalePrice", internalType: "uint104", type: "uint104" },
920
+ {
921
+ name: "maxSalePurchasePerAddress",
922
+ internalType: "uint32",
923
+ type: "uint32"
924
+ },
925
+ { name: "publicSaleStart", internalType: "uint64", type: "uint64" },
926
+ { name: "publicSaleEnd", internalType: "uint64", type: "uint64" },
927
+ { name: "publicSaleDisabled", internalType: "bool", type: "bool" }
928
+ ]
929
+ },
930
+ {
931
+ stateMutability: "payable",
932
+ type: "function",
933
+ inputs: [{ name: "quantity", internalType: "uint256", type: "uint256" }],
934
+ name: "purchase",
935
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
936
+ },
937
+ {
938
+ stateMutability: "payable",
939
+ type: "function",
940
+ inputs: [
941
+ { name: "stageIndex", internalType: "uint256", type: "uint256" },
942
+ { name: "quantity", internalType: "uint256", type: "uint256" },
943
+ { name: "maxQuantity", internalType: "uint256", type: "uint256" },
944
+ { name: "pricePerToken", internalType: "uint256", type: "uint256" },
945
+ { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" }
946
+ ],
947
+ name: "purchasePresale",
948
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
949
+ },
950
+ {
951
+ stateMutability: "payable",
952
+ type: "function",
953
+ inputs: [
954
+ { name: "stageIndex", internalType: "uint256", type: "uint256" },
955
+ { name: "quantity", internalType: "uint256", type: "uint256" },
956
+ { name: "maxQuantity", internalType: "uint256", type: "uint256" },
957
+ { name: "pricePerToken", internalType: "uint256", type: "uint256" },
958
+ { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
959
+ { name: "comment", internalType: "string", type: "string" }
960
+ ],
961
+ name: "purchasePresaleWithComment",
962
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
963
+ },
964
+ {
965
+ stateMutability: "payable",
966
+ type: "function",
967
+ inputs: [
968
+ { name: "quantity", internalType: "uint256", type: "uint256" },
969
+ { name: "comment", internalType: "string", type: "string" }
970
+ ],
971
+ name: "purchaseWithComment",
972
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
973
+ },
974
+ {
975
+ stateMutability: "nonpayable",
976
+ type: "function",
977
+ inputs: [
978
+ { name: "_newCollectionSize", internalType: "uint64", type: "uint64" }
979
+ ],
980
+ name: "reduceSupply",
981
+ outputs: []
982
+ },
983
+ {
984
+ stateMutability: "nonpayable",
985
+ type: "function",
986
+ inputs: [
987
+ { name: "role", internalType: "bytes32", type: "bytes32" },
988
+ { name: "account", internalType: "address", type: "address" }
989
+ ],
990
+ name: "renounceRole",
991
+ outputs: []
992
+ },
993
+ {
994
+ stateMutability: "nonpayable",
995
+ type: "function",
996
+ inputs: [
997
+ { name: "collectionURI", internalType: "string", type: "string" },
998
+ { name: "extension", internalType: "string", type: "string" }
999
+ ],
1000
+ name: "revealCollection",
1001
+ outputs: []
1002
+ },
1003
+ {
1004
+ stateMutability: "nonpayable",
1005
+ type: "function",
1006
+ inputs: [
1007
+ { name: "role", internalType: "bytes32", type: "bytes32" },
1008
+ { name: "account", internalType: "address", type: "address" }
1009
+ ],
1010
+ name: "revokeRole",
1011
+ outputs: []
1012
+ },
1013
+ {
1014
+ stateMutability: "view",
1015
+ type: "function",
1016
+ inputs: [
1017
+ { name: "", internalType: "uint256", type: "uint256" },
1018
+ { name: "_salePrice", internalType: "uint256", type: "uint256" }
1019
+ ],
1020
+ name: "royaltyInfo",
1021
+ outputs: [
1022
+ { name: "receiver", internalType: "address", type: "address" },
1023
+ { name: "royaltyAmount", internalType: "uint256", type: "uint256" }
1024
+ ]
1025
+ },
1026
+ {
1027
+ stateMutability: "payable",
1028
+ type: "function",
1029
+ inputs: [
1030
+ { name: "from", internalType: "address", type: "address" },
1031
+ { name: "to", internalType: "address", type: "address" },
1032
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
1033
+ ],
1034
+ name: "safeTransferFrom",
1035
+ outputs: []
1036
+ },
1037
+ {
1038
+ stateMutability: "payable",
1039
+ type: "function",
1040
+ inputs: [
1041
+ { name: "from", internalType: "address", type: "address" },
1042
+ { name: "to", internalType: "address", type: "address" },
1043
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
1044
+ { name: "_data", internalType: "bytes", type: "bytes" }
1045
+ ],
1046
+ name: "safeTransferFrom",
1047
+ outputs: []
1048
+ },
1049
+ {
1050
+ stateMutability: "nonpayable",
1051
+ type: "function",
1052
+ inputs: [
1053
+ { name: "operator", internalType: "address", type: "address" },
1054
+ { name: "approved", internalType: "bool", type: "bool" }
1055
+ ],
1056
+ name: "setApprovalForAll",
1057
+ outputs: []
1058
+ },
1059
+ {
1060
+ stateMutability: "nonpayable",
1061
+ type: "function",
1062
+ inputs: [{ name: "autoApprove", internalType: "bool", type: "bool" }],
1063
+ name: "setAutomaticApprovalOfTransfersFromValidator",
1064
+ outputs: []
1065
+ },
1066
+ {
1067
+ stateMutability: "nonpayable",
1068
+ type: "function",
1069
+ inputs: [
1070
+ {
1071
+ name: "newRecipientAddress",
1072
+ internalType: "address payable",
1073
+ type: "address"
1074
+ }
1075
+ ],
1076
+ name: "setFundsRecipient",
1077
+ outputs: []
1078
+ },
1079
+ {
1080
+ stateMutability: "nonpayable",
1081
+ type: "function",
1082
+ inputs: [
1083
+ { name: "newRenderer", internalType: "address", type: "address" },
1084
+ { name: "metadataBase", internalType: "bytes", type: "bytes" },
1085
+ { name: "dynamicMetadataInfo", internalType: "bytes", type: "bytes" }
1086
+ ],
1087
+ name: "setMetadataRenderer",
1088
+ outputs: []
1089
+ },
1090
+ {
1091
+ stateMutability: "nonpayable",
1092
+ type: "function",
1093
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
1094
+ name: "setOwner",
1095
+ outputs: []
1096
+ },
1097
+ {
1098
+ stateMutability: "nonpayable",
1099
+ type: "function",
1100
+ inputs: [
1101
+ {
1102
+ name: "presaleStages",
1103
+ internalType: "struct IERC721Collection.PresaleConfiguration[]",
1104
+ type: "tuple[]",
1105
+ components: [
1106
+ { name: "presaleName", internalType: "string", type: "string" },
1107
+ { name: "presaleStart", internalType: "uint64", type: "uint64" },
1108
+ { name: "presaleEnd", internalType: "uint64", type: "uint64" },
1109
+ { name: "presalePrice", internalType: "uint104", type: "uint104" },
1110
+ {
1111
+ name: "presaleMaxPurchasePerAddress",
1112
+ internalType: "uint32",
1113
+ type: "uint32"
1114
+ },
1115
+ { name: "presaleSupply", internalType: "uint32", type: "uint32" },
1116
+ { name: "presaleMinted", internalType: "uint32", type: "uint32" },
1117
+ {
1118
+ name: "presaleMerkleRoot",
1119
+ internalType: "bytes32",
1120
+ type: "bytes32"
1121
+ }
1122
+ ]
1123
+ }
1124
+ ],
1125
+ name: "setPresaleConfiguration",
1126
+ outputs: []
1127
+ },
1128
+ {
1129
+ stateMutability: "nonpayable",
1130
+ type: "function",
1131
+ inputs: [
1132
+ {
1133
+ name: "newConfig",
1134
+ internalType: "struct IERC721Collection.PublicSaleConfiguration",
1135
+ type: "tuple",
1136
+ components: [
1137
+ { name: "publicSalePrice", internalType: "uint104", type: "uint104" },
1138
+ {
1139
+ name: "maxSalePurchasePerAddress",
1140
+ internalType: "uint32",
1141
+ type: "uint32"
1142
+ },
1143
+ { name: "publicSaleStart", internalType: "uint64", type: "uint64" },
1144
+ { name: "publicSaleEnd", internalType: "uint64", type: "uint64" },
1145
+ { name: "publicSaleDisabled", internalType: "bool", type: "bool" }
1146
+ ]
1147
+ }
1148
+ ],
1149
+ name: "setPublicSaleConfiguration",
1150
+ outputs: []
1151
+ },
1152
+ {
1153
+ stateMutability: "nonpayable",
1154
+ type: "function",
1155
+ inputs: [
1156
+ { name: "_royaltyBPS", internalType: "uint16", type: "uint16" },
1157
+ {
1158
+ name: "_royaltyRecipient",
1159
+ internalType: "address payable",
1160
+ type: "address"
1161
+ }
1162
+ ],
1163
+ name: "setRoyalty",
1164
+ outputs: []
1165
+ },
1166
+ {
1167
+ stateMutability: "nonpayable",
1168
+ type: "function",
1169
+ inputs: [{ name: "_locked", internalType: "bool", type: "bool" }],
1170
+ name: "setTradingLock",
1171
+ outputs: []
1172
+ },
1173
+ {
1174
+ stateMutability: "nonpayable",
1175
+ type: "function",
1176
+ inputs: [
1177
+ { name: "transferValidator_", internalType: "address", type: "address" }
1178
+ ],
1179
+ name: "setTransferValidator",
1180
+ outputs: []
1181
+ },
1182
+ {
1183
+ stateMutability: "view",
1184
+ type: "function",
1185
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
1186
+ name: "supportsInterface",
1187
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
1188
+ },
1189
+ {
1190
+ stateMutability: "view",
1191
+ type: "function",
1192
+ inputs: [],
1193
+ name: "symbol",
1194
+ outputs: [{ name: "", internalType: "string", type: "string" }]
1195
+ },
1196
+ {
1197
+ stateMutability: "view",
1198
+ type: "function",
1199
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
1200
+ name: "tokenURI",
1201
+ outputs: [{ name: "", internalType: "string", type: "string" }]
1202
+ },
1203
+ {
1204
+ stateMutability: "view",
1205
+ type: "function",
1206
+ inputs: [{ name: "owner", internalType: "address", type: "address" }],
1207
+ name: "tokensOfOwner",
1208
+ outputs: [{ name: "", internalType: "uint256[]", type: "uint256[]" }]
1209
+ },
1210
+ {
1211
+ stateMutability: "view",
1212
+ type: "function",
1213
+ inputs: [
1214
+ { name: "owner", internalType: "address", type: "address" },
1215
+ { name: "start", internalType: "uint256", type: "uint256" },
1216
+ { name: "stop", internalType: "uint256", type: "uint256" }
1217
+ ],
1218
+ name: "tokensOfOwnerIn",
1219
+ outputs: [{ name: "", internalType: "uint256[]", type: "uint256[]" }]
1220
+ },
1221
+ {
1222
+ stateMutability: "view",
1223
+ type: "function",
1224
+ inputs: [],
1225
+ name: "totalSupply",
1226
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }]
1227
+ },
1228
+ {
1229
+ stateMutability: "payable",
1230
+ type: "function",
1231
+ inputs: [
1232
+ { name: "from", internalType: "address", type: "address" },
1233
+ { name: "to", internalType: "address", type: "address" },
1234
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
1235
+ ],
1236
+ name: "transferFrom",
1237
+ outputs: []
1238
+ },
1239
+ {
1240
+ stateMutability: "nonpayable",
1241
+ type: "function",
1242
+ inputs: [],
1243
+ name: "withdraw",
1244
+ outputs: []
1245
+ },
1246
+ {
1247
+ type: "event",
1248
+ anonymous: false,
1249
+ inputs: [
1250
+ {
1251
+ name: "owner",
1252
+ internalType: "address",
1253
+ type: "address",
1254
+ indexed: true
1255
+ },
1256
+ {
1257
+ name: "approved",
1258
+ internalType: "address",
1259
+ type: "address",
1260
+ indexed: true
1261
+ },
1262
+ {
1263
+ name: "tokenId",
1264
+ internalType: "uint256",
1265
+ type: "uint256",
1266
+ indexed: true
1267
+ }
1268
+ ],
1269
+ name: "Approval"
1270
+ },
1271
+ {
1272
+ type: "event",
1273
+ anonymous: false,
1274
+ inputs: [
1275
+ {
1276
+ name: "owner",
1277
+ internalType: "address",
1278
+ type: "address",
1279
+ indexed: true
1280
+ },
1281
+ {
1282
+ name: "operator",
1283
+ internalType: "address",
1284
+ type: "address",
1285
+ indexed: true
1286
+ },
1287
+ { name: "approved", internalType: "bool", type: "bool", indexed: false }
1288
+ ],
1289
+ name: "ApprovalForAll"
1290
+ },
1291
+ {
1292
+ type: "event",
1293
+ anonymous: false,
1294
+ inputs: [
1295
+ {
1296
+ name: "autoApproved",
1297
+ internalType: "bool",
1298
+ type: "bool",
1299
+ indexed: false
1300
+ }
1301
+ ],
1302
+ name: "AutomaticApprovalOfTransferValidatorSet"
1303
+ },
1304
+ {
1305
+ type: "event",
1306
+ anonymous: false,
1307
+ inputs: [
1308
+ {
1309
+ name: "revealedBy",
1310
+ internalType: "address",
1311
+ type: "address",
1312
+ indexed: true
1313
+ }
1314
+ ],
1315
+ name: "CollectionRevealed"
1316
+ },
1317
+ {
1318
+ type: "event",
1319
+ anonymous: false,
1320
+ inputs: [
1321
+ {
1322
+ name: "changedBy",
1323
+ internalType: "address",
1324
+ type: "address",
1325
+ indexed: true
1326
+ },
1327
+ {
1328
+ name: "newSize",
1329
+ internalType: "uint64",
1330
+ type: "uint64",
1331
+ indexed: false
1332
+ }
1333
+ ],
1334
+ name: "CollectionSizeReduced"
1335
+ },
1336
+ {
1337
+ type: "event",
1338
+ anonymous: false,
1339
+ inputs: [
1340
+ {
1341
+ name: "fromTokenId",
1342
+ internalType: "uint256",
1343
+ type: "uint256",
1344
+ indexed: true
1345
+ },
1346
+ {
1347
+ name: "toTokenId",
1348
+ internalType: "uint256",
1349
+ type: "uint256",
1350
+ indexed: false
1351
+ },
1352
+ { name: "from", internalType: "address", type: "address", indexed: true },
1353
+ { name: "to", internalType: "address", type: "address", indexed: true }
1354
+ ],
1355
+ name: "ConsecutiveTransfer"
1356
+ },
1357
+ {
1358
+ type: "event",
1359
+ anonymous: false,
1360
+ inputs: [
1361
+ {
1362
+ name: "changedBy",
1363
+ internalType: "address",
1364
+ type: "address",
1365
+ indexed: true
1366
+ }
1367
+ ],
1368
+ name: "ContractStatusChanged"
1369
+ },
1370
+ {
1371
+ type: "event",
1372
+ anonymous: false,
1373
+ inputs: [
1374
+ {
1375
+ name: "changedBy",
1376
+ internalType: "address",
1377
+ type: "address",
1378
+ indexed: false
1379
+ }
1380
+ ],
1381
+ name: "DynamicMetadataChanged"
1382
+ },
1383
+ {
1384
+ type: "event",
1385
+ anonymous: false,
1386
+ inputs: [
1387
+ {
1388
+ name: "newAddress",
1389
+ internalType: "address",
1390
+ type: "address",
1391
+ indexed: true
1392
+ },
1393
+ {
1394
+ name: "changedBy",
1395
+ internalType: "address",
1396
+ type: "address",
1397
+ indexed: true
1398
+ }
1399
+ ],
1400
+ name: "FundsRecipientChanged"
1401
+ },
1402
+ {
1403
+ type: "event",
1404
+ anonymous: false,
1405
+ inputs: [
1406
+ {
1407
+ name: "withdrawnBy",
1408
+ internalType: "address",
1409
+ type: "address",
1410
+ indexed: true
1411
+ },
1412
+ {
1413
+ name: "withdrawnTo",
1414
+ internalType: "address",
1415
+ type: "address",
1416
+ indexed: true
1417
+ },
1418
+ {
1419
+ name: "amount",
1420
+ internalType: "uint256",
1421
+ type: "uint256",
1422
+ indexed: false
1423
+ },
1424
+ {
1425
+ name: "feeRecipient",
1426
+ internalType: "address",
1427
+ type: "address",
1428
+ indexed: false
1429
+ },
1430
+ {
1431
+ name: "feeAmount",
1432
+ internalType: "uint256",
1433
+ type: "uint256",
1434
+ indexed: false
1435
+ }
1436
+ ],
1437
+ name: "FundsWithdrawn"
1438
+ },
1439
+ {
1440
+ type: "event",
1441
+ anonymous: false,
1442
+ inputs: [
1443
+ { name: "version", internalType: "uint8", type: "uint8", indexed: false }
1444
+ ],
1445
+ name: "Initialized"
1446
+ },
1447
+ {
1448
+ type: "event",
1449
+ anonymous: false,
1450
+ inputs: [
1451
+ {
1452
+ name: "changedBy",
1453
+ internalType: "address",
1454
+ type: "address",
1455
+ indexed: true
1456
+ },
1457
+ { name: "status", internalType: "bool", type: "bool", indexed: false }
1458
+ ],
1459
+ name: "LockTradingStatusChanged"
1460
+ },
1461
+ {
1462
+ type: "event",
1463
+ anonymous: false,
1464
+ inputs: [
1465
+ {
1466
+ name: "sender",
1467
+ internalType: "address",
1468
+ type: "address",
1469
+ indexed: true
1470
+ },
1471
+ {
1472
+ name: "tokenContract",
1473
+ internalType: "address",
1474
+ type: "address",
1475
+ indexed: true
1476
+ },
1477
+ {
1478
+ name: "tokenId",
1479
+ internalType: "uint256",
1480
+ type: "uint256",
1481
+ indexed: true
1482
+ },
1483
+ {
1484
+ name: "quantity",
1485
+ internalType: "uint256",
1486
+ type: "uint256",
1487
+ indexed: false
1488
+ },
1489
+ {
1490
+ name: "comment",
1491
+ internalType: "string",
1492
+ type: "string",
1493
+ indexed: false
1494
+ }
1495
+ ],
1496
+ name: "MintComment"
1497
+ },
1498
+ {
1499
+ type: "event",
1500
+ anonymous: false,
1501
+ inputs: [
1502
+ {
1503
+ name: "mintFeeAmount",
1504
+ internalType: "uint256",
1505
+ type: "uint256",
1506
+ indexed: false
1507
+ },
1508
+ {
1509
+ name: "mintFeeRecipient",
1510
+ internalType: "address",
1511
+ type: "address",
1512
+ indexed: false
1513
+ },
1514
+ { name: "success", internalType: "bool", type: "bool", indexed: false }
1515
+ ],
1516
+ name: "MintFeePayout"
1517
+ },
1518
+ {
1519
+ type: "event",
1520
+ anonymous: false,
1521
+ inputs: [
1522
+ {
1523
+ name: "previousOwner",
1524
+ internalType: "address",
1525
+ type: "address",
1526
+ indexed: true
1527
+ },
1528
+ {
1529
+ name: "potentialNewOwner",
1530
+ internalType: "address",
1531
+ type: "address",
1532
+ indexed: true
1533
+ }
1534
+ ],
1535
+ name: "OwnerCanceled"
1536
+ },
1537
+ {
1538
+ type: "event",
1539
+ anonymous: false,
1540
+ inputs: [
1541
+ {
1542
+ name: "previousOwner",
1543
+ internalType: "address",
1544
+ type: "address",
1545
+ indexed: true
1546
+ },
1547
+ {
1548
+ name: "potentialNewOwner",
1549
+ internalType: "address",
1550
+ type: "address",
1551
+ indexed: true
1552
+ }
1553
+ ],
1554
+ name: "OwnerPending"
1555
+ },
1556
+ {
1557
+ type: "event",
1558
+ anonymous: false,
1559
+ inputs: [
1560
+ {
1561
+ name: "previousOwner",
1562
+ internalType: "address",
1563
+ type: "address",
1564
+ indexed: true
1565
+ },
1566
+ {
1567
+ name: "newOwner",
1568
+ internalType: "address",
1569
+ type: "address",
1570
+ indexed: true
1571
+ }
1572
+ ],
1573
+ name: "OwnershipTransferred"
1574
+ },
1575
+ {
1576
+ type: "event",
1577
+ anonymous: false,
1578
+ inputs: [
1579
+ {
1580
+ name: "changedBy",
1581
+ internalType: "address",
1582
+ type: "address",
1583
+ indexed: true
1584
+ }
1585
+ ],
1586
+ name: "PresaleConfigChanged"
1587
+ },
1588
+ {
1589
+ type: "event",
1590
+ anonymous: false,
1591
+ inputs: [
1592
+ {
1593
+ name: "changedBy",
1594
+ internalType: "address",
1595
+ type: "address",
1596
+ indexed: true
1597
+ }
1598
+ ],
1599
+ name: "PublicSaleConfigChanged"
1600
+ },
1601
+ {
1602
+ type: "event",
1603
+ anonymous: false,
1604
+ inputs: [
1605
+ { name: "role", internalType: "bytes32", type: "bytes32", indexed: true },
1606
+ {
1607
+ name: "previousAdminRole",
1608
+ internalType: "bytes32",
1609
+ type: "bytes32",
1610
+ indexed: true
1611
+ },
1612
+ {
1613
+ name: "newAdminRole",
1614
+ internalType: "bytes32",
1615
+ type: "bytes32",
1616
+ indexed: true
1617
+ }
1618
+ ],
1619
+ name: "RoleAdminChanged"
1620
+ },
1621
+ {
1622
+ type: "event",
1623
+ anonymous: false,
1624
+ inputs: [
1625
+ { name: "role", internalType: "bytes32", type: "bytes32", indexed: true },
1626
+ {
1627
+ name: "account",
1628
+ internalType: "address",
1629
+ type: "address",
1630
+ indexed: true
1631
+ },
1632
+ {
1633
+ name: "sender",
1634
+ internalType: "address",
1635
+ type: "address",
1636
+ indexed: true
1637
+ }
1638
+ ],
1639
+ name: "RoleGranted"
1640
+ },
1641
+ {
1642
+ type: "event",
1643
+ anonymous: false,
1644
+ inputs: [
1645
+ { name: "role", internalType: "bytes32", type: "bytes32", indexed: true },
1646
+ {
1647
+ name: "account",
1648
+ internalType: "address",
1649
+ type: "address",
1650
+ indexed: true
1651
+ },
1652
+ {
1653
+ name: "sender",
1654
+ internalType: "address",
1655
+ type: "address",
1656
+ indexed: true
1657
+ }
1658
+ ],
1659
+ name: "RoleRevoked"
1660
+ },
1661
+ {
1662
+ type: "event",
1663
+ anonymous: false,
1664
+ inputs: [
1665
+ {
1666
+ name: "changedBy",
1667
+ internalType: "address",
1668
+ type: "address",
1669
+ indexed: true
1670
+ },
1671
+ {
1672
+ name: "newPercentage",
1673
+ internalType: "uint256",
1674
+ type: "uint256",
1675
+ indexed: false
1676
+ },
1677
+ {
1678
+ name: "newRecipient",
1679
+ internalType: "address",
1680
+ type: "address",
1681
+ indexed: false
1682
+ }
1683
+ ],
1684
+ name: "RoyaltyChanged"
1685
+ },
1686
+ {
1687
+ type: "event",
1688
+ anonymous: false,
1689
+ inputs: [
1690
+ {
1691
+ name: "phase",
1692
+ internalType: "enum IERC721Collection.PhaseType",
1693
+ type: "uint8",
1694
+ indexed: false
1695
+ },
1696
+ { name: "to", internalType: "address", type: "address", indexed: true },
1697
+ {
1698
+ name: "quantity",
1699
+ internalType: "uint256",
1700
+ type: "uint256",
1701
+ indexed: true
1702
+ },
1703
+ {
1704
+ name: "pricePerToken",
1705
+ internalType: "uint256",
1706
+ type: "uint256",
1707
+ indexed: true
1708
+ },
1709
+ {
1710
+ name: "firstPurchasedTokenId",
1711
+ internalType: "uint256",
1712
+ type: "uint256",
1713
+ indexed: false
1714
+ },
1715
+ {
1716
+ name: "presaleStage",
1717
+ internalType: "uint256",
1718
+ type: "uint256",
1719
+ indexed: false
1720
+ }
1721
+ ],
1722
+ name: "Sale"
1723
+ },
1724
+ {
1725
+ type: "event",
1726
+ anonymous: false,
1727
+ inputs: [
1728
+ { name: "from", internalType: "address", type: "address", indexed: true },
1729
+ { name: "to", internalType: "address", type: "address", indexed: true },
1730
+ {
1731
+ name: "tokenId",
1732
+ internalType: "uint256",
1733
+ type: "uint256",
1734
+ indexed: true
1735
+ }
1736
+ ],
1737
+ name: "Transfer"
1738
+ },
1739
+ {
1740
+ type: "event",
1741
+ anonymous: false,
1742
+ inputs: [
1743
+ {
1744
+ name: "oldValidator",
1745
+ internalType: "address",
1746
+ type: "address",
1747
+ indexed: false
1748
+ },
1749
+ {
1750
+ name: "newValidator",
1751
+ internalType: "address",
1752
+ type: "address",
1753
+ indexed: false
1754
+ }
1755
+ ],
1756
+ name: "TransferValidatorUpdated"
1757
+ },
1758
+ {
1759
+ type: "event",
1760
+ anonymous: false,
1761
+ inputs: [
1762
+ {
1763
+ name: "sender",
1764
+ internalType: "address",
1765
+ type: "address",
1766
+ indexed: false
1767
+ },
1768
+ {
1769
+ name: "renderer",
1770
+ internalType: "contract IMetadataRenderer",
1771
+ type: "address",
1772
+ indexed: false
1773
+ }
1774
+ ],
1775
+ name: "UpdatedMetadataRenderer"
1776
+ },
1777
+ {
1778
+ type: "error",
1779
+ inputs: [{ name: "role", internalType: "bytes32", type: "bytes32" }],
1780
+ name: "Access_MissingRoleOrAdmin"
1781
+ },
1782
+ { type: "error", inputs: [], name: "Access_OnlyAdmin" },
1783
+ { type: "error", inputs: [], name: "Access_WithdrawNotAllowed" },
1784
+ { type: "error", inputs: [], name: "Admin_InvalidCollectionSize" },
1785
+ { type: "error", inputs: [], name: "ApprovalCallerNotOwnerNorApproved" },
1786
+ { type: "error", inputs: [], name: "ApprovalQueryForNonexistentToken" },
1787
+ { type: "error", inputs: [], name: "BalanceQueryForZeroAddress" },
1788
+ { type: "error", inputs: [], name: "Collection_Aready_Revealed" },
1789
+ { type: "error", inputs: [], name: "Collection_TradingLocked" },
1790
+ {
1791
+ type: "error",
1792
+ inputs: [],
1793
+ name: "CreatorTokenBase__InvalidTransferValidatorContract"
1794
+ },
1795
+ { type: "error", inputs: [], name: "ExternalMetadataRenderer_CallFailed" },
1796
+ { type: "error", inputs: [], name: "InvalidQueryRange" },
1797
+ { type: "error", inputs: [], name: "MintERC2309QuantityExceedsLimit" },
1798
+ { type: "error", inputs: [], name: "MintToZeroAddress" },
1799
+ { type: "error", inputs: [], name: "MintZeroQuantity" },
1800
+ { type: "error", inputs: [], name: "Mint_SoldOut" },
1801
+ { type: "error", inputs: [], name: "NotCompatibleWithSpotMints" },
1802
+ { type: "error", inputs: [], name: "ONLY_OWNER" },
1803
+ { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
1804
+ { type: "error", inputs: [], name: "OwnerQueryForNonexistentToken" },
1805
+ { type: "error", inputs: [], name: "OwnershipNotInitializedForExtraData" },
1806
+ { type: "error", inputs: [], name: "Presale_ExceedStageSupply" },
1807
+ { type: "error", inputs: [], name: "Presale_Inactive" },
1808
+ { type: "error", inputs: [], name: "Presale_Invalid" },
1809
+ { type: "error", inputs: [], name: "Presale_MerkleNotApproved" },
1810
+ { type: "error", inputs: [], name: "Presale_TooManyForAddress" },
1811
+ { type: "error", inputs: [], name: "Purchase_TooManyForAddress" },
1812
+ {
1813
+ type: "error",
1814
+ inputs: [
1815
+ { name: "correctPrice", internalType: "uint256", type: "uint256" }
1816
+ ],
1817
+ name: "Purchase_WrongPrice"
1818
+ },
1819
+ { type: "error", inputs: [], name: "Sale_Inactive" },
1820
+ { type: "error", inputs: [], name: "SequentialMintExceedsLimit" },
1821
+ { type: "error", inputs: [], name: "SequentialUpToTooSmall" },
1822
+ { type: "error", inputs: [], name: "Setup_Presale_StageOutOfRange" },
1823
+ {
1824
+ type: "error",
1825
+ inputs: [{ name: "maxRoyaltyBPS", internalType: "uint16", type: "uint16" }],
1826
+ name: "Setup_RoyaltyPercentageTooHigh"
1827
+ },
1828
+ { type: "error", inputs: [], name: "ShouldNotMintToBurnAddress" },
1829
+ { type: "error", inputs: [], name: "SpotMintTokenIdTooSmall" },
1830
+ { type: "error", inputs: [], name: "TokenAlreadyExists" },
1831
+ { type: "error", inputs: [], name: "TransferCallerNotOwnerNorApproved" },
1832
+ { type: "error", inputs: [], name: "TransferFromIncorrectOwner" },
1833
+ { type: "error", inputs: [], name: "TransferToNonERC721ReceiverImplementer" },
1834
+ { type: "error", inputs: [], name: "TransferToZeroAddress" },
1835
+ { type: "error", inputs: [], name: "URIQueryForNonexistentToken" },
1836
+ { type: "error", inputs: [], name: "Withdraw_FundsSendFailure" }
1837
+ ];
1838
+ var freeeErc721CAddress = {
1839
+ 8453: "0x0000000000000000000000000000000000000000",
1840
+ 33111: "0xCdF789Ac96B907Ca48916B1D034f50D3AAEdD10B",
1841
+ 33139: "0x0000000000000000000000000000000000000000",
1842
+ 84532: "0x8f95f2309f704D60e3004B107aCe2A33d0d34383"
1843
+ };
1844
+ var freeeErc721CConfig = {
1845
+ address: freeeErc721CAddress,
1846
+ abi: freeeErc721CABI
1847
+ };
1848
+ var freeeFactoryProxyABI = [
1849
+ {
1850
+ stateMutability: "payable",
1851
+ type: "constructor",
1852
+ inputs: [
1853
+ { name: "_logic", internalType: "address", type: "address" },
1854
+ { name: "_data", internalType: "bytes", type: "bytes" }
1855
+ ]
1856
+ },
1857
+ { stateMutability: "payable", type: "fallback" },
1858
+ { stateMutability: "payable", type: "receive" },
1859
+ {
1860
+ type: "event",
1861
+ anonymous: false,
1862
+ inputs: [
1863
+ {
1864
+ name: "previousAdmin",
1865
+ internalType: "address",
1866
+ type: "address",
1867
+ indexed: false
1868
+ },
1869
+ {
1870
+ name: "newAdmin",
1871
+ internalType: "address",
1872
+ type: "address",
1873
+ indexed: false
1874
+ }
1875
+ ],
1876
+ name: "AdminChanged"
1877
+ },
1878
+ {
1879
+ type: "event",
1880
+ anonymous: false,
1881
+ inputs: [
1882
+ {
1883
+ name: "beacon",
1884
+ internalType: "address",
1885
+ type: "address",
1886
+ indexed: true
1887
+ }
1888
+ ],
1889
+ name: "BeaconUpgraded"
1890
+ },
1891
+ {
1892
+ type: "event",
1893
+ anonymous: false,
1894
+ inputs: [
1895
+ {
1896
+ name: "implementation",
1897
+ internalType: "address",
1898
+ type: "address",
1899
+ indexed: true
1900
+ }
1901
+ ],
1902
+ name: "Upgraded"
1903
+ }
1904
+ ];
1905
+ var freeeFactoryProxyAddress = {
1906
+ 8453: "0x0000000000000000000000000000000000000000",
1907
+ 33111: "0x19e172EC963E51C94b1c6Ea488f5DDdC1B16529a",
1908
+ 33139: "0x0000000000000000000000000000000000000000",
1909
+ 84532: "0x60696146F89B6bAad164D283f9273B87Acb54E7D"
1910
+ };
1911
+ var freeeFactoryProxyConfig = {
1912
+ address: freeeFactoryProxyAddress,
1913
+ abi: freeeFactoryProxyABI
1914
+ };
1915
+
1916
+ // package/chainConfigs.ts
1917
+ var chainConfigs = {
1918
+ [33111]: {
1919
+ "FACTORY_OWNER": "0x62687F350a1F23fCa03c70c001B03f5659eA556A",
1920
+ "MINT_FEE_AMOUNT": 2e16,
1921
+ "MINT_FEE_RECIPIENT": "0x62687F350a1F23fCa03c70c001B03f5659eA556A",
1922
+ "DEPLOYER": "0xfe19502C9e3E7382870d605D5A54Dc9962C2cD01",
1923
+ "CONTRACT_VERSION": "1.0.0",
1924
+ "ESCROW_HANDLER": "0x62687F350a1F23fCa03c70c001B03f5659eA556A"
1925
+ },
1926
+ [33139]: {
1927
+ "FACTORY_OWNER": "0x62687F350a1F23fCa03c70c001B03f5659eA556A",
1928
+ "MINT_FEE_AMOUNT": 1e14,
1929
+ "MINT_FEE_RECIPIENT": "0x62687F350a1F23fCa03c70c001B03f5659eA556A",
1930
+ "DEPLOYER": "0xfe19502C9e3E7382870d605D5A54Dc9962C2cD01",
1931
+ "CONTRACT_VERSION": "1.0.0",
1932
+ "ESCROW_HANDLER": "0x1173b9c72191195647401CC1A4e398cAcFB93a98"
1933
+ },
1934
+ [8453]: {
1935
+ "FACTORY_OWNER": "0x2730B29aCbBCD34A59B720338e8d06619Fd71ACa",
1936
+ "MINT_FEE_AMOUNT": 1e14,
1937
+ "MINT_FEE_RECIPIENT": "0x2730B29aCbBCD34A59B720338e8d06619Fd71ACa",
1938
+ "DEPLOYER": "0x30d197dd771d8f75378aad9428ed9d5e24bdbbbb",
1939
+ "CONTRACT_VERSION": "1.0.0",
1940
+ "ESCROW_HANDLER": "0x2730B29aCbBCD34A59B720338e8d06619Fd71ACa"
1941
+ },
1942
+ [84532]: {
1943
+ "FACTORY_OWNER": "0xD9738C712F823A83A0abA35F7409aF6D4E006CB1",
1944
+ "MINT_FEE_AMOUNT": 1e14,
1945
+ "MINT_FEE_RECIPIENT": "0xD9738C712F823A83A0abA35F7409aF6D4E006CB1",
1946
+ "DEPLOYER": "0xfe19502C9e3E7382870d605D5A54Dc9962C2cD01",
1947
+ "CONTRACT_VERSION": "1.0.0",
1948
+ "ESCROW_HANDLER": "0xD9738C712F823A83A0abA35F7409aF6D4E006CB1"
1949
+ }
1950
+ };
1951
+ // Annotate the CommonJS export names for ESM import in node:
1952
+ 0 && (module.exports = {
1953
+ chainConfigs,
1954
+ collectionMetadataRendererABI,
1955
+ collectionMetadataRendererAddress,
1956
+ collectionMetadataRendererConfig,
1957
+ freeeCloneFactoryABI,
1958
+ freeeCloneFactoryAddress,
1959
+ freeeCloneFactoryConfig,
1960
+ freeeErc721CABI,
1961
+ freeeErc721CAddress,
1962
+ freeeErc721CConfig,
1963
+ freeeFactoryProxyABI,
1964
+ freeeFactoryProxyAddress,
1965
+ freeeFactoryProxyConfig
1966
+ });
1967
+ //# sourceMappingURL=index.js.map