@gitmyabi/mne 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,4406 @@
1
+ import type { Address, PublicClient, WalletClient } from 'viem';
2
+ /**
3
+ * Minereum_json ABI
4
+ *
5
+ * This ABI is typed using viem's type system for full type safety.
6
+ */
7
+ export declare const Minereum_jsonAbi: readonly [{
8
+ readonly inputs: readonly [{
9
+ readonly internalType: "address";
10
+ readonly name: "_publicCallsAddress";
11
+ readonly type: "address";
12
+ }, {
13
+ readonly internalType: "address";
14
+ readonly name: "_publicArraysAddress";
15
+ readonly type: "address";
16
+ }, {
17
+ readonly internalType: "address";
18
+ readonly name: "_genesisCallsAddress";
19
+ readonly type: "address";
20
+ }, {
21
+ readonly internalType: "address";
22
+ readonly name: "_normalAddressAddress";
23
+ readonly type: "address";
24
+ }, {
25
+ readonly internalType: "address";
26
+ readonly name: "_stakesAddress";
27
+ readonly type: "address";
28
+ }, {
29
+ readonly internalType: "address";
30
+ readonly name: "_stakesBuysAddress";
31
+ readonly type: "address";
32
+ }, {
33
+ readonly internalType: "address";
34
+ readonly name: "_genesisBuysAddress";
35
+ readonly type: "address";
36
+ }, {
37
+ readonly internalType: "address";
38
+ readonly name: "_tokenServiceAddress";
39
+ readonly type: "address";
40
+ }, {
41
+ readonly internalType: "address";
42
+ readonly name: "_baseTransfersAddress";
43
+ readonly type: "address";
44
+ }];
45
+ readonly stateMutability: "nonpayable";
46
+ readonly type: "constructor";
47
+ }, {
48
+ readonly anonymous: false;
49
+ readonly inputs: readonly [{
50
+ readonly indexed: true;
51
+ readonly internalType: "address";
52
+ readonly name: "_owner";
53
+ readonly type: "address";
54
+ }, {
55
+ readonly indexed: true;
56
+ readonly internalType: "address";
57
+ readonly name: "_spender";
58
+ readonly type: "address";
59
+ }, {
60
+ readonly indexed: false;
61
+ readonly internalType: "uint256";
62
+ readonly name: "_value";
63
+ readonly type: "uint256";
64
+ }];
65
+ readonly name: "Approval";
66
+ readonly type: "event";
67
+ }, {
68
+ readonly anonymous: false;
69
+ readonly inputs: readonly [{
70
+ readonly indexed: true;
71
+ readonly internalType: "address";
72
+ readonly name: "to";
73
+ readonly type: "address";
74
+ }, {
75
+ readonly indexed: false;
76
+ readonly internalType: "uint256";
77
+ readonly name: "balance";
78
+ readonly type: "uint256";
79
+ }, {
80
+ readonly indexed: false;
81
+ readonly internalType: "uint256";
82
+ readonly name: "amountToSend";
83
+ readonly type: "uint256";
84
+ }];
85
+ readonly name: "LogFailedStakeHolderSends";
86
+ readonly type: "event";
87
+ }, {
88
+ readonly anonymous: false;
89
+ readonly inputs: readonly [{
90
+ readonly indexed: true;
91
+ readonly internalType: "address";
92
+ readonly name: "to";
93
+ readonly type: "address";
94
+ }, {
95
+ readonly indexed: false;
96
+ readonly internalType: "uint256";
97
+ readonly name: "balance";
98
+ readonly type: "uint256";
99
+ }, {
100
+ readonly indexed: false;
101
+ readonly internalType: "uint256";
102
+ readonly name: "amountToSend";
103
+ readonly type: "uint256";
104
+ }];
105
+ readonly name: "LogStakeHolderSends";
106
+ readonly type: "event";
107
+ }, {
108
+ readonly anonymous: false;
109
+ readonly inputs: readonly [{
110
+ readonly indexed: true;
111
+ readonly internalType: "address";
112
+ readonly name: "from";
113
+ readonly type: "address";
114
+ }, {
115
+ readonly indexed: true;
116
+ readonly internalType: "address";
117
+ readonly name: "to";
118
+ readonly type: "address";
119
+ }, {
120
+ readonly indexed: false;
121
+ readonly internalType: "uint256";
122
+ readonly name: "value";
123
+ readonly type: "uint256";
124
+ }];
125
+ readonly name: "StakeTransfer";
126
+ readonly type: "event";
127
+ }, {
128
+ readonly anonymous: false;
129
+ readonly inputs: readonly [{
130
+ readonly indexed: true;
131
+ readonly internalType: "address";
132
+ readonly name: "from";
133
+ readonly type: "address";
134
+ }, {
135
+ readonly indexed: false;
136
+ readonly internalType: "address";
137
+ readonly name: "contractAdd";
138
+ readonly type: "address";
139
+ }];
140
+ readonly name: "TokenCreation";
141
+ readonly type: "event";
142
+ }, {
143
+ readonly anonymous: false;
144
+ readonly inputs: readonly [{
145
+ readonly indexed: true;
146
+ readonly internalType: "address";
147
+ readonly name: "from";
148
+ readonly type: "address";
149
+ }, {
150
+ readonly indexed: false;
151
+ readonly internalType: "address";
152
+ readonly name: "contractAdd";
153
+ readonly type: "address";
154
+ }];
155
+ readonly name: "TokenCreationICO";
156
+ readonly type: "event";
157
+ }, {
158
+ readonly anonymous: false;
159
+ readonly inputs: readonly [{
160
+ readonly indexed: true;
161
+ readonly internalType: "address";
162
+ readonly name: "from";
163
+ readonly type: "address";
164
+ }, {
165
+ readonly indexed: true;
166
+ readonly internalType: "address";
167
+ readonly name: "to";
168
+ readonly type: "address";
169
+ }, {
170
+ readonly indexed: false;
171
+ readonly internalType: "uint256";
172
+ readonly name: "value";
173
+ readonly type: "uint256";
174
+ }];
175
+ readonly name: "Transfer";
176
+ readonly type: "event";
177
+ }, {
178
+ readonly inputs: readonly [{
179
+ readonly internalType: "address";
180
+ readonly name: "_address";
181
+ readonly type: "address";
182
+ }];
183
+ readonly name: "AllowAddressToDestroyGenesis";
184
+ readonly outputs: readonly [];
185
+ readonly stateMutability: "nonpayable";
186
+ readonly type: "function";
187
+ }, {
188
+ readonly inputs: readonly [];
189
+ readonly name: "AllowReceiveGenesisTransfers";
190
+ readonly outputs: readonly [];
191
+ readonly stateMutability: "nonpayable";
192
+ readonly type: "function";
193
+ }, {
194
+ readonly inputs: readonly [{
195
+ readonly internalType: "address[]";
196
+ readonly name: "_genesisAddressesToBurn";
197
+ readonly type: "address[]";
198
+ }];
199
+ readonly name: "BurnGenesisAddresses";
200
+ readonly outputs: readonly [];
201
+ readonly stateMutability: "nonpayable";
202
+ readonly type: "function";
203
+ }, {
204
+ readonly inputs: readonly [{
205
+ readonly internalType: "uint256";
206
+ readonly name: "mneToBurn";
207
+ readonly type: "uint256";
208
+ }];
209
+ readonly name: "BurnTokens";
210
+ readonly outputs: readonly [{
211
+ readonly internalType: "bool";
212
+ readonly name: "success";
213
+ readonly type: "bool";
214
+ }];
215
+ readonly stateMutability: "nonpayable";
216
+ readonly type: "function";
217
+ }, {
218
+ readonly inputs: readonly [{
219
+ readonly internalType: "address payable";
220
+ readonly name: "_address";
221
+ readonly type: "address";
222
+ }];
223
+ readonly name: "BuyGenesisAddress";
224
+ readonly outputs: readonly [];
225
+ readonly stateMutability: "payable";
226
+ readonly type: "function";
227
+ }, {
228
+ readonly inputs: readonly [{
229
+ readonly internalType: "address payable";
230
+ readonly name: "_address";
231
+ readonly type: "address";
232
+ }];
233
+ readonly name: "BuyGenesisLevel1FromNormal";
234
+ readonly outputs: readonly [];
235
+ readonly stateMutability: "payable";
236
+ readonly type: "function";
237
+ }, {
238
+ readonly inputs: readonly [{
239
+ readonly internalType: "address payable";
240
+ readonly name: "_address";
241
+ readonly type: "address";
242
+ }];
243
+ readonly name: "BuyGenesisLevel2FromNormal";
244
+ readonly outputs: readonly [];
245
+ readonly stateMutability: "payable";
246
+ readonly type: "function";
247
+ }, {
248
+ readonly inputs: readonly [{
249
+ readonly internalType: "address payable";
250
+ readonly name: "_address";
251
+ readonly type: "address";
252
+ }];
253
+ readonly name: "BuyGenesisLevel3FromNormal";
254
+ readonly outputs: readonly [];
255
+ readonly stateMutability: "payable";
256
+ readonly type: "function";
257
+ }, {
258
+ readonly inputs: readonly [{
259
+ readonly internalType: "uint256[]";
260
+ readonly name: "max";
261
+ readonly type: "uint256[]";
262
+ }];
263
+ readonly name: "BuyLuckyDrawTickets";
264
+ readonly outputs: readonly [];
265
+ readonly stateMutability: "payable";
266
+ readonly type: "function";
267
+ }, {
268
+ readonly inputs: readonly [{
269
+ readonly internalType: "address payable";
270
+ readonly name: "_address";
271
+ readonly type: "address";
272
+ }];
273
+ readonly name: "BuyNormalAddress";
274
+ readonly outputs: readonly [];
275
+ readonly stateMutability: "payable";
276
+ readonly type: "function";
277
+ }, {
278
+ readonly inputs: readonly [{
279
+ readonly internalType: "address payable";
280
+ readonly name: "_address";
281
+ readonly type: "address";
282
+ }, {
283
+ readonly internalType: "address[]";
284
+ readonly name: "_genesisAddressesToBurn";
285
+ readonly type: "address[]";
286
+ }];
287
+ readonly name: "BuyStakeGenesis";
288
+ readonly outputs: readonly [];
289
+ readonly stateMutability: "payable";
290
+ readonly type: "function";
291
+ }, {
292
+ readonly inputs: readonly [{
293
+ readonly internalType: "address payable";
294
+ readonly name: "_address";
295
+ readonly type: "address";
296
+ }];
297
+ readonly name: "BuyStakeMNE";
298
+ readonly outputs: readonly [];
299
+ readonly stateMutability: "payable";
300
+ readonly type: "function";
301
+ }, {
302
+ readonly inputs: readonly [];
303
+ readonly name: "ContractTransferAllFundsOut";
304
+ readonly outputs: readonly [];
305
+ readonly stateMutability: "nonpayable";
306
+ readonly type: "function";
307
+ }, {
308
+ readonly inputs: readonly [];
309
+ readonly name: "CreateToken";
310
+ readonly outputs: readonly [];
311
+ readonly stateMutability: "payable";
312
+ readonly type: "function";
313
+ }, {
314
+ readonly inputs: readonly [];
315
+ readonly name: "CreateTokenICO";
316
+ readonly outputs: readonly [];
317
+ readonly stateMutability: "payable";
318
+ readonly type: "function";
319
+ }, {
320
+ readonly inputs: readonly [];
321
+ readonly name: "Payment";
322
+ readonly outputs: readonly [];
323
+ readonly stateMutability: "payable";
324
+ readonly type: "function";
325
+ }, {
326
+ readonly inputs: readonly [];
327
+ readonly name: "PayoutStakeHolders";
328
+ readonly outputs: readonly [];
329
+ readonly stateMutability: "nonpayable";
330
+ readonly type: "function";
331
+ }, {
332
+ readonly inputs: readonly [{
333
+ readonly internalType: "uint256";
334
+ readonly name: "_mneAmount";
335
+ readonly type: "uint256";
336
+ }, {
337
+ readonly internalType: "address[]";
338
+ readonly name: "_addressList";
339
+ readonly type: "address[]";
340
+ }, {
341
+ readonly internalType: "uint256[]";
342
+ readonly name: "_uintList";
343
+ readonly type: "uint256[]";
344
+ }];
345
+ readonly name: "ReceiverFunction1";
346
+ readonly outputs: readonly [];
347
+ readonly stateMutability: "payable";
348
+ readonly type: "function";
349
+ }, {
350
+ readonly inputs: readonly [];
351
+ readonly name: "RemoveAllowAddressToDestroyGenesis";
352
+ readonly outputs: readonly [];
353
+ readonly stateMutability: "nonpayable";
354
+ readonly type: "function";
355
+ }, {
356
+ readonly inputs: readonly [];
357
+ readonly name: "RemoveAllowReceiveGenesisTransfers";
358
+ readonly outputs: readonly [];
359
+ readonly stateMutability: "nonpayable";
360
+ readonly type: "function";
361
+ }, {
362
+ readonly inputs: readonly [];
363
+ readonly name: "RemoveGenesisAddressFromSale";
364
+ readonly outputs: readonly [];
365
+ readonly stateMutability: "nonpayable";
366
+ readonly type: "function";
367
+ }, {
368
+ readonly inputs: readonly [];
369
+ readonly name: "RemoveNormalAddressFromSale";
370
+ readonly outputs: readonly [];
371
+ readonly stateMutability: "nonpayable";
372
+ readonly type: "function";
373
+ }, {
374
+ readonly inputs: readonly [];
375
+ readonly name: "RemoveStakeFromSale";
376
+ readonly outputs: readonly [];
377
+ readonly stateMutability: "nonpayable";
378
+ readonly type: "function";
379
+ }, {
380
+ readonly inputs: readonly [{
381
+ readonly internalType: "address[]";
382
+ readonly name: "_addressList";
383
+ readonly type: "address[]";
384
+ }, {
385
+ readonly internalType: "uint256[]";
386
+ readonly name: "_uintList";
387
+ readonly type: "uint256[]";
388
+ }];
389
+ readonly name: "ServiceFunction1";
390
+ readonly outputs: readonly [];
391
+ readonly stateMutability: "payable";
392
+ readonly type: "function";
393
+ }, {
394
+ readonly inputs: readonly [{
395
+ readonly internalType: "bool";
396
+ readonly name: "toBlock";
397
+ readonly type: "bool";
398
+ }];
399
+ readonly name: "SetBlockPayouts";
400
+ readonly outputs: readonly [];
401
+ readonly stateMutability: "nonpayable";
402
+ readonly type: "function";
403
+ }, {
404
+ readonly inputs: readonly [{
405
+ readonly internalType: "uint256";
406
+ readonly name: "weiPrice";
407
+ readonly type: "uint256";
408
+ }];
409
+ readonly name: "SetGenesisForSale";
410
+ readonly outputs: readonly [];
411
+ readonly stateMutability: "nonpayable";
412
+ readonly type: "function";
413
+ }, {
414
+ readonly inputs: readonly [{
415
+ readonly internalType: "uint256";
416
+ readonly name: "weiPricePerMNE";
417
+ readonly type: "uint256";
418
+ }];
419
+ readonly name: "SetNormalAddressForSale";
420
+ readonly outputs: readonly [];
421
+ readonly stateMutability: "nonpayable";
422
+ readonly type: "function";
423
+ }, {
424
+ readonly inputs: readonly [{
425
+ readonly internalType: "uint256";
426
+ readonly name: "priceInWei";
427
+ readonly type: "uint256";
428
+ }];
429
+ readonly name: "SetStakeForSale";
430
+ readonly outputs: readonly [];
431
+ readonly stateMutability: "nonpayable";
432
+ readonly type: "function";
433
+ }, {
434
+ readonly inputs: readonly [{
435
+ readonly internalType: "address";
436
+ readonly name: "_to";
437
+ readonly type: "address";
438
+ }, {
439
+ readonly internalType: "uint256";
440
+ readonly name: "_value";
441
+ readonly type: "uint256";
442
+ }, {
443
+ readonly internalType: "address[]";
444
+ readonly name: "_genesisAddressesToBurn";
445
+ readonly type: "address[]";
446
+ }];
447
+ readonly name: "StakeTransferGenesis";
448
+ readonly outputs: readonly [];
449
+ readonly stateMutability: "nonpayable";
450
+ readonly type: "function";
451
+ }, {
452
+ readonly inputs: readonly [{
453
+ readonly internalType: "address";
454
+ readonly name: "_to";
455
+ readonly type: "address";
456
+ }, {
457
+ readonly internalType: "uint256";
458
+ readonly name: "_value";
459
+ readonly type: "uint256";
460
+ }];
461
+ readonly name: "StakeTransferMNE";
462
+ readonly outputs: readonly [];
463
+ readonly stateMutability: "nonpayable";
464
+ readonly type: "function";
465
+ }, {
466
+ readonly inputs: readonly [{
467
+ readonly internalType: "uint256";
468
+ readonly name: "_amountToStake";
469
+ readonly type: "uint256";
470
+ }, {
471
+ readonly internalType: "address[]";
472
+ readonly name: "_addressList";
473
+ readonly type: "address[]";
474
+ }, {
475
+ readonly internalType: "uint256[]";
476
+ readonly name: "uintList";
477
+ readonly type: "uint256[]";
478
+ }];
479
+ readonly name: "Staking";
480
+ readonly outputs: readonly [];
481
+ readonly stateMutability: "nonpayable";
482
+ readonly type: "function";
483
+ }, {
484
+ readonly inputs: readonly [{
485
+ readonly internalType: "address";
486
+ readonly name: "_to";
487
+ readonly type: "address";
488
+ }];
489
+ readonly name: "TransferGenesis";
490
+ readonly outputs: readonly [];
491
+ readonly stateMutability: "nonpayable";
492
+ readonly type: "function";
493
+ }, {
494
+ readonly inputs: readonly [{
495
+ readonly internalType: "address[]";
496
+ readonly name: "_addresses";
497
+ readonly type: "address[]";
498
+ }];
499
+ readonly name: "UpgradeOthersToLevel2FromLevel1";
500
+ readonly outputs: readonly [];
501
+ readonly stateMutability: "payable";
502
+ readonly type: "function";
503
+ }, {
504
+ readonly inputs: readonly [{
505
+ readonly internalType: "address[]";
506
+ readonly name: "_addresses";
507
+ readonly type: "address[]";
508
+ }];
509
+ readonly name: "UpgradeOthersToLevel3FromDev";
510
+ readonly outputs: readonly [];
511
+ readonly stateMutability: "nonpayable";
512
+ readonly type: "function";
513
+ }, {
514
+ readonly inputs: readonly [{
515
+ readonly internalType: "address[]";
516
+ readonly name: "_addresses";
517
+ readonly type: "address[]";
518
+ }];
519
+ readonly name: "UpgradeOthersToLevel3FromLevel1";
520
+ readonly outputs: readonly [];
521
+ readonly stateMutability: "payable";
522
+ readonly type: "function";
523
+ }, {
524
+ readonly inputs: readonly [{
525
+ readonly internalType: "address[]";
526
+ readonly name: "_addresses";
527
+ readonly type: "address[]";
528
+ }];
529
+ readonly name: "UpgradeOthersToLevel3FromLevel2";
530
+ readonly outputs: readonly [];
531
+ readonly stateMutability: "payable";
532
+ readonly type: "function";
533
+ }, {
534
+ readonly inputs: readonly [];
535
+ readonly name: "UpgradeToLevel2FromLevel1";
536
+ readonly outputs: readonly [];
537
+ readonly stateMutability: "payable";
538
+ readonly type: "function";
539
+ }, {
540
+ readonly inputs: readonly [];
541
+ readonly name: "UpgradeToLevel3FromDev";
542
+ readonly outputs: readonly [];
543
+ readonly stateMutability: "nonpayable";
544
+ readonly type: "function";
545
+ }, {
546
+ readonly inputs: readonly [];
547
+ readonly name: "UpgradeToLevel3FromLevel1";
548
+ readonly outputs: readonly [];
549
+ readonly stateMutability: "payable";
550
+ readonly type: "function";
551
+ }, {
552
+ readonly inputs: readonly [];
553
+ readonly name: "UpgradeToLevel3FromLevel2";
554
+ readonly outputs: readonly [];
555
+ readonly stateMutability: "payable";
556
+ readonly type: "function";
557
+ }, {
558
+ readonly inputs: readonly [{
559
+ readonly internalType: "address";
560
+ readonly name: "_owner";
561
+ readonly type: "address";
562
+ }, {
563
+ readonly internalType: "address";
564
+ readonly name: "_spender";
565
+ readonly type: "address";
566
+ }];
567
+ readonly name: "allowance";
568
+ readonly outputs: readonly [{
569
+ readonly internalType: "uint256";
570
+ readonly name: "remaining";
571
+ readonly type: "uint256";
572
+ }];
573
+ readonly stateMutability: "view";
574
+ readonly type: "function";
575
+ }, {
576
+ readonly inputs: readonly [{
577
+ readonly internalType: "uint256";
578
+ readonly name: "_amountOfGenesisToBuyStakes";
579
+ readonly type: "uint256";
580
+ }];
581
+ readonly name: "amountOfGenesisToBuyStakesSet";
582
+ readonly outputs: readonly [];
583
+ readonly stateMutability: "nonpayable";
584
+ readonly type: "function";
585
+ }, {
586
+ readonly inputs: readonly [{
587
+ readonly internalType: "uint256";
588
+ readonly name: "_amountOfGenesisToTransferStakes";
589
+ readonly type: "uint256";
590
+ }];
591
+ readonly name: "amountOfGenesisToTransferStakesSet";
592
+ readonly outputs: readonly [];
593
+ readonly stateMutability: "nonpayable";
594
+ readonly type: "function";
595
+ }, {
596
+ readonly inputs: readonly [{
597
+ readonly internalType: "uint256";
598
+ readonly name: "_amountOfMNEForTokenICO";
599
+ readonly type: "uint256";
600
+ }];
601
+ readonly name: "amountOfMNEForTokenICOSet";
602
+ readonly outputs: readonly [];
603
+ readonly stateMutability: "nonpayable";
604
+ readonly type: "function";
605
+ }, {
606
+ readonly inputs: readonly [{
607
+ readonly internalType: "uint256";
608
+ readonly name: "_amountOfMNEForToken";
609
+ readonly type: "uint256";
610
+ }];
611
+ readonly name: "amountOfMNEForTokenSet";
612
+ readonly outputs: readonly [];
613
+ readonly stateMutability: "nonpayable";
614
+ readonly type: "function";
615
+ }, {
616
+ readonly inputs: readonly [{
617
+ readonly internalType: "uint256";
618
+ readonly name: "_amountOfMNEToBuyStakes";
619
+ readonly type: "uint256";
620
+ }];
621
+ readonly name: "amountOfMNEToBuyStakesSet";
622
+ readonly outputs: readonly [];
623
+ readonly stateMutability: "nonpayable";
624
+ readonly type: "function";
625
+ }, {
626
+ readonly inputs: readonly [{
627
+ readonly internalType: "uint256";
628
+ readonly name: "_amountOfMNEToTransferStakes";
629
+ readonly type: "uint256";
630
+ }];
631
+ readonly name: "amountOfMNEToTransferStakesSet";
632
+ readonly outputs: readonly [];
633
+ readonly stateMutability: "nonpayable";
634
+ readonly type: "function";
635
+ }, {
636
+ readonly inputs: readonly [{
637
+ readonly internalType: "address";
638
+ readonly name: "_spender";
639
+ readonly type: "address";
640
+ }, {
641
+ readonly internalType: "uint256";
642
+ readonly name: "_amount";
643
+ readonly type: "uint256";
644
+ }];
645
+ readonly name: "approve";
646
+ readonly outputs: readonly [{
647
+ readonly internalType: "bool";
648
+ readonly name: "success";
649
+ readonly type: "bool";
650
+ }];
651
+ readonly stateMutability: "nonpayable";
652
+ readonly type: "function";
653
+ }, {
654
+ readonly inputs: readonly [{
655
+ readonly internalType: "address";
656
+ readonly name: "_address";
657
+ readonly type: "address";
658
+ }];
659
+ readonly name: "availableBalanceOf";
660
+ readonly outputs: readonly [{
661
+ readonly internalType: "uint256";
662
+ readonly name: "Balance";
663
+ readonly type: "uint256";
664
+ }];
665
+ readonly stateMutability: "view";
666
+ readonly type: "function";
667
+ }, {
668
+ readonly inputs: readonly [{
669
+ readonly internalType: "address";
670
+ readonly name: "_address";
671
+ readonly type: "address";
672
+ }];
673
+ readonly name: "balanceOf";
674
+ readonly outputs: readonly [{
675
+ readonly internalType: "uint256";
676
+ readonly name: "balance";
677
+ readonly type: "uint256";
678
+ }];
679
+ readonly stateMutability: "view";
680
+ readonly type: "function";
681
+ }, {
682
+ readonly inputs: readonly [];
683
+ readonly name: "bst";
684
+ readonly outputs: readonly [{
685
+ readonly internalType: "contract baseTransfers";
686
+ readonly name: "";
687
+ readonly type: "address";
688
+ }];
689
+ readonly stateMutability: "view";
690
+ readonly type: "function";
691
+ }, {
692
+ readonly inputs: readonly [];
693
+ readonly name: "currentBlock";
694
+ readonly outputs: readonly [{
695
+ readonly internalType: "uint256";
696
+ readonly name: "blockNumber";
697
+ readonly type: "uint256";
698
+ }];
699
+ readonly stateMutability: "view";
700
+ readonly type: "function";
701
+ }, {
702
+ readonly inputs: readonly [];
703
+ readonly name: "currentEthBlock";
704
+ readonly outputs: readonly [{
705
+ readonly internalType: "uint256";
706
+ readonly name: "blockNumber";
707
+ readonly type: "uint256";
708
+ }];
709
+ readonly stateMutability: "view";
710
+ readonly type: "function";
711
+ }, {
712
+ readonly inputs: readonly [];
713
+ readonly name: "decimals";
714
+ readonly outputs: readonly [{
715
+ readonly internalType: "uint8";
716
+ readonly name: "";
717
+ readonly type: "uint8";
718
+ }];
719
+ readonly stateMutability: "view";
720
+ readonly type: "function";
721
+ }, {
722
+ readonly inputs: readonly [{
723
+ readonly internalType: "uint256";
724
+ readonly name: "_ethFeeForSellerLevel1";
725
+ readonly type: "uint256";
726
+ }];
727
+ readonly name: "ethFeeForSellerLevel1Set";
728
+ readonly outputs: readonly [];
729
+ readonly stateMutability: "nonpayable";
730
+ readonly type: "function";
731
+ }, {
732
+ readonly inputs: readonly [{
733
+ readonly internalType: "uint256";
734
+ readonly name: "_ethFeeForTokenICO";
735
+ readonly type: "uint256";
736
+ }];
737
+ readonly name: "ethFeeForTokenICOSet";
738
+ readonly outputs: readonly [];
739
+ readonly stateMutability: "nonpayable";
740
+ readonly type: "function";
741
+ }, {
742
+ readonly inputs: readonly [{
743
+ readonly internalType: "uint256";
744
+ readonly name: "_ethFeeForToken";
745
+ readonly type: "uint256";
746
+ }];
747
+ readonly name: "ethFeeForTokenSet";
748
+ readonly outputs: readonly [];
749
+ readonly stateMutability: "nonpayable";
750
+ readonly type: "function";
751
+ }, {
752
+ readonly inputs: readonly [{
753
+ readonly internalType: "uint256";
754
+ readonly name: "_ethFeeToBuyLevel1";
755
+ readonly type: "uint256";
756
+ }];
757
+ readonly name: "ethFeeToBuyLevel1Set";
758
+ readonly outputs: readonly [];
759
+ readonly stateMutability: "nonpayable";
760
+ readonly type: "function";
761
+ }, {
762
+ readonly inputs: readonly [{
763
+ readonly internalType: "uint256";
764
+ readonly name: "_ethFeeToUpgradeToLevel2";
765
+ readonly type: "uint256";
766
+ }];
767
+ readonly name: "ethFeeToUpgradeToLevel2Set";
768
+ readonly outputs: readonly [];
769
+ readonly stateMutability: "nonpayable";
770
+ readonly type: "function";
771
+ }, {
772
+ readonly inputs: readonly [{
773
+ readonly internalType: "uint256";
774
+ readonly name: "_ethFeeToUpgradeToLevel3";
775
+ readonly type: "uint256";
776
+ }];
777
+ readonly name: "ethFeeToUpgradeToLevel3Set";
778
+ readonly outputs: readonly [];
779
+ readonly stateMutability: "nonpayable";
780
+ readonly type: "function";
781
+ }, {
782
+ readonly inputs: readonly [{
783
+ readonly internalType: "uint256";
784
+ readonly name: "_ethPercentFeeGenesisExchange";
785
+ readonly type: "uint256";
786
+ }];
787
+ readonly name: "ethPercentFeeGenesisExchangeSet";
788
+ readonly outputs: readonly [];
789
+ readonly stateMutability: "nonpayable";
790
+ readonly type: "function";
791
+ }, {
792
+ readonly inputs: readonly [{
793
+ readonly internalType: "uint256";
794
+ readonly name: "_ethPercentFeeNormalExchange";
795
+ readonly type: "uint256";
796
+ }];
797
+ readonly name: "ethPercentFeeNormalExchangeSet";
798
+ readonly outputs: readonly [];
799
+ readonly stateMutability: "nonpayable";
800
+ readonly type: "function";
801
+ }, {
802
+ readonly inputs: readonly [{
803
+ readonly internalType: "uint256";
804
+ readonly name: "_ethPercentStakeExchange";
805
+ readonly type: "uint256";
806
+ }];
807
+ readonly name: "ethPercentStakeExchangeSet";
808
+ readonly outputs: readonly [];
809
+ readonly stateMutability: "nonpayable";
810
+ readonly type: "function";
811
+ }, {
812
+ readonly inputs: readonly [];
813
+ readonly name: "extR1";
814
+ readonly outputs: readonly [{
815
+ readonly internalType: "contract externalReceiver";
816
+ readonly name: "";
817
+ readonly type: "address";
818
+ }];
819
+ readonly stateMutability: "view";
820
+ readonly type: "function";
821
+ }, {
822
+ readonly inputs: readonly [];
823
+ readonly name: "extS1";
824
+ readonly outputs: readonly [{
825
+ readonly internalType: "contract externalService";
826
+ readonly name: "";
827
+ readonly type: "address";
828
+ }];
829
+ readonly stateMutability: "view";
830
+ readonly type: "function";
831
+ }, {
832
+ readonly inputs: readonly [{
833
+ readonly internalType: "address";
834
+ readonly name: "_address";
835
+ readonly type: "address";
836
+ }];
837
+ readonly name: "externalReceiver1";
838
+ readonly outputs: readonly [];
839
+ readonly stateMutability: "nonpayable";
840
+ readonly type: "function";
841
+ }, {
842
+ readonly inputs: readonly [{
843
+ readonly internalType: "address";
844
+ readonly name: "_address";
845
+ readonly type: "address";
846
+ }];
847
+ readonly name: "externalService1";
848
+ readonly outputs: readonly [];
849
+ readonly stateMutability: "nonpayable";
850
+ readonly type: "function";
851
+ }, {
852
+ readonly inputs: readonly [];
853
+ readonly name: "gn";
854
+ readonly outputs: readonly [{
855
+ readonly internalType: "contract genesisCalls";
856
+ readonly name: "";
857
+ readonly type: "address";
858
+ }];
859
+ readonly stateMutability: "view";
860
+ readonly type: "function";
861
+ }, {
862
+ readonly inputs: readonly [];
863
+ readonly name: "gnb";
864
+ readonly outputs: readonly [{
865
+ readonly internalType: "contract genesisBuys";
866
+ readonly name: "";
867
+ readonly type: "address";
868
+ }];
869
+ readonly stateMutability: "view";
870
+ readonly type: "function";
871
+ }, {
872
+ readonly inputs: readonly [{
873
+ readonly internalType: "address";
874
+ readonly name: "_address";
875
+ readonly type: "address";
876
+ }];
877
+ readonly name: "isAnyGenesisAddress";
878
+ readonly outputs: readonly [{
879
+ readonly internalType: "bool";
880
+ readonly name: "success";
881
+ readonly type: "bool";
882
+ }];
883
+ readonly stateMutability: "view";
884
+ readonly type: "function";
885
+ }, {
886
+ readonly inputs: readonly [{
887
+ readonly internalType: "address";
888
+ readonly name: "_address";
889
+ readonly type: "address";
890
+ }];
891
+ readonly name: "isGenesisAddressLevel1";
892
+ readonly outputs: readonly [{
893
+ readonly internalType: "bool";
894
+ readonly name: "success";
895
+ readonly type: "bool";
896
+ }];
897
+ readonly stateMutability: "view";
898
+ readonly type: "function";
899
+ }, {
900
+ readonly inputs: readonly [{
901
+ readonly internalType: "address";
902
+ readonly name: "_address";
903
+ readonly type: "address";
904
+ }];
905
+ readonly name: "isGenesisAddressLevel2";
906
+ readonly outputs: readonly [{
907
+ readonly internalType: "bool";
908
+ readonly name: "success";
909
+ readonly type: "bool";
910
+ }];
911
+ readonly stateMutability: "view";
912
+ readonly type: "function";
913
+ }, {
914
+ readonly inputs: readonly [{
915
+ readonly internalType: "address";
916
+ readonly name: "_address";
917
+ readonly type: "address";
918
+ }];
919
+ readonly name: "isGenesisAddressLevel2Or3";
920
+ readonly outputs: readonly [{
921
+ readonly internalType: "bool";
922
+ readonly name: "success";
923
+ readonly type: "bool";
924
+ }];
925
+ readonly stateMutability: "view";
926
+ readonly type: "function";
927
+ }, {
928
+ readonly inputs: readonly [{
929
+ readonly internalType: "address";
930
+ readonly name: "_address";
931
+ readonly type: "address";
932
+ }];
933
+ readonly name: "isGenesisAddressLevel3";
934
+ readonly outputs: readonly [{
935
+ readonly internalType: "bool";
936
+ readonly name: "success";
937
+ readonly type: "bool";
938
+ }];
939
+ readonly stateMutability: "view";
940
+ readonly type: "function";
941
+ }, {
942
+ readonly inputs: readonly [];
943
+ readonly name: "lkd";
944
+ readonly outputs: readonly [{
945
+ readonly internalType: "contract luckyDraw";
946
+ readonly name: "";
947
+ readonly type: "address";
948
+ }];
949
+ readonly stateMutability: "view";
950
+ readonly type: "function";
951
+ }, {
952
+ readonly inputs: readonly [{
953
+ readonly internalType: "address";
954
+ readonly name: "_address";
955
+ readonly type: "address";
956
+ }];
957
+ readonly name: "loadLuckyDraw";
958
+ readonly outputs: readonly [];
959
+ readonly stateMutability: "nonpayable";
960
+ readonly type: "function";
961
+ }, {
962
+ readonly inputs: readonly [{
963
+ readonly internalType: "address";
964
+ readonly name: "_address";
965
+ readonly type: "address";
966
+ }];
967
+ readonly name: "loadMNEStaking";
968
+ readonly outputs: readonly [];
969
+ readonly stateMutability: "nonpayable";
970
+ readonly type: "function";
971
+ }, {
972
+ readonly inputs: readonly [];
973
+ readonly name: "mneStk";
974
+ readonly outputs: readonly [{
975
+ readonly internalType: "contract mneStaking";
976
+ readonly name: "";
977
+ readonly type: "address";
978
+ }];
979
+ readonly stateMutability: "view";
980
+ readonly type: "function";
981
+ }, {
982
+ readonly inputs: readonly [];
983
+ readonly name: "na";
984
+ readonly outputs: readonly [{
985
+ readonly internalType: "contract normalAddress";
986
+ readonly name: "";
987
+ readonly type: "address";
988
+ }];
989
+ readonly stateMutability: "view";
990
+ readonly type: "function";
991
+ }, {
992
+ readonly inputs: readonly [];
993
+ readonly name: "name";
994
+ readonly outputs: readonly [{
995
+ readonly internalType: "string";
996
+ readonly name: "";
997
+ readonly type: "string";
998
+ }];
999
+ readonly stateMutability: "view";
1000
+ readonly type: "function";
1001
+ }, {
1002
+ readonly inputs: readonly [];
1003
+ readonly name: "pa";
1004
+ readonly outputs: readonly [{
1005
+ readonly internalType: "contract publicArrays";
1006
+ readonly name: "";
1007
+ readonly type: "address";
1008
+ }];
1009
+ readonly stateMutability: "view";
1010
+ readonly type: "function";
1011
+ }, {
1012
+ readonly inputs: readonly [];
1013
+ readonly name: "payoutBlocked";
1014
+ readonly outputs: readonly [{
1015
+ readonly internalType: "bool";
1016
+ readonly name: "";
1017
+ readonly type: "bool";
1018
+ }];
1019
+ readonly stateMutability: "view";
1020
+ readonly type: "function";
1021
+ }, {
1022
+ readonly inputs: readonly [];
1023
+ readonly name: "payoutOwner";
1024
+ readonly outputs: readonly [{
1025
+ readonly internalType: "address";
1026
+ readonly name: "";
1027
+ readonly type: "address";
1028
+ }];
1029
+ readonly stateMutability: "view";
1030
+ readonly type: "function";
1031
+ }, {
1032
+ readonly inputs: readonly [];
1033
+ readonly name: "pc";
1034
+ readonly outputs: readonly [{
1035
+ readonly internalType: "contract publicCalls";
1036
+ readonly name: "";
1037
+ readonly type: "address";
1038
+ }];
1039
+ readonly stateMutability: "view";
1040
+ readonly type: "function";
1041
+ }, {
1042
+ readonly inputs: readonly [{
1043
+ readonly internalType: "address[]";
1044
+ readonly name: "_addressList";
1045
+ readonly type: "address[]";
1046
+ }];
1047
+ readonly name: "registerAddresses";
1048
+ readonly outputs: readonly [];
1049
+ readonly stateMutability: "nonpayable";
1050
+ readonly type: "function";
1051
+ }, {
1052
+ readonly inputs: readonly [{
1053
+ readonly internalType: "address[]";
1054
+ readonly name: "_addressList";
1055
+ readonly type: "address[]";
1056
+ }, {
1057
+ readonly internalType: "uint256";
1058
+ readonly name: "_value";
1059
+ readonly type: "uint256";
1060
+ }];
1061
+ readonly name: "registerAddressesValue";
1062
+ readonly outputs: readonly [];
1063
+ readonly stateMutability: "nonpayable";
1064
+ readonly type: "function";
1065
+ }, {
1066
+ readonly inputs: readonly [{
1067
+ readonly internalType: "address";
1068
+ readonly name: "_address";
1069
+ readonly type: "address";
1070
+ }];
1071
+ readonly name: "reloadBaseTransfers";
1072
+ readonly outputs: readonly [];
1073
+ readonly stateMutability: "nonpayable";
1074
+ readonly type: "function";
1075
+ }, {
1076
+ readonly inputs: readonly [{
1077
+ readonly internalType: "address";
1078
+ readonly name: "_address";
1079
+ readonly type: "address";
1080
+ }];
1081
+ readonly name: "reloadGenesis";
1082
+ readonly outputs: readonly [];
1083
+ readonly stateMutability: "nonpayable";
1084
+ readonly type: "function";
1085
+ }, {
1086
+ readonly inputs: readonly [{
1087
+ readonly internalType: "address";
1088
+ readonly name: "_address";
1089
+ readonly type: "address";
1090
+ }];
1091
+ readonly name: "reloadGenesisBuys";
1092
+ readonly outputs: readonly [];
1093
+ readonly stateMutability: "nonpayable";
1094
+ readonly type: "function";
1095
+ }, {
1096
+ readonly inputs: readonly [{
1097
+ readonly internalType: "address";
1098
+ readonly name: "_address";
1099
+ readonly type: "address";
1100
+ }];
1101
+ readonly name: "reloadNormalAddress";
1102
+ readonly outputs: readonly [];
1103
+ readonly stateMutability: "nonpayable";
1104
+ readonly type: "function";
1105
+ }, {
1106
+ readonly inputs: readonly [{
1107
+ readonly internalType: "address";
1108
+ readonly name: "_address";
1109
+ readonly type: "address";
1110
+ }, {
1111
+ readonly internalType: "uint256";
1112
+ readonly name: "code";
1113
+ readonly type: "uint256";
1114
+ }];
1115
+ readonly name: "reloadPublicArrays";
1116
+ readonly outputs: readonly [];
1117
+ readonly stateMutability: "nonpayable";
1118
+ readonly type: "function";
1119
+ }, {
1120
+ readonly inputs: readonly [{
1121
+ readonly internalType: "address";
1122
+ readonly name: "_address";
1123
+ readonly type: "address";
1124
+ }, {
1125
+ readonly internalType: "uint256";
1126
+ readonly name: "code";
1127
+ readonly type: "uint256";
1128
+ }];
1129
+ readonly name: "reloadPublicCalls";
1130
+ readonly outputs: readonly [];
1131
+ readonly stateMutability: "nonpayable";
1132
+ readonly type: "function";
1133
+ }, {
1134
+ readonly inputs: readonly [{
1135
+ readonly internalType: "address";
1136
+ readonly name: "_address";
1137
+ readonly type: "address";
1138
+ }];
1139
+ readonly name: "reloadStakeBuys";
1140
+ readonly outputs: readonly [];
1141
+ readonly stateMutability: "nonpayable";
1142
+ readonly type: "function";
1143
+ }, {
1144
+ readonly inputs: readonly [{
1145
+ readonly internalType: "address";
1146
+ readonly name: "_address";
1147
+ readonly type: "address";
1148
+ }];
1149
+ readonly name: "reloadStakes";
1150
+ readonly outputs: readonly [];
1151
+ readonly stateMutability: "nonpayable";
1152
+ readonly type: "function";
1153
+ }, {
1154
+ readonly inputs: readonly [{
1155
+ readonly internalType: "address";
1156
+ readonly name: "_address";
1157
+ readonly type: "address";
1158
+ }];
1159
+ readonly name: "reloadTokenService";
1160
+ readonly outputs: readonly [];
1161
+ readonly stateMutability: "nonpayable";
1162
+ readonly type: "function";
1163
+ }, {
1164
+ readonly inputs: readonly [];
1165
+ readonly name: "secondaryPayoutAddress";
1166
+ readonly outputs: readonly [{
1167
+ readonly internalType: "address payable";
1168
+ readonly name: "";
1169
+ readonly type: "address";
1170
+ }];
1171
+ readonly stateMutability: "view";
1172
+ readonly type: "function";
1173
+ }, {
1174
+ readonly inputs: readonly [{
1175
+ readonly internalType: "address";
1176
+ readonly name: "_address";
1177
+ readonly type: "address";
1178
+ }, {
1179
+ readonly internalType: "uint256";
1180
+ readonly name: "_balance";
1181
+ readonly type: "uint256";
1182
+ }];
1183
+ readonly name: "setBalanceNormalAddress";
1184
+ readonly outputs: readonly [];
1185
+ readonly stateMutability: "nonpayable";
1186
+ readonly type: "function";
1187
+ }, {
1188
+ readonly inputs: readonly [{
1189
+ readonly internalType: "address";
1190
+ readonly name: "_address";
1191
+ readonly type: "address";
1192
+ }, {
1193
+ readonly internalType: "uint256";
1194
+ readonly name: "balance";
1195
+ readonly type: "uint256";
1196
+ }];
1197
+ readonly name: "setBalanceStakes";
1198
+ readonly outputs: readonly [];
1199
+ readonly stateMutability: "nonpayable";
1200
+ readonly type: "function";
1201
+ }, {
1202
+ readonly inputs: readonly [];
1203
+ readonly name: "setPayoutOwner";
1204
+ readonly outputs: readonly [];
1205
+ readonly stateMutability: "nonpayable";
1206
+ readonly type: "function";
1207
+ }, {
1208
+ readonly inputs: readonly [{
1209
+ readonly internalType: "address payable";
1210
+ readonly name: "_address";
1211
+ readonly type: "address";
1212
+ }];
1213
+ readonly name: "setSecondaryPayoutAddress";
1214
+ readonly outputs: readonly [];
1215
+ readonly stateMutability: "nonpayable";
1216
+ readonly type: "function";
1217
+ }, {
1218
+ readonly inputs: readonly [];
1219
+ readonly name: "setUpdater";
1220
+ readonly outputs: readonly [];
1221
+ readonly stateMutability: "nonpayable";
1222
+ readonly type: "function";
1223
+ }, {
1224
+ readonly inputs: readonly [];
1225
+ readonly name: "st";
1226
+ readonly outputs: readonly [{
1227
+ readonly internalType: "contract stakes";
1228
+ readonly name: "";
1229
+ readonly type: "address";
1230
+ }];
1231
+ readonly stateMutability: "view";
1232
+ readonly type: "function";
1233
+ }, {
1234
+ readonly inputs: readonly [{
1235
+ readonly internalType: "address";
1236
+ readonly name: "_address";
1237
+ readonly type: "address";
1238
+ }];
1239
+ readonly name: "stakeBalanceOf";
1240
+ readonly outputs: readonly [{
1241
+ readonly internalType: "uint256";
1242
+ readonly name: "balance";
1243
+ readonly type: "uint256";
1244
+ }];
1245
+ readonly stateMutability: "view";
1246
+ readonly type: "function";
1247
+ }, {
1248
+ readonly inputs: readonly [{
1249
+ readonly internalType: "uint256";
1250
+ readonly name: "_stakeDecimals";
1251
+ readonly type: "uint256";
1252
+ }];
1253
+ readonly name: "stakeDecimalsSet";
1254
+ readonly outputs: readonly [];
1255
+ readonly stateMutability: "nonpayable";
1256
+ readonly type: "function";
1257
+ }, {
1258
+ readonly inputs: readonly [];
1259
+ readonly name: "stb";
1260
+ readonly outputs: readonly [{
1261
+ readonly internalType: "contract stakeBuys";
1262
+ readonly name: "";
1263
+ readonly type: "address";
1264
+ }];
1265
+ readonly stateMutability: "view";
1266
+ readonly type: "function";
1267
+ }, {
1268
+ readonly inputs: readonly [];
1269
+ readonly name: "stopSetup";
1270
+ readonly outputs: readonly [{
1271
+ readonly internalType: "bool";
1272
+ readonly name: "success";
1273
+ readonly type: "bool";
1274
+ }];
1275
+ readonly stateMutability: "nonpayable";
1276
+ readonly type: "function";
1277
+ }, {
1278
+ readonly inputs: readonly [];
1279
+ readonly name: "symbol";
1280
+ readonly outputs: readonly [{
1281
+ readonly internalType: "string";
1282
+ readonly name: "";
1283
+ readonly type: "string";
1284
+ }];
1285
+ readonly stateMutability: "view";
1286
+ readonly type: "function";
1287
+ }, {
1288
+ readonly inputs: readonly [];
1289
+ readonly name: "tks";
1290
+ readonly outputs: readonly [{
1291
+ readonly internalType: "contract tokenService";
1292
+ readonly name: "";
1293
+ readonly type: "address";
1294
+ }];
1295
+ readonly stateMutability: "view";
1296
+ readonly type: "function";
1297
+ }, {
1298
+ readonly inputs: readonly [];
1299
+ readonly name: "totalSupply";
1300
+ readonly outputs: readonly [{
1301
+ readonly internalType: "uint256";
1302
+ readonly name: "TotalSupply";
1303
+ readonly type: "uint256";
1304
+ }];
1305
+ readonly stateMutability: "view";
1306
+ readonly type: "function";
1307
+ }, {
1308
+ readonly inputs: readonly [{
1309
+ readonly internalType: "address";
1310
+ readonly name: "_to";
1311
+ readonly type: "address";
1312
+ }, {
1313
+ readonly internalType: "uint256";
1314
+ readonly name: "_value";
1315
+ readonly type: "uint256";
1316
+ }];
1317
+ readonly name: "transfer";
1318
+ readonly outputs: readonly [];
1319
+ readonly stateMutability: "nonpayable";
1320
+ readonly type: "function";
1321
+ }, {
1322
+ readonly inputs: readonly [{
1323
+ readonly internalType: "address";
1324
+ readonly name: "_from";
1325
+ readonly type: "address";
1326
+ }, {
1327
+ readonly internalType: "address";
1328
+ readonly name: "_to";
1329
+ readonly type: "address";
1330
+ }, {
1331
+ readonly internalType: "uint256";
1332
+ readonly name: "_amount";
1333
+ readonly type: "uint256";
1334
+ }];
1335
+ readonly name: "transferFrom";
1336
+ readonly outputs: readonly [{
1337
+ readonly internalType: "bool";
1338
+ readonly name: "success";
1339
+ readonly type: "bool";
1340
+ }];
1341
+ readonly stateMutability: "nonpayable";
1342
+ readonly type: "function";
1343
+ }, {
1344
+ readonly inputs: readonly [];
1345
+ readonly name: "updaterAddress";
1346
+ readonly outputs: readonly [{
1347
+ readonly internalType: "address";
1348
+ readonly name: "";
1349
+ readonly type: "address";
1350
+ }];
1351
+ readonly stateMutability: "view";
1352
+ readonly type: "function";
1353
+ }];
1354
+ /**
1355
+ * Type-safe ABI for Minereum_json
1356
+ */
1357
+ export type Minereum_jsonAbi = typeof Minereum_jsonAbi;
1358
+ /**
1359
+ * Contract instance type for Minereum_json
1360
+ */
1361
+ export type Minereum_jsonContract = any;
1362
+ /**
1363
+ * Minereum_json Contract Class
1364
+ *
1365
+ * Provides a class-based API similar to TypeChain for interacting with the contract.
1366
+ *
1367
+ * @example
1368
+ * ```typescript
1369
+ * import { createPublicClient, createWalletClient, http } from 'viem';
1370
+ * import { mainnet } from 'viem/chains';
1371
+ * import { Minereum_json } from 'Minereum_json';
1372
+ *
1373
+ * const publicClient = createPublicClient({ chain: mainnet, transport: http() });
1374
+ * const walletClient = createWalletClient({ chain: mainnet, transport: http() });
1375
+ *
1376
+ * const contract = new Minereum_json('0x...', { publicClient, walletClient });
1377
+ *
1378
+ * // Read functions
1379
+ * const result = await contract.balanceOf('0x...');
1380
+ *
1381
+ * // Write functions
1382
+ * const hash = await contract.transfer('0x...', 1000n);
1383
+ *
1384
+ * // Simulate transactions (dry-run)
1385
+ * const simulation = await contract.simulate.transfer('0x...', 1000n);
1386
+ * console.log('Gas estimate:', simulation.request.gas);
1387
+ *
1388
+ * // Watch events
1389
+ * const unwatch = contract.watch.Transfer((event) => {
1390
+ * console.log('Transfer event:', event);
1391
+ * });
1392
+ * ```
1393
+ */
1394
+ export declare class Minereum_json {
1395
+ private contract;
1396
+ private contractAddress;
1397
+ private publicClient;
1398
+ constructor(address: Address, clients: {
1399
+ publicClient: PublicClient;
1400
+ walletClient?: WalletClient;
1401
+ });
1402
+ /**
1403
+ * Get the contract address
1404
+ */
1405
+ get address(): Address;
1406
+ /**
1407
+ * Get the underlying viem contract instance
1408
+ */
1409
+ getContract(): Minereum_jsonContract;
1410
+ /**
1411
+ * allowance
1412
+ * view
1413
+ */
1414
+ allowance(_owner: `0x${string}`, _spender: `0x${string}`): Promise<bigint>;
1415
+ /**
1416
+ * availableBalanceOf
1417
+ * view
1418
+ */
1419
+ availableBalanceOf(_address: `0x${string}`): Promise<bigint>;
1420
+ /**
1421
+ * balanceOf
1422
+ * view
1423
+ */
1424
+ balanceOf(_address: `0x${string}`): Promise<bigint>;
1425
+ /**
1426
+ * bst
1427
+ * view
1428
+ */
1429
+ bst(): Promise<`0x${string}`>;
1430
+ /**
1431
+ * currentBlock
1432
+ * view
1433
+ */
1434
+ currentBlock(): Promise<bigint>;
1435
+ /**
1436
+ * currentEthBlock
1437
+ * view
1438
+ */
1439
+ currentEthBlock(): Promise<bigint>;
1440
+ /**
1441
+ * decimals
1442
+ * view
1443
+ */
1444
+ decimals(): Promise<bigint>;
1445
+ /**
1446
+ * extR1
1447
+ * view
1448
+ */
1449
+ extR1(): Promise<`0x${string}`>;
1450
+ /**
1451
+ * extS1
1452
+ * view
1453
+ */
1454
+ extS1(): Promise<`0x${string}`>;
1455
+ /**
1456
+ * gn
1457
+ * view
1458
+ */
1459
+ gn(): Promise<`0x${string}`>;
1460
+ /**
1461
+ * gnb
1462
+ * view
1463
+ */
1464
+ gnb(): Promise<`0x${string}`>;
1465
+ /**
1466
+ * isAnyGenesisAddress
1467
+ * view
1468
+ */
1469
+ isAnyGenesisAddress(_address: `0x${string}`): Promise<boolean>;
1470
+ /**
1471
+ * isGenesisAddressLevel1
1472
+ * view
1473
+ */
1474
+ isGenesisAddressLevel1(_address: `0x${string}`): Promise<boolean>;
1475
+ /**
1476
+ * isGenesisAddressLevel2
1477
+ * view
1478
+ */
1479
+ isGenesisAddressLevel2(_address: `0x${string}`): Promise<boolean>;
1480
+ /**
1481
+ * isGenesisAddressLevel2Or3
1482
+ * view
1483
+ */
1484
+ isGenesisAddressLevel2Or3(_address: `0x${string}`): Promise<boolean>;
1485
+ /**
1486
+ * isGenesisAddressLevel3
1487
+ * view
1488
+ */
1489
+ isGenesisAddressLevel3(_address: `0x${string}`): Promise<boolean>;
1490
+ /**
1491
+ * lkd
1492
+ * view
1493
+ */
1494
+ lkd(): Promise<`0x${string}`>;
1495
+ /**
1496
+ * mneStk
1497
+ * view
1498
+ */
1499
+ mneStk(): Promise<`0x${string}`>;
1500
+ /**
1501
+ * na
1502
+ * view
1503
+ */
1504
+ na(): Promise<`0x${string}`>;
1505
+ /**
1506
+ * name
1507
+ * view
1508
+ */
1509
+ name(): Promise<string>;
1510
+ /**
1511
+ * pa
1512
+ * view
1513
+ */
1514
+ pa(): Promise<`0x${string}`>;
1515
+ /**
1516
+ * payoutBlocked
1517
+ * view
1518
+ */
1519
+ payoutBlocked(): Promise<boolean>;
1520
+ /**
1521
+ * payoutOwner
1522
+ * view
1523
+ */
1524
+ payoutOwner(): Promise<`0x${string}`>;
1525
+ /**
1526
+ * pc
1527
+ * view
1528
+ */
1529
+ pc(): Promise<`0x${string}`>;
1530
+ /**
1531
+ * secondaryPayoutAddress
1532
+ * view
1533
+ */
1534
+ secondaryPayoutAddress(): Promise<`0x${string}`>;
1535
+ /**
1536
+ * st
1537
+ * view
1538
+ */
1539
+ st(): Promise<`0x${string}`>;
1540
+ /**
1541
+ * stakeBalanceOf
1542
+ * view
1543
+ */
1544
+ stakeBalanceOf(_address: `0x${string}`): Promise<bigint>;
1545
+ /**
1546
+ * stb
1547
+ * view
1548
+ */
1549
+ stb(): Promise<`0x${string}`>;
1550
+ /**
1551
+ * symbol
1552
+ * view
1553
+ */
1554
+ symbol(): Promise<string>;
1555
+ /**
1556
+ * tks
1557
+ * view
1558
+ */
1559
+ tks(): Promise<`0x${string}`>;
1560
+ /**
1561
+ * totalSupply
1562
+ * view
1563
+ */
1564
+ totalSupply(): Promise<bigint>;
1565
+ /**
1566
+ * updaterAddress
1567
+ * view
1568
+ */
1569
+ updaterAddress(): Promise<`0x${string}`>;
1570
+ /**
1571
+ * AllowAddressToDestroyGenesis
1572
+ * nonpayable
1573
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1574
+ */
1575
+ AllowAddressToDestroyGenesis(_address: `0x${string}`, options?: {
1576
+ accessList?: import('viem').AccessList;
1577
+ authorizationList?: import('viem').AuthorizationList;
1578
+ chain?: import('viem').Chain | null;
1579
+ dataSuffix?: `0x${string}`;
1580
+ gas?: bigint;
1581
+ gasPrice?: bigint;
1582
+ maxFeePerGas?: bigint;
1583
+ maxPriorityFeePerGas?: bigint;
1584
+ nonce?: number;
1585
+ value?: bigint;
1586
+ }): Promise<`0x${string}`>;
1587
+ /**
1588
+ * AllowReceiveGenesisTransfers
1589
+ * nonpayable
1590
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1591
+ */
1592
+ AllowReceiveGenesisTransfers(options?: {
1593
+ accessList?: import('viem').AccessList;
1594
+ authorizationList?: import('viem').AuthorizationList;
1595
+ chain?: import('viem').Chain | null;
1596
+ dataSuffix?: `0x${string}`;
1597
+ gas?: bigint;
1598
+ gasPrice?: bigint;
1599
+ maxFeePerGas?: bigint;
1600
+ maxPriorityFeePerGas?: bigint;
1601
+ nonce?: number;
1602
+ value?: bigint;
1603
+ }): Promise<`0x${string}`>;
1604
+ /**
1605
+ * BurnGenesisAddresses
1606
+ * nonpayable
1607
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1608
+ */
1609
+ BurnGenesisAddresses(_genesisAddressesToBurn: `0x${string}`[], options?: {
1610
+ accessList?: import('viem').AccessList;
1611
+ authorizationList?: import('viem').AuthorizationList;
1612
+ chain?: import('viem').Chain | null;
1613
+ dataSuffix?: `0x${string}`;
1614
+ gas?: bigint;
1615
+ gasPrice?: bigint;
1616
+ maxFeePerGas?: bigint;
1617
+ maxPriorityFeePerGas?: bigint;
1618
+ nonce?: number;
1619
+ value?: bigint;
1620
+ }): Promise<`0x${string}`>;
1621
+ /**
1622
+ * BurnTokens
1623
+ * nonpayable
1624
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1625
+ */
1626
+ BurnTokens(mneToBurn: bigint, options?: {
1627
+ accessList?: import('viem').AccessList;
1628
+ authorizationList?: import('viem').AuthorizationList;
1629
+ chain?: import('viem').Chain | null;
1630
+ dataSuffix?: `0x${string}`;
1631
+ gas?: bigint;
1632
+ gasPrice?: bigint;
1633
+ maxFeePerGas?: bigint;
1634
+ maxPriorityFeePerGas?: bigint;
1635
+ nonce?: number;
1636
+ value?: bigint;
1637
+ }): Promise<`0x${string}`>;
1638
+ /**
1639
+ * BuyGenesisAddress
1640
+ * payable
1641
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1642
+ */
1643
+ BuyGenesisAddress(_address: `0x${string}`, options?: {
1644
+ accessList?: import('viem').AccessList;
1645
+ authorizationList?: import('viem').AuthorizationList;
1646
+ chain?: import('viem').Chain | null;
1647
+ dataSuffix?: `0x${string}`;
1648
+ gas?: bigint;
1649
+ gasPrice?: bigint;
1650
+ maxFeePerGas?: bigint;
1651
+ maxPriorityFeePerGas?: bigint;
1652
+ nonce?: number;
1653
+ value?: bigint;
1654
+ }): Promise<`0x${string}`>;
1655
+ /**
1656
+ * BuyGenesisLevel1FromNormal
1657
+ * payable
1658
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1659
+ */
1660
+ BuyGenesisLevel1FromNormal(_address: `0x${string}`, options?: {
1661
+ accessList?: import('viem').AccessList;
1662
+ authorizationList?: import('viem').AuthorizationList;
1663
+ chain?: import('viem').Chain | null;
1664
+ dataSuffix?: `0x${string}`;
1665
+ gas?: bigint;
1666
+ gasPrice?: bigint;
1667
+ maxFeePerGas?: bigint;
1668
+ maxPriorityFeePerGas?: bigint;
1669
+ nonce?: number;
1670
+ value?: bigint;
1671
+ }): Promise<`0x${string}`>;
1672
+ /**
1673
+ * BuyGenesisLevel2FromNormal
1674
+ * payable
1675
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1676
+ */
1677
+ BuyGenesisLevel2FromNormal(_address: `0x${string}`, options?: {
1678
+ accessList?: import('viem').AccessList;
1679
+ authorizationList?: import('viem').AuthorizationList;
1680
+ chain?: import('viem').Chain | null;
1681
+ dataSuffix?: `0x${string}`;
1682
+ gas?: bigint;
1683
+ gasPrice?: bigint;
1684
+ maxFeePerGas?: bigint;
1685
+ maxPriorityFeePerGas?: bigint;
1686
+ nonce?: number;
1687
+ value?: bigint;
1688
+ }): Promise<`0x${string}`>;
1689
+ /**
1690
+ * BuyGenesisLevel3FromNormal
1691
+ * payable
1692
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1693
+ */
1694
+ BuyGenesisLevel3FromNormal(_address: `0x${string}`, options?: {
1695
+ accessList?: import('viem').AccessList;
1696
+ authorizationList?: import('viem').AuthorizationList;
1697
+ chain?: import('viem').Chain | null;
1698
+ dataSuffix?: `0x${string}`;
1699
+ gas?: bigint;
1700
+ gasPrice?: bigint;
1701
+ maxFeePerGas?: bigint;
1702
+ maxPriorityFeePerGas?: bigint;
1703
+ nonce?: number;
1704
+ value?: bigint;
1705
+ }): Promise<`0x${string}`>;
1706
+ /**
1707
+ * BuyLuckyDrawTickets
1708
+ * payable
1709
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1710
+ */
1711
+ BuyLuckyDrawTickets(max: bigint[], options?: {
1712
+ accessList?: import('viem').AccessList;
1713
+ authorizationList?: import('viem').AuthorizationList;
1714
+ chain?: import('viem').Chain | null;
1715
+ dataSuffix?: `0x${string}`;
1716
+ gas?: bigint;
1717
+ gasPrice?: bigint;
1718
+ maxFeePerGas?: bigint;
1719
+ maxPriorityFeePerGas?: bigint;
1720
+ nonce?: number;
1721
+ value?: bigint;
1722
+ }): Promise<`0x${string}`>;
1723
+ /**
1724
+ * BuyNormalAddress
1725
+ * payable
1726
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1727
+ */
1728
+ BuyNormalAddress(_address: `0x${string}`, options?: {
1729
+ accessList?: import('viem').AccessList;
1730
+ authorizationList?: import('viem').AuthorizationList;
1731
+ chain?: import('viem').Chain | null;
1732
+ dataSuffix?: `0x${string}`;
1733
+ gas?: bigint;
1734
+ gasPrice?: bigint;
1735
+ maxFeePerGas?: bigint;
1736
+ maxPriorityFeePerGas?: bigint;
1737
+ nonce?: number;
1738
+ value?: bigint;
1739
+ }): Promise<`0x${string}`>;
1740
+ /**
1741
+ * BuyStakeGenesis
1742
+ * payable
1743
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1744
+ */
1745
+ BuyStakeGenesis(_address: `0x${string}`, _genesisAddressesToBurn: `0x${string}`[], options?: {
1746
+ accessList?: import('viem').AccessList;
1747
+ authorizationList?: import('viem').AuthorizationList;
1748
+ chain?: import('viem').Chain | null;
1749
+ dataSuffix?: `0x${string}`;
1750
+ gas?: bigint;
1751
+ gasPrice?: bigint;
1752
+ maxFeePerGas?: bigint;
1753
+ maxPriorityFeePerGas?: bigint;
1754
+ nonce?: number;
1755
+ value?: bigint;
1756
+ }): Promise<`0x${string}`>;
1757
+ /**
1758
+ * BuyStakeMNE
1759
+ * payable
1760
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1761
+ */
1762
+ BuyStakeMNE(_address: `0x${string}`, options?: {
1763
+ accessList?: import('viem').AccessList;
1764
+ authorizationList?: import('viem').AuthorizationList;
1765
+ chain?: import('viem').Chain | null;
1766
+ dataSuffix?: `0x${string}`;
1767
+ gas?: bigint;
1768
+ gasPrice?: bigint;
1769
+ maxFeePerGas?: bigint;
1770
+ maxPriorityFeePerGas?: bigint;
1771
+ nonce?: number;
1772
+ value?: bigint;
1773
+ }): Promise<`0x${string}`>;
1774
+ /**
1775
+ * ContractTransferAllFundsOut
1776
+ * nonpayable
1777
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1778
+ */
1779
+ ContractTransferAllFundsOut(options?: {
1780
+ accessList?: import('viem').AccessList;
1781
+ authorizationList?: import('viem').AuthorizationList;
1782
+ chain?: import('viem').Chain | null;
1783
+ dataSuffix?: `0x${string}`;
1784
+ gas?: bigint;
1785
+ gasPrice?: bigint;
1786
+ maxFeePerGas?: bigint;
1787
+ maxPriorityFeePerGas?: bigint;
1788
+ nonce?: number;
1789
+ value?: bigint;
1790
+ }): Promise<`0x${string}`>;
1791
+ /**
1792
+ * CreateToken
1793
+ * payable
1794
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1795
+ */
1796
+ CreateToken(options?: {
1797
+ accessList?: import('viem').AccessList;
1798
+ authorizationList?: import('viem').AuthorizationList;
1799
+ chain?: import('viem').Chain | null;
1800
+ dataSuffix?: `0x${string}`;
1801
+ gas?: bigint;
1802
+ gasPrice?: bigint;
1803
+ maxFeePerGas?: bigint;
1804
+ maxPriorityFeePerGas?: bigint;
1805
+ nonce?: number;
1806
+ value?: bigint;
1807
+ }): Promise<`0x${string}`>;
1808
+ /**
1809
+ * CreateTokenICO
1810
+ * payable
1811
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1812
+ */
1813
+ CreateTokenICO(options?: {
1814
+ accessList?: import('viem').AccessList;
1815
+ authorizationList?: import('viem').AuthorizationList;
1816
+ chain?: import('viem').Chain | null;
1817
+ dataSuffix?: `0x${string}`;
1818
+ gas?: bigint;
1819
+ gasPrice?: bigint;
1820
+ maxFeePerGas?: bigint;
1821
+ maxPriorityFeePerGas?: bigint;
1822
+ nonce?: number;
1823
+ value?: bigint;
1824
+ }): Promise<`0x${string}`>;
1825
+ /**
1826
+ * Payment
1827
+ * payable
1828
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1829
+ */
1830
+ Payment(options?: {
1831
+ accessList?: import('viem').AccessList;
1832
+ authorizationList?: import('viem').AuthorizationList;
1833
+ chain?: import('viem').Chain | null;
1834
+ dataSuffix?: `0x${string}`;
1835
+ gas?: bigint;
1836
+ gasPrice?: bigint;
1837
+ maxFeePerGas?: bigint;
1838
+ maxPriorityFeePerGas?: bigint;
1839
+ nonce?: number;
1840
+ value?: bigint;
1841
+ }): Promise<`0x${string}`>;
1842
+ /**
1843
+ * PayoutStakeHolders
1844
+ * nonpayable
1845
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1846
+ */
1847
+ PayoutStakeHolders(options?: {
1848
+ accessList?: import('viem').AccessList;
1849
+ authorizationList?: import('viem').AuthorizationList;
1850
+ chain?: import('viem').Chain | null;
1851
+ dataSuffix?: `0x${string}`;
1852
+ gas?: bigint;
1853
+ gasPrice?: bigint;
1854
+ maxFeePerGas?: bigint;
1855
+ maxPriorityFeePerGas?: bigint;
1856
+ nonce?: number;
1857
+ value?: bigint;
1858
+ }): Promise<`0x${string}`>;
1859
+ /**
1860
+ * ReceiverFunction1
1861
+ * payable
1862
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1863
+ */
1864
+ ReceiverFunction1(_mneAmount: bigint, _addressList: `0x${string}`[], _uintList: bigint[], options?: {
1865
+ accessList?: import('viem').AccessList;
1866
+ authorizationList?: import('viem').AuthorizationList;
1867
+ chain?: import('viem').Chain | null;
1868
+ dataSuffix?: `0x${string}`;
1869
+ gas?: bigint;
1870
+ gasPrice?: bigint;
1871
+ maxFeePerGas?: bigint;
1872
+ maxPriorityFeePerGas?: bigint;
1873
+ nonce?: number;
1874
+ value?: bigint;
1875
+ }): Promise<`0x${string}`>;
1876
+ /**
1877
+ * RemoveAllowAddressToDestroyGenesis
1878
+ * nonpayable
1879
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1880
+ */
1881
+ RemoveAllowAddressToDestroyGenesis(options?: {
1882
+ accessList?: import('viem').AccessList;
1883
+ authorizationList?: import('viem').AuthorizationList;
1884
+ chain?: import('viem').Chain | null;
1885
+ dataSuffix?: `0x${string}`;
1886
+ gas?: bigint;
1887
+ gasPrice?: bigint;
1888
+ maxFeePerGas?: bigint;
1889
+ maxPriorityFeePerGas?: bigint;
1890
+ nonce?: number;
1891
+ value?: bigint;
1892
+ }): Promise<`0x${string}`>;
1893
+ /**
1894
+ * RemoveAllowReceiveGenesisTransfers
1895
+ * nonpayable
1896
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1897
+ */
1898
+ RemoveAllowReceiveGenesisTransfers(options?: {
1899
+ accessList?: import('viem').AccessList;
1900
+ authorizationList?: import('viem').AuthorizationList;
1901
+ chain?: import('viem').Chain | null;
1902
+ dataSuffix?: `0x${string}`;
1903
+ gas?: bigint;
1904
+ gasPrice?: bigint;
1905
+ maxFeePerGas?: bigint;
1906
+ maxPriorityFeePerGas?: bigint;
1907
+ nonce?: number;
1908
+ value?: bigint;
1909
+ }): Promise<`0x${string}`>;
1910
+ /**
1911
+ * RemoveGenesisAddressFromSale
1912
+ * nonpayable
1913
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1914
+ */
1915
+ RemoveGenesisAddressFromSale(options?: {
1916
+ accessList?: import('viem').AccessList;
1917
+ authorizationList?: import('viem').AuthorizationList;
1918
+ chain?: import('viem').Chain | null;
1919
+ dataSuffix?: `0x${string}`;
1920
+ gas?: bigint;
1921
+ gasPrice?: bigint;
1922
+ maxFeePerGas?: bigint;
1923
+ maxPriorityFeePerGas?: bigint;
1924
+ nonce?: number;
1925
+ value?: bigint;
1926
+ }): Promise<`0x${string}`>;
1927
+ /**
1928
+ * RemoveNormalAddressFromSale
1929
+ * nonpayable
1930
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1931
+ */
1932
+ RemoveNormalAddressFromSale(options?: {
1933
+ accessList?: import('viem').AccessList;
1934
+ authorizationList?: import('viem').AuthorizationList;
1935
+ chain?: import('viem').Chain | null;
1936
+ dataSuffix?: `0x${string}`;
1937
+ gas?: bigint;
1938
+ gasPrice?: bigint;
1939
+ maxFeePerGas?: bigint;
1940
+ maxPriorityFeePerGas?: bigint;
1941
+ nonce?: number;
1942
+ value?: bigint;
1943
+ }): Promise<`0x${string}`>;
1944
+ /**
1945
+ * RemoveStakeFromSale
1946
+ * nonpayable
1947
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1948
+ */
1949
+ RemoveStakeFromSale(options?: {
1950
+ accessList?: import('viem').AccessList;
1951
+ authorizationList?: import('viem').AuthorizationList;
1952
+ chain?: import('viem').Chain | null;
1953
+ dataSuffix?: `0x${string}`;
1954
+ gas?: bigint;
1955
+ gasPrice?: bigint;
1956
+ maxFeePerGas?: bigint;
1957
+ maxPriorityFeePerGas?: bigint;
1958
+ nonce?: number;
1959
+ value?: bigint;
1960
+ }): Promise<`0x${string}`>;
1961
+ /**
1962
+ * ServiceFunction1
1963
+ * payable
1964
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1965
+ */
1966
+ ServiceFunction1(_addressList: `0x${string}`[], _uintList: bigint[], options?: {
1967
+ accessList?: import('viem').AccessList;
1968
+ authorizationList?: import('viem').AuthorizationList;
1969
+ chain?: import('viem').Chain | null;
1970
+ dataSuffix?: `0x${string}`;
1971
+ gas?: bigint;
1972
+ gasPrice?: bigint;
1973
+ maxFeePerGas?: bigint;
1974
+ maxPriorityFeePerGas?: bigint;
1975
+ nonce?: number;
1976
+ value?: bigint;
1977
+ }): Promise<`0x${string}`>;
1978
+ /**
1979
+ * SetBlockPayouts
1980
+ * nonpayable
1981
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1982
+ */
1983
+ SetBlockPayouts(toBlock: boolean, options?: {
1984
+ accessList?: import('viem').AccessList;
1985
+ authorizationList?: import('viem').AuthorizationList;
1986
+ chain?: import('viem').Chain | null;
1987
+ dataSuffix?: `0x${string}`;
1988
+ gas?: bigint;
1989
+ gasPrice?: bigint;
1990
+ maxFeePerGas?: bigint;
1991
+ maxPriorityFeePerGas?: bigint;
1992
+ nonce?: number;
1993
+ value?: bigint;
1994
+ }): Promise<`0x${string}`>;
1995
+ /**
1996
+ * SetGenesisForSale
1997
+ * nonpayable
1998
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
1999
+ */
2000
+ SetGenesisForSale(weiPrice: bigint, options?: {
2001
+ accessList?: import('viem').AccessList;
2002
+ authorizationList?: import('viem').AuthorizationList;
2003
+ chain?: import('viem').Chain | null;
2004
+ dataSuffix?: `0x${string}`;
2005
+ gas?: bigint;
2006
+ gasPrice?: bigint;
2007
+ maxFeePerGas?: bigint;
2008
+ maxPriorityFeePerGas?: bigint;
2009
+ nonce?: number;
2010
+ value?: bigint;
2011
+ }): Promise<`0x${string}`>;
2012
+ /**
2013
+ * SetNormalAddressForSale
2014
+ * nonpayable
2015
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2016
+ */
2017
+ SetNormalAddressForSale(weiPricePerMNE: bigint, options?: {
2018
+ accessList?: import('viem').AccessList;
2019
+ authorizationList?: import('viem').AuthorizationList;
2020
+ chain?: import('viem').Chain | null;
2021
+ dataSuffix?: `0x${string}`;
2022
+ gas?: bigint;
2023
+ gasPrice?: bigint;
2024
+ maxFeePerGas?: bigint;
2025
+ maxPriorityFeePerGas?: bigint;
2026
+ nonce?: number;
2027
+ value?: bigint;
2028
+ }): Promise<`0x${string}`>;
2029
+ /**
2030
+ * SetStakeForSale
2031
+ * nonpayable
2032
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2033
+ */
2034
+ SetStakeForSale(priceInWei: bigint, options?: {
2035
+ accessList?: import('viem').AccessList;
2036
+ authorizationList?: import('viem').AuthorizationList;
2037
+ chain?: import('viem').Chain | null;
2038
+ dataSuffix?: `0x${string}`;
2039
+ gas?: bigint;
2040
+ gasPrice?: bigint;
2041
+ maxFeePerGas?: bigint;
2042
+ maxPriorityFeePerGas?: bigint;
2043
+ nonce?: number;
2044
+ value?: bigint;
2045
+ }): Promise<`0x${string}`>;
2046
+ /**
2047
+ * StakeTransferGenesis
2048
+ * nonpayable
2049
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2050
+ */
2051
+ StakeTransferGenesis(_to: `0x${string}`, _value: bigint, _genesisAddressesToBurn: `0x${string}`[], options?: {
2052
+ accessList?: import('viem').AccessList;
2053
+ authorizationList?: import('viem').AuthorizationList;
2054
+ chain?: import('viem').Chain | null;
2055
+ dataSuffix?: `0x${string}`;
2056
+ gas?: bigint;
2057
+ gasPrice?: bigint;
2058
+ maxFeePerGas?: bigint;
2059
+ maxPriorityFeePerGas?: bigint;
2060
+ nonce?: number;
2061
+ value?: bigint;
2062
+ }): Promise<`0x${string}`>;
2063
+ /**
2064
+ * StakeTransferMNE
2065
+ * nonpayable
2066
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2067
+ */
2068
+ StakeTransferMNE(_to: `0x${string}`, _value: bigint, options?: {
2069
+ accessList?: import('viem').AccessList;
2070
+ authorizationList?: import('viem').AuthorizationList;
2071
+ chain?: import('viem').Chain | null;
2072
+ dataSuffix?: `0x${string}`;
2073
+ gas?: bigint;
2074
+ gasPrice?: bigint;
2075
+ maxFeePerGas?: bigint;
2076
+ maxPriorityFeePerGas?: bigint;
2077
+ nonce?: number;
2078
+ value?: bigint;
2079
+ }): Promise<`0x${string}`>;
2080
+ /**
2081
+ * Staking
2082
+ * nonpayable
2083
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2084
+ */
2085
+ Staking(_amountToStake: bigint, _addressList: `0x${string}`[], uintList: bigint[], options?: {
2086
+ accessList?: import('viem').AccessList;
2087
+ authorizationList?: import('viem').AuthorizationList;
2088
+ chain?: import('viem').Chain | null;
2089
+ dataSuffix?: `0x${string}`;
2090
+ gas?: bigint;
2091
+ gasPrice?: bigint;
2092
+ maxFeePerGas?: bigint;
2093
+ maxPriorityFeePerGas?: bigint;
2094
+ nonce?: number;
2095
+ value?: bigint;
2096
+ }): Promise<`0x${string}`>;
2097
+ /**
2098
+ * TransferGenesis
2099
+ * nonpayable
2100
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2101
+ */
2102
+ TransferGenesis(_to: `0x${string}`, options?: {
2103
+ accessList?: import('viem').AccessList;
2104
+ authorizationList?: import('viem').AuthorizationList;
2105
+ chain?: import('viem').Chain | null;
2106
+ dataSuffix?: `0x${string}`;
2107
+ gas?: bigint;
2108
+ gasPrice?: bigint;
2109
+ maxFeePerGas?: bigint;
2110
+ maxPriorityFeePerGas?: bigint;
2111
+ nonce?: number;
2112
+ value?: bigint;
2113
+ }): Promise<`0x${string}`>;
2114
+ /**
2115
+ * UpgradeOthersToLevel2FromLevel1
2116
+ * payable
2117
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2118
+ */
2119
+ UpgradeOthersToLevel2FromLevel1(_addresses: `0x${string}`[], options?: {
2120
+ accessList?: import('viem').AccessList;
2121
+ authorizationList?: import('viem').AuthorizationList;
2122
+ chain?: import('viem').Chain | null;
2123
+ dataSuffix?: `0x${string}`;
2124
+ gas?: bigint;
2125
+ gasPrice?: bigint;
2126
+ maxFeePerGas?: bigint;
2127
+ maxPriorityFeePerGas?: bigint;
2128
+ nonce?: number;
2129
+ value?: bigint;
2130
+ }): Promise<`0x${string}`>;
2131
+ /**
2132
+ * UpgradeOthersToLevel3FromDev
2133
+ * nonpayable
2134
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2135
+ */
2136
+ UpgradeOthersToLevel3FromDev(_addresses: `0x${string}`[], options?: {
2137
+ accessList?: import('viem').AccessList;
2138
+ authorizationList?: import('viem').AuthorizationList;
2139
+ chain?: import('viem').Chain | null;
2140
+ dataSuffix?: `0x${string}`;
2141
+ gas?: bigint;
2142
+ gasPrice?: bigint;
2143
+ maxFeePerGas?: bigint;
2144
+ maxPriorityFeePerGas?: bigint;
2145
+ nonce?: number;
2146
+ value?: bigint;
2147
+ }): Promise<`0x${string}`>;
2148
+ /**
2149
+ * UpgradeOthersToLevel3FromLevel1
2150
+ * payable
2151
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2152
+ */
2153
+ UpgradeOthersToLevel3FromLevel1(_addresses: `0x${string}`[], options?: {
2154
+ accessList?: import('viem').AccessList;
2155
+ authorizationList?: import('viem').AuthorizationList;
2156
+ chain?: import('viem').Chain | null;
2157
+ dataSuffix?: `0x${string}`;
2158
+ gas?: bigint;
2159
+ gasPrice?: bigint;
2160
+ maxFeePerGas?: bigint;
2161
+ maxPriorityFeePerGas?: bigint;
2162
+ nonce?: number;
2163
+ value?: bigint;
2164
+ }): Promise<`0x${string}`>;
2165
+ /**
2166
+ * UpgradeOthersToLevel3FromLevel2
2167
+ * payable
2168
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2169
+ */
2170
+ UpgradeOthersToLevel3FromLevel2(_addresses: `0x${string}`[], options?: {
2171
+ accessList?: import('viem').AccessList;
2172
+ authorizationList?: import('viem').AuthorizationList;
2173
+ chain?: import('viem').Chain | null;
2174
+ dataSuffix?: `0x${string}`;
2175
+ gas?: bigint;
2176
+ gasPrice?: bigint;
2177
+ maxFeePerGas?: bigint;
2178
+ maxPriorityFeePerGas?: bigint;
2179
+ nonce?: number;
2180
+ value?: bigint;
2181
+ }): Promise<`0x${string}`>;
2182
+ /**
2183
+ * UpgradeToLevel2FromLevel1
2184
+ * payable
2185
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2186
+ */
2187
+ UpgradeToLevel2FromLevel1(options?: {
2188
+ accessList?: import('viem').AccessList;
2189
+ authorizationList?: import('viem').AuthorizationList;
2190
+ chain?: import('viem').Chain | null;
2191
+ dataSuffix?: `0x${string}`;
2192
+ gas?: bigint;
2193
+ gasPrice?: bigint;
2194
+ maxFeePerGas?: bigint;
2195
+ maxPriorityFeePerGas?: bigint;
2196
+ nonce?: number;
2197
+ value?: bigint;
2198
+ }): Promise<`0x${string}`>;
2199
+ /**
2200
+ * UpgradeToLevel3FromDev
2201
+ * nonpayable
2202
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2203
+ */
2204
+ UpgradeToLevel3FromDev(options?: {
2205
+ accessList?: import('viem').AccessList;
2206
+ authorizationList?: import('viem').AuthorizationList;
2207
+ chain?: import('viem').Chain | null;
2208
+ dataSuffix?: `0x${string}`;
2209
+ gas?: bigint;
2210
+ gasPrice?: bigint;
2211
+ maxFeePerGas?: bigint;
2212
+ maxPriorityFeePerGas?: bigint;
2213
+ nonce?: number;
2214
+ value?: bigint;
2215
+ }): Promise<`0x${string}`>;
2216
+ /**
2217
+ * UpgradeToLevel3FromLevel1
2218
+ * payable
2219
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2220
+ */
2221
+ UpgradeToLevel3FromLevel1(options?: {
2222
+ accessList?: import('viem').AccessList;
2223
+ authorizationList?: import('viem').AuthorizationList;
2224
+ chain?: import('viem').Chain | null;
2225
+ dataSuffix?: `0x${string}`;
2226
+ gas?: bigint;
2227
+ gasPrice?: bigint;
2228
+ maxFeePerGas?: bigint;
2229
+ maxPriorityFeePerGas?: bigint;
2230
+ nonce?: number;
2231
+ value?: bigint;
2232
+ }): Promise<`0x${string}`>;
2233
+ /**
2234
+ * UpgradeToLevel3FromLevel2
2235
+ * payable
2236
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2237
+ */
2238
+ UpgradeToLevel3FromLevel2(options?: {
2239
+ accessList?: import('viem').AccessList;
2240
+ authorizationList?: import('viem').AuthorizationList;
2241
+ chain?: import('viem').Chain | null;
2242
+ dataSuffix?: `0x${string}`;
2243
+ gas?: bigint;
2244
+ gasPrice?: bigint;
2245
+ maxFeePerGas?: bigint;
2246
+ maxPriorityFeePerGas?: bigint;
2247
+ nonce?: number;
2248
+ value?: bigint;
2249
+ }): Promise<`0x${string}`>;
2250
+ /**
2251
+ * amountOfGenesisToBuyStakesSet
2252
+ * nonpayable
2253
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2254
+ */
2255
+ amountOfGenesisToBuyStakesSet(_amountOfGenesisToBuyStakes: bigint, options?: {
2256
+ accessList?: import('viem').AccessList;
2257
+ authorizationList?: import('viem').AuthorizationList;
2258
+ chain?: import('viem').Chain | null;
2259
+ dataSuffix?: `0x${string}`;
2260
+ gas?: bigint;
2261
+ gasPrice?: bigint;
2262
+ maxFeePerGas?: bigint;
2263
+ maxPriorityFeePerGas?: bigint;
2264
+ nonce?: number;
2265
+ value?: bigint;
2266
+ }): Promise<`0x${string}`>;
2267
+ /**
2268
+ * amountOfGenesisToTransferStakesSet
2269
+ * nonpayable
2270
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2271
+ */
2272
+ amountOfGenesisToTransferStakesSet(_amountOfGenesisToTransferStakes: bigint, options?: {
2273
+ accessList?: import('viem').AccessList;
2274
+ authorizationList?: import('viem').AuthorizationList;
2275
+ chain?: import('viem').Chain | null;
2276
+ dataSuffix?: `0x${string}`;
2277
+ gas?: bigint;
2278
+ gasPrice?: bigint;
2279
+ maxFeePerGas?: bigint;
2280
+ maxPriorityFeePerGas?: bigint;
2281
+ nonce?: number;
2282
+ value?: bigint;
2283
+ }): Promise<`0x${string}`>;
2284
+ /**
2285
+ * amountOfMNEForTokenICOSet
2286
+ * nonpayable
2287
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2288
+ */
2289
+ amountOfMNEForTokenICOSet(_amountOfMNEForTokenICO: bigint, options?: {
2290
+ accessList?: import('viem').AccessList;
2291
+ authorizationList?: import('viem').AuthorizationList;
2292
+ chain?: import('viem').Chain | null;
2293
+ dataSuffix?: `0x${string}`;
2294
+ gas?: bigint;
2295
+ gasPrice?: bigint;
2296
+ maxFeePerGas?: bigint;
2297
+ maxPriorityFeePerGas?: bigint;
2298
+ nonce?: number;
2299
+ value?: bigint;
2300
+ }): Promise<`0x${string}`>;
2301
+ /**
2302
+ * amountOfMNEForTokenSet
2303
+ * nonpayable
2304
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2305
+ */
2306
+ amountOfMNEForTokenSet(_amountOfMNEForToken: bigint, options?: {
2307
+ accessList?: import('viem').AccessList;
2308
+ authorizationList?: import('viem').AuthorizationList;
2309
+ chain?: import('viem').Chain | null;
2310
+ dataSuffix?: `0x${string}`;
2311
+ gas?: bigint;
2312
+ gasPrice?: bigint;
2313
+ maxFeePerGas?: bigint;
2314
+ maxPriorityFeePerGas?: bigint;
2315
+ nonce?: number;
2316
+ value?: bigint;
2317
+ }): Promise<`0x${string}`>;
2318
+ /**
2319
+ * amountOfMNEToBuyStakesSet
2320
+ * nonpayable
2321
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2322
+ */
2323
+ amountOfMNEToBuyStakesSet(_amountOfMNEToBuyStakes: bigint, options?: {
2324
+ accessList?: import('viem').AccessList;
2325
+ authorizationList?: import('viem').AuthorizationList;
2326
+ chain?: import('viem').Chain | null;
2327
+ dataSuffix?: `0x${string}`;
2328
+ gas?: bigint;
2329
+ gasPrice?: bigint;
2330
+ maxFeePerGas?: bigint;
2331
+ maxPriorityFeePerGas?: bigint;
2332
+ nonce?: number;
2333
+ value?: bigint;
2334
+ }): Promise<`0x${string}`>;
2335
+ /**
2336
+ * amountOfMNEToTransferStakesSet
2337
+ * nonpayable
2338
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2339
+ */
2340
+ amountOfMNEToTransferStakesSet(_amountOfMNEToTransferStakes: bigint, options?: {
2341
+ accessList?: import('viem').AccessList;
2342
+ authorizationList?: import('viem').AuthorizationList;
2343
+ chain?: import('viem').Chain | null;
2344
+ dataSuffix?: `0x${string}`;
2345
+ gas?: bigint;
2346
+ gasPrice?: bigint;
2347
+ maxFeePerGas?: bigint;
2348
+ maxPriorityFeePerGas?: bigint;
2349
+ nonce?: number;
2350
+ value?: bigint;
2351
+ }): Promise<`0x${string}`>;
2352
+ /**
2353
+ * approve
2354
+ * nonpayable
2355
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2356
+ */
2357
+ approve(_spender: `0x${string}`, _amount: bigint, options?: {
2358
+ accessList?: import('viem').AccessList;
2359
+ authorizationList?: import('viem').AuthorizationList;
2360
+ chain?: import('viem').Chain | null;
2361
+ dataSuffix?: `0x${string}`;
2362
+ gas?: bigint;
2363
+ gasPrice?: bigint;
2364
+ maxFeePerGas?: bigint;
2365
+ maxPriorityFeePerGas?: bigint;
2366
+ nonce?: number;
2367
+ value?: bigint;
2368
+ }): Promise<`0x${string}`>;
2369
+ /**
2370
+ * ethFeeForSellerLevel1Set
2371
+ * nonpayable
2372
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2373
+ */
2374
+ ethFeeForSellerLevel1Set(_ethFeeForSellerLevel1: bigint, options?: {
2375
+ accessList?: import('viem').AccessList;
2376
+ authorizationList?: import('viem').AuthorizationList;
2377
+ chain?: import('viem').Chain | null;
2378
+ dataSuffix?: `0x${string}`;
2379
+ gas?: bigint;
2380
+ gasPrice?: bigint;
2381
+ maxFeePerGas?: bigint;
2382
+ maxPriorityFeePerGas?: bigint;
2383
+ nonce?: number;
2384
+ value?: bigint;
2385
+ }): Promise<`0x${string}`>;
2386
+ /**
2387
+ * ethFeeForTokenICOSet
2388
+ * nonpayable
2389
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2390
+ */
2391
+ ethFeeForTokenICOSet(_ethFeeForTokenICO: bigint, options?: {
2392
+ accessList?: import('viem').AccessList;
2393
+ authorizationList?: import('viem').AuthorizationList;
2394
+ chain?: import('viem').Chain | null;
2395
+ dataSuffix?: `0x${string}`;
2396
+ gas?: bigint;
2397
+ gasPrice?: bigint;
2398
+ maxFeePerGas?: bigint;
2399
+ maxPriorityFeePerGas?: bigint;
2400
+ nonce?: number;
2401
+ value?: bigint;
2402
+ }): Promise<`0x${string}`>;
2403
+ /**
2404
+ * ethFeeForTokenSet
2405
+ * nonpayable
2406
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2407
+ */
2408
+ ethFeeForTokenSet(_ethFeeForToken: bigint, options?: {
2409
+ accessList?: import('viem').AccessList;
2410
+ authorizationList?: import('viem').AuthorizationList;
2411
+ chain?: import('viem').Chain | null;
2412
+ dataSuffix?: `0x${string}`;
2413
+ gas?: bigint;
2414
+ gasPrice?: bigint;
2415
+ maxFeePerGas?: bigint;
2416
+ maxPriorityFeePerGas?: bigint;
2417
+ nonce?: number;
2418
+ value?: bigint;
2419
+ }): Promise<`0x${string}`>;
2420
+ /**
2421
+ * ethFeeToBuyLevel1Set
2422
+ * nonpayable
2423
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2424
+ */
2425
+ ethFeeToBuyLevel1Set(_ethFeeToBuyLevel1: bigint, options?: {
2426
+ accessList?: import('viem').AccessList;
2427
+ authorizationList?: import('viem').AuthorizationList;
2428
+ chain?: import('viem').Chain | null;
2429
+ dataSuffix?: `0x${string}`;
2430
+ gas?: bigint;
2431
+ gasPrice?: bigint;
2432
+ maxFeePerGas?: bigint;
2433
+ maxPriorityFeePerGas?: bigint;
2434
+ nonce?: number;
2435
+ value?: bigint;
2436
+ }): Promise<`0x${string}`>;
2437
+ /**
2438
+ * ethFeeToUpgradeToLevel2Set
2439
+ * nonpayable
2440
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2441
+ */
2442
+ ethFeeToUpgradeToLevel2Set(_ethFeeToUpgradeToLevel2: bigint, options?: {
2443
+ accessList?: import('viem').AccessList;
2444
+ authorizationList?: import('viem').AuthorizationList;
2445
+ chain?: import('viem').Chain | null;
2446
+ dataSuffix?: `0x${string}`;
2447
+ gas?: bigint;
2448
+ gasPrice?: bigint;
2449
+ maxFeePerGas?: bigint;
2450
+ maxPriorityFeePerGas?: bigint;
2451
+ nonce?: number;
2452
+ value?: bigint;
2453
+ }): Promise<`0x${string}`>;
2454
+ /**
2455
+ * ethFeeToUpgradeToLevel3Set
2456
+ * nonpayable
2457
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2458
+ */
2459
+ ethFeeToUpgradeToLevel3Set(_ethFeeToUpgradeToLevel3: bigint, options?: {
2460
+ accessList?: import('viem').AccessList;
2461
+ authorizationList?: import('viem').AuthorizationList;
2462
+ chain?: import('viem').Chain | null;
2463
+ dataSuffix?: `0x${string}`;
2464
+ gas?: bigint;
2465
+ gasPrice?: bigint;
2466
+ maxFeePerGas?: bigint;
2467
+ maxPriorityFeePerGas?: bigint;
2468
+ nonce?: number;
2469
+ value?: bigint;
2470
+ }): Promise<`0x${string}`>;
2471
+ /**
2472
+ * ethPercentFeeGenesisExchangeSet
2473
+ * nonpayable
2474
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2475
+ */
2476
+ ethPercentFeeGenesisExchangeSet(_ethPercentFeeGenesisExchange: bigint, options?: {
2477
+ accessList?: import('viem').AccessList;
2478
+ authorizationList?: import('viem').AuthorizationList;
2479
+ chain?: import('viem').Chain | null;
2480
+ dataSuffix?: `0x${string}`;
2481
+ gas?: bigint;
2482
+ gasPrice?: bigint;
2483
+ maxFeePerGas?: bigint;
2484
+ maxPriorityFeePerGas?: bigint;
2485
+ nonce?: number;
2486
+ value?: bigint;
2487
+ }): Promise<`0x${string}`>;
2488
+ /**
2489
+ * ethPercentFeeNormalExchangeSet
2490
+ * nonpayable
2491
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2492
+ */
2493
+ ethPercentFeeNormalExchangeSet(_ethPercentFeeNormalExchange: bigint, options?: {
2494
+ accessList?: import('viem').AccessList;
2495
+ authorizationList?: import('viem').AuthorizationList;
2496
+ chain?: import('viem').Chain | null;
2497
+ dataSuffix?: `0x${string}`;
2498
+ gas?: bigint;
2499
+ gasPrice?: bigint;
2500
+ maxFeePerGas?: bigint;
2501
+ maxPriorityFeePerGas?: bigint;
2502
+ nonce?: number;
2503
+ value?: bigint;
2504
+ }): Promise<`0x${string}`>;
2505
+ /**
2506
+ * ethPercentStakeExchangeSet
2507
+ * nonpayable
2508
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2509
+ */
2510
+ ethPercentStakeExchangeSet(_ethPercentStakeExchange: bigint, options?: {
2511
+ accessList?: import('viem').AccessList;
2512
+ authorizationList?: import('viem').AuthorizationList;
2513
+ chain?: import('viem').Chain | null;
2514
+ dataSuffix?: `0x${string}`;
2515
+ gas?: bigint;
2516
+ gasPrice?: bigint;
2517
+ maxFeePerGas?: bigint;
2518
+ maxPriorityFeePerGas?: bigint;
2519
+ nonce?: number;
2520
+ value?: bigint;
2521
+ }): Promise<`0x${string}`>;
2522
+ /**
2523
+ * externalReceiver1
2524
+ * nonpayable
2525
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2526
+ */
2527
+ externalReceiver1(_address: `0x${string}`, options?: {
2528
+ accessList?: import('viem').AccessList;
2529
+ authorizationList?: import('viem').AuthorizationList;
2530
+ chain?: import('viem').Chain | null;
2531
+ dataSuffix?: `0x${string}`;
2532
+ gas?: bigint;
2533
+ gasPrice?: bigint;
2534
+ maxFeePerGas?: bigint;
2535
+ maxPriorityFeePerGas?: bigint;
2536
+ nonce?: number;
2537
+ value?: bigint;
2538
+ }): Promise<`0x${string}`>;
2539
+ /**
2540
+ * externalService1
2541
+ * nonpayable
2542
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2543
+ */
2544
+ externalService1(_address: `0x${string}`, options?: {
2545
+ accessList?: import('viem').AccessList;
2546
+ authorizationList?: import('viem').AuthorizationList;
2547
+ chain?: import('viem').Chain | null;
2548
+ dataSuffix?: `0x${string}`;
2549
+ gas?: bigint;
2550
+ gasPrice?: bigint;
2551
+ maxFeePerGas?: bigint;
2552
+ maxPriorityFeePerGas?: bigint;
2553
+ nonce?: number;
2554
+ value?: bigint;
2555
+ }): Promise<`0x${string}`>;
2556
+ /**
2557
+ * loadLuckyDraw
2558
+ * nonpayable
2559
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2560
+ */
2561
+ loadLuckyDraw(_address: `0x${string}`, options?: {
2562
+ accessList?: import('viem').AccessList;
2563
+ authorizationList?: import('viem').AuthorizationList;
2564
+ chain?: import('viem').Chain | null;
2565
+ dataSuffix?: `0x${string}`;
2566
+ gas?: bigint;
2567
+ gasPrice?: bigint;
2568
+ maxFeePerGas?: bigint;
2569
+ maxPriorityFeePerGas?: bigint;
2570
+ nonce?: number;
2571
+ value?: bigint;
2572
+ }): Promise<`0x${string}`>;
2573
+ /**
2574
+ * loadMNEStaking
2575
+ * nonpayable
2576
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2577
+ */
2578
+ loadMNEStaking(_address: `0x${string}`, options?: {
2579
+ accessList?: import('viem').AccessList;
2580
+ authorizationList?: import('viem').AuthorizationList;
2581
+ chain?: import('viem').Chain | null;
2582
+ dataSuffix?: `0x${string}`;
2583
+ gas?: bigint;
2584
+ gasPrice?: bigint;
2585
+ maxFeePerGas?: bigint;
2586
+ maxPriorityFeePerGas?: bigint;
2587
+ nonce?: number;
2588
+ value?: bigint;
2589
+ }): Promise<`0x${string}`>;
2590
+ /**
2591
+ * registerAddresses
2592
+ * nonpayable
2593
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2594
+ */
2595
+ registerAddresses(_addressList: `0x${string}`[], options?: {
2596
+ accessList?: import('viem').AccessList;
2597
+ authorizationList?: import('viem').AuthorizationList;
2598
+ chain?: import('viem').Chain | null;
2599
+ dataSuffix?: `0x${string}`;
2600
+ gas?: bigint;
2601
+ gasPrice?: bigint;
2602
+ maxFeePerGas?: bigint;
2603
+ maxPriorityFeePerGas?: bigint;
2604
+ nonce?: number;
2605
+ value?: bigint;
2606
+ }): Promise<`0x${string}`>;
2607
+ /**
2608
+ * registerAddressesValue
2609
+ * nonpayable
2610
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2611
+ */
2612
+ registerAddressesValue(_addressList: `0x${string}`[], _value: bigint, options?: {
2613
+ accessList?: import('viem').AccessList;
2614
+ authorizationList?: import('viem').AuthorizationList;
2615
+ chain?: import('viem').Chain | null;
2616
+ dataSuffix?: `0x${string}`;
2617
+ gas?: bigint;
2618
+ gasPrice?: bigint;
2619
+ maxFeePerGas?: bigint;
2620
+ maxPriorityFeePerGas?: bigint;
2621
+ nonce?: number;
2622
+ value?: bigint;
2623
+ }): Promise<`0x${string}`>;
2624
+ /**
2625
+ * reloadBaseTransfers
2626
+ * nonpayable
2627
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2628
+ */
2629
+ reloadBaseTransfers(_address: `0x${string}`, options?: {
2630
+ accessList?: import('viem').AccessList;
2631
+ authorizationList?: import('viem').AuthorizationList;
2632
+ chain?: import('viem').Chain | null;
2633
+ dataSuffix?: `0x${string}`;
2634
+ gas?: bigint;
2635
+ gasPrice?: bigint;
2636
+ maxFeePerGas?: bigint;
2637
+ maxPriorityFeePerGas?: bigint;
2638
+ nonce?: number;
2639
+ value?: bigint;
2640
+ }): Promise<`0x${string}`>;
2641
+ /**
2642
+ * reloadGenesis
2643
+ * nonpayable
2644
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2645
+ */
2646
+ reloadGenesis(_address: `0x${string}`, options?: {
2647
+ accessList?: import('viem').AccessList;
2648
+ authorizationList?: import('viem').AuthorizationList;
2649
+ chain?: import('viem').Chain | null;
2650
+ dataSuffix?: `0x${string}`;
2651
+ gas?: bigint;
2652
+ gasPrice?: bigint;
2653
+ maxFeePerGas?: bigint;
2654
+ maxPriorityFeePerGas?: bigint;
2655
+ nonce?: number;
2656
+ value?: bigint;
2657
+ }): Promise<`0x${string}`>;
2658
+ /**
2659
+ * reloadGenesisBuys
2660
+ * nonpayable
2661
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2662
+ */
2663
+ reloadGenesisBuys(_address: `0x${string}`, options?: {
2664
+ accessList?: import('viem').AccessList;
2665
+ authorizationList?: import('viem').AuthorizationList;
2666
+ chain?: import('viem').Chain | null;
2667
+ dataSuffix?: `0x${string}`;
2668
+ gas?: bigint;
2669
+ gasPrice?: bigint;
2670
+ maxFeePerGas?: bigint;
2671
+ maxPriorityFeePerGas?: bigint;
2672
+ nonce?: number;
2673
+ value?: bigint;
2674
+ }): Promise<`0x${string}`>;
2675
+ /**
2676
+ * reloadNormalAddress
2677
+ * nonpayable
2678
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2679
+ */
2680
+ reloadNormalAddress(_address: `0x${string}`, options?: {
2681
+ accessList?: import('viem').AccessList;
2682
+ authorizationList?: import('viem').AuthorizationList;
2683
+ chain?: import('viem').Chain | null;
2684
+ dataSuffix?: `0x${string}`;
2685
+ gas?: bigint;
2686
+ gasPrice?: bigint;
2687
+ maxFeePerGas?: bigint;
2688
+ maxPriorityFeePerGas?: bigint;
2689
+ nonce?: number;
2690
+ value?: bigint;
2691
+ }): Promise<`0x${string}`>;
2692
+ /**
2693
+ * reloadPublicArrays
2694
+ * nonpayable
2695
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2696
+ */
2697
+ reloadPublicArrays(_address: `0x${string}`, code: bigint, options?: {
2698
+ accessList?: import('viem').AccessList;
2699
+ authorizationList?: import('viem').AuthorizationList;
2700
+ chain?: import('viem').Chain | null;
2701
+ dataSuffix?: `0x${string}`;
2702
+ gas?: bigint;
2703
+ gasPrice?: bigint;
2704
+ maxFeePerGas?: bigint;
2705
+ maxPriorityFeePerGas?: bigint;
2706
+ nonce?: number;
2707
+ value?: bigint;
2708
+ }): Promise<`0x${string}`>;
2709
+ /**
2710
+ * reloadPublicCalls
2711
+ * nonpayable
2712
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2713
+ */
2714
+ reloadPublicCalls(_address: `0x${string}`, code: bigint, options?: {
2715
+ accessList?: import('viem').AccessList;
2716
+ authorizationList?: import('viem').AuthorizationList;
2717
+ chain?: import('viem').Chain | null;
2718
+ dataSuffix?: `0x${string}`;
2719
+ gas?: bigint;
2720
+ gasPrice?: bigint;
2721
+ maxFeePerGas?: bigint;
2722
+ maxPriorityFeePerGas?: bigint;
2723
+ nonce?: number;
2724
+ value?: bigint;
2725
+ }): Promise<`0x${string}`>;
2726
+ /**
2727
+ * reloadStakeBuys
2728
+ * nonpayable
2729
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2730
+ */
2731
+ reloadStakeBuys(_address: `0x${string}`, options?: {
2732
+ accessList?: import('viem').AccessList;
2733
+ authorizationList?: import('viem').AuthorizationList;
2734
+ chain?: import('viem').Chain | null;
2735
+ dataSuffix?: `0x${string}`;
2736
+ gas?: bigint;
2737
+ gasPrice?: bigint;
2738
+ maxFeePerGas?: bigint;
2739
+ maxPriorityFeePerGas?: bigint;
2740
+ nonce?: number;
2741
+ value?: bigint;
2742
+ }): Promise<`0x${string}`>;
2743
+ /**
2744
+ * reloadStakes
2745
+ * nonpayable
2746
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2747
+ */
2748
+ reloadStakes(_address: `0x${string}`, options?: {
2749
+ accessList?: import('viem').AccessList;
2750
+ authorizationList?: import('viem').AuthorizationList;
2751
+ chain?: import('viem').Chain | null;
2752
+ dataSuffix?: `0x${string}`;
2753
+ gas?: bigint;
2754
+ gasPrice?: bigint;
2755
+ maxFeePerGas?: bigint;
2756
+ maxPriorityFeePerGas?: bigint;
2757
+ nonce?: number;
2758
+ value?: bigint;
2759
+ }): Promise<`0x${string}`>;
2760
+ /**
2761
+ * reloadTokenService
2762
+ * nonpayable
2763
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2764
+ */
2765
+ reloadTokenService(_address: `0x${string}`, options?: {
2766
+ accessList?: import('viem').AccessList;
2767
+ authorizationList?: import('viem').AuthorizationList;
2768
+ chain?: import('viem').Chain | null;
2769
+ dataSuffix?: `0x${string}`;
2770
+ gas?: bigint;
2771
+ gasPrice?: bigint;
2772
+ maxFeePerGas?: bigint;
2773
+ maxPriorityFeePerGas?: bigint;
2774
+ nonce?: number;
2775
+ value?: bigint;
2776
+ }): Promise<`0x${string}`>;
2777
+ /**
2778
+ * setBalanceNormalAddress
2779
+ * nonpayable
2780
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2781
+ */
2782
+ setBalanceNormalAddress(_address: `0x${string}`, _balance: bigint, options?: {
2783
+ accessList?: import('viem').AccessList;
2784
+ authorizationList?: import('viem').AuthorizationList;
2785
+ chain?: import('viem').Chain | null;
2786
+ dataSuffix?: `0x${string}`;
2787
+ gas?: bigint;
2788
+ gasPrice?: bigint;
2789
+ maxFeePerGas?: bigint;
2790
+ maxPriorityFeePerGas?: bigint;
2791
+ nonce?: number;
2792
+ value?: bigint;
2793
+ }): Promise<`0x${string}`>;
2794
+ /**
2795
+ * setBalanceStakes
2796
+ * nonpayable
2797
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2798
+ */
2799
+ setBalanceStakes(_address: `0x${string}`, balance: bigint, options?: {
2800
+ accessList?: import('viem').AccessList;
2801
+ authorizationList?: import('viem').AuthorizationList;
2802
+ chain?: import('viem').Chain | null;
2803
+ dataSuffix?: `0x${string}`;
2804
+ gas?: bigint;
2805
+ gasPrice?: bigint;
2806
+ maxFeePerGas?: bigint;
2807
+ maxPriorityFeePerGas?: bigint;
2808
+ nonce?: number;
2809
+ value?: bigint;
2810
+ }): Promise<`0x${string}`>;
2811
+ /**
2812
+ * setPayoutOwner
2813
+ * nonpayable
2814
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2815
+ */
2816
+ setPayoutOwner(options?: {
2817
+ accessList?: import('viem').AccessList;
2818
+ authorizationList?: import('viem').AuthorizationList;
2819
+ chain?: import('viem').Chain | null;
2820
+ dataSuffix?: `0x${string}`;
2821
+ gas?: bigint;
2822
+ gasPrice?: bigint;
2823
+ maxFeePerGas?: bigint;
2824
+ maxPriorityFeePerGas?: bigint;
2825
+ nonce?: number;
2826
+ value?: bigint;
2827
+ }): Promise<`0x${string}`>;
2828
+ /**
2829
+ * setSecondaryPayoutAddress
2830
+ * nonpayable
2831
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2832
+ */
2833
+ setSecondaryPayoutAddress(_address: `0x${string}`, options?: {
2834
+ accessList?: import('viem').AccessList;
2835
+ authorizationList?: import('viem').AuthorizationList;
2836
+ chain?: import('viem').Chain | null;
2837
+ dataSuffix?: `0x${string}`;
2838
+ gas?: bigint;
2839
+ gasPrice?: bigint;
2840
+ maxFeePerGas?: bigint;
2841
+ maxPriorityFeePerGas?: bigint;
2842
+ nonce?: number;
2843
+ value?: bigint;
2844
+ }): Promise<`0x${string}`>;
2845
+ /**
2846
+ * setUpdater
2847
+ * nonpayable
2848
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2849
+ */
2850
+ setUpdater(options?: {
2851
+ accessList?: import('viem').AccessList;
2852
+ authorizationList?: import('viem').AuthorizationList;
2853
+ chain?: import('viem').Chain | null;
2854
+ dataSuffix?: `0x${string}`;
2855
+ gas?: bigint;
2856
+ gasPrice?: bigint;
2857
+ maxFeePerGas?: bigint;
2858
+ maxPriorityFeePerGas?: bigint;
2859
+ nonce?: number;
2860
+ value?: bigint;
2861
+ }): Promise<`0x${string}`>;
2862
+ /**
2863
+ * stakeDecimalsSet
2864
+ * nonpayable
2865
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2866
+ */
2867
+ stakeDecimalsSet(_stakeDecimals: bigint, options?: {
2868
+ accessList?: import('viem').AccessList;
2869
+ authorizationList?: import('viem').AuthorizationList;
2870
+ chain?: import('viem').Chain | null;
2871
+ dataSuffix?: `0x${string}`;
2872
+ gas?: bigint;
2873
+ gasPrice?: bigint;
2874
+ maxFeePerGas?: bigint;
2875
+ maxPriorityFeePerGas?: bigint;
2876
+ nonce?: number;
2877
+ value?: bigint;
2878
+ }): Promise<`0x${string}`>;
2879
+ /**
2880
+ * stopSetup
2881
+ * nonpayable
2882
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2883
+ */
2884
+ stopSetup(options?: {
2885
+ accessList?: import('viem').AccessList;
2886
+ authorizationList?: import('viem').AuthorizationList;
2887
+ chain?: import('viem').Chain | null;
2888
+ dataSuffix?: `0x${string}`;
2889
+ gas?: bigint;
2890
+ gasPrice?: bigint;
2891
+ maxFeePerGas?: bigint;
2892
+ maxPriorityFeePerGas?: bigint;
2893
+ nonce?: number;
2894
+ value?: bigint;
2895
+ }): Promise<`0x${string}`>;
2896
+ /**
2897
+ * transfer
2898
+ * nonpayable
2899
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2900
+ */
2901
+ transfer(_to: `0x${string}`, _value: bigint, options?: {
2902
+ accessList?: import('viem').AccessList;
2903
+ authorizationList?: import('viem').AuthorizationList;
2904
+ chain?: import('viem').Chain | null;
2905
+ dataSuffix?: `0x${string}`;
2906
+ gas?: bigint;
2907
+ gasPrice?: bigint;
2908
+ maxFeePerGas?: bigint;
2909
+ maxPriorityFeePerGas?: bigint;
2910
+ nonce?: number;
2911
+ value?: bigint;
2912
+ }): Promise<`0x${string}`>;
2913
+ /**
2914
+ * transferFrom
2915
+ * nonpayable
2916
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2917
+ */
2918
+ transferFrom(_from: `0x${string}`, _to: `0x${string}`, _amount: bigint, options?: {
2919
+ accessList?: import('viem').AccessList;
2920
+ authorizationList?: import('viem').AuthorizationList;
2921
+ chain?: import('viem').Chain | null;
2922
+ dataSuffix?: `0x${string}`;
2923
+ gas?: bigint;
2924
+ gasPrice?: bigint;
2925
+ maxFeePerGas?: bigint;
2926
+ maxPriorityFeePerGas?: bigint;
2927
+ nonce?: number;
2928
+ value?: bigint;
2929
+ }): Promise<`0x${string}`>;
2930
+ /**
2931
+ * Simulate contract write operations (dry-run without sending transaction)
2932
+ *
2933
+ * @example
2934
+ * const result = await contract.simulate.transfer('0x...', 1000n);
2935
+ * console.log('Gas estimate:', result.request.gas);
2936
+ * console.log('Would succeed:', result.result);
2937
+ */
2938
+ get simulate(): {
2939
+ /**
2940
+ * Simulate AllowAddressToDestroyGenesis
2941
+ * Returns gas estimate and result without sending transaction
2942
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2943
+ */
2944
+ AllowAddressToDestroyGenesis(_address: `0x${string}`, options?: {
2945
+ accessList?: import("viem").AccessList;
2946
+ authorizationList?: import("viem").AuthorizationList;
2947
+ chain?: import("viem").Chain | null;
2948
+ dataSuffix?: `0x${string}`;
2949
+ gas?: bigint;
2950
+ gasPrice?: bigint;
2951
+ maxFeePerGas?: bigint;
2952
+ maxPriorityFeePerGas?: bigint;
2953
+ nonce?: number;
2954
+ value?: bigint;
2955
+ }): Promise<void>;
2956
+ /**
2957
+ * Simulate AllowReceiveGenesisTransfers
2958
+ * Returns gas estimate and result without sending transaction
2959
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2960
+ */
2961
+ AllowReceiveGenesisTransfers(options?: {
2962
+ accessList?: import("viem").AccessList;
2963
+ authorizationList?: import("viem").AuthorizationList;
2964
+ chain?: import("viem").Chain | null;
2965
+ dataSuffix?: `0x${string}`;
2966
+ gas?: bigint;
2967
+ gasPrice?: bigint;
2968
+ maxFeePerGas?: bigint;
2969
+ maxPriorityFeePerGas?: bigint;
2970
+ nonce?: number;
2971
+ value?: bigint;
2972
+ }): Promise<void>;
2973
+ /**
2974
+ * Simulate BurnGenesisAddresses
2975
+ * Returns gas estimate and result without sending transaction
2976
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2977
+ */
2978
+ BurnGenesisAddresses(_genesisAddressesToBurn: `0x${string}`[], options?: {
2979
+ accessList?: import("viem").AccessList;
2980
+ authorizationList?: import("viem").AuthorizationList;
2981
+ chain?: import("viem").Chain | null;
2982
+ dataSuffix?: `0x${string}`;
2983
+ gas?: bigint;
2984
+ gasPrice?: bigint;
2985
+ maxFeePerGas?: bigint;
2986
+ maxPriorityFeePerGas?: bigint;
2987
+ nonce?: number;
2988
+ value?: bigint;
2989
+ }): Promise<void>;
2990
+ /**
2991
+ * Simulate BurnTokens
2992
+ * Returns gas estimate and result without sending transaction
2993
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
2994
+ */
2995
+ BurnTokens(mneToBurn: bigint, options?: {
2996
+ accessList?: import("viem").AccessList;
2997
+ authorizationList?: import("viem").AuthorizationList;
2998
+ chain?: import("viem").Chain | null;
2999
+ dataSuffix?: `0x${string}`;
3000
+ gas?: bigint;
3001
+ gasPrice?: bigint;
3002
+ maxFeePerGas?: bigint;
3003
+ maxPriorityFeePerGas?: bigint;
3004
+ nonce?: number;
3005
+ value?: bigint;
3006
+ }): Promise<boolean>;
3007
+ /**
3008
+ * Simulate BuyGenesisAddress
3009
+ * Returns gas estimate and result without sending transaction
3010
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3011
+ */
3012
+ BuyGenesisAddress(_address: `0x${string}`, options?: {
3013
+ accessList?: import("viem").AccessList;
3014
+ authorizationList?: import("viem").AuthorizationList;
3015
+ chain?: import("viem").Chain | null;
3016
+ dataSuffix?: `0x${string}`;
3017
+ gas?: bigint;
3018
+ gasPrice?: bigint;
3019
+ maxFeePerGas?: bigint;
3020
+ maxPriorityFeePerGas?: bigint;
3021
+ nonce?: number;
3022
+ value?: bigint;
3023
+ }): Promise<void>;
3024
+ /**
3025
+ * Simulate BuyGenesisLevel1FromNormal
3026
+ * Returns gas estimate and result without sending transaction
3027
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3028
+ */
3029
+ BuyGenesisLevel1FromNormal(_address: `0x${string}`, options?: {
3030
+ accessList?: import("viem").AccessList;
3031
+ authorizationList?: import("viem").AuthorizationList;
3032
+ chain?: import("viem").Chain | null;
3033
+ dataSuffix?: `0x${string}`;
3034
+ gas?: bigint;
3035
+ gasPrice?: bigint;
3036
+ maxFeePerGas?: bigint;
3037
+ maxPriorityFeePerGas?: bigint;
3038
+ nonce?: number;
3039
+ value?: bigint;
3040
+ }): Promise<void>;
3041
+ /**
3042
+ * Simulate BuyGenesisLevel2FromNormal
3043
+ * Returns gas estimate and result without sending transaction
3044
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3045
+ */
3046
+ BuyGenesisLevel2FromNormal(_address: `0x${string}`, options?: {
3047
+ accessList?: import("viem").AccessList;
3048
+ authorizationList?: import("viem").AuthorizationList;
3049
+ chain?: import("viem").Chain | null;
3050
+ dataSuffix?: `0x${string}`;
3051
+ gas?: bigint;
3052
+ gasPrice?: bigint;
3053
+ maxFeePerGas?: bigint;
3054
+ maxPriorityFeePerGas?: bigint;
3055
+ nonce?: number;
3056
+ value?: bigint;
3057
+ }): Promise<void>;
3058
+ /**
3059
+ * Simulate BuyGenesisLevel3FromNormal
3060
+ * Returns gas estimate and result without sending transaction
3061
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3062
+ */
3063
+ BuyGenesisLevel3FromNormal(_address: `0x${string}`, options?: {
3064
+ accessList?: import("viem").AccessList;
3065
+ authorizationList?: import("viem").AuthorizationList;
3066
+ chain?: import("viem").Chain | null;
3067
+ dataSuffix?: `0x${string}`;
3068
+ gas?: bigint;
3069
+ gasPrice?: bigint;
3070
+ maxFeePerGas?: bigint;
3071
+ maxPriorityFeePerGas?: bigint;
3072
+ nonce?: number;
3073
+ value?: bigint;
3074
+ }): Promise<void>;
3075
+ /**
3076
+ * Simulate BuyLuckyDrawTickets
3077
+ * Returns gas estimate and result without sending transaction
3078
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3079
+ */
3080
+ BuyLuckyDrawTickets(max: bigint[], options?: {
3081
+ accessList?: import("viem").AccessList;
3082
+ authorizationList?: import("viem").AuthorizationList;
3083
+ chain?: import("viem").Chain | null;
3084
+ dataSuffix?: `0x${string}`;
3085
+ gas?: bigint;
3086
+ gasPrice?: bigint;
3087
+ maxFeePerGas?: bigint;
3088
+ maxPriorityFeePerGas?: bigint;
3089
+ nonce?: number;
3090
+ value?: bigint;
3091
+ }): Promise<void>;
3092
+ /**
3093
+ * Simulate BuyNormalAddress
3094
+ * Returns gas estimate and result without sending transaction
3095
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3096
+ */
3097
+ BuyNormalAddress(_address: `0x${string}`, options?: {
3098
+ accessList?: import("viem").AccessList;
3099
+ authorizationList?: import("viem").AuthorizationList;
3100
+ chain?: import("viem").Chain | null;
3101
+ dataSuffix?: `0x${string}`;
3102
+ gas?: bigint;
3103
+ gasPrice?: bigint;
3104
+ maxFeePerGas?: bigint;
3105
+ maxPriorityFeePerGas?: bigint;
3106
+ nonce?: number;
3107
+ value?: bigint;
3108
+ }): Promise<void>;
3109
+ /**
3110
+ * Simulate BuyStakeGenesis
3111
+ * Returns gas estimate and result without sending transaction
3112
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3113
+ */
3114
+ BuyStakeGenesis(_address: `0x${string}`, _genesisAddressesToBurn: `0x${string}`[], options?: {
3115
+ accessList?: import("viem").AccessList;
3116
+ authorizationList?: import("viem").AuthorizationList;
3117
+ chain?: import("viem").Chain | null;
3118
+ dataSuffix?: `0x${string}`;
3119
+ gas?: bigint;
3120
+ gasPrice?: bigint;
3121
+ maxFeePerGas?: bigint;
3122
+ maxPriorityFeePerGas?: bigint;
3123
+ nonce?: number;
3124
+ value?: bigint;
3125
+ }): Promise<void>;
3126
+ /**
3127
+ * Simulate BuyStakeMNE
3128
+ * Returns gas estimate and result without sending transaction
3129
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3130
+ */
3131
+ BuyStakeMNE(_address: `0x${string}`, options?: {
3132
+ accessList?: import("viem").AccessList;
3133
+ authorizationList?: import("viem").AuthorizationList;
3134
+ chain?: import("viem").Chain | null;
3135
+ dataSuffix?: `0x${string}`;
3136
+ gas?: bigint;
3137
+ gasPrice?: bigint;
3138
+ maxFeePerGas?: bigint;
3139
+ maxPriorityFeePerGas?: bigint;
3140
+ nonce?: number;
3141
+ value?: bigint;
3142
+ }): Promise<void>;
3143
+ /**
3144
+ * Simulate ContractTransferAllFundsOut
3145
+ * Returns gas estimate and result without sending transaction
3146
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3147
+ */
3148
+ ContractTransferAllFundsOut(options?: {
3149
+ accessList?: import("viem").AccessList;
3150
+ authorizationList?: import("viem").AuthorizationList;
3151
+ chain?: import("viem").Chain | null;
3152
+ dataSuffix?: `0x${string}`;
3153
+ gas?: bigint;
3154
+ gasPrice?: bigint;
3155
+ maxFeePerGas?: bigint;
3156
+ maxPriorityFeePerGas?: bigint;
3157
+ nonce?: number;
3158
+ value?: bigint;
3159
+ }): Promise<void>;
3160
+ /**
3161
+ * Simulate CreateToken
3162
+ * Returns gas estimate and result without sending transaction
3163
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3164
+ */
3165
+ CreateToken(options?: {
3166
+ accessList?: import("viem").AccessList;
3167
+ authorizationList?: import("viem").AuthorizationList;
3168
+ chain?: import("viem").Chain | null;
3169
+ dataSuffix?: `0x${string}`;
3170
+ gas?: bigint;
3171
+ gasPrice?: bigint;
3172
+ maxFeePerGas?: bigint;
3173
+ maxPriorityFeePerGas?: bigint;
3174
+ nonce?: number;
3175
+ value?: bigint;
3176
+ }): Promise<void>;
3177
+ /**
3178
+ * Simulate CreateTokenICO
3179
+ * Returns gas estimate and result without sending transaction
3180
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3181
+ */
3182
+ CreateTokenICO(options?: {
3183
+ accessList?: import("viem").AccessList;
3184
+ authorizationList?: import("viem").AuthorizationList;
3185
+ chain?: import("viem").Chain | null;
3186
+ dataSuffix?: `0x${string}`;
3187
+ gas?: bigint;
3188
+ gasPrice?: bigint;
3189
+ maxFeePerGas?: bigint;
3190
+ maxPriorityFeePerGas?: bigint;
3191
+ nonce?: number;
3192
+ value?: bigint;
3193
+ }): Promise<void>;
3194
+ /**
3195
+ * Simulate Payment
3196
+ * Returns gas estimate and result without sending transaction
3197
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3198
+ */
3199
+ Payment(options?: {
3200
+ accessList?: import("viem").AccessList;
3201
+ authorizationList?: import("viem").AuthorizationList;
3202
+ chain?: import("viem").Chain | null;
3203
+ dataSuffix?: `0x${string}`;
3204
+ gas?: bigint;
3205
+ gasPrice?: bigint;
3206
+ maxFeePerGas?: bigint;
3207
+ maxPriorityFeePerGas?: bigint;
3208
+ nonce?: number;
3209
+ value?: bigint;
3210
+ }): Promise<void>;
3211
+ /**
3212
+ * Simulate PayoutStakeHolders
3213
+ * Returns gas estimate and result without sending transaction
3214
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3215
+ */
3216
+ PayoutStakeHolders(options?: {
3217
+ accessList?: import("viem").AccessList;
3218
+ authorizationList?: import("viem").AuthorizationList;
3219
+ chain?: import("viem").Chain | null;
3220
+ dataSuffix?: `0x${string}`;
3221
+ gas?: bigint;
3222
+ gasPrice?: bigint;
3223
+ maxFeePerGas?: bigint;
3224
+ maxPriorityFeePerGas?: bigint;
3225
+ nonce?: number;
3226
+ value?: bigint;
3227
+ }): Promise<void>;
3228
+ /**
3229
+ * Simulate ReceiverFunction1
3230
+ * Returns gas estimate and result without sending transaction
3231
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3232
+ */
3233
+ ReceiverFunction1(_mneAmount: bigint, _addressList: `0x${string}`[], _uintList: bigint[], options?: {
3234
+ accessList?: import("viem").AccessList;
3235
+ authorizationList?: import("viem").AuthorizationList;
3236
+ chain?: import("viem").Chain | null;
3237
+ dataSuffix?: `0x${string}`;
3238
+ gas?: bigint;
3239
+ gasPrice?: bigint;
3240
+ maxFeePerGas?: bigint;
3241
+ maxPriorityFeePerGas?: bigint;
3242
+ nonce?: number;
3243
+ value?: bigint;
3244
+ }): Promise<void>;
3245
+ /**
3246
+ * Simulate RemoveAllowAddressToDestroyGenesis
3247
+ * Returns gas estimate and result without sending transaction
3248
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3249
+ */
3250
+ RemoveAllowAddressToDestroyGenesis(options?: {
3251
+ accessList?: import("viem").AccessList;
3252
+ authorizationList?: import("viem").AuthorizationList;
3253
+ chain?: import("viem").Chain | null;
3254
+ dataSuffix?: `0x${string}`;
3255
+ gas?: bigint;
3256
+ gasPrice?: bigint;
3257
+ maxFeePerGas?: bigint;
3258
+ maxPriorityFeePerGas?: bigint;
3259
+ nonce?: number;
3260
+ value?: bigint;
3261
+ }): Promise<void>;
3262
+ /**
3263
+ * Simulate RemoveAllowReceiveGenesisTransfers
3264
+ * Returns gas estimate and result without sending transaction
3265
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3266
+ */
3267
+ RemoveAllowReceiveGenesisTransfers(options?: {
3268
+ accessList?: import("viem").AccessList;
3269
+ authorizationList?: import("viem").AuthorizationList;
3270
+ chain?: import("viem").Chain | null;
3271
+ dataSuffix?: `0x${string}`;
3272
+ gas?: bigint;
3273
+ gasPrice?: bigint;
3274
+ maxFeePerGas?: bigint;
3275
+ maxPriorityFeePerGas?: bigint;
3276
+ nonce?: number;
3277
+ value?: bigint;
3278
+ }): Promise<void>;
3279
+ /**
3280
+ * Simulate RemoveGenesisAddressFromSale
3281
+ * Returns gas estimate and result without sending transaction
3282
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3283
+ */
3284
+ RemoveGenesisAddressFromSale(options?: {
3285
+ accessList?: import("viem").AccessList;
3286
+ authorizationList?: import("viem").AuthorizationList;
3287
+ chain?: import("viem").Chain | null;
3288
+ dataSuffix?: `0x${string}`;
3289
+ gas?: bigint;
3290
+ gasPrice?: bigint;
3291
+ maxFeePerGas?: bigint;
3292
+ maxPriorityFeePerGas?: bigint;
3293
+ nonce?: number;
3294
+ value?: bigint;
3295
+ }): Promise<void>;
3296
+ /**
3297
+ * Simulate RemoveNormalAddressFromSale
3298
+ * Returns gas estimate and result without sending transaction
3299
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3300
+ */
3301
+ RemoveNormalAddressFromSale(options?: {
3302
+ accessList?: import("viem").AccessList;
3303
+ authorizationList?: import("viem").AuthorizationList;
3304
+ chain?: import("viem").Chain | null;
3305
+ dataSuffix?: `0x${string}`;
3306
+ gas?: bigint;
3307
+ gasPrice?: bigint;
3308
+ maxFeePerGas?: bigint;
3309
+ maxPriorityFeePerGas?: bigint;
3310
+ nonce?: number;
3311
+ value?: bigint;
3312
+ }): Promise<void>;
3313
+ /**
3314
+ * Simulate RemoveStakeFromSale
3315
+ * Returns gas estimate and result without sending transaction
3316
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3317
+ */
3318
+ RemoveStakeFromSale(options?: {
3319
+ accessList?: import("viem").AccessList;
3320
+ authorizationList?: import("viem").AuthorizationList;
3321
+ chain?: import("viem").Chain | null;
3322
+ dataSuffix?: `0x${string}`;
3323
+ gas?: bigint;
3324
+ gasPrice?: bigint;
3325
+ maxFeePerGas?: bigint;
3326
+ maxPriorityFeePerGas?: bigint;
3327
+ nonce?: number;
3328
+ value?: bigint;
3329
+ }): Promise<void>;
3330
+ /**
3331
+ * Simulate ServiceFunction1
3332
+ * Returns gas estimate and result without sending transaction
3333
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3334
+ */
3335
+ ServiceFunction1(_addressList: `0x${string}`[], _uintList: bigint[], options?: {
3336
+ accessList?: import("viem").AccessList;
3337
+ authorizationList?: import("viem").AuthorizationList;
3338
+ chain?: import("viem").Chain | null;
3339
+ dataSuffix?: `0x${string}`;
3340
+ gas?: bigint;
3341
+ gasPrice?: bigint;
3342
+ maxFeePerGas?: bigint;
3343
+ maxPriorityFeePerGas?: bigint;
3344
+ nonce?: number;
3345
+ value?: bigint;
3346
+ }): Promise<void>;
3347
+ /**
3348
+ * Simulate SetBlockPayouts
3349
+ * Returns gas estimate and result without sending transaction
3350
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3351
+ */
3352
+ SetBlockPayouts(toBlock: boolean, options?: {
3353
+ accessList?: import("viem").AccessList;
3354
+ authorizationList?: import("viem").AuthorizationList;
3355
+ chain?: import("viem").Chain | null;
3356
+ dataSuffix?: `0x${string}`;
3357
+ gas?: bigint;
3358
+ gasPrice?: bigint;
3359
+ maxFeePerGas?: bigint;
3360
+ maxPriorityFeePerGas?: bigint;
3361
+ nonce?: number;
3362
+ value?: bigint;
3363
+ }): Promise<void>;
3364
+ /**
3365
+ * Simulate SetGenesisForSale
3366
+ * Returns gas estimate and result without sending transaction
3367
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3368
+ */
3369
+ SetGenesisForSale(weiPrice: bigint, options?: {
3370
+ accessList?: import("viem").AccessList;
3371
+ authorizationList?: import("viem").AuthorizationList;
3372
+ chain?: import("viem").Chain | null;
3373
+ dataSuffix?: `0x${string}`;
3374
+ gas?: bigint;
3375
+ gasPrice?: bigint;
3376
+ maxFeePerGas?: bigint;
3377
+ maxPriorityFeePerGas?: bigint;
3378
+ nonce?: number;
3379
+ value?: bigint;
3380
+ }): Promise<void>;
3381
+ /**
3382
+ * Simulate SetNormalAddressForSale
3383
+ * Returns gas estimate and result without sending transaction
3384
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3385
+ */
3386
+ SetNormalAddressForSale(weiPricePerMNE: bigint, options?: {
3387
+ accessList?: import("viem").AccessList;
3388
+ authorizationList?: import("viem").AuthorizationList;
3389
+ chain?: import("viem").Chain | null;
3390
+ dataSuffix?: `0x${string}`;
3391
+ gas?: bigint;
3392
+ gasPrice?: bigint;
3393
+ maxFeePerGas?: bigint;
3394
+ maxPriorityFeePerGas?: bigint;
3395
+ nonce?: number;
3396
+ value?: bigint;
3397
+ }): Promise<void>;
3398
+ /**
3399
+ * Simulate SetStakeForSale
3400
+ * Returns gas estimate and result without sending transaction
3401
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3402
+ */
3403
+ SetStakeForSale(priceInWei: bigint, options?: {
3404
+ accessList?: import("viem").AccessList;
3405
+ authorizationList?: import("viem").AuthorizationList;
3406
+ chain?: import("viem").Chain | null;
3407
+ dataSuffix?: `0x${string}`;
3408
+ gas?: bigint;
3409
+ gasPrice?: bigint;
3410
+ maxFeePerGas?: bigint;
3411
+ maxPriorityFeePerGas?: bigint;
3412
+ nonce?: number;
3413
+ value?: bigint;
3414
+ }): Promise<void>;
3415
+ /**
3416
+ * Simulate StakeTransferGenesis
3417
+ * Returns gas estimate and result without sending transaction
3418
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3419
+ */
3420
+ StakeTransferGenesis(_to: `0x${string}`, _value: bigint, _genesisAddressesToBurn: `0x${string}`[], options?: {
3421
+ accessList?: import("viem").AccessList;
3422
+ authorizationList?: import("viem").AuthorizationList;
3423
+ chain?: import("viem").Chain | null;
3424
+ dataSuffix?: `0x${string}`;
3425
+ gas?: bigint;
3426
+ gasPrice?: bigint;
3427
+ maxFeePerGas?: bigint;
3428
+ maxPriorityFeePerGas?: bigint;
3429
+ nonce?: number;
3430
+ value?: bigint;
3431
+ }): Promise<void>;
3432
+ /**
3433
+ * Simulate StakeTransferMNE
3434
+ * Returns gas estimate and result without sending transaction
3435
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3436
+ */
3437
+ StakeTransferMNE(_to: `0x${string}`, _value: bigint, options?: {
3438
+ accessList?: import("viem").AccessList;
3439
+ authorizationList?: import("viem").AuthorizationList;
3440
+ chain?: import("viem").Chain | null;
3441
+ dataSuffix?: `0x${string}`;
3442
+ gas?: bigint;
3443
+ gasPrice?: bigint;
3444
+ maxFeePerGas?: bigint;
3445
+ maxPriorityFeePerGas?: bigint;
3446
+ nonce?: number;
3447
+ value?: bigint;
3448
+ }): Promise<void>;
3449
+ /**
3450
+ * Simulate Staking
3451
+ * Returns gas estimate and result without sending transaction
3452
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3453
+ */
3454
+ Staking(_amountToStake: bigint, _addressList: `0x${string}`[], uintList: bigint[], options?: {
3455
+ accessList?: import("viem").AccessList;
3456
+ authorizationList?: import("viem").AuthorizationList;
3457
+ chain?: import("viem").Chain | null;
3458
+ dataSuffix?: `0x${string}`;
3459
+ gas?: bigint;
3460
+ gasPrice?: bigint;
3461
+ maxFeePerGas?: bigint;
3462
+ maxPriorityFeePerGas?: bigint;
3463
+ nonce?: number;
3464
+ value?: bigint;
3465
+ }): Promise<void>;
3466
+ /**
3467
+ * Simulate TransferGenesis
3468
+ * Returns gas estimate and result without sending transaction
3469
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3470
+ */
3471
+ TransferGenesis(_to: `0x${string}`, options?: {
3472
+ accessList?: import("viem").AccessList;
3473
+ authorizationList?: import("viem").AuthorizationList;
3474
+ chain?: import("viem").Chain | null;
3475
+ dataSuffix?: `0x${string}`;
3476
+ gas?: bigint;
3477
+ gasPrice?: bigint;
3478
+ maxFeePerGas?: bigint;
3479
+ maxPriorityFeePerGas?: bigint;
3480
+ nonce?: number;
3481
+ value?: bigint;
3482
+ }): Promise<void>;
3483
+ /**
3484
+ * Simulate UpgradeOthersToLevel2FromLevel1
3485
+ * Returns gas estimate and result without sending transaction
3486
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3487
+ */
3488
+ UpgradeOthersToLevel2FromLevel1(_addresses: `0x${string}`[], options?: {
3489
+ accessList?: import("viem").AccessList;
3490
+ authorizationList?: import("viem").AuthorizationList;
3491
+ chain?: import("viem").Chain | null;
3492
+ dataSuffix?: `0x${string}`;
3493
+ gas?: bigint;
3494
+ gasPrice?: bigint;
3495
+ maxFeePerGas?: bigint;
3496
+ maxPriorityFeePerGas?: bigint;
3497
+ nonce?: number;
3498
+ value?: bigint;
3499
+ }): Promise<void>;
3500
+ /**
3501
+ * Simulate UpgradeOthersToLevel3FromDev
3502
+ * Returns gas estimate and result without sending transaction
3503
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3504
+ */
3505
+ UpgradeOthersToLevel3FromDev(_addresses: `0x${string}`[], options?: {
3506
+ accessList?: import("viem").AccessList;
3507
+ authorizationList?: import("viem").AuthorizationList;
3508
+ chain?: import("viem").Chain | null;
3509
+ dataSuffix?: `0x${string}`;
3510
+ gas?: bigint;
3511
+ gasPrice?: bigint;
3512
+ maxFeePerGas?: bigint;
3513
+ maxPriorityFeePerGas?: bigint;
3514
+ nonce?: number;
3515
+ value?: bigint;
3516
+ }): Promise<void>;
3517
+ /**
3518
+ * Simulate UpgradeOthersToLevel3FromLevel1
3519
+ * Returns gas estimate and result without sending transaction
3520
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3521
+ */
3522
+ UpgradeOthersToLevel3FromLevel1(_addresses: `0x${string}`[], options?: {
3523
+ accessList?: import("viem").AccessList;
3524
+ authorizationList?: import("viem").AuthorizationList;
3525
+ chain?: import("viem").Chain | null;
3526
+ dataSuffix?: `0x${string}`;
3527
+ gas?: bigint;
3528
+ gasPrice?: bigint;
3529
+ maxFeePerGas?: bigint;
3530
+ maxPriorityFeePerGas?: bigint;
3531
+ nonce?: number;
3532
+ value?: bigint;
3533
+ }): Promise<void>;
3534
+ /**
3535
+ * Simulate UpgradeOthersToLevel3FromLevel2
3536
+ * Returns gas estimate and result without sending transaction
3537
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3538
+ */
3539
+ UpgradeOthersToLevel3FromLevel2(_addresses: `0x${string}`[], options?: {
3540
+ accessList?: import("viem").AccessList;
3541
+ authorizationList?: import("viem").AuthorizationList;
3542
+ chain?: import("viem").Chain | null;
3543
+ dataSuffix?: `0x${string}`;
3544
+ gas?: bigint;
3545
+ gasPrice?: bigint;
3546
+ maxFeePerGas?: bigint;
3547
+ maxPriorityFeePerGas?: bigint;
3548
+ nonce?: number;
3549
+ value?: bigint;
3550
+ }): Promise<void>;
3551
+ /**
3552
+ * Simulate UpgradeToLevel2FromLevel1
3553
+ * Returns gas estimate and result without sending transaction
3554
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3555
+ */
3556
+ UpgradeToLevel2FromLevel1(options?: {
3557
+ accessList?: import("viem").AccessList;
3558
+ authorizationList?: import("viem").AuthorizationList;
3559
+ chain?: import("viem").Chain | null;
3560
+ dataSuffix?: `0x${string}`;
3561
+ gas?: bigint;
3562
+ gasPrice?: bigint;
3563
+ maxFeePerGas?: bigint;
3564
+ maxPriorityFeePerGas?: bigint;
3565
+ nonce?: number;
3566
+ value?: bigint;
3567
+ }): Promise<void>;
3568
+ /**
3569
+ * Simulate UpgradeToLevel3FromDev
3570
+ * Returns gas estimate and result without sending transaction
3571
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3572
+ */
3573
+ UpgradeToLevel3FromDev(options?: {
3574
+ accessList?: import("viem").AccessList;
3575
+ authorizationList?: import("viem").AuthorizationList;
3576
+ chain?: import("viem").Chain | null;
3577
+ dataSuffix?: `0x${string}`;
3578
+ gas?: bigint;
3579
+ gasPrice?: bigint;
3580
+ maxFeePerGas?: bigint;
3581
+ maxPriorityFeePerGas?: bigint;
3582
+ nonce?: number;
3583
+ value?: bigint;
3584
+ }): Promise<void>;
3585
+ /**
3586
+ * Simulate UpgradeToLevel3FromLevel1
3587
+ * Returns gas estimate and result without sending transaction
3588
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3589
+ */
3590
+ UpgradeToLevel3FromLevel1(options?: {
3591
+ accessList?: import("viem").AccessList;
3592
+ authorizationList?: import("viem").AuthorizationList;
3593
+ chain?: import("viem").Chain | null;
3594
+ dataSuffix?: `0x${string}`;
3595
+ gas?: bigint;
3596
+ gasPrice?: bigint;
3597
+ maxFeePerGas?: bigint;
3598
+ maxPriorityFeePerGas?: bigint;
3599
+ nonce?: number;
3600
+ value?: bigint;
3601
+ }): Promise<void>;
3602
+ /**
3603
+ * Simulate UpgradeToLevel3FromLevel2
3604
+ * Returns gas estimate and result without sending transaction
3605
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3606
+ */
3607
+ UpgradeToLevel3FromLevel2(options?: {
3608
+ accessList?: import("viem").AccessList;
3609
+ authorizationList?: import("viem").AuthorizationList;
3610
+ chain?: import("viem").Chain | null;
3611
+ dataSuffix?: `0x${string}`;
3612
+ gas?: bigint;
3613
+ gasPrice?: bigint;
3614
+ maxFeePerGas?: bigint;
3615
+ maxPriorityFeePerGas?: bigint;
3616
+ nonce?: number;
3617
+ value?: bigint;
3618
+ }): Promise<void>;
3619
+ /**
3620
+ * Simulate amountOfGenesisToBuyStakesSet
3621
+ * Returns gas estimate and result without sending transaction
3622
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3623
+ */
3624
+ amountOfGenesisToBuyStakesSet(_amountOfGenesisToBuyStakes: bigint, options?: {
3625
+ accessList?: import("viem").AccessList;
3626
+ authorizationList?: import("viem").AuthorizationList;
3627
+ chain?: import("viem").Chain | null;
3628
+ dataSuffix?: `0x${string}`;
3629
+ gas?: bigint;
3630
+ gasPrice?: bigint;
3631
+ maxFeePerGas?: bigint;
3632
+ maxPriorityFeePerGas?: bigint;
3633
+ nonce?: number;
3634
+ value?: bigint;
3635
+ }): Promise<void>;
3636
+ /**
3637
+ * Simulate amountOfGenesisToTransferStakesSet
3638
+ * Returns gas estimate and result without sending transaction
3639
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3640
+ */
3641
+ amountOfGenesisToTransferStakesSet(_amountOfGenesisToTransferStakes: bigint, options?: {
3642
+ accessList?: import("viem").AccessList;
3643
+ authorizationList?: import("viem").AuthorizationList;
3644
+ chain?: import("viem").Chain | null;
3645
+ dataSuffix?: `0x${string}`;
3646
+ gas?: bigint;
3647
+ gasPrice?: bigint;
3648
+ maxFeePerGas?: bigint;
3649
+ maxPriorityFeePerGas?: bigint;
3650
+ nonce?: number;
3651
+ value?: bigint;
3652
+ }): Promise<void>;
3653
+ /**
3654
+ * Simulate amountOfMNEForTokenICOSet
3655
+ * Returns gas estimate and result without sending transaction
3656
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3657
+ */
3658
+ amountOfMNEForTokenICOSet(_amountOfMNEForTokenICO: bigint, options?: {
3659
+ accessList?: import("viem").AccessList;
3660
+ authorizationList?: import("viem").AuthorizationList;
3661
+ chain?: import("viem").Chain | null;
3662
+ dataSuffix?: `0x${string}`;
3663
+ gas?: bigint;
3664
+ gasPrice?: bigint;
3665
+ maxFeePerGas?: bigint;
3666
+ maxPriorityFeePerGas?: bigint;
3667
+ nonce?: number;
3668
+ value?: bigint;
3669
+ }): Promise<void>;
3670
+ /**
3671
+ * Simulate amountOfMNEForTokenSet
3672
+ * Returns gas estimate and result without sending transaction
3673
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3674
+ */
3675
+ amountOfMNEForTokenSet(_amountOfMNEForToken: bigint, options?: {
3676
+ accessList?: import("viem").AccessList;
3677
+ authorizationList?: import("viem").AuthorizationList;
3678
+ chain?: import("viem").Chain | null;
3679
+ dataSuffix?: `0x${string}`;
3680
+ gas?: bigint;
3681
+ gasPrice?: bigint;
3682
+ maxFeePerGas?: bigint;
3683
+ maxPriorityFeePerGas?: bigint;
3684
+ nonce?: number;
3685
+ value?: bigint;
3686
+ }): Promise<void>;
3687
+ /**
3688
+ * Simulate amountOfMNEToBuyStakesSet
3689
+ * Returns gas estimate and result without sending transaction
3690
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3691
+ */
3692
+ amountOfMNEToBuyStakesSet(_amountOfMNEToBuyStakes: bigint, options?: {
3693
+ accessList?: import("viem").AccessList;
3694
+ authorizationList?: import("viem").AuthorizationList;
3695
+ chain?: import("viem").Chain | null;
3696
+ dataSuffix?: `0x${string}`;
3697
+ gas?: bigint;
3698
+ gasPrice?: bigint;
3699
+ maxFeePerGas?: bigint;
3700
+ maxPriorityFeePerGas?: bigint;
3701
+ nonce?: number;
3702
+ value?: bigint;
3703
+ }): Promise<void>;
3704
+ /**
3705
+ * Simulate amountOfMNEToTransferStakesSet
3706
+ * Returns gas estimate and result without sending transaction
3707
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3708
+ */
3709
+ amountOfMNEToTransferStakesSet(_amountOfMNEToTransferStakes: bigint, options?: {
3710
+ accessList?: import("viem").AccessList;
3711
+ authorizationList?: import("viem").AuthorizationList;
3712
+ chain?: import("viem").Chain | null;
3713
+ dataSuffix?: `0x${string}`;
3714
+ gas?: bigint;
3715
+ gasPrice?: bigint;
3716
+ maxFeePerGas?: bigint;
3717
+ maxPriorityFeePerGas?: bigint;
3718
+ nonce?: number;
3719
+ value?: bigint;
3720
+ }): Promise<void>;
3721
+ /**
3722
+ * Simulate approve
3723
+ * Returns gas estimate and result without sending transaction
3724
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3725
+ */
3726
+ approve(_spender: `0x${string}`, _amount: bigint, options?: {
3727
+ accessList?: import("viem").AccessList;
3728
+ authorizationList?: import("viem").AuthorizationList;
3729
+ chain?: import("viem").Chain | null;
3730
+ dataSuffix?: `0x${string}`;
3731
+ gas?: bigint;
3732
+ gasPrice?: bigint;
3733
+ maxFeePerGas?: bigint;
3734
+ maxPriorityFeePerGas?: bigint;
3735
+ nonce?: number;
3736
+ value?: bigint;
3737
+ }): Promise<boolean>;
3738
+ /**
3739
+ * Simulate ethFeeForSellerLevel1Set
3740
+ * Returns gas estimate and result without sending transaction
3741
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3742
+ */
3743
+ ethFeeForSellerLevel1Set(_ethFeeForSellerLevel1: bigint, options?: {
3744
+ accessList?: import("viem").AccessList;
3745
+ authorizationList?: import("viem").AuthorizationList;
3746
+ chain?: import("viem").Chain | null;
3747
+ dataSuffix?: `0x${string}`;
3748
+ gas?: bigint;
3749
+ gasPrice?: bigint;
3750
+ maxFeePerGas?: bigint;
3751
+ maxPriorityFeePerGas?: bigint;
3752
+ nonce?: number;
3753
+ value?: bigint;
3754
+ }): Promise<void>;
3755
+ /**
3756
+ * Simulate ethFeeForTokenICOSet
3757
+ * Returns gas estimate and result without sending transaction
3758
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3759
+ */
3760
+ ethFeeForTokenICOSet(_ethFeeForTokenICO: bigint, options?: {
3761
+ accessList?: import("viem").AccessList;
3762
+ authorizationList?: import("viem").AuthorizationList;
3763
+ chain?: import("viem").Chain | null;
3764
+ dataSuffix?: `0x${string}`;
3765
+ gas?: bigint;
3766
+ gasPrice?: bigint;
3767
+ maxFeePerGas?: bigint;
3768
+ maxPriorityFeePerGas?: bigint;
3769
+ nonce?: number;
3770
+ value?: bigint;
3771
+ }): Promise<void>;
3772
+ /**
3773
+ * Simulate ethFeeForTokenSet
3774
+ * Returns gas estimate and result without sending transaction
3775
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3776
+ */
3777
+ ethFeeForTokenSet(_ethFeeForToken: bigint, options?: {
3778
+ accessList?: import("viem").AccessList;
3779
+ authorizationList?: import("viem").AuthorizationList;
3780
+ chain?: import("viem").Chain | null;
3781
+ dataSuffix?: `0x${string}`;
3782
+ gas?: bigint;
3783
+ gasPrice?: bigint;
3784
+ maxFeePerGas?: bigint;
3785
+ maxPriorityFeePerGas?: bigint;
3786
+ nonce?: number;
3787
+ value?: bigint;
3788
+ }): Promise<void>;
3789
+ /**
3790
+ * Simulate ethFeeToBuyLevel1Set
3791
+ * Returns gas estimate and result without sending transaction
3792
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3793
+ */
3794
+ ethFeeToBuyLevel1Set(_ethFeeToBuyLevel1: bigint, options?: {
3795
+ accessList?: import("viem").AccessList;
3796
+ authorizationList?: import("viem").AuthorizationList;
3797
+ chain?: import("viem").Chain | null;
3798
+ dataSuffix?: `0x${string}`;
3799
+ gas?: bigint;
3800
+ gasPrice?: bigint;
3801
+ maxFeePerGas?: bigint;
3802
+ maxPriorityFeePerGas?: bigint;
3803
+ nonce?: number;
3804
+ value?: bigint;
3805
+ }): Promise<void>;
3806
+ /**
3807
+ * Simulate ethFeeToUpgradeToLevel2Set
3808
+ * Returns gas estimate and result without sending transaction
3809
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3810
+ */
3811
+ ethFeeToUpgradeToLevel2Set(_ethFeeToUpgradeToLevel2: bigint, options?: {
3812
+ accessList?: import("viem").AccessList;
3813
+ authorizationList?: import("viem").AuthorizationList;
3814
+ chain?: import("viem").Chain | null;
3815
+ dataSuffix?: `0x${string}`;
3816
+ gas?: bigint;
3817
+ gasPrice?: bigint;
3818
+ maxFeePerGas?: bigint;
3819
+ maxPriorityFeePerGas?: bigint;
3820
+ nonce?: number;
3821
+ value?: bigint;
3822
+ }): Promise<void>;
3823
+ /**
3824
+ * Simulate ethFeeToUpgradeToLevel3Set
3825
+ * Returns gas estimate and result without sending transaction
3826
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3827
+ */
3828
+ ethFeeToUpgradeToLevel3Set(_ethFeeToUpgradeToLevel3: bigint, options?: {
3829
+ accessList?: import("viem").AccessList;
3830
+ authorizationList?: import("viem").AuthorizationList;
3831
+ chain?: import("viem").Chain | null;
3832
+ dataSuffix?: `0x${string}`;
3833
+ gas?: bigint;
3834
+ gasPrice?: bigint;
3835
+ maxFeePerGas?: bigint;
3836
+ maxPriorityFeePerGas?: bigint;
3837
+ nonce?: number;
3838
+ value?: bigint;
3839
+ }): Promise<void>;
3840
+ /**
3841
+ * Simulate ethPercentFeeGenesisExchangeSet
3842
+ * Returns gas estimate and result without sending transaction
3843
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3844
+ */
3845
+ ethPercentFeeGenesisExchangeSet(_ethPercentFeeGenesisExchange: bigint, options?: {
3846
+ accessList?: import("viem").AccessList;
3847
+ authorizationList?: import("viem").AuthorizationList;
3848
+ chain?: import("viem").Chain | null;
3849
+ dataSuffix?: `0x${string}`;
3850
+ gas?: bigint;
3851
+ gasPrice?: bigint;
3852
+ maxFeePerGas?: bigint;
3853
+ maxPriorityFeePerGas?: bigint;
3854
+ nonce?: number;
3855
+ value?: bigint;
3856
+ }): Promise<void>;
3857
+ /**
3858
+ * Simulate ethPercentFeeNormalExchangeSet
3859
+ * Returns gas estimate and result without sending transaction
3860
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3861
+ */
3862
+ ethPercentFeeNormalExchangeSet(_ethPercentFeeNormalExchange: bigint, options?: {
3863
+ accessList?: import("viem").AccessList;
3864
+ authorizationList?: import("viem").AuthorizationList;
3865
+ chain?: import("viem").Chain | null;
3866
+ dataSuffix?: `0x${string}`;
3867
+ gas?: bigint;
3868
+ gasPrice?: bigint;
3869
+ maxFeePerGas?: bigint;
3870
+ maxPriorityFeePerGas?: bigint;
3871
+ nonce?: number;
3872
+ value?: bigint;
3873
+ }): Promise<void>;
3874
+ /**
3875
+ * Simulate ethPercentStakeExchangeSet
3876
+ * Returns gas estimate and result without sending transaction
3877
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3878
+ */
3879
+ ethPercentStakeExchangeSet(_ethPercentStakeExchange: bigint, options?: {
3880
+ accessList?: import("viem").AccessList;
3881
+ authorizationList?: import("viem").AuthorizationList;
3882
+ chain?: import("viem").Chain | null;
3883
+ dataSuffix?: `0x${string}`;
3884
+ gas?: bigint;
3885
+ gasPrice?: bigint;
3886
+ maxFeePerGas?: bigint;
3887
+ maxPriorityFeePerGas?: bigint;
3888
+ nonce?: number;
3889
+ value?: bigint;
3890
+ }): Promise<void>;
3891
+ /**
3892
+ * Simulate externalReceiver1
3893
+ * Returns gas estimate and result without sending transaction
3894
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3895
+ */
3896
+ externalReceiver1(_address: `0x${string}`, options?: {
3897
+ accessList?: import("viem").AccessList;
3898
+ authorizationList?: import("viem").AuthorizationList;
3899
+ chain?: import("viem").Chain | null;
3900
+ dataSuffix?: `0x${string}`;
3901
+ gas?: bigint;
3902
+ gasPrice?: bigint;
3903
+ maxFeePerGas?: bigint;
3904
+ maxPriorityFeePerGas?: bigint;
3905
+ nonce?: number;
3906
+ value?: bigint;
3907
+ }): Promise<void>;
3908
+ /**
3909
+ * Simulate externalService1
3910
+ * Returns gas estimate and result without sending transaction
3911
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3912
+ */
3913
+ externalService1(_address: `0x${string}`, options?: {
3914
+ accessList?: import("viem").AccessList;
3915
+ authorizationList?: import("viem").AuthorizationList;
3916
+ chain?: import("viem").Chain | null;
3917
+ dataSuffix?: `0x${string}`;
3918
+ gas?: bigint;
3919
+ gasPrice?: bigint;
3920
+ maxFeePerGas?: bigint;
3921
+ maxPriorityFeePerGas?: bigint;
3922
+ nonce?: number;
3923
+ value?: bigint;
3924
+ }): Promise<void>;
3925
+ /**
3926
+ * Simulate loadLuckyDraw
3927
+ * Returns gas estimate and result without sending transaction
3928
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3929
+ */
3930
+ loadLuckyDraw(_address: `0x${string}`, options?: {
3931
+ accessList?: import("viem").AccessList;
3932
+ authorizationList?: import("viem").AuthorizationList;
3933
+ chain?: import("viem").Chain | null;
3934
+ dataSuffix?: `0x${string}`;
3935
+ gas?: bigint;
3936
+ gasPrice?: bigint;
3937
+ maxFeePerGas?: bigint;
3938
+ maxPriorityFeePerGas?: bigint;
3939
+ nonce?: number;
3940
+ value?: bigint;
3941
+ }): Promise<void>;
3942
+ /**
3943
+ * Simulate loadMNEStaking
3944
+ * Returns gas estimate and result without sending transaction
3945
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3946
+ */
3947
+ loadMNEStaking(_address: `0x${string}`, options?: {
3948
+ accessList?: import("viem").AccessList;
3949
+ authorizationList?: import("viem").AuthorizationList;
3950
+ chain?: import("viem").Chain | null;
3951
+ dataSuffix?: `0x${string}`;
3952
+ gas?: bigint;
3953
+ gasPrice?: bigint;
3954
+ maxFeePerGas?: bigint;
3955
+ maxPriorityFeePerGas?: bigint;
3956
+ nonce?: number;
3957
+ value?: bigint;
3958
+ }): Promise<void>;
3959
+ /**
3960
+ * Simulate registerAddresses
3961
+ * Returns gas estimate and result without sending transaction
3962
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3963
+ */
3964
+ registerAddresses(_addressList: `0x${string}`[], options?: {
3965
+ accessList?: import("viem").AccessList;
3966
+ authorizationList?: import("viem").AuthorizationList;
3967
+ chain?: import("viem").Chain | null;
3968
+ dataSuffix?: `0x${string}`;
3969
+ gas?: bigint;
3970
+ gasPrice?: bigint;
3971
+ maxFeePerGas?: bigint;
3972
+ maxPriorityFeePerGas?: bigint;
3973
+ nonce?: number;
3974
+ value?: bigint;
3975
+ }): Promise<void>;
3976
+ /**
3977
+ * Simulate registerAddressesValue
3978
+ * Returns gas estimate and result without sending transaction
3979
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3980
+ */
3981
+ registerAddressesValue(_addressList: `0x${string}`[], _value: bigint, options?: {
3982
+ accessList?: import("viem").AccessList;
3983
+ authorizationList?: import("viem").AuthorizationList;
3984
+ chain?: import("viem").Chain | null;
3985
+ dataSuffix?: `0x${string}`;
3986
+ gas?: bigint;
3987
+ gasPrice?: bigint;
3988
+ maxFeePerGas?: bigint;
3989
+ maxPriorityFeePerGas?: bigint;
3990
+ nonce?: number;
3991
+ value?: bigint;
3992
+ }): Promise<void>;
3993
+ /**
3994
+ * Simulate reloadBaseTransfers
3995
+ * Returns gas estimate and result without sending transaction
3996
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
3997
+ */
3998
+ reloadBaseTransfers(_address: `0x${string}`, options?: {
3999
+ accessList?: import("viem").AccessList;
4000
+ authorizationList?: import("viem").AuthorizationList;
4001
+ chain?: import("viem").Chain | null;
4002
+ dataSuffix?: `0x${string}`;
4003
+ gas?: bigint;
4004
+ gasPrice?: bigint;
4005
+ maxFeePerGas?: bigint;
4006
+ maxPriorityFeePerGas?: bigint;
4007
+ nonce?: number;
4008
+ value?: bigint;
4009
+ }): Promise<void>;
4010
+ /**
4011
+ * Simulate reloadGenesis
4012
+ * Returns gas estimate and result without sending transaction
4013
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4014
+ */
4015
+ reloadGenesis(_address: `0x${string}`, options?: {
4016
+ accessList?: import("viem").AccessList;
4017
+ authorizationList?: import("viem").AuthorizationList;
4018
+ chain?: import("viem").Chain | null;
4019
+ dataSuffix?: `0x${string}`;
4020
+ gas?: bigint;
4021
+ gasPrice?: bigint;
4022
+ maxFeePerGas?: bigint;
4023
+ maxPriorityFeePerGas?: bigint;
4024
+ nonce?: number;
4025
+ value?: bigint;
4026
+ }): Promise<void>;
4027
+ /**
4028
+ * Simulate reloadGenesisBuys
4029
+ * Returns gas estimate and result without sending transaction
4030
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4031
+ */
4032
+ reloadGenesisBuys(_address: `0x${string}`, options?: {
4033
+ accessList?: import("viem").AccessList;
4034
+ authorizationList?: import("viem").AuthorizationList;
4035
+ chain?: import("viem").Chain | null;
4036
+ dataSuffix?: `0x${string}`;
4037
+ gas?: bigint;
4038
+ gasPrice?: bigint;
4039
+ maxFeePerGas?: bigint;
4040
+ maxPriorityFeePerGas?: bigint;
4041
+ nonce?: number;
4042
+ value?: bigint;
4043
+ }): Promise<void>;
4044
+ /**
4045
+ * Simulate reloadNormalAddress
4046
+ * Returns gas estimate and result without sending transaction
4047
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4048
+ */
4049
+ reloadNormalAddress(_address: `0x${string}`, options?: {
4050
+ accessList?: import("viem").AccessList;
4051
+ authorizationList?: import("viem").AuthorizationList;
4052
+ chain?: import("viem").Chain | null;
4053
+ dataSuffix?: `0x${string}`;
4054
+ gas?: bigint;
4055
+ gasPrice?: bigint;
4056
+ maxFeePerGas?: bigint;
4057
+ maxPriorityFeePerGas?: bigint;
4058
+ nonce?: number;
4059
+ value?: bigint;
4060
+ }): Promise<void>;
4061
+ /**
4062
+ * Simulate reloadPublicArrays
4063
+ * Returns gas estimate and result without sending transaction
4064
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4065
+ */
4066
+ reloadPublicArrays(_address: `0x${string}`, code: bigint, options?: {
4067
+ accessList?: import("viem").AccessList;
4068
+ authorizationList?: import("viem").AuthorizationList;
4069
+ chain?: import("viem").Chain | null;
4070
+ dataSuffix?: `0x${string}`;
4071
+ gas?: bigint;
4072
+ gasPrice?: bigint;
4073
+ maxFeePerGas?: bigint;
4074
+ maxPriorityFeePerGas?: bigint;
4075
+ nonce?: number;
4076
+ value?: bigint;
4077
+ }): Promise<void>;
4078
+ /**
4079
+ * Simulate reloadPublicCalls
4080
+ * Returns gas estimate and result without sending transaction
4081
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4082
+ */
4083
+ reloadPublicCalls(_address: `0x${string}`, code: bigint, options?: {
4084
+ accessList?: import("viem").AccessList;
4085
+ authorizationList?: import("viem").AuthorizationList;
4086
+ chain?: import("viem").Chain | null;
4087
+ dataSuffix?: `0x${string}`;
4088
+ gas?: bigint;
4089
+ gasPrice?: bigint;
4090
+ maxFeePerGas?: bigint;
4091
+ maxPriorityFeePerGas?: bigint;
4092
+ nonce?: number;
4093
+ value?: bigint;
4094
+ }): Promise<void>;
4095
+ /**
4096
+ * Simulate reloadStakeBuys
4097
+ * Returns gas estimate and result without sending transaction
4098
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4099
+ */
4100
+ reloadStakeBuys(_address: `0x${string}`, options?: {
4101
+ accessList?: import("viem").AccessList;
4102
+ authorizationList?: import("viem").AuthorizationList;
4103
+ chain?: import("viem").Chain | null;
4104
+ dataSuffix?: `0x${string}`;
4105
+ gas?: bigint;
4106
+ gasPrice?: bigint;
4107
+ maxFeePerGas?: bigint;
4108
+ maxPriorityFeePerGas?: bigint;
4109
+ nonce?: number;
4110
+ value?: bigint;
4111
+ }): Promise<void>;
4112
+ /**
4113
+ * Simulate reloadStakes
4114
+ * Returns gas estimate and result without sending transaction
4115
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4116
+ */
4117
+ reloadStakes(_address: `0x${string}`, options?: {
4118
+ accessList?: import("viem").AccessList;
4119
+ authorizationList?: import("viem").AuthorizationList;
4120
+ chain?: import("viem").Chain | null;
4121
+ dataSuffix?: `0x${string}`;
4122
+ gas?: bigint;
4123
+ gasPrice?: bigint;
4124
+ maxFeePerGas?: bigint;
4125
+ maxPriorityFeePerGas?: bigint;
4126
+ nonce?: number;
4127
+ value?: bigint;
4128
+ }): Promise<void>;
4129
+ /**
4130
+ * Simulate reloadTokenService
4131
+ * Returns gas estimate and result without sending transaction
4132
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4133
+ */
4134
+ reloadTokenService(_address: `0x${string}`, options?: {
4135
+ accessList?: import("viem").AccessList;
4136
+ authorizationList?: import("viem").AuthorizationList;
4137
+ chain?: import("viem").Chain | null;
4138
+ dataSuffix?: `0x${string}`;
4139
+ gas?: bigint;
4140
+ gasPrice?: bigint;
4141
+ maxFeePerGas?: bigint;
4142
+ maxPriorityFeePerGas?: bigint;
4143
+ nonce?: number;
4144
+ value?: bigint;
4145
+ }): Promise<void>;
4146
+ /**
4147
+ * Simulate setBalanceNormalAddress
4148
+ * Returns gas estimate and result without sending transaction
4149
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4150
+ */
4151
+ setBalanceNormalAddress(_address: `0x${string}`, _balance: bigint, options?: {
4152
+ accessList?: import("viem").AccessList;
4153
+ authorizationList?: import("viem").AuthorizationList;
4154
+ chain?: import("viem").Chain | null;
4155
+ dataSuffix?: `0x${string}`;
4156
+ gas?: bigint;
4157
+ gasPrice?: bigint;
4158
+ maxFeePerGas?: bigint;
4159
+ maxPriorityFeePerGas?: bigint;
4160
+ nonce?: number;
4161
+ value?: bigint;
4162
+ }): Promise<void>;
4163
+ /**
4164
+ * Simulate setBalanceStakes
4165
+ * Returns gas estimate and result without sending transaction
4166
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4167
+ */
4168
+ setBalanceStakes(_address: `0x${string}`, balance: bigint, options?: {
4169
+ accessList?: import("viem").AccessList;
4170
+ authorizationList?: import("viem").AuthorizationList;
4171
+ chain?: import("viem").Chain | null;
4172
+ dataSuffix?: `0x${string}`;
4173
+ gas?: bigint;
4174
+ gasPrice?: bigint;
4175
+ maxFeePerGas?: bigint;
4176
+ maxPriorityFeePerGas?: bigint;
4177
+ nonce?: number;
4178
+ value?: bigint;
4179
+ }): Promise<void>;
4180
+ /**
4181
+ * Simulate setPayoutOwner
4182
+ * Returns gas estimate and result without sending transaction
4183
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4184
+ */
4185
+ setPayoutOwner(options?: {
4186
+ accessList?: import("viem").AccessList;
4187
+ authorizationList?: import("viem").AuthorizationList;
4188
+ chain?: import("viem").Chain | null;
4189
+ dataSuffix?: `0x${string}`;
4190
+ gas?: bigint;
4191
+ gasPrice?: bigint;
4192
+ maxFeePerGas?: bigint;
4193
+ maxPriorityFeePerGas?: bigint;
4194
+ nonce?: number;
4195
+ value?: bigint;
4196
+ }): Promise<void>;
4197
+ /**
4198
+ * Simulate setSecondaryPayoutAddress
4199
+ * Returns gas estimate and result without sending transaction
4200
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4201
+ */
4202
+ setSecondaryPayoutAddress(_address: `0x${string}`, options?: {
4203
+ accessList?: import("viem").AccessList;
4204
+ authorizationList?: import("viem").AuthorizationList;
4205
+ chain?: import("viem").Chain | null;
4206
+ dataSuffix?: `0x${string}`;
4207
+ gas?: bigint;
4208
+ gasPrice?: bigint;
4209
+ maxFeePerGas?: bigint;
4210
+ maxPriorityFeePerGas?: bigint;
4211
+ nonce?: number;
4212
+ value?: bigint;
4213
+ }): Promise<void>;
4214
+ /**
4215
+ * Simulate setUpdater
4216
+ * Returns gas estimate and result without sending transaction
4217
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4218
+ */
4219
+ setUpdater(options?: {
4220
+ accessList?: import("viem").AccessList;
4221
+ authorizationList?: import("viem").AuthorizationList;
4222
+ chain?: import("viem").Chain | null;
4223
+ dataSuffix?: `0x${string}`;
4224
+ gas?: bigint;
4225
+ gasPrice?: bigint;
4226
+ maxFeePerGas?: bigint;
4227
+ maxPriorityFeePerGas?: bigint;
4228
+ nonce?: number;
4229
+ value?: bigint;
4230
+ }): Promise<void>;
4231
+ /**
4232
+ * Simulate stakeDecimalsSet
4233
+ * Returns gas estimate and result without sending transaction
4234
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4235
+ */
4236
+ stakeDecimalsSet(_stakeDecimals: bigint, options?: {
4237
+ accessList?: import("viem").AccessList;
4238
+ authorizationList?: import("viem").AuthorizationList;
4239
+ chain?: import("viem").Chain | null;
4240
+ dataSuffix?: `0x${string}`;
4241
+ gas?: bigint;
4242
+ gasPrice?: bigint;
4243
+ maxFeePerGas?: bigint;
4244
+ maxPriorityFeePerGas?: bigint;
4245
+ nonce?: number;
4246
+ value?: bigint;
4247
+ }): Promise<void>;
4248
+ /**
4249
+ * Simulate stopSetup
4250
+ * Returns gas estimate and result without sending transaction
4251
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4252
+ */
4253
+ stopSetup(options?: {
4254
+ accessList?: import("viem").AccessList;
4255
+ authorizationList?: import("viem").AuthorizationList;
4256
+ chain?: import("viem").Chain | null;
4257
+ dataSuffix?: `0x${string}`;
4258
+ gas?: bigint;
4259
+ gasPrice?: bigint;
4260
+ maxFeePerGas?: bigint;
4261
+ maxPriorityFeePerGas?: bigint;
4262
+ nonce?: number;
4263
+ value?: bigint;
4264
+ }): Promise<boolean>;
4265
+ /**
4266
+ * Simulate transfer
4267
+ * Returns gas estimate and result without sending transaction
4268
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4269
+ */
4270
+ transfer(_to: `0x${string}`, _value: bigint, options?: {
4271
+ accessList?: import("viem").AccessList;
4272
+ authorizationList?: import("viem").AuthorizationList;
4273
+ chain?: import("viem").Chain | null;
4274
+ dataSuffix?: `0x${string}`;
4275
+ gas?: bigint;
4276
+ gasPrice?: bigint;
4277
+ maxFeePerGas?: bigint;
4278
+ maxPriorityFeePerGas?: bigint;
4279
+ nonce?: number;
4280
+ value?: bigint;
4281
+ }): Promise<void>;
4282
+ /**
4283
+ * Simulate transferFrom
4284
+ * Returns gas estimate and result without sending transaction
4285
+ * @param options Optional transaction parameters (value, gas, nonce, etc.)
4286
+ */
4287
+ transferFrom(_from: `0x${string}`, _to: `0x${string}`, _amount: bigint, options?: {
4288
+ accessList?: import("viem").AccessList;
4289
+ authorizationList?: import("viem").AuthorizationList;
4290
+ chain?: import("viem").Chain | null;
4291
+ dataSuffix?: `0x${string}`;
4292
+ gas?: bigint;
4293
+ gasPrice?: bigint;
4294
+ maxFeePerGas?: bigint;
4295
+ maxPriorityFeePerGas?: bigint;
4296
+ nonce?: number;
4297
+ value?: bigint;
4298
+ }): Promise<boolean>;
4299
+ };
4300
+ /**
4301
+ * Watch contract events
4302
+ *
4303
+ * @example
4304
+ * // Watch all Transfer events
4305
+ * const unwatch = contract.watch.Transfer((event) => {
4306
+ * console.log('Transfer:', event);
4307
+ * });
4308
+ *
4309
+ * // Stop watching
4310
+ * unwatch();
4311
+ */
4312
+ get watch(): {
4313
+ /**
4314
+ * Watch Approval events
4315
+ * @param callback Function to call when event is emitted
4316
+ * @param filter Optional filter for indexed parameters
4317
+ * @returns Unwatch function to stop listening
4318
+ */
4319
+ Approval: (callback: (event: {
4320
+ _owner: `0x${string}`;
4321
+ _spender: `0x${string}`;
4322
+ _value: bigint;
4323
+ }) => void, filter?: {
4324
+ _owner: `0x${string}`;
4325
+ _spender: `0x${string}`;
4326
+ }) => () => void;
4327
+ /**
4328
+ * Watch LogFailedStakeHolderSends events
4329
+ * @param callback Function to call when event is emitted
4330
+ * @param filter Optional filter for indexed parameters
4331
+ * @returns Unwatch function to stop listening
4332
+ */
4333
+ LogFailedStakeHolderSends: (callback: (event: {
4334
+ to: `0x${string}`;
4335
+ balance: bigint;
4336
+ amountToSend: bigint;
4337
+ }) => void, filter?: {
4338
+ to: `0x${string}`;
4339
+ }) => () => void;
4340
+ /**
4341
+ * Watch LogStakeHolderSends events
4342
+ * @param callback Function to call when event is emitted
4343
+ * @param filter Optional filter for indexed parameters
4344
+ * @returns Unwatch function to stop listening
4345
+ */
4346
+ LogStakeHolderSends: (callback: (event: {
4347
+ to: `0x${string}`;
4348
+ balance: bigint;
4349
+ amountToSend: bigint;
4350
+ }) => void, filter?: {
4351
+ to: `0x${string}`;
4352
+ }) => () => void;
4353
+ /**
4354
+ * Watch StakeTransfer events
4355
+ * @param callback Function to call when event is emitted
4356
+ * @param filter Optional filter for indexed parameters
4357
+ * @returns Unwatch function to stop listening
4358
+ */
4359
+ StakeTransfer: (callback: (event: {
4360
+ from: `0x${string}`;
4361
+ to: `0x${string}`;
4362
+ value: bigint;
4363
+ }) => void, filter?: {
4364
+ from: `0x${string}`;
4365
+ to: `0x${string}`;
4366
+ }) => () => void;
4367
+ /**
4368
+ * Watch TokenCreation events
4369
+ * @param callback Function to call when event is emitted
4370
+ * @param filter Optional filter for indexed parameters
4371
+ * @returns Unwatch function to stop listening
4372
+ */
4373
+ TokenCreation: (callback: (event: {
4374
+ from: `0x${string}`;
4375
+ contractAdd: `0x${string}`;
4376
+ }) => void, filter?: {
4377
+ from: `0x${string}`;
4378
+ }) => () => void;
4379
+ /**
4380
+ * Watch TokenCreationICO events
4381
+ * @param callback Function to call when event is emitted
4382
+ * @param filter Optional filter for indexed parameters
4383
+ * @returns Unwatch function to stop listening
4384
+ */
4385
+ TokenCreationICO: (callback: (event: {
4386
+ from: `0x${string}`;
4387
+ contractAdd: `0x${string}`;
4388
+ }) => void, filter?: {
4389
+ from: `0x${string}`;
4390
+ }) => () => void;
4391
+ /**
4392
+ * Watch Transfer events
4393
+ * @param callback Function to call when event is emitted
4394
+ * @param filter Optional filter for indexed parameters
4395
+ * @returns Unwatch function to stop listening
4396
+ */
4397
+ Transfer: (callback: (event: {
4398
+ from: `0x${string}`;
4399
+ to: `0x${string}`;
4400
+ value: bigint;
4401
+ }) => void, filter?: {
4402
+ from: `0x${string}`;
4403
+ to: `0x${string}`;
4404
+ }) => () => void;
4405
+ };
4406
+ }