@gitmyabi/ras 1.0.0

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.
@@ -0,0 +1,2709 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ERC721SeaDropPausable_json = exports.ERC721SeaDropPausable_jsonAbi = void 0;
4
+ const viem_1 = require("viem");
5
+ /**
6
+ * ERC721SeaDropPausable_json ABI
7
+ *
8
+ * This ABI is typed using viem's type system for full type safety.
9
+ */
10
+ exports.ERC721SeaDropPausable_jsonAbi = [
11
+ {
12
+ "inputs": [
13
+ {
14
+ "internalType": "string",
15
+ "name": "name",
16
+ "type": "string"
17
+ },
18
+ {
19
+ "internalType": "string",
20
+ "name": "symbol",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "internalType": "address[]",
25
+ "name": "allowedSeaDrop",
26
+ "type": "address[]"
27
+ }
28
+ ],
29
+ "stateMutability": "nonpayable",
30
+ "type": "constructor"
31
+ },
32
+ {
33
+ "inputs": [],
34
+ "name": "AlreadyInitialized",
35
+ "type": "error"
36
+ },
37
+ {
38
+ "inputs": [],
39
+ "name": "ApprovalCallerNotOwnerNorApproved",
40
+ "type": "error"
41
+ },
42
+ {
43
+ "inputs": [],
44
+ "name": "ApprovalQueryForNonexistentToken",
45
+ "type": "error"
46
+ },
47
+ {
48
+ "inputs": [],
49
+ "name": "BalanceQueryForZeroAddress",
50
+ "type": "error"
51
+ },
52
+ {
53
+ "inputs": [
54
+ {
55
+ "internalType": "uint256",
56
+ "name": "newMaxSupply",
57
+ "type": "uint256"
58
+ }
59
+ ],
60
+ "name": "CannotExceedMaxSupplyOfUint64",
61
+ "type": "error"
62
+ },
63
+ {
64
+ "inputs": [
65
+ {
66
+ "internalType": "uint256",
67
+ "name": "basisPoints",
68
+ "type": "uint256"
69
+ }
70
+ ],
71
+ "name": "InvalidRoyaltyBasisPoints",
72
+ "type": "error"
73
+ },
74
+ {
75
+ "inputs": [],
76
+ "name": "MintERC2309QuantityExceedsLimit",
77
+ "type": "error"
78
+ },
79
+ {
80
+ "inputs": [
81
+ {
82
+ "internalType": "uint256",
83
+ "name": "total",
84
+ "type": "uint256"
85
+ },
86
+ {
87
+ "internalType": "uint256",
88
+ "name": "maxSupply",
89
+ "type": "uint256"
90
+ }
91
+ ],
92
+ "name": "MintQuantityExceedsMaxSupply",
93
+ "type": "error"
94
+ },
95
+ {
96
+ "inputs": [],
97
+ "name": "MintToZeroAddress",
98
+ "type": "error"
99
+ },
100
+ {
101
+ "inputs": [],
102
+ "name": "MintZeroQuantity",
103
+ "type": "error"
104
+ },
105
+ {
106
+ "inputs": [
107
+ {
108
+ "internalType": "uint256",
109
+ "name": "got",
110
+ "type": "uint256"
111
+ },
112
+ {
113
+ "internalType": "uint256",
114
+ "name": "totalMinted",
115
+ "type": "uint256"
116
+ }
117
+ ],
118
+ "name": "NewMaxSupplyCannotBeLessThenTotalMinted",
119
+ "type": "error"
120
+ },
121
+ {
122
+ "inputs": [],
123
+ "name": "NewOwnerIsZeroAddress",
124
+ "type": "error"
125
+ },
126
+ {
127
+ "inputs": [],
128
+ "name": "NotNextOwner",
129
+ "type": "error"
130
+ },
131
+ {
132
+ "inputs": [],
133
+ "name": "OnlyAllowedSeaDrop",
134
+ "type": "error"
135
+ },
136
+ {
137
+ "inputs": [],
138
+ "name": "OnlyOwner",
139
+ "type": "error"
140
+ },
141
+ {
142
+ "inputs": [],
143
+ "name": "OwnerQueryForNonexistentToken",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [],
148
+ "name": "OwnershipNotInitializedForExtraData",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [],
153
+ "name": "ProvenanceHashCannotBeSetAfterMintStarted",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "inputs": [],
158
+ "name": "RoyaltyAddressCannotBeZeroAddress",
159
+ "type": "error"
160
+ },
161
+ {
162
+ "inputs": [],
163
+ "name": "SameTransferValidator",
164
+ "type": "error"
165
+ },
166
+ {
167
+ "inputs": [],
168
+ "name": "SignersMismatch",
169
+ "type": "error"
170
+ },
171
+ {
172
+ "inputs": [],
173
+ "name": "TokenGatedMismatch",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [],
178
+ "name": "TransferCallerNotOwnerNorApproved",
179
+ "type": "error"
180
+ },
181
+ {
182
+ "inputs": [],
183
+ "name": "TransferFromIncorrectOwner",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [],
188
+ "name": "TransferToNonERC721ReceiverImplementer",
189
+ "type": "error"
190
+ },
191
+ {
192
+ "inputs": [],
193
+ "name": "TransferToZeroAddress",
194
+ "type": "error"
195
+ },
196
+ {
197
+ "inputs": [],
198
+ "name": "TransfersPaused",
199
+ "type": "error"
200
+ },
201
+ {
202
+ "inputs": [],
203
+ "name": "URIQueryForNonexistentToken",
204
+ "type": "error"
205
+ },
206
+ {
207
+ "anonymous": false,
208
+ "inputs": [
209
+ {
210
+ "indexed": false,
211
+ "internalType": "address[]",
212
+ "name": "allowedSeaDrop",
213
+ "type": "address[]"
214
+ }
215
+ ],
216
+ "name": "AllowedSeaDropUpdated",
217
+ "type": "event"
218
+ },
219
+ {
220
+ "anonymous": false,
221
+ "inputs": [
222
+ {
223
+ "indexed": true,
224
+ "internalType": "address",
225
+ "name": "owner",
226
+ "type": "address"
227
+ },
228
+ {
229
+ "indexed": true,
230
+ "internalType": "address",
231
+ "name": "approved",
232
+ "type": "address"
233
+ },
234
+ {
235
+ "indexed": true,
236
+ "internalType": "uint256",
237
+ "name": "tokenId",
238
+ "type": "uint256"
239
+ }
240
+ ],
241
+ "name": "Approval",
242
+ "type": "event"
243
+ },
244
+ {
245
+ "anonymous": false,
246
+ "inputs": [
247
+ {
248
+ "indexed": true,
249
+ "internalType": "address",
250
+ "name": "owner",
251
+ "type": "address"
252
+ },
253
+ {
254
+ "indexed": true,
255
+ "internalType": "address",
256
+ "name": "operator",
257
+ "type": "address"
258
+ },
259
+ {
260
+ "indexed": false,
261
+ "internalType": "bool",
262
+ "name": "approved",
263
+ "type": "bool"
264
+ }
265
+ ],
266
+ "name": "ApprovalForAll",
267
+ "type": "event"
268
+ },
269
+ {
270
+ "anonymous": false,
271
+ "inputs": [
272
+ {
273
+ "indexed": false,
274
+ "internalType": "uint256",
275
+ "name": "_fromTokenId",
276
+ "type": "uint256"
277
+ },
278
+ {
279
+ "indexed": false,
280
+ "internalType": "uint256",
281
+ "name": "_toTokenId",
282
+ "type": "uint256"
283
+ }
284
+ ],
285
+ "name": "BatchMetadataUpdate",
286
+ "type": "event"
287
+ },
288
+ {
289
+ "anonymous": false,
290
+ "inputs": [
291
+ {
292
+ "indexed": true,
293
+ "internalType": "uint256",
294
+ "name": "fromTokenId",
295
+ "type": "uint256"
296
+ },
297
+ {
298
+ "indexed": false,
299
+ "internalType": "uint256",
300
+ "name": "toTokenId",
301
+ "type": "uint256"
302
+ },
303
+ {
304
+ "indexed": true,
305
+ "internalType": "address",
306
+ "name": "from",
307
+ "type": "address"
308
+ },
309
+ {
310
+ "indexed": true,
311
+ "internalType": "address",
312
+ "name": "to",
313
+ "type": "address"
314
+ }
315
+ ],
316
+ "name": "ConsecutiveTransfer",
317
+ "type": "event"
318
+ },
319
+ {
320
+ "anonymous": false,
321
+ "inputs": [
322
+ {
323
+ "indexed": false,
324
+ "internalType": "string",
325
+ "name": "newContractURI",
326
+ "type": "string"
327
+ }
328
+ ],
329
+ "name": "ContractURIUpdated",
330
+ "type": "event"
331
+ },
332
+ {
333
+ "anonymous": false,
334
+ "inputs": [
335
+ {
336
+ "indexed": false,
337
+ "internalType": "uint256",
338
+ "name": "newMaxSupply",
339
+ "type": "uint256"
340
+ }
341
+ ],
342
+ "name": "MaxSupplyUpdated",
343
+ "type": "event"
344
+ },
345
+ {
346
+ "anonymous": false,
347
+ "inputs": [
348
+ {
349
+ "indexed": true,
350
+ "internalType": "address",
351
+ "name": "previousOwner",
352
+ "type": "address"
353
+ },
354
+ {
355
+ "indexed": true,
356
+ "internalType": "address",
357
+ "name": "newOwner",
358
+ "type": "address"
359
+ }
360
+ ],
361
+ "name": "OwnershipTransferred",
362
+ "type": "event"
363
+ },
364
+ {
365
+ "anonymous": false,
366
+ "inputs": [
367
+ {
368
+ "indexed": false,
369
+ "internalType": "address",
370
+ "name": "newPotentialAdministrator",
371
+ "type": "address"
372
+ }
373
+ ],
374
+ "name": "PotentialOwnerUpdated",
375
+ "type": "event"
376
+ },
377
+ {
378
+ "anonymous": false,
379
+ "inputs": [
380
+ {
381
+ "indexed": false,
382
+ "internalType": "bytes32",
383
+ "name": "previousHash",
384
+ "type": "bytes32"
385
+ },
386
+ {
387
+ "indexed": false,
388
+ "internalType": "bytes32",
389
+ "name": "newHash",
390
+ "type": "bytes32"
391
+ }
392
+ ],
393
+ "name": "ProvenanceHashUpdated",
394
+ "type": "event"
395
+ },
396
+ {
397
+ "anonymous": false,
398
+ "inputs": [
399
+ {
400
+ "indexed": false,
401
+ "internalType": "address",
402
+ "name": "receiver",
403
+ "type": "address"
404
+ },
405
+ {
406
+ "indexed": false,
407
+ "internalType": "uint256",
408
+ "name": "bps",
409
+ "type": "uint256"
410
+ }
411
+ ],
412
+ "name": "RoyaltyInfoUpdated",
413
+ "type": "event"
414
+ },
415
+ {
416
+ "anonymous": false,
417
+ "inputs": [],
418
+ "name": "SeaDropTokenDeployed",
419
+ "type": "event"
420
+ },
421
+ {
422
+ "anonymous": false,
423
+ "inputs": [
424
+ {
425
+ "indexed": true,
426
+ "internalType": "address",
427
+ "name": "from",
428
+ "type": "address"
429
+ },
430
+ {
431
+ "indexed": true,
432
+ "internalType": "address",
433
+ "name": "to",
434
+ "type": "address"
435
+ },
436
+ {
437
+ "indexed": true,
438
+ "internalType": "uint256",
439
+ "name": "tokenId",
440
+ "type": "uint256"
441
+ }
442
+ ],
443
+ "name": "Transfer",
444
+ "type": "event"
445
+ },
446
+ {
447
+ "anonymous": false,
448
+ "inputs": [
449
+ {
450
+ "indexed": false,
451
+ "internalType": "address",
452
+ "name": "oldValidator",
453
+ "type": "address"
454
+ },
455
+ {
456
+ "indexed": false,
457
+ "internalType": "address",
458
+ "name": "newValidator",
459
+ "type": "address"
460
+ }
461
+ ],
462
+ "name": "TransferValidatorUpdated",
463
+ "type": "event"
464
+ },
465
+ {
466
+ "anonymous": false,
467
+ "inputs": [
468
+ {
469
+ "indexed": false,
470
+ "internalType": "bool",
471
+ "name": "paused",
472
+ "type": "bool"
473
+ }
474
+ ],
475
+ "name": "TransfersPausedChanged",
476
+ "type": "event"
477
+ },
478
+ {
479
+ "inputs": [],
480
+ "name": "acceptOwnership",
481
+ "outputs": [],
482
+ "stateMutability": "nonpayable",
483
+ "type": "function"
484
+ },
485
+ {
486
+ "inputs": [
487
+ {
488
+ "internalType": "address",
489
+ "name": "to",
490
+ "type": "address"
491
+ },
492
+ {
493
+ "internalType": "uint256",
494
+ "name": "tokenId",
495
+ "type": "uint256"
496
+ }
497
+ ],
498
+ "name": "approve",
499
+ "outputs": [],
500
+ "stateMutability": "nonpayable",
501
+ "type": "function"
502
+ },
503
+ {
504
+ "inputs": [
505
+ {
506
+ "internalType": "address",
507
+ "name": "owner",
508
+ "type": "address"
509
+ }
510
+ ],
511
+ "name": "balanceOf",
512
+ "outputs": [
513
+ {
514
+ "internalType": "uint256",
515
+ "name": "",
516
+ "type": "uint256"
517
+ }
518
+ ],
519
+ "stateMutability": "view",
520
+ "type": "function"
521
+ },
522
+ {
523
+ "inputs": [],
524
+ "name": "baseURI",
525
+ "outputs": [
526
+ {
527
+ "internalType": "string",
528
+ "name": "",
529
+ "type": "string"
530
+ }
531
+ ],
532
+ "stateMutability": "view",
533
+ "type": "function"
534
+ },
535
+ {
536
+ "inputs": [
537
+ {
538
+ "internalType": "uint256",
539
+ "name": "tokenId",
540
+ "type": "uint256"
541
+ }
542
+ ],
543
+ "name": "burn",
544
+ "outputs": [],
545
+ "stateMutability": "nonpayable",
546
+ "type": "function"
547
+ },
548
+ {
549
+ "inputs": [],
550
+ "name": "cancelOwnershipTransfer",
551
+ "outputs": [],
552
+ "stateMutability": "nonpayable",
553
+ "type": "function"
554
+ },
555
+ {
556
+ "inputs": [],
557
+ "name": "contractURI",
558
+ "outputs": [
559
+ {
560
+ "internalType": "string",
561
+ "name": "",
562
+ "type": "string"
563
+ }
564
+ ],
565
+ "stateMutability": "view",
566
+ "type": "function"
567
+ },
568
+ {
569
+ "inputs": [
570
+ {
571
+ "internalType": "uint256",
572
+ "name": "fromTokenId",
573
+ "type": "uint256"
574
+ },
575
+ {
576
+ "internalType": "uint256",
577
+ "name": "toTokenId",
578
+ "type": "uint256"
579
+ }
580
+ ],
581
+ "name": "emitBatchMetadataUpdate",
582
+ "outputs": [],
583
+ "stateMutability": "nonpayable",
584
+ "type": "function"
585
+ },
586
+ {
587
+ "inputs": [
588
+ {
589
+ "internalType": "uint256",
590
+ "name": "tokenId",
591
+ "type": "uint256"
592
+ }
593
+ ],
594
+ "name": "getApproved",
595
+ "outputs": [
596
+ {
597
+ "internalType": "address",
598
+ "name": "",
599
+ "type": "address"
600
+ }
601
+ ],
602
+ "stateMutability": "view",
603
+ "type": "function"
604
+ },
605
+ {
606
+ "inputs": [
607
+ {
608
+ "internalType": "address",
609
+ "name": "minter",
610
+ "type": "address"
611
+ }
612
+ ],
613
+ "name": "getMintStats",
614
+ "outputs": [
615
+ {
616
+ "internalType": "uint256",
617
+ "name": "minterNumMinted",
618
+ "type": "uint256"
619
+ },
620
+ {
621
+ "internalType": "uint256",
622
+ "name": "currentTotalSupply",
623
+ "type": "uint256"
624
+ },
625
+ {
626
+ "internalType": "uint256",
627
+ "name": "maxSupply",
628
+ "type": "uint256"
629
+ }
630
+ ],
631
+ "stateMutability": "view",
632
+ "type": "function"
633
+ },
634
+ {
635
+ "inputs": [],
636
+ "name": "getTransferValidationFunction",
637
+ "outputs": [
638
+ {
639
+ "internalType": "bytes4",
640
+ "name": "functionSignature",
641
+ "type": "bytes4"
642
+ },
643
+ {
644
+ "internalType": "bool",
645
+ "name": "isViewFunction",
646
+ "type": "bool"
647
+ }
648
+ ],
649
+ "stateMutability": "pure",
650
+ "type": "function"
651
+ },
652
+ {
653
+ "inputs": [],
654
+ "name": "getTransferValidator",
655
+ "outputs": [
656
+ {
657
+ "internalType": "address",
658
+ "name": "",
659
+ "type": "address"
660
+ }
661
+ ],
662
+ "stateMutability": "view",
663
+ "type": "function"
664
+ },
665
+ {
666
+ "inputs": [
667
+ {
668
+ "internalType": "address",
669
+ "name": "owner",
670
+ "type": "address"
671
+ },
672
+ {
673
+ "internalType": "address",
674
+ "name": "operator",
675
+ "type": "address"
676
+ }
677
+ ],
678
+ "name": "isApprovedForAll",
679
+ "outputs": [
680
+ {
681
+ "internalType": "bool",
682
+ "name": "",
683
+ "type": "bool"
684
+ }
685
+ ],
686
+ "stateMutability": "view",
687
+ "type": "function"
688
+ },
689
+ {
690
+ "inputs": [],
691
+ "name": "maxSupply",
692
+ "outputs": [
693
+ {
694
+ "internalType": "uint256",
695
+ "name": "",
696
+ "type": "uint256"
697
+ }
698
+ ],
699
+ "stateMutability": "view",
700
+ "type": "function"
701
+ },
702
+ {
703
+ "inputs": [
704
+ {
705
+ "internalType": "address",
706
+ "name": "minter",
707
+ "type": "address"
708
+ },
709
+ {
710
+ "internalType": "uint256",
711
+ "name": "quantity",
712
+ "type": "uint256"
713
+ }
714
+ ],
715
+ "name": "mintSeaDrop",
716
+ "outputs": [],
717
+ "stateMutability": "nonpayable",
718
+ "type": "function"
719
+ },
720
+ {
721
+ "inputs": [
722
+ {
723
+ "components": [
724
+ {
725
+ "internalType": "uint256",
726
+ "name": "maxSupply",
727
+ "type": "uint256"
728
+ },
729
+ {
730
+ "internalType": "string",
731
+ "name": "baseURI",
732
+ "type": "string"
733
+ },
734
+ {
735
+ "internalType": "string",
736
+ "name": "contractURI",
737
+ "type": "string"
738
+ },
739
+ {
740
+ "internalType": "address",
741
+ "name": "seaDropImpl",
742
+ "type": "address"
743
+ },
744
+ {
745
+ "components": [
746
+ {
747
+ "internalType": "uint80",
748
+ "name": "mintPrice",
749
+ "type": "uint80"
750
+ },
751
+ {
752
+ "internalType": "uint48",
753
+ "name": "startTime",
754
+ "type": "uint48"
755
+ },
756
+ {
757
+ "internalType": "uint48",
758
+ "name": "endTime",
759
+ "type": "uint48"
760
+ },
761
+ {
762
+ "internalType": "uint16",
763
+ "name": "maxTotalMintableByWallet",
764
+ "type": "uint16"
765
+ },
766
+ {
767
+ "internalType": "uint16",
768
+ "name": "feeBps",
769
+ "type": "uint16"
770
+ },
771
+ {
772
+ "internalType": "bool",
773
+ "name": "restrictFeeRecipients",
774
+ "type": "bool"
775
+ }
776
+ ],
777
+ "internalType": "struct PublicDrop",
778
+ "name": "publicDrop",
779
+ "type": "tuple"
780
+ },
781
+ {
782
+ "internalType": "string",
783
+ "name": "dropURI",
784
+ "type": "string"
785
+ },
786
+ {
787
+ "components": [
788
+ {
789
+ "internalType": "bytes32",
790
+ "name": "merkleRoot",
791
+ "type": "bytes32"
792
+ },
793
+ {
794
+ "internalType": "string[]",
795
+ "name": "publicKeyURIs",
796
+ "type": "string[]"
797
+ },
798
+ {
799
+ "internalType": "string",
800
+ "name": "allowListURI",
801
+ "type": "string"
802
+ }
803
+ ],
804
+ "internalType": "struct AllowListData",
805
+ "name": "allowListData",
806
+ "type": "tuple"
807
+ },
808
+ {
809
+ "internalType": "address",
810
+ "name": "creatorPayoutAddress",
811
+ "type": "address"
812
+ },
813
+ {
814
+ "internalType": "bytes32",
815
+ "name": "provenanceHash",
816
+ "type": "bytes32"
817
+ },
818
+ {
819
+ "internalType": "address[]",
820
+ "name": "allowedFeeRecipients",
821
+ "type": "address[]"
822
+ },
823
+ {
824
+ "internalType": "address[]",
825
+ "name": "disallowedFeeRecipients",
826
+ "type": "address[]"
827
+ },
828
+ {
829
+ "internalType": "address[]",
830
+ "name": "allowedPayers",
831
+ "type": "address[]"
832
+ },
833
+ {
834
+ "internalType": "address[]",
835
+ "name": "disallowedPayers",
836
+ "type": "address[]"
837
+ },
838
+ {
839
+ "internalType": "address[]",
840
+ "name": "tokenGatedAllowedNftTokens",
841
+ "type": "address[]"
842
+ },
843
+ {
844
+ "components": [
845
+ {
846
+ "internalType": "uint80",
847
+ "name": "mintPrice",
848
+ "type": "uint80"
849
+ },
850
+ {
851
+ "internalType": "uint16",
852
+ "name": "maxTotalMintableByWallet",
853
+ "type": "uint16"
854
+ },
855
+ {
856
+ "internalType": "uint48",
857
+ "name": "startTime",
858
+ "type": "uint48"
859
+ },
860
+ {
861
+ "internalType": "uint48",
862
+ "name": "endTime",
863
+ "type": "uint48"
864
+ },
865
+ {
866
+ "internalType": "uint8",
867
+ "name": "dropStageIndex",
868
+ "type": "uint8"
869
+ },
870
+ {
871
+ "internalType": "uint32",
872
+ "name": "maxTokenSupplyForStage",
873
+ "type": "uint32"
874
+ },
875
+ {
876
+ "internalType": "uint16",
877
+ "name": "feeBps",
878
+ "type": "uint16"
879
+ },
880
+ {
881
+ "internalType": "bool",
882
+ "name": "restrictFeeRecipients",
883
+ "type": "bool"
884
+ }
885
+ ],
886
+ "internalType": "struct TokenGatedDropStage[]",
887
+ "name": "tokenGatedDropStages",
888
+ "type": "tuple[]"
889
+ },
890
+ {
891
+ "internalType": "address[]",
892
+ "name": "disallowedTokenGatedAllowedNftTokens",
893
+ "type": "address[]"
894
+ },
895
+ {
896
+ "internalType": "address[]",
897
+ "name": "signers",
898
+ "type": "address[]"
899
+ },
900
+ {
901
+ "components": [
902
+ {
903
+ "internalType": "uint80",
904
+ "name": "minMintPrice",
905
+ "type": "uint80"
906
+ },
907
+ {
908
+ "internalType": "uint24",
909
+ "name": "maxMaxTotalMintableByWallet",
910
+ "type": "uint24"
911
+ },
912
+ {
913
+ "internalType": "uint40",
914
+ "name": "minStartTime",
915
+ "type": "uint40"
916
+ },
917
+ {
918
+ "internalType": "uint40",
919
+ "name": "maxEndTime",
920
+ "type": "uint40"
921
+ },
922
+ {
923
+ "internalType": "uint40",
924
+ "name": "maxMaxTokenSupplyForStage",
925
+ "type": "uint40"
926
+ },
927
+ {
928
+ "internalType": "uint16",
929
+ "name": "minFeeBps",
930
+ "type": "uint16"
931
+ },
932
+ {
933
+ "internalType": "uint16",
934
+ "name": "maxFeeBps",
935
+ "type": "uint16"
936
+ }
937
+ ],
938
+ "internalType": "struct SignedMintValidationParams[]",
939
+ "name": "signedMintValidationParams",
940
+ "type": "tuple[]"
941
+ },
942
+ {
943
+ "internalType": "address[]",
944
+ "name": "disallowedSigners",
945
+ "type": "address[]"
946
+ }
947
+ ],
948
+ "internalType": "struct ERC721SeaDropStructsErrorsAndEvents.MultiConfigureStruct",
949
+ "name": "config",
950
+ "type": "tuple"
951
+ }
952
+ ],
953
+ "name": "multiConfigure",
954
+ "outputs": [],
955
+ "stateMutability": "nonpayable",
956
+ "type": "function"
957
+ },
958
+ {
959
+ "inputs": [],
960
+ "name": "name",
961
+ "outputs": [
962
+ {
963
+ "internalType": "string",
964
+ "name": "",
965
+ "type": "string"
966
+ }
967
+ ],
968
+ "stateMutability": "view",
969
+ "type": "function"
970
+ },
971
+ {
972
+ "inputs": [],
973
+ "name": "owner",
974
+ "outputs": [
975
+ {
976
+ "internalType": "address",
977
+ "name": "",
978
+ "type": "address"
979
+ }
980
+ ],
981
+ "stateMutability": "view",
982
+ "type": "function"
983
+ },
984
+ {
985
+ "inputs": [
986
+ {
987
+ "internalType": "uint256",
988
+ "name": "tokenId",
989
+ "type": "uint256"
990
+ }
991
+ ],
992
+ "name": "ownerOf",
993
+ "outputs": [
994
+ {
995
+ "internalType": "address",
996
+ "name": "",
997
+ "type": "address"
998
+ }
999
+ ],
1000
+ "stateMutability": "view",
1001
+ "type": "function"
1002
+ },
1003
+ {
1004
+ "inputs": [],
1005
+ "name": "provenanceHash",
1006
+ "outputs": [
1007
+ {
1008
+ "internalType": "bytes32",
1009
+ "name": "",
1010
+ "type": "bytes32"
1011
+ }
1012
+ ],
1013
+ "stateMutability": "view",
1014
+ "type": "function"
1015
+ },
1016
+ {
1017
+ "inputs": [],
1018
+ "name": "renounceOwnership",
1019
+ "outputs": [],
1020
+ "stateMutability": "nonpayable",
1021
+ "type": "function"
1022
+ },
1023
+ {
1024
+ "inputs": [],
1025
+ "name": "royaltyAddress",
1026
+ "outputs": [
1027
+ {
1028
+ "internalType": "address",
1029
+ "name": "",
1030
+ "type": "address"
1031
+ }
1032
+ ],
1033
+ "stateMutability": "view",
1034
+ "type": "function"
1035
+ },
1036
+ {
1037
+ "inputs": [],
1038
+ "name": "royaltyBasisPoints",
1039
+ "outputs": [
1040
+ {
1041
+ "internalType": "uint256",
1042
+ "name": "",
1043
+ "type": "uint256"
1044
+ }
1045
+ ],
1046
+ "stateMutability": "view",
1047
+ "type": "function"
1048
+ },
1049
+ {
1050
+ "inputs": [
1051
+ {
1052
+ "internalType": "uint256",
1053
+ "name": "",
1054
+ "type": "uint256"
1055
+ },
1056
+ {
1057
+ "internalType": "uint256",
1058
+ "name": "_salePrice",
1059
+ "type": "uint256"
1060
+ }
1061
+ ],
1062
+ "name": "royaltyInfo",
1063
+ "outputs": [
1064
+ {
1065
+ "internalType": "address",
1066
+ "name": "receiver",
1067
+ "type": "address"
1068
+ },
1069
+ {
1070
+ "internalType": "uint256",
1071
+ "name": "royaltyAmount",
1072
+ "type": "uint256"
1073
+ }
1074
+ ],
1075
+ "stateMutability": "view",
1076
+ "type": "function"
1077
+ },
1078
+ {
1079
+ "inputs": [
1080
+ {
1081
+ "internalType": "address",
1082
+ "name": "from",
1083
+ "type": "address"
1084
+ },
1085
+ {
1086
+ "internalType": "address",
1087
+ "name": "to",
1088
+ "type": "address"
1089
+ },
1090
+ {
1091
+ "internalType": "uint256",
1092
+ "name": "tokenId",
1093
+ "type": "uint256"
1094
+ }
1095
+ ],
1096
+ "name": "safeTransferFrom",
1097
+ "outputs": [],
1098
+ "stateMutability": "nonpayable",
1099
+ "type": "function"
1100
+ },
1101
+ {
1102
+ "inputs": [
1103
+ {
1104
+ "internalType": "address",
1105
+ "name": "from",
1106
+ "type": "address"
1107
+ },
1108
+ {
1109
+ "internalType": "address",
1110
+ "name": "to",
1111
+ "type": "address"
1112
+ },
1113
+ {
1114
+ "internalType": "uint256",
1115
+ "name": "tokenId",
1116
+ "type": "uint256"
1117
+ },
1118
+ {
1119
+ "internalType": "bytes",
1120
+ "name": "_data",
1121
+ "type": "bytes"
1122
+ }
1123
+ ],
1124
+ "name": "safeTransferFrom",
1125
+ "outputs": [],
1126
+ "stateMutability": "nonpayable",
1127
+ "type": "function"
1128
+ },
1129
+ {
1130
+ "inputs": [
1131
+ {
1132
+ "internalType": "address",
1133
+ "name": "operator",
1134
+ "type": "address"
1135
+ },
1136
+ {
1137
+ "internalType": "bool",
1138
+ "name": "approved",
1139
+ "type": "bool"
1140
+ }
1141
+ ],
1142
+ "name": "setApprovalForAll",
1143
+ "outputs": [],
1144
+ "stateMutability": "nonpayable",
1145
+ "type": "function"
1146
+ },
1147
+ {
1148
+ "inputs": [
1149
+ {
1150
+ "internalType": "string",
1151
+ "name": "newBaseURI",
1152
+ "type": "string"
1153
+ }
1154
+ ],
1155
+ "name": "setBaseURI",
1156
+ "outputs": [],
1157
+ "stateMutability": "nonpayable",
1158
+ "type": "function"
1159
+ },
1160
+ {
1161
+ "inputs": [
1162
+ {
1163
+ "internalType": "string",
1164
+ "name": "newContractURI",
1165
+ "type": "string"
1166
+ }
1167
+ ],
1168
+ "name": "setContractURI",
1169
+ "outputs": [],
1170
+ "stateMutability": "nonpayable",
1171
+ "type": "function"
1172
+ },
1173
+ {
1174
+ "inputs": [
1175
+ {
1176
+ "internalType": "uint256",
1177
+ "name": "newMaxSupply",
1178
+ "type": "uint256"
1179
+ }
1180
+ ],
1181
+ "name": "setMaxSupply",
1182
+ "outputs": [],
1183
+ "stateMutability": "nonpayable",
1184
+ "type": "function"
1185
+ },
1186
+ {
1187
+ "inputs": [
1188
+ {
1189
+ "internalType": "bytes32",
1190
+ "name": "newProvenanceHash",
1191
+ "type": "bytes32"
1192
+ }
1193
+ ],
1194
+ "name": "setProvenanceHash",
1195
+ "outputs": [],
1196
+ "stateMutability": "nonpayable",
1197
+ "type": "function"
1198
+ },
1199
+ {
1200
+ "inputs": [
1201
+ {
1202
+ "components": [
1203
+ {
1204
+ "internalType": "address",
1205
+ "name": "royaltyAddress",
1206
+ "type": "address"
1207
+ },
1208
+ {
1209
+ "internalType": "uint96",
1210
+ "name": "royaltyBps",
1211
+ "type": "uint96"
1212
+ }
1213
+ ],
1214
+ "internalType": "struct ISeaDropTokenContractMetadata.RoyaltyInfo",
1215
+ "name": "newInfo",
1216
+ "type": "tuple"
1217
+ }
1218
+ ],
1219
+ "name": "setRoyaltyInfo",
1220
+ "outputs": [],
1221
+ "stateMutability": "nonpayable",
1222
+ "type": "function"
1223
+ },
1224
+ {
1225
+ "inputs": [
1226
+ {
1227
+ "internalType": "address",
1228
+ "name": "newValidator",
1229
+ "type": "address"
1230
+ }
1231
+ ],
1232
+ "name": "setTransferValidator",
1233
+ "outputs": [],
1234
+ "stateMutability": "nonpayable",
1235
+ "type": "function"
1236
+ },
1237
+ {
1238
+ "inputs": [
1239
+ {
1240
+ "internalType": "bytes4",
1241
+ "name": "interfaceId",
1242
+ "type": "bytes4"
1243
+ }
1244
+ ],
1245
+ "name": "supportsInterface",
1246
+ "outputs": [
1247
+ {
1248
+ "internalType": "bool",
1249
+ "name": "",
1250
+ "type": "bool"
1251
+ }
1252
+ ],
1253
+ "stateMutability": "view",
1254
+ "type": "function"
1255
+ },
1256
+ {
1257
+ "inputs": [],
1258
+ "name": "symbol",
1259
+ "outputs": [
1260
+ {
1261
+ "internalType": "string",
1262
+ "name": "",
1263
+ "type": "string"
1264
+ }
1265
+ ],
1266
+ "stateMutability": "view",
1267
+ "type": "function"
1268
+ },
1269
+ {
1270
+ "inputs": [
1271
+ {
1272
+ "internalType": "uint256",
1273
+ "name": "tokenId",
1274
+ "type": "uint256"
1275
+ }
1276
+ ],
1277
+ "name": "tokenURI",
1278
+ "outputs": [
1279
+ {
1280
+ "internalType": "string",
1281
+ "name": "",
1282
+ "type": "string"
1283
+ }
1284
+ ],
1285
+ "stateMutability": "view",
1286
+ "type": "function"
1287
+ },
1288
+ {
1289
+ "inputs": [],
1290
+ "name": "totalSupply",
1291
+ "outputs": [
1292
+ {
1293
+ "internalType": "uint256",
1294
+ "name": "",
1295
+ "type": "uint256"
1296
+ }
1297
+ ],
1298
+ "stateMutability": "view",
1299
+ "type": "function"
1300
+ },
1301
+ {
1302
+ "inputs": [
1303
+ {
1304
+ "internalType": "address",
1305
+ "name": "from",
1306
+ "type": "address"
1307
+ },
1308
+ {
1309
+ "internalType": "address",
1310
+ "name": "to",
1311
+ "type": "address"
1312
+ },
1313
+ {
1314
+ "internalType": "uint256",
1315
+ "name": "tokenId",
1316
+ "type": "uint256"
1317
+ }
1318
+ ],
1319
+ "name": "transferFrom",
1320
+ "outputs": [],
1321
+ "stateMutability": "nonpayable",
1322
+ "type": "function"
1323
+ },
1324
+ {
1325
+ "inputs": [
1326
+ {
1327
+ "internalType": "address",
1328
+ "name": "newPotentialOwner",
1329
+ "type": "address"
1330
+ }
1331
+ ],
1332
+ "name": "transferOwnership",
1333
+ "outputs": [],
1334
+ "stateMutability": "nonpayable",
1335
+ "type": "function"
1336
+ },
1337
+ {
1338
+ "inputs": [],
1339
+ "name": "transfersPaused",
1340
+ "outputs": [
1341
+ {
1342
+ "internalType": "bool",
1343
+ "name": "",
1344
+ "type": "bool"
1345
+ }
1346
+ ],
1347
+ "stateMutability": "view",
1348
+ "type": "function"
1349
+ },
1350
+ {
1351
+ "inputs": [
1352
+ {
1353
+ "internalType": "address",
1354
+ "name": "seaDropImpl",
1355
+ "type": "address"
1356
+ },
1357
+ {
1358
+ "components": [
1359
+ {
1360
+ "internalType": "bytes32",
1361
+ "name": "merkleRoot",
1362
+ "type": "bytes32"
1363
+ },
1364
+ {
1365
+ "internalType": "string[]",
1366
+ "name": "publicKeyURIs",
1367
+ "type": "string[]"
1368
+ },
1369
+ {
1370
+ "internalType": "string",
1371
+ "name": "allowListURI",
1372
+ "type": "string"
1373
+ }
1374
+ ],
1375
+ "internalType": "struct AllowListData",
1376
+ "name": "allowListData",
1377
+ "type": "tuple"
1378
+ }
1379
+ ],
1380
+ "name": "updateAllowList",
1381
+ "outputs": [],
1382
+ "stateMutability": "nonpayable",
1383
+ "type": "function"
1384
+ },
1385
+ {
1386
+ "inputs": [
1387
+ {
1388
+ "internalType": "address",
1389
+ "name": "seaDropImpl",
1390
+ "type": "address"
1391
+ },
1392
+ {
1393
+ "internalType": "address",
1394
+ "name": "feeRecipient",
1395
+ "type": "address"
1396
+ },
1397
+ {
1398
+ "internalType": "bool",
1399
+ "name": "allowed",
1400
+ "type": "bool"
1401
+ }
1402
+ ],
1403
+ "name": "updateAllowedFeeRecipient",
1404
+ "outputs": [],
1405
+ "stateMutability": "nonpayable",
1406
+ "type": "function"
1407
+ },
1408
+ {
1409
+ "inputs": [
1410
+ {
1411
+ "internalType": "address[]",
1412
+ "name": "allowedSeaDrop",
1413
+ "type": "address[]"
1414
+ }
1415
+ ],
1416
+ "name": "updateAllowedSeaDrop",
1417
+ "outputs": [],
1418
+ "stateMutability": "nonpayable",
1419
+ "type": "function"
1420
+ },
1421
+ {
1422
+ "inputs": [
1423
+ {
1424
+ "internalType": "address",
1425
+ "name": "seaDropImpl",
1426
+ "type": "address"
1427
+ },
1428
+ {
1429
+ "internalType": "address",
1430
+ "name": "payoutAddress",
1431
+ "type": "address"
1432
+ }
1433
+ ],
1434
+ "name": "updateCreatorPayoutAddress",
1435
+ "outputs": [],
1436
+ "stateMutability": "nonpayable",
1437
+ "type": "function"
1438
+ },
1439
+ {
1440
+ "inputs": [
1441
+ {
1442
+ "internalType": "address",
1443
+ "name": "seaDropImpl",
1444
+ "type": "address"
1445
+ },
1446
+ {
1447
+ "internalType": "string",
1448
+ "name": "dropURI",
1449
+ "type": "string"
1450
+ }
1451
+ ],
1452
+ "name": "updateDropURI",
1453
+ "outputs": [],
1454
+ "stateMutability": "nonpayable",
1455
+ "type": "function"
1456
+ },
1457
+ {
1458
+ "inputs": [
1459
+ {
1460
+ "internalType": "address",
1461
+ "name": "seaDropImpl",
1462
+ "type": "address"
1463
+ },
1464
+ {
1465
+ "internalType": "address",
1466
+ "name": "payer",
1467
+ "type": "address"
1468
+ },
1469
+ {
1470
+ "internalType": "bool",
1471
+ "name": "allowed",
1472
+ "type": "bool"
1473
+ }
1474
+ ],
1475
+ "name": "updatePayer",
1476
+ "outputs": [],
1477
+ "stateMutability": "nonpayable",
1478
+ "type": "function"
1479
+ },
1480
+ {
1481
+ "inputs": [
1482
+ {
1483
+ "internalType": "address",
1484
+ "name": "seaDropImpl",
1485
+ "type": "address"
1486
+ },
1487
+ {
1488
+ "components": [
1489
+ {
1490
+ "internalType": "uint80",
1491
+ "name": "mintPrice",
1492
+ "type": "uint80"
1493
+ },
1494
+ {
1495
+ "internalType": "uint48",
1496
+ "name": "startTime",
1497
+ "type": "uint48"
1498
+ },
1499
+ {
1500
+ "internalType": "uint48",
1501
+ "name": "endTime",
1502
+ "type": "uint48"
1503
+ },
1504
+ {
1505
+ "internalType": "uint16",
1506
+ "name": "maxTotalMintableByWallet",
1507
+ "type": "uint16"
1508
+ },
1509
+ {
1510
+ "internalType": "uint16",
1511
+ "name": "feeBps",
1512
+ "type": "uint16"
1513
+ },
1514
+ {
1515
+ "internalType": "bool",
1516
+ "name": "restrictFeeRecipients",
1517
+ "type": "bool"
1518
+ }
1519
+ ],
1520
+ "internalType": "struct PublicDrop",
1521
+ "name": "publicDrop",
1522
+ "type": "tuple"
1523
+ }
1524
+ ],
1525
+ "name": "updatePublicDrop",
1526
+ "outputs": [],
1527
+ "stateMutability": "nonpayable",
1528
+ "type": "function"
1529
+ },
1530
+ {
1531
+ "inputs": [
1532
+ {
1533
+ "internalType": "address",
1534
+ "name": "seaDropImpl",
1535
+ "type": "address"
1536
+ },
1537
+ {
1538
+ "internalType": "address",
1539
+ "name": "signer",
1540
+ "type": "address"
1541
+ },
1542
+ {
1543
+ "components": [
1544
+ {
1545
+ "internalType": "uint80",
1546
+ "name": "minMintPrice",
1547
+ "type": "uint80"
1548
+ },
1549
+ {
1550
+ "internalType": "uint24",
1551
+ "name": "maxMaxTotalMintableByWallet",
1552
+ "type": "uint24"
1553
+ },
1554
+ {
1555
+ "internalType": "uint40",
1556
+ "name": "minStartTime",
1557
+ "type": "uint40"
1558
+ },
1559
+ {
1560
+ "internalType": "uint40",
1561
+ "name": "maxEndTime",
1562
+ "type": "uint40"
1563
+ },
1564
+ {
1565
+ "internalType": "uint40",
1566
+ "name": "maxMaxTokenSupplyForStage",
1567
+ "type": "uint40"
1568
+ },
1569
+ {
1570
+ "internalType": "uint16",
1571
+ "name": "minFeeBps",
1572
+ "type": "uint16"
1573
+ },
1574
+ {
1575
+ "internalType": "uint16",
1576
+ "name": "maxFeeBps",
1577
+ "type": "uint16"
1578
+ }
1579
+ ],
1580
+ "internalType": "struct SignedMintValidationParams",
1581
+ "name": "signedMintValidationParams",
1582
+ "type": "tuple"
1583
+ }
1584
+ ],
1585
+ "name": "updateSignedMintValidationParams",
1586
+ "outputs": [],
1587
+ "stateMutability": "nonpayable",
1588
+ "type": "function"
1589
+ },
1590
+ {
1591
+ "inputs": [
1592
+ {
1593
+ "internalType": "address",
1594
+ "name": "seaDropImpl",
1595
+ "type": "address"
1596
+ },
1597
+ {
1598
+ "internalType": "address",
1599
+ "name": "allowedNftToken",
1600
+ "type": "address"
1601
+ },
1602
+ {
1603
+ "components": [
1604
+ {
1605
+ "internalType": "uint80",
1606
+ "name": "mintPrice",
1607
+ "type": "uint80"
1608
+ },
1609
+ {
1610
+ "internalType": "uint16",
1611
+ "name": "maxTotalMintableByWallet",
1612
+ "type": "uint16"
1613
+ },
1614
+ {
1615
+ "internalType": "uint48",
1616
+ "name": "startTime",
1617
+ "type": "uint48"
1618
+ },
1619
+ {
1620
+ "internalType": "uint48",
1621
+ "name": "endTime",
1622
+ "type": "uint48"
1623
+ },
1624
+ {
1625
+ "internalType": "uint8",
1626
+ "name": "dropStageIndex",
1627
+ "type": "uint8"
1628
+ },
1629
+ {
1630
+ "internalType": "uint32",
1631
+ "name": "maxTokenSupplyForStage",
1632
+ "type": "uint32"
1633
+ },
1634
+ {
1635
+ "internalType": "uint16",
1636
+ "name": "feeBps",
1637
+ "type": "uint16"
1638
+ },
1639
+ {
1640
+ "internalType": "bool",
1641
+ "name": "restrictFeeRecipients",
1642
+ "type": "bool"
1643
+ }
1644
+ ],
1645
+ "internalType": "struct TokenGatedDropStage",
1646
+ "name": "dropStage",
1647
+ "type": "tuple"
1648
+ }
1649
+ ],
1650
+ "name": "updateTokenGatedDrop",
1651
+ "outputs": [],
1652
+ "stateMutability": "nonpayable",
1653
+ "type": "function"
1654
+ },
1655
+ {
1656
+ "inputs": [
1657
+ {
1658
+ "internalType": "bool",
1659
+ "name": "paused",
1660
+ "type": "bool"
1661
+ }
1662
+ ],
1663
+ "name": "updateTransfersPaused",
1664
+ "outputs": [],
1665
+ "stateMutability": "nonpayable",
1666
+ "type": "function"
1667
+ }
1668
+ ];
1669
+ /**
1670
+ * ERC721SeaDropPausable_json Contract Class
1671
+ *
1672
+ * Provides a class-based API similar to TypeChain for interacting with the contract.
1673
+ *
1674
+ * @example
1675
+ * ```typescript
1676
+ * import { createPublicClient, createWalletClient, http } from 'viem';
1677
+ * import { mainnet } from 'viem/chains';
1678
+ * import { ERC721SeaDropPausable_json } from 'ERC721SeaDropPausable_json';
1679
+ *
1680
+ * const publicClient = createPublicClient({ chain: mainnet, transport: http() });
1681
+ * const walletClient = createWalletClient({ chain: mainnet, transport: http() });
1682
+ *
1683
+ * const contract = new ERC721SeaDropPausable_json('0x...', { publicClient, walletClient });
1684
+ *
1685
+ * // Read functions
1686
+ * const result = await contract.balanceOf('0x...');
1687
+ *
1688
+ * // Write functions
1689
+ * const hash = await contract.transfer('0x...', 1000n);
1690
+ *
1691
+ * // Simulate transactions (dry-run)
1692
+ * const simulation = await contract.simulate.transfer('0x...', 1000n);
1693
+ * console.log('Gas estimate:', simulation.request.gas);
1694
+ *
1695
+ * // Watch events
1696
+ * const unwatch = contract.watch.Transfer((event) => {
1697
+ * console.log('Transfer event:', event);
1698
+ * });
1699
+ * ```
1700
+ */
1701
+ class ERC721SeaDropPausable_json {
1702
+ constructor(address, clients) {
1703
+ this.contractAddress = address;
1704
+ this.publicClient = clients.publicClient;
1705
+ this.contract = (0, viem_1.getContract)({
1706
+ address,
1707
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
1708
+ client: {
1709
+ public: clients.publicClient,
1710
+ wallet: clients.walletClient,
1711
+ },
1712
+ });
1713
+ }
1714
+ /**
1715
+ * Get the contract address
1716
+ */
1717
+ get address() {
1718
+ return this.contractAddress;
1719
+ }
1720
+ /**
1721
+ * Get the underlying viem contract instance
1722
+ */
1723
+ getContract() {
1724
+ return this.contract;
1725
+ }
1726
+ /**
1727
+ * balanceOf
1728
+ * view
1729
+ */
1730
+ async balanceOf(owner) {
1731
+ return this.contract.read.balanceOf([owner]);
1732
+ }
1733
+ /**
1734
+ * baseURI
1735
+ * view
1736
+ */
1737
+ async baseURI() {
1738
+ return this.contract.read.baseURI();
1739
+ }
1740
+ /**
1741
+ * contractURI
1742
+ * view
1743
+ */
1744
+ async contractURI() {
1745
+ return this.contract.read.contractURI();
1746
+ }
1747
+ /**
1748
+ * getApproved
1749
+ * view
1750
+ */
1751
+ async getApproved(tokenId) {
1752
+ return this.contract.read.getApproved([tokenId]);
1753
+ }
1754
+ /**
1755
+ * getMintStats
1756
+ * view
1757
+ */
1758
+ async getMintStats(minter) {
1759
+ return this.contract.read.getMintStats([minter]);
1760
+ }
1761
+ /**
1762
+ * getTransferValidationFunction
1763
+ * pure
1764
+ */
1765
+ async getTransferValidationFunction() {
1766
+ return this.contract.read.getTransferValidationFunction();
1767
+ }
1768
+ /**
1769
+ * getTransferValidator
1770
+ * view
1771
+ */
1772
+ async getTransferValidator() {
1773
+ return this.contract.read.getTransferValidator();
1774
+ }
1775
+ /**
1776
+ * isApprovedForAll
1777
+ * view
1778
+ */
1779
+ async isApprovedForAll(owner, operator) {
1780
+ return this.contract.read.isApprovedForAll([owner, operator]);
1781
+ }
1782
+ /**
1783
+ * maxSupply
1784
+ * view
1785
+ */
1786
+ async maxSupply() {
1787
+ return this.contract.read.maxSupply();
1788
+ }
1789
+ /**
1790
+ * name
1791
+ * view
1792
+ */
1793
+ async name() {
1794
+ return this.contract.read.name();
1795
+ }
1796
+ /**
1797
+ * owner
1798
+ * view
1799
+ */
1800
+ async owner() {
1801
+ return this.contract.read.owner();
1802
+ }
1803
+ /**
1804
+ * ownerOf
1805
+ * view
1806
+ */
1807
+ async ownerOf(tokenId) {
1808
+ return this.contract.read.ownerOf([tokenId]);
1809
+ }
1810
+ /**
1811
+ * provenanceHash
1812
+ * view
1813
+ */
1814
+ async provenanceHash() {
1815
+ return this.contract.read.provenanceHash();
1816
+ }
1817
+ /**
1818
+ * royaltyAddress
1819
+ * view
1820
+ */
1821
+ async royaltyAddress() {
1822
+ return this.contract.read.royaltyAddress();
1823
+ }
1824
+ /**
1825
+ * royaltyBasisPoints
1826
+ * view
1827
+ */
1828
+ async royaltyBasisPoints() {
1829
+ return this.contract.read.royaltyBasisPoints();
1830
+ }
1831
+ /**
1832
+ * royaltyInfo
1833
+ * view
1834
+ */
1835
+ async royaltyInfo(arg0, _salePrice) {
1836
+ return this.contract.read.royaltyInfo([arg0, _salePrice]);
1837
+ }
1838
+ /**
1839
+ * supportsInterface
1840
+ * view
1841
+ */
1842
+ async supportsInterface(interfaceId) {
1843
+ return this.contract.read.supportsInterface([interfaceId]);
1844
+ }
1845
+ /**
1846
+ * symbol
1847
+ * view
1848
+ */
1849
+ async symbol() {
1850
+ return this.contract.read.symbol();
1851
+ }
1852
+ /**
1853
+ * tokenURI
1854
+ * view
1855
+ */
1856
+ async tokenURI(tokenId) {
1857
+ return this.contract.read.tokenURI([tokenId]);
1858
+ }
1859
+ /**
1860
+ * totalSupply
1861
+ * view
1862
+ */
1863
+ async totalSupply() {
1864
+ return this.contract.read.totalSupply();
1865
+ }
1866
+ /**
1867
+ * transfersPaused
1868
+ * view
1869
+ */
1870
+ async transfersPaused() {
1871
+ return this.contract.read.transfersPaused();
1872
+ }
1873
+ /**
1874
+ * acceptOwnership
1875
+ * nonpayable
1876
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1877
+ */
1878
+ async acceptOwnership(options) {
1879
+ if (!this.contract.write) {
1880
+ throw new Error('Wallet client is required for write operations');
1881
+ }
1882
+ return this.contract.write.acceptOwnership(options);
1883
+ }
1884
+ /**
1885
+ * approve
1886
+ * nonpayable
1887
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1888
+ */
1889
+ async approve(to, tokenId, options) {
1890
+ if (!this.contract.write) {
1891
+ throw new Error('Wallet client is required for write operations');
1892
+ }
1893
+ return this.contract.write.approve([to, tokenId], options);
1894
+ }
1895
+ /**
1896
+ * burn
1897
+ * nonpayable
1898
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1899
+ */
1900
+ async burn(tokenId, options) {
1901
+ if (!this.contract.write) {
1902
+ throw new Error('Wallet client is required for write operations');
1903
+ }
1904
+ return this.contract.write.burn([tokenId], options);
1905
+ }
1906
+ /**
1907
+ * cancelOwnershipTransfer
1908
+ * nonpayable
1909
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1910
+ */
1911
+ async cancelOwnershipTransfer(options) {
1912
+ if (!this.contract.write) {
1913
+ throw new Error('Wallet client is required for write operations');
1914
+ }
1915
+ return this.contract.write.cancelOwnershipTransfer(options);
1916
+ }
1917
+ /**
1918
+ * emitBatchMetadataUpdate
1919
+ * nonpayable
1920
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1921
+ */
1922
+ async emitBatchMetadataUpdate(fromTokenId, toTokenId, options) {
1923
+ if (!this.contract.write) {
1924
+ throw new Error('Wallet client is required for write operations');
1925
+ }
1926
+ return this.contract.write.emitBatchMetadataUpdate([fromTokenId, toTokenId], options);
1927
+ }
1928
+ /**
1929
+ * mintSeaDrop
1930
+ * nonpayable
1931
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1932
+ */
1933
+ async mintSeaDrop(minter, quantity, options) {
1934
+ if (!this.contract.write) {
1935
+ throw new Error('Wallet client is required for write operations');
1936
+ }
1937
+ return this.contract.write.mintSeaDrop([minter, quantity], options);
1938
+ }
1939
+ /**
1940
+ * multiConfigure
1941
+ * nonpayable
1942
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1943
+ */
1944
+ async multiConfigure(config, options) {
1945
+ if (!this.contract.write) {
1946
+ throw new Error('Wallet client is required for write operations');
1947
+ }
1948
+ return this.contract.write.multiConfigure([config], options);
1949
+ }
1950
+ /**
1951
+ * renounceOwnership
1952
+ * nonpayable
1953
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1954
+ */
1955
+ async renounceOwnership(options) {
1956
+ if (!this.contract.write) {
1957
+ throw new Error('Wallet client is required for write operations');
1958
+ }
1959
+ return this.contract.write.renounceOwnership(options);
1960
+ }
1961
+ async safeTransferFrom(...args) {
1962
+ if (!this.contract.write) {
1963
+ throw new Error('Wallet client is required for write operations');
1964
+ }
1965
+ return this.contract.write.safeTransferFrom(args);
1966
+ }
1967
+ /**
1968
+ * setApprovalForAll
1969
+ * nonpayable
1970
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1971
+ */
1972
+ async setApprovalForAll(operator, approved, options) {
1973
+ if (!this.contract.write) {
1974
+ throw new Error('Wallet client is required for write operations');
1975
+ }
1976
+ return this.contract.write.setApprovalForAll([operator, approved], options);
1977
+ }
1978
+ /**
1979
+ * setBaseURI
1980
+ * nonpayable
1981
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1982
+ */
1983
+ async setBaseURI(newBaseURI, options) {
1984
+ if (!this.contract.write) {
1985
+ throw new Error('Wallet client is required for write operations');
1986
+ }
1987
+ return this.contract.write.setBaseURI([newBaseURI], options);
1988
+ }
1989
+ /**
1990
+ * setContractURI
1991
+ * nonpayable
1992
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1993
+ */
1994
+ async setContractURI(newContractURI, options) {
1995
+ if (!this.contract.write) {
1996
+ throw new Error('Wallet client is required for write operations');
1997
+ }
1998
+ return this.contract.write.setContractURI([newContractURI], options);
1999
+ }
2000
+ /**
2001
+ * setMaxSupply
2002
+ * nonpayable
2003
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2004
+ */
2005
+ async setMaxSupply(newMaxSupply, options) {
2006
+ if (!this.contract.write) {
2007
+ throw new Error('Wallet client is required for write operations');
2008
+ }
2009
+ return this.contract.write.setMaxSupply([newMaxSupply], options);
2010
+ }
2011
+ /**
2012
+ * setProvenanceHash
2013
+ * nonpayable
2014
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2015
+ */
2016
+ async setProvenanceHash(newProvenanceHash, options) {
2017
+ if (!this.contract.write) {
2018
+ throw new Error('Wallet client is required for write operations');
2019
+ }
2020
+ return this.contract.write.setProvenanceHash([newProvenanceHash], options);
2021
+ }
2022
+ /**
2023
+ * setRoyaltyInfo
2024
+ * nonpayable
2025
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2026
+ */
2027
+ async setRoyaltyInfo(newInfo, options) {
2028
+ if (!this.contract.write) {
2029
+ throw new Error('Wallet client is required for write operations');
2030
+ }
2031
+ return this.contract.write.setRoyaltyInfo([newInfo], options);
2032
+ }
2033
+ /**
2034
+ * setTransferValidator
2035
+ * nonpayable
2036
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2037
+ */
2038
+ async setTransferValidator(newValidator, options) {
2039
+ if (!this.contract.write) {
2040
+ throw new Error('Wallet client is required for write operations');
2041
+ }
2042
+ return this.contract.write.setTransferValidator([newValidator], options);
2043
+ }
2044
+ /**
2045
+ * transferFrom
2046
+ * nonpayable
2047
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2048
+ */
2049
+ async transferFrom(from, to, tokenId, options) {
2050
+ if (!this.contract.write) {
2051
+ throw new Error('Wallet client is required for write operations');
2052
+ }
2053
+ return this.contract.write.transferFrom([from, to, tokenId], options);
2054
+ }
2055
+ /**
2056
+ * transferOwnership
2057
+ * nonpayable
2058
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2059
+ */
2060
+ async transferOwnership(newPotentialOwner, options) {
2061
+ if (!this.contract.write) {
2062
+ throw new Error('Wallet client is required for write operations');
2063
+ }
2064
+ return this.contract.write.transferOwnership([newPotentialOwner], options);
2065
+ }
2066
+ /**
2067
+ * updateAllowList
2068
+ * nonpayable
2069
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2070
+ */
2071
+ async updateAllowList(seaDropImpl, allowListData, options) {
2072
+ if (!this.contract.write) {
2073
+ throw new Error('Wallet client is required for write operations');
2074
+ }
2075
+ return this.contract.write.updateAllowList([seaDropImpl, allowListData], options);
2076
+ }
2077
+ /**
2078
+ * updateAllowedFeeRecipient
2079
+ * nonpayable
2080
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2081
+ */
2082
+ async updateAllowedFeeRecipient(seaDropImpl, feeRecipient, allowed, options) {
2083
+ if (!this.contract.write) {
2084
+ throw new Error('Wallet client is required for write operations');
2085
+ }
2086
+ return this.contract.write.updateAllowedFeeRecipient([seaDropImpl, feeRecipient, allowed], options);
2087
+ }
2088
+ /**
2089
+ * updateAllowedSeaDrop
2090
+ * nonpayable
2091
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2092
+ */
2093
+ async updateAllowedSeaDrop(allowedSeaDrop, options) {
2094
+ if (!this.contract.write) {
2095
+ throw new Error('Wallet client is required for write operations');
2096
+ }
2097
+ return this.contract.write.updateAllowedSeaDrop([allowedSeaDrop], options);
2098
+ }
2099
+ /**
2100
+ * updateCreatorPayoutAddress
2101
+ * nonpayable
2102
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2103
+ */
2104
+ async updateCreatorPayoutAddress(seaDropImpl, payoutAddress, options) {
2105
+ if (!this.contract.write) {
2106
+ throw new Error('Wallet client is required for write operations');
2107
+ }
2108
+ return this.contract.write.updateCreatorPayoutAddress([seaDropImpl, payoutAddress], options);
2109
+ }
2110
+ /**
2111
+ * updateDropURI
2112
+ * nonpayable
2113
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2114
+ */
2115
+ async updateDropURI(seaDropImpl, dropURI, options) {
2116
+ if (!this.contract.write) {
2117
+ throw new Error('Wallet client is required for write operations');
2118
+ }
2119
+ return this.contract.write.updateDropURI([seaDropImpl, dropURI], options);
2120
+ }
2121
+ /**
2122
+ * updatePayer
2123
+ * nonpayable
2124
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2125
+ */
2126
+ async updatePayer(seaDropImpl, payer, allowed, options) {
2127
+ if (!this.contract.write) {
2128
+ throw new Error('Wallet client is required for write operations');
2129
+ }
2130
+ return this.contract.write.updatePayer([seaDropImpl, payer, allowed], options);
2131
+ }
2132
+ /**
2133
+ * updatePublicDrop
2134
+ * nonpayable
2135
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2136
+ */
2137
+ async updatePublicDrop(seaDropImpl, publicDrop, options) {
2138
+ if (!this.contract.write) {
2139
+ throw new Error('Wallet client is required for write operations');
2140
+ }
2141
+ return this.contract.write.updatePublicDrop([seaDropImpl, publicDrop], options);
2142
+ }
2143
+ /**
2144
+ * updateSignedMintValidationParams
2145
+ * nonpayable
2146
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2147
+ */
2148
+ async updateSignedMintValidationParams(seaDropImpl, signer, signedMintValidationParams, options) {
2149
+ if (!this.contract.write) {
2150
+ throw new Error('Wallet client is required for write operations');
2151
+ }
2152
+ return this.contract.write.updateSignedMintValidationParams([seaDropImpl, signer, signedMintValidationParams], options);
2153
+ }
2154
+ /**
2155
+ * updateTokenGatedDrop
2156
+ * nonpayable
2157
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2158
+ */
2159
+ async updateTokenGatedDrop(seaDropImpl, allowedNftToken, dropStage, options) {
2160
+ if (!this.contract.write) {
2161
+ throw new Error('Wallet client is required for write operations');
2162
+ }
2163
+ return this.contract.write.updateTokenGatedDrop([seaDropImpl, allowedNftToken, dropStage], options);
2164
+ }
2165
+ /**
2166
+ * updateTransfersPaused
2167
+ * nonpayable
2168
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2169
+ */
2170
+ async updateTransfersPaused(paused, options) {
2171
+ if (!this.contract.write) {
2172
+ throw new Error('Wallet client is required for write operations');
2173
+ }
2174
+ return this.contract.write.updateTransfersPaused([paused], options);
2175
+ }
2176
+ /**
2177
+ * Simulate contract write operations (dry-run without sending transaction)
2178
+ *
2179
+ * @example
2180
+ * const result = await contract.simulate.transfer('0x...', 1000n);
2181
+ * console.log('Gas estimate:', result.request.gas);
2182
+ * console.log('Would succeed:', result.result);
2183
+ */
2184
+ get simulate() {
2185
+ const contract = this.contract;
2186
+ if (!contract.simulate) {
2187
+ throw new Error('Public client is required for simulation');
2188
+ }
2189
+ return {
2190
+ /**
2191
+ * Simulate acceptOwnership
2192
+ * Returns gas estimate and result without sending transaction
2193
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2194
+ */
2195
+ async acceptOwnership(options) {
2196
+ return contract.simulate.acceptOwnership(options);
2197
+ },
2198
+ /**
2199
+ * Simulate approve
2200
+ * Returns gas estimate and result without sending transaction
2201
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2202
+ */
2203
+ async approve(to, tokenId, options) {
2204
+ return contract.simulate.approve([to, tokenId], options);
2205
+ },
2206
+ /**
2207
+ * Simulate burn
2208
+ * Returns gas estimate and result without sending transaction
2209
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2210
+ */
2211
+ async burn(tokenId, options) {
2212
+ return contract.simulate.burn([tokenId], options);
2213
+ },
2214
+ /**
2215
+ * Simulate cancelOwnershipTransfer
2216
+ * Returns gas estimate and result without sending transaction
2217
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2218
+ */
2219
+ async cancelOwnershipTransfer(options) {
2220
+ return contract.simulate.cancelOwnershipTransfer(options);
2221
+ },
2222
+ /**
2223
+ * Simulate emitBatchMetadataUpdate
2224
+ * Returns gas estimate and result without sending transaction
2225
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2226
+ */
2227
+ async emitBatchMetadataUpdate(fromTokenId, toTokenId, options) {
2228
+ return contract.simulate.emitBatchMetadataUpdate([fromTokenId, toTokenId], options);
2229
+ },
2230
+ /**
2231
+ * Simulate mintSeaDrop
2232
+ * Returns gas estimate and result without sending transaction
2233
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2234
+ */
2235
+ async mintSeaDrop(minter, quantity, options) {
2236
+ return contract.simulate.mintSeaDrop([minter, quantity], options);
2237
+ },
2238
+ /**
2239
+ * Simulate multiConfigure
2240
+ * Returns gas estimate and result without sending transaction
2241
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2242
+ */
2243
+ async multiConfigure(config, options) {
2244
+ return contract.simulate.multiConfigure([config], options);
2245
+ },
2246
+ /**
2247
+ * Simulate renounceOwnership
2248
+ * Returns gas estimate and result without sending transaction
2249
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2250
+ */
2251
+ async renounceOwnership(options) {
2252
+ return contract.simulate.renounceOwnership(options);
2253
+ },
2254
+ /**
2255
+ * Simulate safeTransferFrom
2256
+ * Returns gas estimate and result without sending transaction
2257
+ * Supports multiple overloads: (address, address, uint256), (address, address, uint256, bytes)
2258
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2259
+ */
2260
+ async safeTransferFrom(...args) {
2261
+ return contract.simulate.safeTransferFrom(args);
2262
+ },
2263
+ /**
2264
+ * Simulate setApprovalForAll
2265
+ * Returns gas estimate and result without sending transaction
2266
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2267
+ */
2268
+ async setApprovalForAll(operator, approved, options) {
2269
+ return contract.simulate.setApprovalForAll([operator, approved], options);
2270
+ },
2271
+ /**
2272
+ * Simulate setBaseURI
2273
+ * Returns gas estimate and result without sending transaction
2274
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2275
+ */
2276
+ async setBaseURI(newBaseURI, options) {
2277
+ return contract.simulate.setBaseURI([newBaseURI], options);
2278
+ },
2279
+ /**
2280
+ * Simulate setContractURI
2281
+ * Returns gas estimate and result without sending transaction
2282
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2283
+ */
2284
+ async setContractURI(newContractURI, options) {
2285
+ return contract.simulate.setContractURI([newContractURI], options);
2286
+ },
2287
+ /**
2288
+ * Simulate setMaxSupply
2289
+ * Returns gas estimate and result without sending transaction
2290
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2291
+ */
2292
+ async setMaxSupply(newMaxSupply, options) {
2293
+ return contract.simulate.setMaxSupply([newMaxSupply], options);
2294
+ },
2295
+ /**
2296
+ * Simulate setProvenanceHash
2297
+ * Returns gas estimate and result without sending transaction
2298
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2299
+ */
2300
+ async setProvenanceHash(newProvenanceHash, options) {
2301
+ return contract.simulate.setProvenanceHash([newProvenanceHash], options);
2302
+ },
2303
+ /**
2304
+ * Simulate setRoyaltyInfo
2305
+ * Returns gas estimate and result without sending transaction
2306
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2307
+ */
2308
+ async setRoyaltyInfo(newInfo, options) {
2309
+ return contract.simulate.setRoyaltyInfo([newInfo], options);
2310
+ },
2311
+ /**
2312
+ * Simulate setTransferValidator
2313
+ * Returns gas estimate and result without sending transaction
2314
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2315
+ */
2316
+ async setTransferValidator(newValidator, options) {
2317
+ return contract.simulate.setTransferValidator([newValidator], options);
2318
+ },
2319
+ /**
2320
+ * Simulate transferFrom
2321
+ * Returns gas estimate and result without sending transaction
2322
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2323
+ */
2324
+ async transferFrom(from, to, tokenId, options) {
2325
+ return contract.simulate.transferFrom([from, to, tokenId], options);
2326
+ },
2327
+ /**
2328
+ * Simulate transferOwnership
2329
+ * Returns gas estimate and result without sending transaction
2330
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2331
+ */
2332
+ async transferOwnership(newPotentialOwner, options) {
2333
+ return contract.simulate.transferOwnership([newPotentialOwner], options);
2334
+ },
2335
+ /**
2336
+ * Simulate updateAllowList
2337
+ * Returns gas estimate and result without sending transaction
2338
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2339
+ */
2340
+ async updateAllowList(seaDropImpl, allowListData, options) {
2341
+ return contract.simulate.updateAllowList([seaDropImpl, allowListData], options);
2342
+ },
2343
+ /**
2344
+ * Simulate updateAllowedFeeRecipient
2345
+ * Returns gas estimate and result without sending transaction
2346
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2347
+ */
2348
+ async updateAllowedFeeRecipient(seaDropImpl, feeRecipient, allowed, options) {
2349
+ return contract.simulate.updateAllowedFeeRecipient([seaDropImpl, feeRecipient, allowed], options);
2350
+ },
2351
+ /**
2352
+ * Simulate updateAllowedSeaDrop
2353
+ * Returns gas estimate and result without sending transaction
2354
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2355
+ */
2356
+ async updateAllowedSeaDrop(allowedSeaDrop, options) {
2357
+ return contract.simulate.updateAllowedSeaDrop([allowedSeaDrop], options);
2358
+ },
2359
+ /**
2360
+ * Simulate updateCreatorPayoutAddress
2361
+ * Returns gas estimate and result without sending transaction
2362
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2363
+ */
2364
+ async updateCreatorPayoutAddress(seaDropImpl, payoutAddress, options) {
2365
+ return contract.simulate.updateCreatorPayoutAddress([seaDropImpl, payoutAddress], options);
2366
+ },
2367
+ /**
2368
+ * Simulate updateDropURI
2369
+ * Returns gas estimate and result without sending transaction
2370
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2371
+ */
2372
+ async updateDropURI(seaDropImpl, dropURI, options) {
2373
+ return contract.simulate.updateDropURI([seaDropImpl, dropURI], options);
2374
+ },
2375
+ /**
2376
+ * Simulate updatePayer
2377
+ * Returns gas estimate and result without sending transaction
2378
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2379
+ */
2380
+ async updatePayer(seaDropImpl, payer, allowed, options) {
2381
+ return contract.simulate.updatePayer([seaDropImpl, payer, allowed], options);
2382
+ },
2383
+ /**
2384
+ * Simulate updatePublicDrop
2385
+ * Returns gas estimate and result without sending transaction
2386
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2387
+ */
2388
+ async updatePublicDrop(seaDropImpl, publicDrop, options) {
2389
+ return contract.simulate.updatePublicDrop([seaDropImpl, publicDrop], options);
2390
+ },
2391
+ /**
2392
+ * Simulate updateSignedMintValidationParams
2393
+ * Returns gas estimate and result without sending transaction
2394
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2395
+ */
2396
+ async updateSignedMintValidationParams(seaDropImpl, signer, signedMintValidationParams, options) {
2397
+ return contract.simulate.updateSignedMintValidationParams([seaDropImpl, signer, signedMintValidationParams], options);
2398
+ },
2399
+ /**
2400
+ * Simulate updateTokenGatedDrop
2401
+ * Returns gas estimate and result without sending transaction
2402
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2403
+ */
2404
+ async updateTokenGatedDrop(seaDropImpl, allowedNftToken, dropStage, options) {
2405
+ return contract.simulate.updateTokenGatedDrop([seaDropImpl, allowedNftToken, dropStage], options);
2406
+ },
2407
+ /**
2408
+ * Simulate updateTransfersPaused
2409
+ * Returns gas estimate and result without sending transaction
2410
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2411
+ */
2412
+ async updateTransfersPaused(paused, options) {
2413
+ return contract.simulate.updateTransfersPaused([paused], options);
2414
+ }
2415
+ };
2416
+ }
2417
+ /**
2418
+ * Watch contract events
2419
+ *
2420
+ * @example
2421
+ * // Watch all Transfer events
2422
+ * const unwatch = contract.watch.Transfer((event) => {
2423
+ * console.log('Transfer:', event);
2424
+ * });
2425
+ *
2426
+ * // Stop watching
2427
+ * unwatch();
2428
+ */
2429
+ get watch() {
2430
+ return {
2431
+ /**
2432
+ * Watch AllowedSeaDropUpdated events
2433
+ * @param callback Function to call when event is emitted
2434
+ * @param filter Optional filter for indexed parameters
2435
+ * @returns Unwatch function to stop listening
2436
+ */
2437
+ AllowedSeaDropUpdated: (callback) => {
2438
+ return this.publicClient.watchContractEvent({
2439
+ address: this.contractAddress,
2440
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2441
+ eventName: 'AllowedSeaDropUpdated',
2442
+ onLogs: (logs) => {
2443
+ logs.forEach((log) => {
2444
+ callback(log.args);
2445
+ });
2446
+ },
2447
+ });
2448
+ },
2449
+ /**
2450
+ * Watch Approval events
2451
+ * @param callback Function to call when event is emitted
2452
+ * @param filter Optional filter for indexed parameters
2453
+ * @returns Unwatch function to stop listening
2454
+ */
2455
+ Approval: (callback, filter) => {
2456
+ return this.publicClient.watchContractEvent({
2457
+ address: this.contractAddress,
2458
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2459
+ eventName: 'Approval',
2460
+ args: filter,
2461
+ onLogs: (logs) => {
2462
+ logs.forEach((log) => {
2463
+ callback(log.args);
2464
+ });
2465
+ },
2466
+ });
2467
+ },
2468
+ /**
2469
+ * Watch ApprovalForAll events
2470
+ * @param callback Function to call when event is emitted
2471
+ * @param filter Optional filter for indexed parameters
2472
+ * @returns Unwatch function to stop listening
2473
+ */
2474
+ ApprovalForAll: (callback, filter) => {
2475
+ return this.publicClient.watchContractEvent({
2476
+ address: this.contractAddress,
2477
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2478
+ eventName: 'ApprovalForAll',
2479
+ args: filter,
2480
+ onLogs: (logs) => {
2481
+ logs.forEach((log) => {
2482
+ callback(log.args);
2483
+ });
2484
+ },
2485
+ });
2486
+ },
2487
+ /**
2488
+ * Watch BatchMetadataUpdate events
2489
+ * @param callback Function to call when event is emitted
2490
+ * @param filter Optional filter for indexed parameters
2491
+ * @returns Unwatch function to stop listening
2492
+ */
2493
+ BatchMetadataUpdate: (callback) => {
2494
+ return this.publicClient.watchContractEvent({
2495
+ address: this.contractAddress,
2496
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2497
+ eventName: 'BatchMetadataUpdate',
2498
+ onLogs: (logs) => {
2499
+ logs.forEach((log) => {
2500
+ callback(log.args);
2501
+ });
2502
+ },
2503
+ });
2504
+ },
2505
+ /**
2506
+ * Watch ConsecutiveTransfer events
2507
+ * @param callback Function to call when event is emitted
2508
+ * @param filter Optional filter for indexed parameters
2509
+ * @returns Unwatch function to stop listening
2510
+ */
2511
+ ConsecutiveTransfer: (callback, filter) => {
2512
+ return this.publicClient.watchContractEvent({
2513
+ address: this.contractAddress,
2514
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2515
+ eventName: 'ConsecutiveTransfer',
2516
+ args: filter,
2517
+ onLogs: (logs) => {
2518
+ logs.forEach((log) => {
2519
+ callback(log.args);
2520
+ });
2521
+ },
2522
+ });
2523
+ },
2524
+ /**
2525
+ * Watch ContractURIUpdated events
2526
+ * @param callback Function to call when event is emitted
2527
+ * @param filter Optional filter for indexed parameters
2528
+ * @returns Unwatch function to stop listening
2529
+ */
2530
+ ContractURIUpdated: (callback) => {
2531
+ return this.publicClient.watchContractEvent({
2532
+ address: this.contractAddress,
2533
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2534
+ eventName: 'ContractURIUpdated',
2535
+ onLogs: (logs) => {
2536
+ logs.forEach((log) => {
2537
+ callback(log.args);
2538
+ });
2539
+ },
2540
+ });
2541
+ },
2542
+ /**
2543
+ * Watch MaxSupplyUpdated events
2544
+ * @param callback Function to call when event is emitted
2545
+ * @param filter Optional filter for indexed parameters
2546
+ * @returns Unwatch function to stop listening
2547
+ */
2548
+ MaxSupplyUpdated: (callback) => {
2549
+ return this.publicClient.watchContractEvent({
2550
+ address: this.contractAddress,
2551
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2552
+ eventName: 'MaxSupplyUpdated',
2553
+ onLogs: (logs) => {
2554
+ logs.forEach((log) => {
2555
+ callback(log.args);
2556
+ });
2557
+ },
2558
+ });
2559
+ },
2560
+ /**
2561
+ * Watch OwnershipTransferred events
2562
+ * @param callback Function to call when event is emitted
2563
+ * @param filter Optional filter for indexed parameters
2564
+ * @returns Unwatch function to stop listening
2565
+ */
2566
+ OwnershipTransferred: (callback, filter) => {
2567
+ return this.publicClient.watchContractEvent({
2568
+ address: this.contractAddress,
2569
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2570
+ eventName: 'OwnershipTransferred',
2571
+ args: filter,
2572
+ onLogs: (logs) => {
2573
+ logs.forEach((log) => {
2574
+ callback(log.args);
2575
+ });
2576
+ },
2577
+ });
2578
+ },
2579
+ /**
2580
+ * Watch PotentialOwnerUpdated events
2581
+ * @param callback Function to call when event is emitted
2582
+ * @param filter Optional filter for indexed parameters
2583
+ * @returns Unwatch function to stop listening
2584
+ */
2585
+ PotentialOwnerUpdated: (callback) => {
2586
+ return this.publicClient.watchContractEvent({
2587
+ address: this.contractAddress,
2588
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2589
+ eventName: 'PotentialOwnerUpdated',
2590
+ onLogs: (logs) => {
2591
+ logs.forEach((log) => {
2592
+ callback(log.args);
2593
+ });
2594
+ },
2595
+ });
2596
+ },
2597
+ /**
2598
+ * Watch ProvenanceHashUpdated events
2599
+ * @param callback Function to call when event is emitted
2600
+ * @param filter Optional filter for indexed parameters
2601
+ * @returns Unwatch function to stop listening
2602
+ */
2603
+ ProvenanceHashUpdated: (callback) => {
2604
+ return this.publicClient.watchContractEvent({
2605
+ address: this.contractAddress,
2606
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2607
+ eventName: 'ProvenanceHashUpdated',
2608
+ onLogs: (logs) => {
2609
+ logs.forEach((log) => {
2610
+ callback(log.args);
2611
+ });
2612
+ },
2613
+ });
2614
+ },
2615
+ /**
2616
+ * Watch RoyaltyInfoUpdated events
2617
+ * @param callback Function to call when event is emitted
2618
+ * @param filter Optional filter for indexed parameters
2619
+ * @returns Unwatch function to stop listening
2620
+ */
2621
+ RoyaltyInfoUpdated: (callback) => {
2622
+ return this.publicClient.watchContractEvent({
2623
+ address: this.contractAddress,
2624
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2625
+ eventName: 'RoyaltyInfoUpdated',
2626
+ onLogs: (logs) => {
2627
+ logs.forEach((log) => {
2628
+ callback(log.args);
2629
+ });
2630
+ },
2631
+ });
2632
+ },
2633
+ /**
2634
+ * Watch SeaDropTokenDeployed events
2635
+ * @param callback Function to call when event is emitted
2636
+ * @param filter Optional filter for indexed parameters
2637
+ * @returns Unwatch function to stop listening
2638
+ */
2639
+ SeaDropTokenDeployed: (callback) => {
2640
+ return this.publicClient.watchContractEvent({
2641
+ address: this.contractAddress,
2642
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2643
+ eventName: 'SeaDropTokenDeployed',
2644
+ onLogs: (logs) => {
2645
+ logs.forEach((log) => {
2646
+ callback(log.args);
2647
+ });
2648
+ },
2649
+ });
2650
+ },
2651
+ /**
2652
+ * Watch Transfer events
2653
+ * @param callback Function to call when event is emitted
2654
+ * @param filter Optional filter for indexed parameters
2655
+ * @returns Unwatch function to stop listening
2656
+ */
2657
+ Transfer: (callback, filter) => {
2658
+ return this.publicClient.watchContractEvent({
2659
+ address: this.contractAddress,
2660
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2661
+ eventName: 'Transfer',
2662
+ args: filter,
2663
+ onLogs: (logs) => {
2664
+ logs.forEach((log) => {
2665
+ callback(log.args);
2666
+ });
2667
+ },
2668
+ });
2669
+ },
2670
+ /**
2671
+ * Watch TransferValidatorUpdated events
2672
+ * @param callback Function to call when event is emitted
2673
+ * @param filter Optional filter for indexed parameters
2674
+ * @returns Unwatch function to stop listening
2675
+ */
2676
+ TransferValidatorUpdated: (callback) => {
2677
+ return this.publicClient.watchContractEvent({
2678
+ address: this.contractAddress,
2679
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2680
+ eventName: 'TransferValidatorUpdated',
2681
+ onLogs: (logs) => {
2682
+ logs.forEach((log) => {
2683
+ callback(log.args);
2684
+ });
2685
+ },
2686
+ });
2687
+ },
2688
+ /**
2689
+ * Watch TransfersPausedChanged events
2690
+ * @param callback Function to call when event is emitted
2691
+ * @param filter Optional filter for indexed parameters
2692
+ * @returns Unwatch function to stop listening
2693
+ */
2694
+ TransfersPausedChanged: (callback) => {
2695
+ return this.publicClient.watchContractEvent({
2696
+ address: this.contractAddress,
2697
+ abi: exports.ERC721SeaDropPausable_jsonAbi,
2698
+ eventName: 'TransfersPausedChanged',
2699
+ onLogs: (logs) => {
2700
+ logs.forEach((log) => {
2701
+ callback(log.args);
2702
+ });
2703
+ },
2704
+ });
2705
+ }
2706
+ };
2707
+ }
2708
+ }
2709
+ exports.ERC721SeaDropPausable_json = ERC721SeaDropPausable_json;