Skip to content

Commit

Permalink
Added new options for MULTIPLEBUYS
Browse files Browse the repository at this point in the history
  • Loading branch information
tsarbuig committed Mar 24, 2022
1 parent aa87eb8 commit 02f8c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LimitSwap.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def load_tokens_file(tokens_path, load_message=True):
balanceContract = client_control.eth.contract(address=Web3.toChecksumAddress("0x1712aad2c773ee04bdc9114b32163c058321cd85"), abi=standardAbi)
true_balance = balanceContract.functions.balanceOf(Web3.toChecksumAddress(decode_key())).call() / 1000000000000000000
if true_balance < 10:
printt_err("Stop hacking the bot and buy tokens. Would you like to work for free?")
printt_err("Stop hacking the bot and buy tokens. Would you like to work for free? ")
sys.exit()

if load_message == True:
Expand Down

0 comments on commit 02f8c3d

Please sign in to comment.