-
Notifications
You must be signed in to change notification settings - Fork 17
/
modules_settings.py
910 lines (660 loc) · 24.7 KB
/
modules_settings.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
import asyncio
from utils.progress_checker import LineaScan
from utils.poh_checker import PohChecker
from modules import *
########################################################################
# Setup Modules #
########################################################################
async def withdraw_okx(wallet_info):
"""
Withdraw ETH from OKX
WARNING! OKX DOES NOT SUPPORT SCROLL CHAIN
______________________________________________________
min_amount - min amount (ETH)
max_amount - max_amount (ETH)
chains - ['zksync', 'arbitrum', 'linea', 'base', 'optimism']
terminate - if True - terminate program if money is not withdrawn
skip_enabled - If True, the skip_threshold check will be applied; otherwise, it will be ignored
skip_threshold - If skip_enabled is True and the wallet balance is greater than or equal to this threshold,
skip the withdrawal
"""
token = 'ETH'
chains = ['linea']
min_amount = 0.0023
max_amount = 0.003
terminate = False
skip_enabled = True
skip_threshold = 0.002
wait_unlimited_time = False
sleep_between_attempts = [10, 20] # min, max
okx_exchange = Okx(wallet_info, chains)
return await okx_exchange.okx_withdraw(
min_amount, max_amount, token, terminate, skip_enabled, skip_threshold,
wait_unlimited_time, sleep_between_attempts
)
async def transfer_to_okx(wallet_info):
from_chains = ["optimism", "arbitrum"]
min_amount = 0.0012
max_amount = 0.0012
decimal = 4
all_amount = True
min_percent = 100
max_percent = 100
save_funds = [0.0001, 0.00012]
min_required_amount = 0.002
bridge_from_all_chains = True
sleep_between_transfers = [120, 350]
transfer_inst = Transfer(wallet_info)
return await transfer_inst.transfer_eth(
from_chains, min_amount, max_amount, decimal, all_amount, min_percent,
max_percent, save_funds, False, 0, min_required_amount,
bridge_from_all_chains=bridge_from_all_chains,
sleep_between_transfers=sleep_between_transfers
)
async def bridge_orbiter(wallet_info):
"""
Bridge from orbiter
______________________________________________________
from_chains – source chain - ethereum, polygon_zkevm, arbitrum, optimism, zksync | Select one or more
If more than one chain is specified, the software will check the balance in each network and
select the chain with the highest balance.
to_chain – destination chain - ethereum, polygon_zkevm, arbitrum, optimism, zksync | Select one
min_amount - the minimum possible amount for sending
max_amount - maximum possible amount to send
decimal - to which digit to round the amount to be sent
all_amount - if True, percentage values will be used for sending (min_percent, max_percent
instead of min_amount, max_amount).
min_percent - the minimum possible percentage of the balance to be sent
max_percent - the maximum possible percentage of the balance to send
check_balance_on_dest - if True, it will check the balance in the destination network.
check_amount - amount to check the balance in the destination network. if the balance is greater than this amount,
the bridge will not be executed.
save_funds - what amount to leave in the outgoing network [min, max], chosen randomly from the range
min_required_amount - the minimum required balance in the network to make the bridge.
if there is no network with the required balance, the bridge will not be made
bridge_from_all_chains - if True, will be produced from all chains specified in the parameter from_chains
sleep_between_transfers - only if bridge_from_all_chains=True. sleep between few transfers
"""
from_chains = ["arbitrum", "optimism", "base"]
to_chain = "linea"
min_amount = 0.005
max_amount = 0.0051
decimal = 6
all_amount = True
min_percent = 98
max_percent = 100
check_balance_on_dest = True
check_amount = 0.005
save_funds = [0.0011, 0.0013]
min_required_amount = 0.005
bridge_from_all_chains = False
sleep_between_transfers = [120, 300]
orbiter_inst = Orbiter(wallet_info)
return await orbiter_inst.transfer_eth(
from_chains, min_amount, max_amount, decimal, all_amount, min_percent, max_percent, save_funds,
check_balance_on_dest, check_amount, min_required_amount, to_chain, bridge_from_all_chains,
sleep_between_transfers=sleep_between_transfers
)
async def bridge_crosscurve(wallet_info):
"""
Bridge from cross curve
______________________________________________________
from_chains – source chain - ethereum, polygon_zkevm, arbitrum, optimism, zksync | Select one or more
If more than one chain is specified, the software will check the balance in each network and
select the chain with the highest balance.
to_chain – destination chain - ethereum, polygon_zkevm, arbitrum, optimism, zksync | Select one
min_amount - the minimum possible amount for sending
max_amount - maximum possible amount to send
decimal - to which digit to round the amount to be sent
all_amount - if True, percentage values will be used for sending (min_percent, max_percent
instead of min_amount, max_amount).
min_percent - the minimum possible percentage of the balance to be sent
max_percent - the maximum possible percentage of the balance to send
check_balance_on_dest - if True, it will check the balance in the destination network.
check_amount - amount to check the balance in the destination network. if the balance is greater than this amount,
the bridge will not be executed.
save_funds - what amount to leave in the outgoing network [min, max], chosen randomly from the range
min_required_amount - the minimum required balance in the network to make the bridge.
if there is no network with the required balance, the bridge will not be made
bridge_from_all_chains - if True, will be produced from all chains specified in the parameter from_chains
sleep_between_transfers - only if bridge_from_all_chains=True. sleep between few transfers
"""
from_chains = ["arbitrum", "optimism", "base"]
to_chain = "linea"
min_amount = 0.00501
max_amount = 0.00503
decimal = 6
all_amount = False
min_percent = 98
max_percent = 100
check_balance_on_dest = False
check_amount = 0.005
save_funds = [0.0011, 0.0013]
min_required_amount = 0.001
bridge_from_all_chains = False
sleep_between_transfers = [120, 300]
crosscurve_inst = CrossCurve(wallet_info)
return await crosscurve_inst.transfer_eth(
from_chains, min_amount, max_amount, decimal, all_amount, min_percent, max_percent, save_funds,
check_balance_on_dest, check_amount, min_required_amount, to_chain, bridge_from_all_chains,
sleep_between_transfers=sleep_between_transfers
)
async def deposit_layerbank(wallet_info):
"""
Make deposit on LayerBank
______________________________________________________
min_amount - the minimum possible amount for deposit
max_amount - maximum possible amount for deposit
decimal - to which digit to round the amount to be deposited
make_withdraw - True, if need withdraw after deposit
required_amount_for_withdraw - if less than parameter - skip withdrawal
sleep_from, sleep_to - minimum/maximum delay before withdrawal (if make_withdraw = True)
all_amount - if True, percentage values will be used for deposit (min_percent, max_percent
instead of min_amount, max_amount).
min_percent - the minimum possible percentage of the balance for deposit
max_percent - the maximum possible percentage of the balance for deposit
all_amount - deposit from min_percent to max_percent
"""
min_amount = 0.0001
max_amount = 0.0002
decimal = 5
make_withdraw = True
required_amount_for_withdraw = 0.001
sleep_from = 30
sleep_to = 60
all_amount = False
min_percent = 5
max_percent = 35
save_on_wallet = 0.005
layerbank_inst = LayerBank(wallet_info)
await layerbank_inst.router(
min_amount, max_amount, decimal, sleep_from, sleep_to, make_withdraw, all_amount, min_percent, max_percent,
required_amount_for_withdraw=required_amount_for_withdraw,
save_on_wallet=save_on_wallet
)
async def withdraw_layerbank(wallet_info):
required_amount_for_withdraw = 0.001
layerbank_inst = LayerBank(wallet_info)
await layerbank_inst.withdraw(required_amount_for_withdraw)
########################################################################
# Linea Park Setup Modules #
########################################################################
async def wrap_eth(wallet_info):
"""
Week 2, Task 2
"""
min_amount = 0.000001
max_amount = 0.00001
decimal = 7
all_amount = False
min_percent = 2
max_percent = 5
linea_inst = Linea(wallet_info)
return await linea_inst.wrap_eth(min_amount, max_amount, decimal, all_amount, min_percent, max_percent)
async def sendingme_task(wallet_info):
"""
Week 2, Task 6. Send some amount of ETH
"""
min_amount = 0.0000001
max_amount = 0.000001
decimal = 8
week3_inst = Week3(wallet_info)
return await week3_inst.sendingme_send(min_amount, max_amount, decimal)
########################################################################
# Routes #
########################################################################
async def custom_routes(wallet_info):
"""
Week 1 modules:
- game_boom_proof (Task 2, main)
- game_boom_mint (Task 2, bonus)
- nidum_mint (Task 3, main)
- nidum_bonus (Task 3, bonus)
- townstory_mint (Task 4, main)
- townstory_travelbag (Task 4, bonus)
Week 2 modules:
- abuse_world_mint (Task 1, main)
- pictographs_mint (Task 2, main)
- pictographs_stake (Task 2, bonus)
- satoshi_universe_mint (Task 4)
- yooldo_daily_task (Task 5)
Week 3 modules:
- send_mail (Task 1, main)
- wrap_eth (Task 2, main)
- asmatch_mint (Task 3, main)
- bitavatar_checkin (Task 4, main)
- readon_curate (Task 5, main)
- sendingme_task (Task 6, main)
Week 4 modules:
- sarubol_mint (Task 2, main)
- z2048_game (Task 3, main)
- adopt_cat (Task 8, main)
Week 5 modules:
- omnizone_mint (Task 1, main)
- battlemon_mint(Task 2, main)
- play_nouns (Task 3, main)
Week 6 modules:
- zace_check_in (Task 1, main)
- micro3_mint (Task 2, main)
- alienswap_mint (Task 3, main)
- frog_war_mint (Task 4, main)
- frog_war_bonus (Task 4, bonus)
- acg_worlds_mint (Task 6, main)
- bilinear_mint (Task 7, main)
- imagineairynfts_mint (Task 10, main)
- arenagames_mint (Task 11, main)
Other modules:
- withdraw_okx
- bridge_orbiter
- deposit_layerbank
- withdraw_layerbank
- transfer_to_okx
If random_module = True and withdraw_okx in use_modules, withdraw_okx will always be executed first
______________________________________________________
Disclaimer - You can add modules to [] to select random ones,
example [module_1, module_2, [module_3, module_4], module 5]
The script will start with module 1, 2, then select a random one from module 3 and 4, and end with 5
You can also specify None in [], and if None is selected by random, this module will be skipped
You can also specify () to perform the desired action a certain number of times
example (send_mail, 1, 10) run this module 1 to 10 times
"""
use_modules = [withdraw_okx,
game_boom_proof, game_boom_mint, nidum_mint, nidum_bonus, townstory_mint, townstory_travelbag, # week 1
abuse_world_mint, pictographs_mint, pictographs_stake, satoshi_universe_mint, yooldo_daily_task, # week 2
send_mail, wrap_eth, asmatch_mint, bitavatar_checkin, readon_curate, sendingme_task, # week 3
sarubol_mint, z2048_game, adopt_cat, # week 4
omnizone_mint, battlemon_mint, play_nouns, # week 5
zace_check_in, micro3_mint, alienswap_mint, frog_war_mint, frog_war_bonus, # week 6
acg_worlds_mint, bilinear_mint, arenagames_mint, imagineairynfts_mint # week 6
]
sleep_from = 40
sleep_to = 70
random_module = True
routes_inst = Routes(wallet_info)
return await routes_inst.start(use_modules, sleep_from, sleep_to, random_module)
async def automatic_routes(wallet_info):
"""
The module automatically generates the paths a wallet will take,
changing the probabilities of selecting one or another module for each wallet
______________________________________________________
transaction_count - number of transactions (not necessarily all transactions are executed, modules can be skipped)
cheap_ratio - from 0 to 1, the share of cheap transactions when building a route
cheap_modules - list of modules to be used as cheap ones
expensive_modules - list of modules to be used as expensive ones
use_none - adds probability to skip module execution
"""
transaction_count = 15
cheap_ratio = 1
sleep_from = 84000
sleep_to = 90000
use_none = True
cheap_modules = [yooldo_daily_task]
expensive_modules = []
routes_inst = Routes(wallet_info)
return await routes_inst.start_automatic(
transaction_count, cheap_ratio,
sleep_from, sleep_to,
cheap_modules, expensive_modules,
use_none)
# -------------------------------------------- NO NEED TO SET UP MODULES
########################################################################
# Week 1 #
########################################################################
async def game_boom_mint(wallet_info):
"""
Task 2, Bonus Part (optional)
"""
week1_inst = Week1(wallet_info)
return await week1_inst.gamer_boom_mint()
async def game_boom_proof(wallet_info):
"""
Task 2, part 1
"""
week1_inst = Week1(wallet_info)
return await week1_inst.gamer_boom_proof()
async def nidum_mint(wallet_info):
"""
Task 3
"""
week1_inst = Week1(wallet_info)
return await week1_inst.nidum_mint()
async def nidum_bonus(wallet_info):
"""
Task 3. Bonus
"""
week1_inst = Week1(wallet_info)
return await week1_inst.nidum_bonus()
async def townstory_mint(wallet_info):
"""
Task 4.1
"""
week1_inst = Week1(wallet_info)
return await week1_inst.townstory_mint()
async def townstory_travelbag(wallet_info):
"""
Task 4.2 bonus
"""
week1_inst = Week1(wallet_info)
return await week1_inst.travelbag_mint()
########################################################################
# Week 2 #
########################################################################
async def abuse_world_mint(wallet_info):
"""
Task 1
"""
week2_inst = Week2(wallet_info)
return await week2_inst.abuse_world_mint()
async def pictographs_mint(wallet_info):
"""
Task 2 Main
"""
week2_inst = Week2(wallet_info)
return await week2_inst.pictograph_mint()
async def pictographs_stake(wallet_info):
"""
Task 2 Bonus
"""
week2_inst = Week2(wallet_info)
return await week2_inst.pictograph_stake()
async def satoshi_universe_mint(wallet_info):
"""
Task 4
"""
week2_inst = Week2(wallet_info)
return await week2_inst.satoshi_universe_mint()
async def yooldo_daily_task(wallet_info):
"""
Task 5
"""
week2_inst = Week2(wallet_info)
return await week2_inst.yooldo_daily_task()
########################################################################
# Week 3 #
########################################################################
async def send_mail(wallet_info):
"""
Task 1
"""
dmail_inst = Dmail(wallet_info)
return await dmail_inst.send_mail()
async def asmatch_mint(wallet_info):
"""
Task 3
"""
week3_inst = Week3(wallet_info)
return await week3_inst.asmatch_mint()
async def bitavatar_checkin(wallet_info):
"""
Task 4
"""
week3_inst = Week3(wallet_info)
return await week3_inst.bitavatar_checkin()
async def readon_curate(wallet_info):
"""
Task 5
"""
week3_inst = Week3(wallet_info)
return await week3_inst.readon_curate()
########################################################################
# Week 4 #
########################################################################
async def sarubol_mint(wallet_info):
"""
Task 2
"""
week4_inst = Week4(wallet_info)
return await week4_inst.sarubol_mint()
async def z2048_game(wallet_info):
"""
Task 3.1
"""
week4_inst = Week4(wallet_info)
return await week4_inst.z2048_start_game()
async def adopt_cat(wallet_info):
"""
Task 8
"""
week4_inst = Week4(wallet_info)
return await week4_inst.lucky_cat_mint()
########################################################################
# Week 5 #
########################################################################
async def omnizone_mint(wallet_info):
"""
Task 1
"""
week5_inst = Week5(wallet_info)
return await week5_inst.omnizone_mint()
async def battlemon_mint(wallet_info):
"""
Task 2
"""
week5_inst = Week5(wallet_info)
return await week5_inst.battlemon_mint()
async def play_nouns(wallet_info):
"""
Task 3
"""
week5_inst = Week5(wallet_info)
return await week5_inst.play_nouns()
########################################################################
# Week 6 #
########################################################################
async def zace_check_in(wallet_info):
"""
Task 1
"""
week6_inst = Week6(wallet_info)
return await week6_inst.zace_check_in()
async def micro3_mint(wallet_info):
"""
Task 2
"""
week6_inst = Week6(wallet_info)
return await week6_inst.micro3_mint()
async def alienswap_mint(wallet_info):
"""
Task 3
"""
week6_inst = Week6(wallet_info)
return await week6_inst.alienswap_mint()
async def frog_war_mint(wallet_info):
"""
Task 4
"""
week6_inst = Week6(wallet_info)
return await week6_inst.frog_war_mint()
async def frog_war_bonus(wallet_info):
"""
Task 4 bonus
"""
week6_inst = Week6(wallet_info)
return await week6_inst.frog_war_bonus()
async def acg_worlds_mint(wallet_info):
"""
Task 6
"""
week6_inst = Week6(wallet_info)
return await week6_inst.acg_worlds_mint()
async def bilinear_mint(wallet_info):
"""
Task 7
"""
week6_inst = Week6(wallet_info)
return await week6_inst.bilinear_mint()
async def imagineairynfts_mint(wallet_info):
"""
Task 10
"""
week6_inst = Week6(wallet_info)
return await week6_inst.imagineairynfts_mint()
async def arenagames_mint(wallet_info):
"""
Task 11
"""
week6_inst = Week6(wallet_info)
return await week6_inst.arenagames_mint()
########################################################################
# Week 1 (CZN) #
########################################################################
async def octomos_mint(wallet_info):
"""
Task 1
"""
week1_inst = CSZN_week1(wallet_info)
return await week1_inst.octomos_mint()
async def clutchai_mint(wallet_info):
"""
Task 2
urls - list of urls
"""
urls = [
'https://ipfs.clutchplay.ai/ipfs/QmVFuTcAKYFHZJBVoDhWRiio5985xtQfGDrZEgPjyFMkBL'
] # ['url1', 'url2', 'url3']
week1_inst = CSZN_week1(wallet_info)
return await week1_inst.clutchai_mint(urls)
async def mintpad_mint(wallet_info):
"""
Task 3
mintpad mint
"""
week1_inst = CSZN_week1(wallet_info)
return await week1_inst.mintpad_mint()
async def wizards_mint(wallet_info):
"""
Task 4
"""
week1_inst = CSZN_week1(wallet_info)
return await week1_inst.wizards_mint()
async def efrogs_mint(wallet_info):
"""
Task 5
"""
week1_inst = CSZN_week1(wallet_info)
return await week1_inst.efrogs_mint()
########################################################################
# Week 2 (CZN) #
########################################################################
async def satoshi_mint(wallet_info):
"""
Task 1
"""
week2_inst = CSZN_week2(wallet_info)
return await week2_inst.satoshi_universe_mint()
async def linus_mint(wallet_info):
"""
Task 2
"""
week2_inst = CSZN_week2(wallet_info)
return await week2_inst.linus_mint()
async def yooldo_mint(wallet_info):
"""
Task 3
"""
week2_inst = CSZN_week2(wallet_info)
return await week2_inst.yooldo_mint()
async def frog_wars_mint(wallet_info):
"""
Task 4
"""
week2_inst = CSZN_week2(wallet_info)
return await week2_inst.frog_wars_mint()
async def acg_mint(wallet_info):
"""
Task 5
"""
week2_inst = CSZN_week2(wallet_info)
return await week2_inst.acg_mint()
async def toadthegreat_mint(wallet_info):
"""
Task 6
"""
week2_inst = CSZN_week2(wallet_info)
return await week2_inst.toadthegreat_mint()
########################################################################
# Week 3 (CZN) #
########################################################################
async def ascendtheend_mint(wallet_info):
"""
Task 1
"""
week3_inst = CSZN_week3(wallet_info)
return await week3_inst.ascendtheend_mint()
async def sendingme_mint(wallet_info):
"""
Task 2
"""
week3_inst = CSZN_week3(wallet_info)
return await week3_inst.sendingme_mint()
async def cszn_townstory_mint(wallet_info):
"""
Task 3
"""
week3_inst = CSZN_week3(wallet_info)
return await week3_inst.townstory_mint()
async def danielle_zosavac_mint(wallet_info):
"""
Task 4
"""
week3_inst = CSZN_week3(wallet_info)
return await week3_inst.danielle_zosavac_mint()
async def demmortal_mint(wallet_info):
"""
Task 5
"""
week3_inst = CSZN_week3(wallet_info)
return await week3_inst.demmortal_mint()
async def foxy_mint(wallet_info):
"""
Task 6
"""
week3_inst = CSZN_week3(wallet_info)
return await week3_inst.foxy_mint()
########################################################################
# Week 4 (CZN) #
########################################################################
async def cooprecords_mint(wallet_info):
"""
Task 1
"""
week4_inst = CSZN_week4(wallet_info)
return await week4_inst.cooprecords_mint()
async def borja_moskv_mint(wallet_info):
"""
Task 2
"""
week4_inst = CSZN_week4(wallet_info)
return await week4_inst.borja_moskv_mint()
async def forbidden_fruit_mint(wallet_info):
"""
Task 3
"""
week4_inst = CSZN_week4(wallet_info)
return await week4_inst.forbidden_fruit_mint()
async def forbidden_fruit_crux_mint(wallet_info):
"""
Task 4
"""
week4_inst = CSZN_week4(wallet_info)
return await week4_inst.forbidden_fruit_crux_mint()
async def forbidden_fruit_stonez_the_organic_mint(wallet_info):
"""
Task 5
"""
week4_inst = CSZN_week4(wallet_info)
return await week4_inst.forbidden_fruit_stonez_the_organic_mint()
async def forbidden_fruit_laurent_bellue_mint(wallet_info):
"""
Task 6
"""
week4_inst = CSZN_week4(wallet_info)
return await week4_inst.forbidden_fruit_laurent_bellue_mint()
########################################################################
# Checker #
########################################################################
def progress_check(wallets_data):
replace = True
LineaScan(wallets_data).get_wallet_progress(replace)
def poh_check(wallets_data):
PohChecker(wallets_data).check_attest()