@gitmyabi/fragma 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,1371 @@
1
+ import type { Address, PublicClient, WalletClient } from 'viem';
2
+ /**
3
+ * Fragma_json ABI
4
+ *
5
+ * This ABI is typed using viem's type system for full type safety.
6
+ */
7
+ export declare const Fragma_jsonAbi: readonly [{
8
+ readonly inputs: readonly [{
9
+ readonly internalType: "address";
10
+ readonly name: "_taxWallet1";
11
+ readonly type: "address";
12
+ }, {
13
+ readonly internalType: "address";
14
+ readonly name: "_taxWallet2";
15
+ readonly type: "address";
16
+ }];
17
+ readonly stateMutability: "nonpayable";
18
+ readonly type: "constructor";
19
+ }, {
20
+ readonly anonymous: false;
21
+ readonly inputs: readonly [{
22
+ readonly indexed: true;
23
+ readonly internalType: "address";
24
+ readonly name: "owner";
25
+ readonly type: "address";
26
+ }, {
27
+ readonly indexed: true;
28
+ readonly internalType: "address";
29
+ readonly name: "spender";
30
+ readonly type: "address";
31
+ }, {
32
+ readonly indexed: false;
33
+ readonly internalType: "uint256";
34
+ readonly name: "value";
35
+ readonly type: "uint256";
36
+ }];
37
+ readonly name: "Approval";
38
+ readonly type: "event";
39
+ }, {
40
+ readonly anonymous: false;
41
+ readonly inputs: readonly [{
42
+ readonly indexed: true;
43
+ readonly internalType: "address";
44
+ readonly name: "previousOwner";
45
+ readonly type: "address";
46
+ }, {
47
+ readonly indexed: true;
48
+ readonly internalType: "address";
49
+ readonly name: "newOwner";
50
+ readonly type: "address";
51
+ }];
52
+ readonly name: "OwnershipTransferred";
53
+ readonly type: "event";
54
+ }, {
55
+ readonly anonymous: false;
56
+ readonly inputs: readonly [];
57
+ readonly name: "RemovedLimits";
58
+ readonly type: "event";
59
+ }, {
60
+ readonly anonymous: false;
61
+ readonly inputs: readonly [{
62
+ readonly indexed: false;
63
+ readonly internalType: "address";
64
+ readonly name: "_address";
65
+ readonly type: "address";
66
+ }, {
67
+ readonly indexed: false;
68
+ readonly internalType: "bool";
69
+ readonly name: "_isExcluded";
70
+ readonly type: "bool";
71
+ }];
72
+ readonly name: "SetExcludedFromFees";
73
+ readonly type: "event";
74
+ }, {
75
+ readonly anonymous: false;
76
+ readonly inputs: readonly [{
77
+ readonly indexed: false;
78
+ readonly internalType: "address";
79
+ readonly name: "_address";
80
+ readonly type: "address";
81
+ }, {
82
+ readonly indexed: false;
83
+ readonly internalType: "bool";
84
+ readonly name: "_isExcluded";
85
+ readonly type: "bool";
86
+ }];
87
+ readonly name: "SetExcludedFromLimits";
88
+ readonly type: "event";
89
+ }, {
90
+ readonly anonymous: false;
91
+ readonly inputs: readonly [{
92
+ readonly indexed: false;
93
+ readonly internalType: "uint24";
94
+ readonly name: "buyTax_";
95
+ readonly type: "uint24";
96
+ }, {
97
+ readonly indexed: false;
98
+ readonly internalType: "uint24";
99
+ readonly name: "sellTax_";
100
+ readonly type: "uint24";
101
+ }];
102
+ readonly name: "TaxUpdated";
103
+ readonly type: "event";
104
+ }, {
105
+ readonly anonymous: false;
106
+ readonly inputs: readonly [{
107
+ readonly indexed: true;
108
+ readonly internalType: "address";
109
+ readonly name: "from";
110
+ readonly type: "address";
111
+ }, {
112
+ readonly indexed: true;
113
+ readonly internalType: "address";
114
+ readonly name: "to";
115
+ readonly type: "address";
116
+ }, {
117
+ readonly indexed: false;
118
+ readonly internalType: "uint256";
119
+ readonly name: "value";
120
+ readonly type: "uint256";
121
+ }];
122
+ readonly name: "Transfer";
123
+ readonly type: "event";
124
+ }, {
125
+ readonly anonymous: false;
126
+ readonly inputs: readonly [{
127
+ readonly indexed: false;
128
+ readonly internalType: "uint256";
129
+ readonly name: "newMax";
130
+ readonly type: "uint256";
131
+ }];
132
+ readonly name: "UpdatedWalletLimit";
133
+ readonly type: "event";
134
+ }, {
135
+ readonly inputs: readonly [];
136
+ readonly name: "FEE_DIVISOR";
137
+ readonly outputs: readonly [{
138
+ readonly internalType: "uint64";
139
+ readonly name: "";
140
+ readonly type: "uint64";
141
+ }];
142
+ readonly stateMutability: "view";
143
+ readonly type: "function";
144
+ }, {
145
+ readonly inputs: readonly [];
146
+ readonly name: "WETH";
147
+ readonly outputs: readonly [{
148
+ readonly internalType: "address";
149
+ readonly name: "";
150
+ readonly type: "address";
151
+ }];
152
+ readonly stateMutability: "view";
153
+ readonly type: "function";
154
+ }, {
155
+ readonly inputs: readonly [{
156
+ readonly internalType: "address[]";
157
+ readonly name: "wallets";
158
+ readonly type: "address[]";
159
+ }, {
160
+ readonly internalType: "uint256[]";
161
+ readonly name: "amountsInWei";
162
+ readonly type: "uint256[]";
163
+ }];
164
+ readonly name: "airdropToWallets";
165
+ readonly outputs: readonly [];
166
+ readonly stateMutability: "nonpayable";
167
+ readonly type: "function";
168
+ }, {
169
+ readonly inputs: readonly [{
170
+ readonly internalType: "address";
171
+ readonly name: "owner";
172
+ readonly type: "address";
173
+ }, {
174
+ readonly internalType: "address";
175
+ readonly name: "spender";
176
+ readonly type: "address";
177
+ }];
178
+ readonly name: "allowance";
179
+ readonly outputs: readonly [{
180
+ readonly internalType: "uint256";
181
+ readonly name: "";
182
+ readonly type: "uint256";
183
+ }];
184
+ readonly stateMutability: "view";
185
+ readonly type: "function";
186
+ }, {
187
+ readonly inputs: readonly [{
188
+ readonly internalType: "address";
189
+ readonly name: "spender";
190
+ readonly type: "address";
191
+ }, {
192
+ readonly internalType: "uint256";
193
+ readonly name: "amount";
194
+ readonly type: "uint256";
195
+ }];
196
+ readonly name: "approve";
197
+ readonly outputs: readonly [{
198
+ readonly internalType: "bool";
199
+ readonly name: "";
200
+ readonly type: "bool";
201
+ }];
202
+ readonly stateMutability: "nonpayable";
203
+ readonly type: "function";
204
+ }, {
205
+ readonly inputs: readonly [{
206
+ readonly internalType: "address";
207
+ readonly name: "account";
208
+ readonly type: "address";
209
+ }];
210
+ readonly name: "balanceOf";
211
+ readonly outputs: readonly [{
212
+ readonly internalType: "uint256";
213
+ readonly name: "";
214
+ readonly type: "uint256";
215
+ }];
216
+ readonly stateMutability: "view";
217
+ readonly type: "function";
218
+ }, {
219
+ readonly inputs: readonly [];
220
+ readonly name: "buyTax";
221
+ readonly outputs: readonly [{
222
+ readonly internalType: "uint24";
223
+ readonly name: "";
224
+ readonly type: "uint24";
225
+ }];
226
+ readonly stateMutability: "view";
227
+ readonly type: "function";
228
+ }, {
229
+ readonly inputs: readonly [];
230
+ readonly name: "decimals";
231
+ readonly outputs: readonly [{
232
+ readonly internalType: "uint8";
233
+ readonly name: "";
234
+ readonly type: "uint8";
235
+ }];
236
+ readonly stateMutability: "view";
237
+ readonly type: "function";
238
+ }, {
239
+ readonly inputs: readonly [{
240
+ readonly internalType: "address";
241
+ readonly name: "spender";
242
+ readonly type: "address";
243
+ }, {
244
+ readonly internalType: "uint256";
245
+ readonly name: "subtractedValue";
246
+ readonly type: "uint256";
247
+ }];
248
+ readonly name: "decreaseAllowance";
249
+ readonly outputs: readonly [{
250
+ readonly internalType: "bool";
251
+ readonly name: "";
252
+ readonly type: "bool";
253
+ }];
254
+ readonly stateMutability: "nonpayable";
255
+ readonly type: "function";
256
+ }, {
257
+ readonly inputs: readonly [];
258
+ readonly name: "dexRouter";
259
+ readonly outputs: readonly [{
260
+ readonly internalType: "contract IDexRouter";
261
+ readonly name: "";
262
+ readonly type: "address";
263
+ }];
264
+ readonly stateMutability: "view";
265
+ readonly type: "function";
266
+ }, {
267
+ readonly inputs: readonly [];
268
+ readonly name: "enableTrading";
269
+ readonly outputs: readonly [];
270
+ readonly stateMutability: "nonpayable";
271
+ readonly type: "function";
272
+ }, {
273
+ readonly inputs: readonly [{
274
+ readonly internalType: "address";
275
+ readonly name: "";
276
+ readonly type: "address";
277
+ }];
278
+ readonly name: "exemptFromFees";
279
+ readonly outputs: readonly [{
280
+ readonly internalType: "bool";
281
+ readonly name: "";
282
+ readonly type: "bool";
283
+ }];
284
+ readonly stateMutability: "view";
285
+ readonly type: "function";
286
+ }, {
287
+ readonly inputs: readonly [{
288
+ readonly internalType: "address";
289
+ readonly name: "";
290
+ readonly type: "address";
291
+ }];
292
+ readonly name: "exemptFromLimits";
293
+ readonly outputs: readonly [{
294
+ readonly internalType: "bool";
295
+ readonly name: "";
296
+ readonly type: "bool";
297
+ }];
298
+ readonly stateMutability: "view";
299
+ readonly type: "function";
300
+ }, {
301
+ readonly inputs: readonly [{
302
+ readonly internalType: "address";
303
+ readonly name: "spender";
304
+ readonly type: "address";
305
+ }, {
306
+ readonly internalType: "uint256";
307
+ readonly name: "addedValue";
308
+ readonly type: "uint256";
309
+ }];
310
+ readonly name: "increaseAllowance";
311
+ readonly outputs: readonly [{
312
+ readonly internalType: "bool";
313
+ readonly name: "";
314
+ readonly type: "bool";
315
+ }];
316
+ readonly stateMutability: "nonpayable";
317
+ readonly type: "function";
318
+ }, {
319
+ readonly inputs: readonly [{
320
+ readonly internalType: "address";
321
+ readonly name: "";
322
+ readonly type: "address";
323
+ }];
324
+ readonly name: "isAMMPair";
325
+ readonly outputs: readonly [{
326
+ readonly internalType: "bool";
327
+ readonly name: "";
328
+ readonly type: "bool";
329
+ }];
330
+ readonly stateMutability: "view";
331
+ readonly type: "function";
332
+ }, {
333
+ readonly inputs: readonly [];
334
+ readonly name: "lastSwapBackBlock";
335
+ readonly outputs: readonly [{
336
+ readonly internalType: "uint256";
337
+ readonly name: "";
338
+ readonly type: "uint256";
339
+ }];
340
+ readonly stateMutability: "view";
341
+ readonly type: "function";
342
+ }, {
343
+ readonly inputs: readonly [];
344
+ readonly name: "launchTimestamp";
345
+ readonly outputs: readonly [{
346
+ readonly internalType: "uint256";
347
+ readonly name: "";
348
+ readonly type: "uint256";
349
+ }];
350
+ readonly stateMutability: "view";
351
+ readonly type: "function";
352
+ }, {
353
+ readonly inputs: readonly [];
354
+ readonly name: "lpPair";
355
+ readonly outputs: readonly [{
356
+ readonly internalType: "address";
357
+ readonly name: "";
358
+ readonly type: "address";
359
+ }];
360
+ readonly stateMutability: "view";
361
+ readonly type: "function";
362
+ }, {
363
+ readonly inputs: readonly [{
364
+ readonly internalType: "uint256";
365
+ readonly name: "percentToConvert";
366
+ readonly type: "uint256";
367
+ }];
368
+ readonly name: "manualConvert";
369
+ readonly outputs: readonly [];
370
+ readonly stateMutability: "nonpayable";
371
+ readonly type: "function";
372
+ }, {
373
+ readonly inputs: readonly [];
374
+ readonly name: "name";
375
+ readonly outputs: readonly [{
376
+ readonly internalType: "string";
377
+ readonly name: "";
378
+ readonly type: "string";
379
+ }];
380
+ readonly stateMutability: "view";
381
+ readonly type: "function";
382
+ }, {
383
+ readonly inputs: readonly [];
384
+ readonly name: "owner";
385
+ readonly outputs: readonly [{
386
+ readonly internalType: "address";
387
+ readonly name: "";
388
+ readonly type: "address";
389
+ }];
390
+ readonly stateMutability: "view";
391
+ readonly type: "function";
392
+ }, {
393
+ readonly inputs: readonly [];
394
+ readonly name: "renounceOwnership";
395
+ readonly outputs: readonly [];
396
+ readonly stateMutability: "nonpayable";
397
+ readonly type: "function";
398
+ }, {
399
+ readonly inputs: readonly [];
400
+ readonly name: "sellTax";
401
+ readonly outputs: readonly [{
402
+ readonly internalType: "uint24";
403
+ readonly name: "";
404
+ readonly type: "uint24";
405
+ }];
406
+ readonly stateMutability: "view";
407
+ readonly type: "function";
408
+ }, {
409
+ readonly inputs: readonly [{
410
+ readonly internalType: "address";
411
+ readonly name: "_address";
412
+ readonly type: "address";
413
+ }, {
414
+ readonly internalType: "bool";
415
+ readonly name: "_isExcluded";
416
+ readonly type: "bool";
417
+ }];
418
+ readonly name: "setExemptFromFee";
419
+ readonly outputs: readonly [];
420
+ readonly stateMutability: "nonpayable";
421
+ readonly type: "function";
422
+ }, {
423
+ readonly inputs: readonly [{
424
+ readonly internalType: "address";
425
+ readonly name: "_address";
426
+ readonly type: "address";
427
+ }, {
428
+ readonly internalType: "bool";
429
+ readonly name: "_isExcluded";
430
+ readonly type: "bool";
431
+ }];
432
+ readonly name: "setExemptFromLimits";
433
+ readonly outputs: readonly [];
434
+ readonly stateMutability: "nonpayable";
435
+ readonly type: "function";
436
+ }, {
437
+ readonly inputs: readonly [];
438
+ readonly name: "swapTokensAtAmt";
439
+ readonly outputs: readonly [{
440
+ readonly internalType: "uint256";
441
+ readonly name: "";
442
+ readonly type: "uint256";
443
+ }];
444
+ readonly stateMutability: "view";
445
+ readonly type: "function";
446
+ }, {
447
+ readonly inputs: readonly [];
448
+ readonly name: "symbol";
449
+ readonly outputs: readonly [{
450
+ readonly internalType: "string";
451
+ readonly name: "";
452
+ readonly type: "string";
453
+ }];
454
+ readonly stateMutability: "view";
455
+ readonly type: "function";
456
+ }, {
457
+ readonly inputs: readonly [];
458
+ readonly name: "taxWallet1";
459
+ readonly outputs: readonly [{
460
+ readonly internalType: "address";
461
+ readonly name: "";
462
+ readonly type: "address";
463
+ }];
464
+ readonly stateMutability: "view";
465
+ readonly type: "function";
466
+ }, {
467
+ readonly inputs: readonly [];
468
+ readonly name: "taxWallet2";
469
+ readonly outputs: readonly [{
470
+ readonly internalType: "address";
471
+ readonly name: "";
472
+ readonly type: "address";
473
+ }];
474
+ readonly stateMutability: "view";
475
+ readonly type: "function";
476
+ }, {
477
+ readonly inputs: readonly [];
478
+ readonly name: "totalSupply";
479
+ readonly outputs: readonly [{
480
+ readonly internalType: "uint256";
481
+ readonly name: "";
482
+ readonly type: "uint256";
483
+ }];
484
+ readonly stateMutability: "view";
485
+ readonly type: "function";
486
+ }, {
487
+ readonly inputs: readonly [];
488
+ readonly name: "tradingAllowed";
489
+ readonly outputs: readonly [{
490
+ readonly internalType: "bool";
491
+ readonly name: "";
492
+ readonly type: "bool";
493
+ }];
494
+ readonly stateMutability: "view";
495
+ readonly type: "function";
496
+ }, {
497
+ readonly inputs: readonly [{
498
+ readonly internalType: "address";
499
+ readonly name: "to";
500
+ readonly type: "address";
501
+ }, {
502
+ readonly internalType: "uint256";
503
+ readonly name: "amount";
504
+ readonly type: "uint256";
505
+ }];
506
+ readonly name: "transfer";
507
+ readonly outputs: readonly [{
508
+ readonly internalType: "bool";
509
+ readonly name: "";
510
+ readonly type: "bool";
511
+ }];
512
+ readonly stateMutability: "nonpayable";
513
+ readonly type: "function";
514
+ }, {
515
+ readonly inputs: readonly [{
516
+ readonly internalType: "address";
517
+ readonly name: "from";
518
+ readonly type: "address";
519
+ }, {
520
+ readonly internalType: "address";
521
+ readonly name: "to";
522
+ readonly type: "address";
523
+ }, {
524
+ readonly internalType: "uint256";
525
+ readonly name: "amount";
526
+ readonly type: "uint256";
527
+ }];
528
+ readonly name: "transferFrom";
529
+ readonly outputs: readonly [{
530
+ readonly internalType: "bool";
531
+ readonly name: "";
532
+ readonly type: "bool";
533
+ }];
534
+ readonly stateMutability: "nonpayable";
535
+ readonly type: "function";
536
+ }, {
537
+ readonly inputs: readonly [{
538
+ readonly internalType: "address";
539
+ readonly name: "newOwner";
540
+ readonly type: "address";
541
+ }];
542
+ readonly name: "transferOwnership";
543
+ readonly outputs: readonly [];
544
+ readonly stateMutability: "nonpayable";
545
+ readonly type: "function";
546
+ }, {
547
+ readonly inputs: readonly [{
548
+ readonly internalType: "uint24";
549
+ readonly name: "_buyTax";
550
+ readonly type: "uint24";
551
+ }, {
552
+ readonly internalType: "uint24";
553
+ readonly name: "_sellTax";
554
+ readonly type: "uint24";
555
+ }];
556
+ readonly name: "updateTax";
557
+ readonly outputs: readonly [];
558
+ readonly stateMutability: "nonpayable";
559
+ readonly type: "function";
560
+ }, {
561
+ readonly inputs: readonly [{
562
+ readonly internalType: "address";
563
+ readonly name: "_address";
564
+ readonly type: "address";
565
+ }];
566
+ readonly name: "updateTaxWallet1";
567
+ readonly outputs: readonly [];
568
+ readonly stateMutability: "nonpayable";
569
+ readonly type: "function";
570
+ }, {
571
+ readonly inputs: readonly [{
572
+ readonly internalType: "address";
573
+ readonly name: "_address";
574
+ readonly type: "address";
575
+ }];
576
+ readonly name: "updateTaxWallet2";
577
+ readonly outputs: readonly [];
578
+ readonly stateMutability: "nonpayable";
579
+ readonly type: "function";
580
+ }, {
581
+ readonly stateMutability: "payable";
582
+ readonly type: "receive";
583
+ }];
584
+ /**
585
+ * Type-safe ABI for Fragma_json
586
+ */
587
+ export type Fragma_jsonAbi = typeof Fragma_jsonAbi;
588
+ /**
589
+ * Contract instance type for Fragma_json
590
+ */
591
+ export type Fragma_jsonContract = any;
592
+ /**
593
+ * Fragma_json Contract Class
594
+ *
595
+ * Provides a class-based API similar to TypeChain for interacting with the contract.
596
+ *
597
+ * @example
598
+ * ```typescript
599
+ * import { createPublicClient, createWalletClient, http } from 'viem';
600
+ * import { mainnet } from 'viem/chains';
601
+ * import { Fragma_json } from 'Fragma_json';
602
+ *
603
+ * const publicClient = createPublicClient({ chain: mainnet, transport: http() });
604
+ * const walletClient = createWalletClient({ chain: mainnet, transport: http() });
605
+ *
606
+ * const contract = new Fragma_json('0x...', { publicClient, walletClient });
607
+ *
608
+ * // Read functions
609
+ * const result = await contract.balanceOf('0x...');
610
+ *
611
+ * // Write functions
612
+ * const hash = await contract.transfer('0x...', 1000n);
613
+ *
614
+ * // Simulate transactions (dry-run)
615
+ * const simulation = await contract.simulate.transfer('0x...', 1000n);
616
+ * console.log('Gas estimate:', simulation.request.gas);
617
+ *
618
+ * // Watch events
619
+ * const unwatch = contract.watch.Transfer((event) => {
620
+ * console.log('Transfer event:', event);
621
+ * });
622
+ * ```
623
+ */
624
+ export declare class Fragma_json {
625
+ private contract;
626
+ private contractAddress;
627
+ private publicClient;
628
+ constructor(address: Address, clients: {
629
+ publicClient: PublicClient;
630
+ walletClient?: WalletClient;
631
+ });
632
+ /**
633
+ * Get the contract address
634
+ */
635
+ get address(): Address;
636
+ /**
637
+ * Get the underlying viem contract instance
638
+ */
639
+ getContract(): Fragma_jsonContract;
640
+ /**
641
+ * FEE_DIVISOR
642
+ * view
643
+ */
644
+ FEE_DIVISOR(): Promise<bigint>;
645
+ /**
646
+ * WETH
647
+ * view
648
+ */
649
+ WETH(): Promise<`0x${string}`>;
650
+ /**
651
+ * allowance
652
+ * view
653
+ */
654
+ allowance(owner: `0x${string}`, spender: `0x${string}`): Promise<bigint>;
655
+ /**
656
+ * balanceOf
657
+ * view
658
+ */
659
+ balanceOf(account: `0x${string}`): Promise<bigint>;
660
+ /**
661
+ * buyTax
662
+ * view
663
+ */
664
+ buyTax(): Promise<bigint>;
665
+ /**
666
+ * decimals
667
+ * view
668
+ */
669
+ decimals(): Promise<bigint>;
670
+ /**
671
+ * dexRouter
672
+ * view
673
+ */
674
+ dexRouter(): Promise<`0x${string}`>;
675
+ /**
676
+ * exemptFromFees
677
+ * view
678
+ */
679
+ exemptFromFees(arg0: `0x${string}`): Promise<boolean>;
680
+ /**
681
+ * exemptFromLimits
682
+ * view
683
+ */
684
+ exemptFromLimits(arg0: `0x${string}`): Promise<boolean>;
685
+ /**
686
+ * isAMMPair
687
+ * view
688
+ */
689
+ isAMMPair(arg0: `0x${string}`): Promise<boolean>;
690
+ /**
691
+ * lastSwapBackBlock
692
+ * view
693
+ */
694
+ lastSwapBackBlock(): Promise<bigint>;
695
+ /**
696
+ * launchTimestamp
697
+ * view
698
+ */
699
+ launchTimestamp(): Promise<bigint>;
700
+ /**
701
+ * lpPair
702
+ * view
703
+ */
704
+ lpPair(): Promise<`0x${string}`>;
705
+ /**
706
+ * name
707
+ * view
708
+ */
709
+ name(): Promise<string>;
710
+ /**
711
+ * owner
712
+ * view
713
+ */
714
+ owner(): Promise<`0x${string}`>;
715
+ /**
716
+ * sellTax
717
+ * view
718
+ */
719
+ sellTax(): Promise<bigint>;
720
+ /**
721
+ * swapTokensAtAmt
722
+ * view
723
+ */
724
+ swapTokensAtAmt(): Promise<bigint>;
725
+ /**
726
+ * symbol
727
+ * view
728
+ */
729
+ symbol(): Promise<string>;
730
+ /**
731
+ * taxWallet1
732
+ * view
733
+ */
734
+ taxWallet1(): Promise<`0x${string}`>;
735
+ /**
736
+ * taxWallet2
737
+ * view
738
+ */
739
+ taxWallet2(): Promise<`0x${string}`>;
740
+ /**
741
+ * totalSupply
742
+ * view
743
+ */
744
+ totalSupply(): Promise<bigint>;
745
+ /**
746
+ * tradingAllowed
747
+ * view
748
+ */
749
+ tradingAllowed(): Promise<boolean>;
750
+ /**
751
+ * airdropToWallets
752
+ * nonpayable
753
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
754
+ */
755
+ airdropToWallets(wallets: `0x${string}`[], amountsInWei: bigint[], options?: {
756
+ accessList?: import('viem').AccessList;
757
+ authorizationList?: import('viem').AuthorizationList;
758
+ chain?: import('viem').Chain | null;
759
+ dataSuffix?: `0x${string}`;
760
+ gas?: bigint;
761
+ gasPrice?: bigint;
762
+ maxFeePerGas?: bigint;
763
+ maxPriorityFeePerGas?: bigint;
764
+ nonce?: number;
765
+ value?: bigint;
766
+ }): Promise<`0x${string}`>;
767
+ /**
768
+ * approve
769
+ * nonpayable
770
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
771
+ */
772
+ approve(spender: `0x${string}`, amount: bigint, options?: {
773
+ accessList?: import('viem').AccessList;
774
+ authorizationList?: import('viem').AuthorizationList;
775
+ chain?: import('viem').Chain | null;
776
+ dataSuffix?: `0x${string}`;
777
+ gas?: bigint;
778
+ gasPrice?: bigint;
779
+ maxFeePerGas?: bigint;
780
+ maxPriorityFeePerGas?: bigint;
781
+ nonce?: number;
782
+ value?: bigint;
783
+ }): Promise<`0x${string}`>;
784
+ /**
785
+ * decreaseAllowance
786
+ * nonpayable
787
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
788
+ */
789
+ decreaseAllowance(spender: `0x${string}`, subtractedValue: bigint, options?: {
790
+ accessList?: import('viem').AccessList;
791
+ authorizationList?: import('viem').AuthorizationList;
792
+ chain?: import('viem').Chain | null;
793
+ dataSuffix?: `0x${string}`;
794
+ gas?: bigint;
795
+ gasPrice?: bigint;
796
+ maxFeePerGas?: bigint;
797
+ maxPriorityFeePerGas?: bigint;
798
+ nonce?: number;
799
+ value?: bigint;
800
+ }): Promise<`0x${string}`>;
801
+ /**
802
+ * enableTrading
803
+ * nonpayable
804
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
805
+ */
806
+ enableTrading(options?: {
807
+ accessList?: import('viem').AccessList;
808
+ authorizationList?: import('viem').AuthorizationList;
809
+ chain?: import('viem').Chain | null;
810
+ dataSuffix?: `0x${string}`;
811
+ gas?: bigint;
812
+ gasPrice?: bigint;
813
+ maxFeePerGas?: bigint;
814
+ maxPriorityFeePerGas?: bigint;
815
+ nonce?: number;
816
+ value?: bigint;
817
+ }): Promise<`0x${string}`>;
818
+ /**
819
+ * increaseAllowance
820
+ * nonpayable
821
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
822
+ */
823
+ increaseAllowance(spender: `0x${string}`, addedValue: bigint, options?: {
824
+ accessList?: import('viem').AccessList;
825
+ authorizationList?: import('viem').AuthorizationList;
826
+ chain?: import('viem').Chain | null;
827
+ dataSuffix?: `0x${string}`;
828
+ gas?: bigint;
829
+ gasPrice?: bigint;
830
+ maxFeePerGas?: bigint;
831
+ maxPriorityFeePerGas?: bigint;
832
+ nonce?: number;
833
+ value?: bigint;
834
+ }): Promise<`0x${string}`>;
835
+ /**
836
+ * manualConvert
837
+ * nonpayable
838
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
839
+ */
840
+ manualConvert(percentToConvert: bigint, options?: {
841
+ accessList?: import('viem').AccessList;
842
+ authorizationList?: import('viem').AuthorizationList;
843
+ chain?: import('viem').Chain | null;
844
+ dataSuffix?: `0x${string}`;
845
+ gas?: bigint;
846
+ gasPrice?: bigint;
847
+ maxFeePerGas?: bigint;
848
+ maxPriorityFeePerGas?: bigint;
849
+ nonce?: number;
850
+ value?: bigint;
851
+ }): Promise<`0x${string}`>;
852
+ /**
853
+ * renounceOwnership
854
+ * nonpayable
855
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
856
+ */
857
+ renounceOwnership(options?: {
858
+ accessList?: import('viem').AccessList;
859
+ authorizationList?: import('viem').AuthorizationList;
860
+ chain?: import('viem').Chain | null;
861
+ dataSuffix?: `0x${string}`;
862
+ gas?: bigint;
863
+ gasPrice?: bigint;
864
+ maxFeePerGas?: bigint;
865
+ maxPriorityFeePerGas?: bigint;
866
+ nonce?: number;
867
+ value?: bigint;
868
+ }): Promise<`0x${string}`>;
869
+ /**
870
+ * setExemptFromFee
871
+ * nonpayable
872
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
873
+ */
874
+ setExemptFromFee(_address: `0x${string}`, _isExcluded: boolean, options?: {
875
+ accessList?: import('viem').AccessList;
876
+ authorizationList?: import('viem').AuthorizationList;
877
+ chain?: import('viem').Chain | null;
878
+ dataSuffix?: `0x${string}`;
879
+ gas?: bigint;
880
+ gasPrice?: bigint;
881
+ maxFeePerGas?: bigint;
882
+ maxPriorityFeePerGas?: bigint;
883
+ nonce?: number;
884
+ value?: bigint;
885
+ }): Promise<`0x${string}`>;
886
+ /**
887
+ * setExemptFromLimits
888
+ * nonpayable
889
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
890
+ */
891
+ setExemptFromLimits(_address: `0x${string}`, _isExcluded: boolean, options?: {
892
+ accessList?: import('viem').AccessList;
893
+ authorizationList?: import('viem').AuthorizationList;
894
+ chain?: import('viem').Chain | null;
895
+ dataSuffix?: `0x${string}`;
896
+ gas?: bigint;
897
+ gasPrice?: bigint;
898
+ maxFeePerGas?: bigint;
899
+ maxPriorityFeePerGas?: bigint;
900
+ nonce?: number;
901
+ value?: bigint;
902
+ }): Promise<`0x${string}`>;
903
+ /**
904
+ * transfer
905
+ * nonpayable
906
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
907
+ */
908
+ transfer(to: `0x${string}`, amount: bigint, options?: {
909
+ accessList?: import('viem').AccessList;
910
+ authorizationList?: import('viem').AuthorizationList;
911
+ chain?: import('viem').Chain | null;
912
+ dataSuffix?: `0x${string}`;
913
+ gas?: bigint;
914
+ gasPrice?: bigint;
915
+ maxFeePerGas?: bigint;
916
+ maxPriorityFeePerGas?: bigint;
917
+ nonce?: number;
918
+ value?: bigint;
919
+ }): Promise<`0x${string}`>;
920
+ /**
921
+ * transferFrom
922
+ * nonpayable
923
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
924
+ */
925
+ transferFrom(from: `0x${string}`, to: `0x${string}`, amount: bigint, options?: {
926
+ accessList?: import('viem').AccessList;
927
+ authorizationList?: import('viem').AuthorizationList;
928
+ chain?: import('viem').Chain | null;
929
+ dataSuffix?: `0x${string}`;
930
+ gas?: bigint;
931
+ gasPrice?: bigint;
932
+ maxFeePerGas?: bigint;
933
+ maxPriorityFeePerGas?: bigint;
934
+ nonce?: number;
935
+ value?: bigint;
936
+ }): Promise<`0x${string}`>;
937
+ /**
938
+ * transferOwnership
939
+ * nonpayable
940
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
941
+ */
942
+ transferOwnership(newOwner: `0x${string}`, options?: {
943
+ accessList?: import('viem').AccessList;
944
+ authorizationList?: import('viem').AuthorizationList;
945
+ chain?: import('viem').Chain | null;
946
+ dataSuffix?: `0x${string}`;
947
+ gas?: bigint;
948
+ gasPrice?: bigint;
949
+ maxFeePerGas?: bigint;
950
+ maxPriorityFeePerGas?: bigint;
951
+ nonce?: number;
952
+ value?: bigint;
953
+ }): Promise<`0x${string}`>;
954
+ /**
955
+ * updateTax
956
+ * nonpayable
957
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
958
+ */
959
+ updateTax(_buyTax: bigint, _sellTax: bigint, options?: {
960
+ accessList?: import('viem').AccessList;
961
+ authorizationList?: import('viem').AuthorizationList;
962
+ chain?: import('viem').Chain | null;
963
+ dataSuffix?: `0x${string}`;
964
+ gas?: bigint;
965
+ gasPrice?: bigint;
966
+ maxFeePerGas?: bigint;
967
+ maxPriorityFeePerGas?: bigint;
968
+ nonce?: number;
969
+ value?: bigint;
970
+ }): Promise<`0x${string}`>;
971
+ /**
972
+ * updateTaxWallet1
973
+ * nonpayable
974
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
975
+ */
976
+ updateTaxWallet1(_address: `0x${string}`, options?: {
977
+ accessList?: import('viem').AccessList;
978
+ authorizationList?: import('viem').AuthorizationList;
979
+ chain?: import('viem').Chain | null;
980
+ dataSuffix?: `0x${string}`;
981
+ gas?: bigint;
982
+ gasPrice?: bigint;
983
+ maxFeePerGas?: bigint;
984
+ maxPriorityFeePerGas?: bigint;
985
+ nonce?: number;
986
+ value?: bigint;
987
+ }): Promise<`0x${string}`>;
988
+ /**
989
+ * updateTaxWallet2
990
+ * nonpayable
991
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
992
+ */
993
+ updateTaxWallet2(_address: `0x${string}`, options?: {
994
+ accessList?: import('viem').AccessList;
995
+ authorizationList?: import('viem').AuthorizationList;
996
+ chain?: import('viem').Chain | null;
997
+ dataSuffix?: `0x${string}`;
998
+ gas?: bigint;
999
+ gasPrice?: bigint;
1000
+ maxFeePerGas?: bigint;
1001
+ maxPriorityFeePerGas?: bigint;
1002
+ nonce?: number;
1003
+ value?: bigint;
1004
+ }): Promise<`0x${string}`>;
1005
+ /**
1006
+ * Simulate contract write operations (dry-run without sending transaction)
1007
+ *
1008
+ * @example
1009
+ * const result = await contract.simulate.transfer('0x...', 1000n);
1010
+ * console.log('Gas estimate:', result.request.gas);
1011
+ * console.log('Would succeed:', result.result);
1012
+ */
1013
+ get simulate(): {
1014
+ /**
1015
+ * Simulate airdropToWallets
1016
+ * Returns gas estimate and result without sending transaction
1017
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1018
+ */
1019
+ airdropToWallets(wallets: `0x${string}`[], amountsInWei: bigint[], options?: {
1020
+ accessList?: import("viem").AccessList;
1021
+ authorizationList?: import("viem").AuthorizationList;
1022
+ chain?: import("viem").Chain | null;
1023
+ dataSuffix?: `0x${string}`;
1024
+ gas?: bigint;
1025
+ gasPrice?: bigint;
1026
+ maxFeePerGas?: bigint;
1027
+ maxPriorityFeePerGas?: bigint;
1028
+ nonce?: number;
1029
+ value?: bigint;
1030
+ }): Promise<void>;
1031
+ /**
1032
+ * Simulate approve
1033
+ * Returns gas estimate and result without sending transaction
1034
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1035
+ */
1036
+ approve(spender: `0x${string}`, amount: bigint, options?: {
1037
+ accessList?: import("viem").AccessList;
1038
+ authorizationList?: import("viem").AuthorizationList;
1039
+ chain?: import("viem").Chain | null;
1040
+ dataSuffix?: `0x${string}`;
1041
+ gas?: bigint;
1042
+ gasPrice?: bigint;
1043
+ maxFeePerGas?: bigint;
1044
+ maxPriorityFeePerGas?: bigint;
1045
+ nonce?: number;
1046
+ value?: bigint;
1047
+ }): Promise<boolean>;
1048
+ /**
1049
+ * Simulate decreaseAllowance
1050
+ * Returns gas estimate and result without sending transaction
1051
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1052
+ */
1053
+ decreaseAllowance(spender: `0x${string}`, subtractedValue: bigint, options?: {
1054
+ accessList?: import("viem").AccessList;
1055
+ authorizationList?: import("viem").AuthorizationList;
1056
+ chain?: import("viem").Chain | null;
1057
+ dataSuffix?: `0x${string}`;
1058
+ gas?: bigint;
1059
+ gasPrice?: bigint;
1060
+ maxFeePerGas?: bigint;
1061
+ maxPriorityFeePerGas?: bigint;
1062
+ nonce?: number;
1063
+ value?: bigint;
1064
+ }): Promise<boolean>;
1065
+ /**
1066
+ * Simulate enableTrading
1067
+ * Returns gas estimate and result without sending transaction
1068
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1069
+ */
1070
+ enableTrading(options?: {
1071
+ accessList?: import("viem").AccessList;
1072
+ authorizationList?: import("viem").AuthorizationList;
1073
+ chain?: import("viem").Chain | null;
1074
+ dataSuffix?: `0x${string}`;
1075
+ gas?: bigint;
1076
+ gasPrice?: bigint;
1077
+ maxFeePerGas?: bigint;
1078
+ maxPriorityFeePerGas?: bigint;
1079
+ nonce?: number;
1080
+ value?: bigint;
1081
+ }): Promise<void>;
1082
+ /**
1083
+ * Simulate increaseAllowance
1084
+ * Returns gas estimate and result without sending transaction
1085
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1086
+ */
1087
+ increaseAllowance(spender: `0x${string}`, addedValue: bigint, options?: {
1088
+ accessList?: import("viem").AccessList;
1089
+ authorizationList?: import("viem").AuthorizationList;
1090
+ chain?: import("viem").Chain | null;
1091
+ dataSuffix?: `0x${string}`;
1092
+ gas?: bigint;
1093
+ gasPrice?: bigint;
1094
+ maxFeePerGas?: bigint;
1095
+ maxPriorityFeePerGas?: bigint;
1096
+ nonce?: number;
1097
+ value?: bigint;
1098
+ }): Promise<boolean>;
1099
+ /**
1100
+ * Simulate manualConvert
1101
+ * Returns gas estimate and result without sending transaction
1102
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1103
+ */
1104
+ manualConvert(percentToConvert: bigint, options?: {
1105
+ accessList?: import("viem").AccessList;
1106
+ authorizationList?: import("viem").AuthorizationList;
1107
+ chain?: import("viem").Chain | null;
1108
+ dataSuffix?: `0x${string}`;
1109
+ gas?: bigint;
1110
+ gasPrice?: bigint;
1111
+ maxFeePerGas?: bigint;
1112
+ maxPriorityFeePerGas?: bigint;
1113
+ nonce?: number;
1114
+ value?: bigint;
1115
+ }): Promise<void>;
1116
+ /**
1117
+ * Simulate renounceOwnership
1118
+ * Returns gas estimate and result without sending transaction
1119
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1120
+ */
1121
+ renounceOwnership(options?: {
1122
+ accessList?: import("viem").AccessList;
1123
+ authorizationList?: import("viem").AuthorizationList;
1124
+ chain?: import("viem").Chain | null;
1125
+ dataSuffix?: `0x${string}`;
1126
+ gas?: bigint;
1127
+ gasPrice?: bigint;
1128
+ maxFeePerGas?: bigint;
1129
+ maxPriorityFeePerGas?: bigint;
1130
+ nonce?: number;
1131
+ value?: bigint;
1132
+ }): Promise<void>;
1133
+ /**
1134
+ * Simulate setExemptFromFee
1135
+ * Returns gas estimate and result without sending transaction
1136
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1137
+ */
1138
+ setExemptFromFee(_address: `0x${string}`, _isExcluded: boolean, options?: {
1139
+ accessList?: import("viem").AccessList;
1140
+ authorizationList?: import("viem").AuthorizationList;
1141
+ chain?: import("viem").Chain | null;
1142
+ dataSuffix?: `0x${string}`;
1143
+ gas?: bigint;
1144
+ gasPrice?: bigint;
1145
+ maxFeePerGas?: bigint;
1146
+ maxPriorityFeePerGas?: bigint;
1147
+ nonce?: number;
1148
+ value?: bigint;
1149
+ }): Promise<void>;
1150
+ /**
1151
+ * Simulate setExemptFromLimits
1152
+ * Returns gas estimate and result without sending transaction
1153
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1154
+ */
1155
+ setExemptFromLimits(_address: `0x${string}`, _isExcluded: boolean, options?: {
1156
+ accessList?: import("viem").AccessList;
1157
+ authorizationList?: import("viem").AuthorizationList;
1158
+ chain?: import("viem").Chain | null;
1159
+ dataSuffix?: `0x${string}`;
1160
+ gas?: bigint;
1161
+ gasPrice?: bigint;
1162
+ maxFeePerGas?: bigint;
1163
+ maxPriorityFeePerGas?: bigint;
1164
+ nonce?: number;
1165
+ value?: bigint;
1166
+ }): Promise<void>;
1167
+ /**
1168
+ * Simulate transfer
1169
+ * Returns gas estimate and result without sending transaction
1170
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1171
+ */
1172
+ transfer(to: `0x${string}`, amount: bigint, options?: {
1173
+ accessList?: import("viem").AccessList;
1174
+ authorizationList?: import("viem").AuthorizationList;
1175
+ chain?: import("viem").Chain | null;
1176
+ dataSuffix?: `0x${string}`;
1177
+ gas?: bigint;
1178
+ gasPrice?: bigint;
1179
+ maxFeePerGas?: bigint;
1180
+ maxPriorityFeePerGas?: bigint;
1181
+ nonce?: number;
1182
+ value?: bigint;
1183
+ }): Promise<boolean>;
1184
+ /**
1185
+ * Simulate transferFrom
1186
+ * Returns gas estimate and result without sending transaction
1187
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1188
+ */
1189
+ transferFrom(from: `0x${string}`, to: `0x${string}`, amount: bigint, options?: {
1190
+ accessList?: import("viem").AccessList;
1191
+ authorizationList?: import("viem").AuthorizationList;
1192
+ chain?: import("viem").Chain | null;
1193
+ dataSuffix?: `0x${string}`;
1194
+ gas?: bigint;
1195
+ gasPrice?: bigint;
1196
+ maxFeePerGas?: bigint;
1197
+ maxPriorityFeePerGas?: bigint;
1198
+ nonce?: number;
1199
+ value?: bigint;
1200
+ }): Promise<boolean>;
1201
+ /**
1202
+ * Simulate transferOwnership
1203
+ * Returns gas estimate and result without sending transaction
1204
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1205
+ */
1206
+ transferOwnership(newOwner: `0x${string}`, options?: {
1207
+ accessList?: import("viem").AccessList;
1208
+ authorizationList?: import("viem").AuthorizationList;
1209
+ chain?: import("viem").Chain | null;
1210
+ dataSuffix?: `0x${string}`;
1211
+ gas?: bigint;
1212
+ gasPrice?: bigint;
1213
+ maxFeePerGas?: bigint;
1214
+ maxPriorityFeePerGas?: bigint;
1215
+ nonce?: number;
1216
+ value?: bigint;
1217
+ }): Promise<void>;
1218
+ /**
1219
+ * Simulate updateTax
1220
+ * Returns gas estimate and result without sending transaction
1221
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1222
+ */
1223
+ updateTax(_buyTax: bigint, _sellTax: bigint, options?: {
1224
+ accessList?: import("viem").AccessList;
1225
+ authorizationList?: import("viem").AuthorizationList;
1226
+ chain?: import("viem").Chain | null;
1227
+ dataSuffix?: `0x${string}`;
1228
+ gas?: bigint;
1229
+ gasPrice?: bigint;
1230
+ maxFeePerGas?: bigint;
1231
+ maxPriorityFeePerGas?: bigint;
1232
+ nonce?: number;
1233
+ value?: bigint;
1234
+ }): Promise<void>;
1235
+ /**
1236
+ * Simulate updateTaxWallet1
1237
+ * Returns gas estimate and result without sending transaction
1238
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1239
+ */
1240
+ updateTaxWallet1(_address: `0x${string}`, options?: {
1241
+ accessList?: import("viem").AccessList;
1242
+ authorizationList?: import("viem").AuthorizationList;
1243
+ chain?: import("viem").Chain | null;
1244
+ dataSuffix?: `0x${string}`;
1245
+ gas?: bigint;
1246
+ gasPrice?: bigint;
1247
+ maxFeePerGas?: bigint;
1248
+ maxPriorityFeePerGas?: bigint;
1249
+ nonce?: number;
1250
+ value?: bigint;
1251
+ }): Promise<void>;
1252
+ /**
1253
+ * Simulate updateTaxWallet2
1254
+ * Returns gas estimate and result without sending transaction
1255
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1256
+ */
1257
+ updateTaxWallet2(_address: `0x${string}`, options?: {
1258
+ accessList?: import("viem").AccessList;
1259
+ authorizationList?: import("viem").AuthorizationList;
1260
+ chain?: import("viem").Chain | null;
1261
+ dataSuffix?: `0x${string}`;
1262
+ gas?: bigint;
1263
+ gasPrice?: bigint;
1264
+ maxFeePerGas?: bigint;
1265
+ maxPriorityFeePerGas?: bigint;
1266
+ nonce?: number;
1267
+ value?: bigint;
1268
+ }): Promise<void>;
1269
+ };
1270
+ /**
1271
+ * Watch contract events
1272
+ *
1273
+ * @example
1274
+ * // Watch all Transfer events
1275
+ * const unwatch = contract.watch.Transfer((event) => {
1276
+ * console.log('Transfer:', event);
1277
+ * });
1278
+ *
1279
+ * // Stop watching
1280
+ * unwatch();
1281
+ */
1282
+ get watch(): {
1283
+ /**
1284
+ * Watch Approval events
1285
+ * @param callback Function to call when event is emitted
1286
+ * @param filter Optional filter for indexed parameters
1287
+ * @returns Unwatch function to stop listening
1288
+ */
1289
+ Approval: (callback: (event: {
1290
+ owner: `0x${string}`;
1291
+ spender: `0x${string}`;
1292
+ value: bigint;
1293
+ }) => void, filter?: {
1294
+ owner: `0x${string}`;
1295
+ spender: `0x${string}`;
1296
+ }) => () => void;
1297
+ /**
1298
+ * Watch OwnershipTransferred events
1299
+ * @param callback Function to call when event is emitted
1300
+ * @param filter Optional filter for indexed parameters
1301
+ * @returns Unwatch function to stop listening
1302
+ */
1303
+ OwnershipTransferred: (callback: (event: {
1304
+ previousOwner: `0x${string}`;
1305
+ newOwner: `0x${string}`;
1306
+ }) => void, filter?: {
1307
+ previousOwner: `0x${string}`;
1308
+ newOwner: `0x${string}`;
1309
+ }) => () => void;
1310
+ /**
1311
+ * Watch RemovedLimits events
1312
+ * @param callback Function to call when event is emitted
1313
+ * @param filter Optional filter for indexed parameters
1314
+ * @returns Unwatch function to stop listening
1315
+ */
1316
+ RemovedLimits: (callback: (event: {}) => void) => () => void;
1317
+ /**
1318
+ * Watch SetExcludedFromFees events
1319
+ * @param callback Function to call when event is emitted
1320
+ * @param filter Optional filter for indexed parameters
1321
+ * @returns Unwatch function to stop listening
1322
+ */
1323
+ SetExcludedFromFees: (callback: (event: {
1324
+ _address: `0x${string}`;
1325
+ _isExcluded: boolean;
1326
+ }) => void) => () => void;
1327
+ /**
1328
+ * Watch SetExcludedFromLimits events
1329
+ * @param callback Function to call when event is emitted
1330
+ * @param filter Optional filter for indexed parameters
1331
+ * @returns Unwatch function to stop listening
1332
+ */
1333
+ SetExcludedFromLimits: (callback: (event: {
1334
+ _address: `0x${string}`;
1335
+ _isExcluded: boolean;
1336
+ }) => void) => () => void;
1337
+ /**
1338
+ * Watch TaxUpdated events
1339
+ * @param callback Function to call when event is emitted
1340
+ * @param filter Optional filter for indexed parameters
1341
+ * @returns Unwatch function to stop listening
1342
+ */
1343
+ TaxUpdated: (callback: (event: {
1344
+ buyTax_: bigint;
1345
+ sellTax_: bigint;
1346
+ }) => void) => () => void;
1347
+ /**
1348
+ * Watch Transfer events
1349
+ * @param callback Function to call when event is emitted
1350
+ * @param filter Optional filter for indexed parameters
1351
+ * @returns Unwatch function to stop listening
1352
+ */
1353
+ Transfer: (callback: (event: {
1354
+ from: `0x${string}`;
1355
+ to: `0x${string}`;
1356
+ value: bigint;
1357
+ }) => void, filter?: {
1358
+ from: `0x${string}`;
1359
+ to: `0x${string}`;
1360
+ }) => () => void;
1361
+ /**
1362
+ * Watch UpdatedWalletLimit events
1363
+ * @param callback Function to call when event is emitted
1364
+ * @param filter Optional filter for indexed parameters
1365
+ * @returns Unwatch function to stop listening
1366
+ */
1367
+ UpdatedWalletLimit: (callback: (event: {
1368
+ newMax: bigint;
1369
+ }) => void) => () => void;
1370
+ };
1371
+ }