Git Product home page Git Product logo

limitswap's People

Contributors

cryptognome avatar gradyd avatar nathan31337 avatar prt1999 avatar tsarbuig avatar vlameiras avatar yaqub0r avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

limitswap's Issues

Feature Request: Move slippage to token.json (or override?)

I am trying to sell an unnamed token that has a super high sales tax. 99% of the time I would want slippage under 1%, but to sell this token I need slippage at closer to 15%. I had it set to 15, forgot, and got killed on two trades because of the slippage. It would be nice to set this at the token, or perhaps have an override on the token to override the setting.json setting.

Error running v2.63: 429 Too Many Requests

Just so that the error is logged... we talked on Discord... on execute, no mods from release besides settings and token ( I don't use the Flask app, but I got the same when I tried it):

V:\VMShared\source\sideworktech\LimitSwap\limitswap>limitswap
Traceback (most recent call last):
File "limitswap.py", line 391, in
File "uniswap\uniswap.py", line 158, in init
File "web3\net.py", line 44, in version
File "web3\module.py", line 44, in caller
File "web3\manager.py", line 149, in request_blocking
File "web3\manager.py", line 128, in _make_request
File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.call
File "web3\middleware\formatting.py", line 76, in apply_formatters
File "web3\middleware\gas_price_strategy.py", line 34, in middleware
File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.call
File "web3\middleware\formatting.py", line 76, in apply_formatters
File "web3\middleware\attrdict.py", line 33, in middleware
File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.call
File "web3\middleware\formatting.py", line 76, in apply_formatters
File "web3\middleware\normalize_errors.py", line 25, in middleware
File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.call
File "web3\middleware\formatting.py", line 76, in apply_formatters
File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.call
File "web3\middleware\formatting.py", line 76, in apply_formatters
File "web3\middleware\exception_retry_request.py", line 105, in middleware
File "web3\providers\rpc.py", line 92, in make_request
File "web3_utils\request.py", line 40, in make_post_request
File "requests\models.py", line 941, in raise_for_status
requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://mainnet.infura.io/v3/c210309d4958412daa27cb66260d4c54
[34276] Failed to execute script limitswap

[GUI] - reorganization main menu

Reorganization of the main menu into sections related to:

  • own applications like "LimitSwap",
  • a drop-down menu with settings for own applications,
  • external link sections like: Github, youtube etc.
  • space for additional plugins

Bug when stoploss to exit a position

Error log as following:
ERROR - 2020-10-11 12:40:39,624 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
Traceback (most recent call last):
File "limitswap.py", line 321, in start_bot
File "limitswap.py", line 284, in start_many
File "limitswap.py", line 147, in run_bot
File "limitswap.py", line 228, in buy
File "limitswap.py", line 84, in token_price
File "uniswap\uniswap.py", line 91, in check_version
File "uniswap\uniswap.py", line 345, in get_eth_token_output_price
File "web3\contract.py", line 954, in call
File "web3\contract.py", line 1499, in call_contract_function
File "eth_utils\functional.py", line 45, in inner
File "web3\eth.py", line 432, in call
File "web3\manager.py", line 153, in request_blocking
ValueError: {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}

This was the JSON token entry:
[
{ "ADDRESS": "0x5c4ac68aac56ebe098d621cd8ce9f43270aaa355",
"SYMBOL": "bxiot",
"BUYPRICE": 6.8,
"SELLPRICE": 13.6,
"MAXTOKENS": 100,
"BUYAMOUNT": 10,
"STOPLOSS": 10,
"ID": "bxiot"
}
]

Program version: beta v0.13

Error on Sell & Buy - Insufficient Balance

Plenty of balance for GAS.

Initially I thought this was just on SELL, turns out it occured on BUY as well. This is strange, as it is after already one successful sell out about 30 minutes prior. Log updated with both sell and re-buy attempts.

image

{
        "BUYPAIR": "0x0000000000000000000000000000000000000000",
        "BUYSYMBOL": "ETH",
        "USEMANY": "true",
        "USESTOPLOSS": "false",
        "MAXGAS": "200",
        "SLIPPAGE": "5",
        "GASBOOST": "35",
        "GASLIMIT": "250000",
...
{
        "ADDRESS": "0x6051c1354ccc51b4d561e43b02735deae64768b8",
        "SYMBOL": "yRise",
        "SELLPRICE": "24",
        "BUYPRICE": "15",
        "MAXTOKENS": "0.0001",
        "BUYAMOUNT": "14.28",
        "STOPLOSS": "90",
        "MOONBAG": "0",
        "ID": "yRise"
    }
INFO - 2020-10-19 16:49:03,685 - NEW STARTUP v2.5
INFO - 2020-10-19 16:49:04,843 - Using <web3.main.Web3 object at 0x00000258ABD3FCA0> ('mainnet')
INFO - 2020-10-19 16:49:05,147 - Using factory contract: <web3._utils.datatypes.Contract object at 0x00000258ABD4CB20>
INFO - 2020-10-19 16:49:06,093 - Using <web3.main.Web3 object at 0x00000258ABE12F40> ('mainnet')
INFO - 2020-10-19 16:49:06,480 - Using factory contract: <web3._utils.datatypes.Contract object at 0x00000258ABE00850>
INFO - 2020-10-19 16:49:08,354 - Starting Basic Bot
ERROR - 2020-10-19 16:49:10,833 - Insufficient balance. Had 10228596429800854551, needed 10228596429800855552
Traceback (most recent call last):
  File "limitswap.py", line 350, in start_bot
  File "limitswap.py", line 292, in start
  File "limitswap.py", line 186, in run_bot
  File "limitswap.py", line 268, in sell
  File "uniswap\uniswap.py", line 78, in approved
  File "uniswap\uniswap.py", line 456, in make_trade
uniswap.uniswap.InsufficientBalance: Insufficient balance. Had 10228596429800854551, needed 10228596429800855552
INFO - 2020-10-19 16:49:47,637 - NEW STARTUP v2.5
INFO - 2020-10-19 16:49:48,762 - Using <web3.main.Web3 object at 0x00000233972FFCA0> ('mainnet')
INFO - 2020-10-19 16:49:49,055 - Using factory contract: <web3._utils.datatypes.Contract object at 0x000002339730CB20>
INFO - 2020-10-19 16:49:49,825 - Using <web3.main.Web3 object at 0x00000233973D2F40> ('mainnet')
INFO - 2020-10-19 16:49:50,024 - Using factory contract: <web3._utils.datatypes.Contract object at 0x00000233973C0850>
INFO - 2020-10-19 16:49:51,627 - Starting Basic Bot
INFO - 2020-10-19 16:58:49,472 - NEW STARTUP v2.5
INFO - 2020-10-19 16:58:50,649 - Using <web3.main.Web3 object at 0x0000020FF06EFCA0> ('mainnet')
INFO - 2020-10-19 16:58:50,940 - Using factory contract: <web3._utils.datatypes.Contract object at 0x0000020FF06FCB20>
INFO - 2020-10-19 16:58:51,878 - Using <web3.main.Web3 object at 0x0000020FF07C2F40> ('mainnet')
INFO - 2020-10-19 16:58:52,082 - Using factory contract: <web3._utils.datatypes.Contract object at 0x0000020FF07B0850>
INFO - 2020-10-19 16:58:53,349 - Starting Basic Bot
ERROR - 2020-10-19 17:03:08,553 - Insufficient balance. Had 1151049870560094210, needed 1178840923706091700
Traceback (most recent call last):
  File "limitswap.py", line 350, in start_bot
  File "limitswap.py", line 292, in start
  File "limitswap.py", line 193, in run_bot
  File "limitswap.py", line 239, in buy
  File "uniswap\uniswap.py", line 78, in approved
  File "uniswap\uniswap.py", line 452, in make_trade
  File "uniswap\uniswap.py", line 494, in _eth_to_token_swap_input
uniswap.uniswap.InsufficientBalance: Insufficient balance. Had 1151049870560094210, needed 1178840923706091700
INFO - 2020-10-19 17:03:09,757 - Starting Basic Bot
ERROR - 2020-10-19 17:03:12,239 - Insufficient balance. Had 1151049870560094210, needed 1178840923706091700
Traceback (most recent call last):
  File "limitswap.py", line 350, in start_bot
  File "limitswap.py", line 292, in start
  File "limitswap.py", line 193, in run_bot
  File "limitswap.py", line 239, in buy
  File "uniswap\uniswap.py", line 78, in approved
  File "uniswap\uniswap.py", line 452, in make_trade
  File "uniswap\uniswap.py", line 494, in _eth_to_token_swap_input
uniswap.uniswap.InsufficientBalance: Insufficient balance. Had 1151049870560094210, needed 1178840923706091700

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "limitswap.py", line 350, in start_bot
  File "limitswap.py", line 292, in start
  File "limitswap.py", line 193, in run_bot
  File "limitswap.py", line 239, in buy
  File "uniswap\uniswap.py", line 78, in approved
  File "uniswap\uniswap.py", line 452, in make_trade
  File "uniswap\uniswap.py", line 494, in _eth_to_token_swap_input
uniswap.uniswap.InsufficientBalance: Insufficient balance. Had 1151049870560094210, needed 1178840923706091700
INFO - 2020-10-19 17:03:34,213 - NEW STARTUP v2.5
INFO - 2020-10-19 17:03:35,353 - Using <web3.main.Web3 object at 0x000001AB070CFCA0> ('mainnet')
INFO - 2020-10-19 17:03:35,649 - Using factory contract: <web3._utils.datatypes.Contract object at 0x000001AB070DCB20>
INFO - 2020-10-19 17:03:36,431 - Using <web3.main.Web3 object at 0x000001AB071A2F40> ('mainnet')
INFO - 2020-10-19 17:03:36,639 - Using factory contract: <web3._utils.datatypes.Contract object at 0x000001AB07190850>
INFO - 2020-10-19 17:03:37,882 - Starting Basic Bot

Update Wiki & Site

  • Update Wiki Landing Page - Welcome Video Shot on DSLR
  • Update Side Bar Menu to navigate to bot specific Wikis for new bots launching
  • Create Tutorial Video Page

Error on Sell

I got this error, and it asked me to put it on GitHub.

INFO - 2020-10-17 22:50:45,792 - NEW STARTUP v2.5
INFO - 2020-10-17 22:50:46,131 - Using <web3.main.Web3 object at 0x000001B68AD52C40> ('mainnet')
INFO - 2020-10-17 22:50:46,361 - Using factory contract: <web3._utils.datatypes.Contract object at 0x000001B68AD5DAC0>
INFO - 2020-10-17 22:50:46,831 - Using <web3.main.Web3 object at 0x000001B68AE22FD0> ('mainnet')
INFO - 2020-10-17 22:50:46,944 - Using factory contract: <web3._utils.datatypes.Contract object at 0x000001B68AE11880>
INFO - 2020-10-17 22:50:47,508 - Starting Pro Bot
INFO - 2020-10-17 22:50:51,709 - Adding New ABI'S to Assets Folder to Reduce API calls, ignore restarts as this might take a few cycles and this is normal
INFO - 2020-10-17 22:50:52,379 - Starting Pro Bot
INFO - 2020-10-17 23:31:52,965 - Approving 0xbD03BD923c7D51019Fd84571D84e4eBcf7213509...
ERROR - 2020-10-17 23:32:10,620 - Insufficient balance. Had 253350994033414137414, needed 253350994033414144000
Traceback (most recent call last):
File "eth_utils\applicators.py", line 84, in apply_formatters_to_dict
File "web3_utils\normalizers.py", line 243, in normalize_abi
File "web3_utils\validation.py", line 73, in validate_abi
ValueError: 'abi' is not a list

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "limitswap.py", line 88, in check_decimals
File "web3\eth.py", line 532, in contract
File "web3\contract.py", line 360, in factory
File "web3_utils\datatypes.py", line 54, in new
File "eth_utils\functional.py", line 45, in inner
File "eth_utils\applicators.py", line 86, in apply_formatters_to_dict
ValueError: Could not format value None as field 'abi'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "limitswap.py", line 342, in start_bot
File "limitswap.py", line 306, in start_many
File "limitswap.py", line 147, in run_bot
File "limitswap.py", line 268, in sell
File "uniswap\uniswap.py", line 78, in approved
File "uniswap\uniswap.py", line 456, in make_trade
uniswap.uniswap.InsufficientBalance: Insufficient balance. Had 253350994033414137414, needed 253350994033414144000

gas limit usage issue

script will keep trying to endlessly buy even if it doesn't hit the gas limit level required to buy certain pairs. User will sustain heavy gas fees on fail Txs.

chrome_W19fKFBHMv

[ERROR]HASFEES

Tried to sell a token when the price was above the sell signal.
The bot tried to sell the token but it threw up an error.
Error log has been attached.
errors.log

Can we trial the bot on ETH testnet?

I have heard something about an Ethereum "Testnet" is there a configuration for this at all so we can play and test configuration of this bot before laying down real eth? Thanks :)

Bxiot pair not working

    "ADDRESS": "0x5c4ac68aac56ebe098d621cd8ce9f43270aaa355",
    "SYMBOL": "BXIOT",

as soon there is a buy signal it says error check log

selling is working

but the bot wont stop to repeat this process till i take the pair out or set the buy price lower

   INFO - 2020-10-14 07:54:54,444 - NEW STARTUP v2.5

INFO - 2020-10-14 07:54:54,954 - Using <web3.main.Web3 object at 0x000001AF9BA33C40> ('mainnet')
INFO - 2020-10-14 07:54:55,235 - Using factory contract: <web3._utils.datatypes.Contract object at 0x000001AF9BA3EAC0>
INFO - 2020-10-14 07:54:56,017 - Using <web3.main.Web3 object at 0x000001AF9BB03FD0> ('mainnet')
INFO - 2020-10-14 07:54:56,254 - Using factory contract: <web3._utils.datatypes.Contract object at 0x000001AF9BAF2880>
INFO - 2020-10-14 07:54:57,237 - Starting Pro Bot
INFO - 2020-10-14 07:55:00,303 - Adding New ABI'S to Assets Folder to Reduce API calls, ignore restarts as this might take a few cycles and this is normal
INFO - 2020-10-14 07:55:01,267 - Starting Pro Bot
INFO - 2020-10-14 07:55:05,188 - Adding New ABI'S to Assets Folder to Reduce API calls, ignore restarts as this might take a few cycles and this is normal
INFO - 2020-10-14 07:55:06,172 - Starting Pro Bot
INFO - 2020-10-14 07:55:11,284 - Adding New ABI'S to Assets Folder to Reduce API calls, ignore restarts as this might take a few cycles and this is normal
INFO - 2020-10-14 07:55:12,281 - Starting Pro Bot
INFO - 2020-10-14 07:55:18,313 - Adding New ABI'S to Assets Folder to Reduce API calls, ignore restarts as this might take a few cycles and this is normal
INFO - 2020-10-14 07:55:19,297 - Starting Pro Bot
INFO - 2020-10-14 07:55:26,394 - Adding New ABI'S to Assets Folder to Reduce API calls, ignore restarts as this might take a few cycles and this is normal
INFO - 2020-10-14 07:55:27,391 - Starting Pro Bot
INFO - 2020-10-14 08:04:05,746 - NEW STARTUP v2.5
INFO - 2020-10-14 08:04:06,214 - Using <web3.main.Web3 object at 0x000001C8FD2F3C40> ('mainnet')
INFO - 2020-10-14 08:04:06,402 - Using factory contract: <web3._utils.datatypes.Contract object at 0x000001C8FD2FEAC0>
INFO - 2020-10-14 08:04:07,089 - Using <web3.main.Web3 object at 0x000001C8FD3C3FD0> ('mainnet')
INFO - 2020-10-14 08:04:07,292 - Using factory contract: <web3._utils.datatypes.Contract object at 0x000001C8FD3B2880>
INFO - 2020-10-14 08:04:08,261 - Starting Pro Bot
ERROR - 2020-10-14 08:55:53,528 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:55:57,543 - Starting Pro Bot
ERROR - 2020-10-14 08:56:02,700 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:56:06,731 - Starting Pro Bot
ERROR - 2020-10-14 08:56:11,090 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:56:15,106 - Starting Pro Bot
ERROR - 2020-10-14 08:56:19,481 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:56:23,497 - Starting Pro Bot
ERROR - 2020-10-14 08:56:27,903 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:56:31,934 - Starting Pro Bot
ERROR - 2020-10-14 08:56:36,637 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:56:40,652 - Starting Pro Bot
ERROR - 2020-10-14 08:56:45,543 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:56:49,559 - Starting Pro Bot
ERROR - 2020-10-14 08:56:53,918 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:56:57,918 - Starting Pro Bot
ERROR - 2020-10-14 08:57:02,324 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:57:06,371 - Starting Pro Bot
ERROR - 2020-10-14 08:57:10,731 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:57:14,761 - Starting Pro Bot
ERROR - 2020-10-14 08:57:19,105 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:57:23,840 - Starting Pro Bot
ERROR - 2020-10-14 08:57:28,808 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:57:32,793 - Starting Pro Bot
ERROR - 2020-10-14 08:57:37,058 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:57:41,027 - Starting Pro Bot
ERROR - 2020-10-14 08:57:45,261 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:57:49,261 - Starting Pro Bot
ERROR - 2020-10-14 08:57:53,527 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 08:57:57,527 - Starting Pro Bot
ERROR - 2020-10-14 09:00:46,119 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:00:50,744 - Starting Pro Bot
ERROR - 2020-10-14 09:00:55,135 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:00:59,306 - Starting Pro Bot
ERROR - 2020-10-14 09:01:03,806 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:01:07,963 - Starting Pro Bot
ERROR - 2020-10-14 09:01:12,634 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:01:16,712 - Starting Pro Bot
ERROR - 2020-10-14 09:01:21,056 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:01:25,056 - Starting Pro Bot
ERROR - 2020-10-14 09:01:29,572 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:01:33,618 - Starting Pro Bot
ERROR - 2020-10-14 09:01:38,744 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:01:42,744 - Starting Pro Bot
ERROR - 2020-10-14 09:01:47,228 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:01:51,290 - Starting Pro Bot
ERROR - 2020-10-14 09:01:56,009 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:02:00,057 - Starting Pro Bot
ERROR - 2020-10-14 09:02:04,525 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:02:08,618 - Starting Pro Bot
ERROR - 2020-10-14 09:02:13,368 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:02:17,415 - Starting Pro Bot
ERROR - 2020-10-14 09:02:22,774 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:02:26,821 - Starting Pro Bot
ERROR - 2020-10-14 09:02:31,196 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:02:35,274 - Starting Pro Bot
ERROR - 2020-10-14 09:02:39,821 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:02:43,853 - Starting Pro Bot
ERROR - 2020-10-14 09:02:48,383 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:02:52,462 - Starting Pro Bot
ERROR - 2020-10-14 09:02:57,041 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:03:01,055 - Starting Pro Bot
ERROR - 2020-10-14 09:03:06,711 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:03:10,946 - Starting Pro Bot
ERROR - 2020-10-14 09:03:15,321 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:03:19,336 - Starting Pro Bot
ERROR - 2020-10-14 09:03:23,649 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:03:27,649 - Starting Pro Bot
ERROR - 2020-10-14 09:03:32,055 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:03:36,071 - Starting Pro Bot
ERROR - 2020-10-14 09:03:40,492 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:03:44,476 - Starting Pro Bot
ERROR - 2020-10-14 09:03:49,008 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:03:53,539 - Starting Pro Bot
ERROR - 2020-10-14 09:03:57,773 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:04:01,742 - Starting Pro Bot
ERROR - 2020-10-14 09:04:06,023 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:04:10,039 - Starting Pro Bot
ERROR - 2020-10-14 09:04:14,289 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:04:18,289 - Starting Pro Bot
ERROR - 2020-10-14 09:04:23,289 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:04:27,258 - Starting Pro Bot
ERROR - 2020-10-14 09:04:31,507 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:04:35,523 - Starting Pro Bot
ERROR - 2020-10-14 09:04:40,429 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:04:44,445 - Starting Pro Bot
ERROR - 2020-10-14 09:04:48,882 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:04:52,929 - Starting Pro Bot
ERROR - 2020-10-14 09:04:57,320 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:05:01,353 - Starting Pro Bot
ERROR - 2020-10-14 09:05:05,742 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:05:09,788 - Starting Pro Bot
ERROR - 2020-10-14 09:05:14,163 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:05:18,179 - Starting Pro Bot
ERROR - 2020-10-14 09:05:23,069 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:05:27,085 - Starting Pro Bot
ERROR - 2020-10-14 09:05:31,413 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:05:35,429 - Starting Pro Bot
ERROR - 2020-10-14 09:05:39,757 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:05:43,772 - Starting Pro Bot
ERROR - 2020-10-14 09:05:48,215 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:05:52,241 - Starting Pro Bot
ERROR - 2020-10-14 09:05:56,710 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:06:00,725 - Starting Pro Bot
ERROR - 2020-10-14 09:06:05,600 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:06:09,569 - Starting Pro Bot
ERROR - 2020-10-14 09:06:13,835 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:06:17,882 - Starting Pro Bot
ERROR - 2020-10-14 09:06:22,116 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:06:26,100 - Starting Pro Bot
ERROR - 2020-10-14 09:06:30,350 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:06:34,319 - Starting Pro Bot
ERROR - 2020-10-14 09:06:38,553 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:06:42,553 - Starting Pro Bot
ERROR - 2020-10-14 09:06:47,022 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:06:50,990 - Starting Pro Bot
ERROR - 2020-10-14 09:06:55,850 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:06:59,866 - Starting Pro Bot
ERROR - 2020-10-14 09:07:04,162 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:07:08,179 - Starting Pro Bot
ERROR - 2020-10-14 09:07:12,522 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:07:16,538 - Starting Pro Bot
ERROR - 2020-10-14 09:07:20,881 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:07:24,896 - Starting Pro Bot
ERROR - 2020-10-14 09:07:29,912 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:07:33,913 - Starting Pro Bot
ERROR - 2020-10-14 09:07:38,881 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:07:42,896 - Starting Pro Bot
ERROR - 2020-10-14 09:07:47,320 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:07:51,334 - Starting Pro Bot
ERROR - 2020-10-14 09:07:55,803 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:07:59,818 - Starting Pro Bot
ERROR - 2020-10-14 09:08:04,349 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:08:08,380 - Starting Pro Bot
ERROR - 2020-10-14 09:08:12,693 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:08:16,740 - Starting Pro Bot
ERROR - 2020-10-14 09:08:21,614 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:08:25,615 - Starting Pro Bot
ERROR - 2020-10-14 09:08:29,958 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:08:33,974 - Starting Pro Bot
ERROR - 2020-10-14 09:08:38,334 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:08:42,412 - Starting Pro Bot
ERROR - 2020-10-14 09:08:46,927 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:08:50,943 - Starting Pro Bot
ERROR - 2020-10-14 09:08:55,286 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:08:59,302 - Starting Pro Bot
ERROR - 2020-10-14 09:09:03,646 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:09:08,302 - Starting Pro Bot
ERROR - 2020-10-14 09:09:12,802 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:09:16,848 - Starting Pro Bot
ERROR - 2020-10-14 09:09:21,286 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:09:25,333 - Starting Pro Bot
ERROR - 2020-10-14 09:09:29,724 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:09:33,802 - Starting Pro Bot
ERROR - 2020-10-14 09:09:38,364 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:09:42,411 - Starting Pro Bot
ERROR - 2020-10-14 09:09:46,848 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:09:50,880 - Starting Pro Bot
ERROR - 2020-10-14 09:09:55,864 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:09:59,864 - Starting Pro Bot
ERROR - 2020-10-14 09:10:04,223 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:10:08,426 - Starting Pro Bot
ERROR - 2020-10-14 09:10:13,176 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:10:17,411 - Starting Pro Bot
ERROR - 2020-10-14 09:10:21,879 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:10:26,582 - Starting Pro Bot
ERROR - 2020-10-14 09:10:31,551 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:10:35,660 - Starting Pro Bot
ERROR - 2020-10-14 09:10:40,692 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:10:44,770 - Starting Pro Bot
ERROR - 2020-10-14 09:10:49,567 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:10:53,707 - Starting Pro Bot
ERROR - 2020-10-14 09:10:58,379 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:11:02,504 - Starting Pro Bot
ERROR - 2020-10-14 09:11:06,988 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:11:11,019 - Starting Pro Bot
ERROR - 2020-10-14 09:11:15,519 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:11:19,551 - Starting Pro Bot
ERROR - 2020-10-14 09:11:25,832 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:11:29,863 - Starting Pro Bot
ERROR - 2020-10-14 09:11:34,472 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:11:38,524 - Starting Pro Bot
ERROR - 2020-10-14 09:11:43,722 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:11:48,253 - Starting Pro Bot
ERROR - 2020-10-14 09:11:53,410 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:11:57,472 - Starting Pro Bot
ERROR - 2020-10-14 09:12:02,582 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:12:06,707 - Starting Pro Bot
ERROR - 2020-10-14 09:12:11,644 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:12:16,284 - Starting Pro Bot
ERROR - 2020-10-14 09:12:20,628 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:12:24,644 - Starting Pro Bot
ERROR - 2020-10-14 09:12:29,034 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:12:33,034 - Starting Pro Bot
ERROR - 2020-10-14 09:12:37,503 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:12:41,519 - Starting Pro Bot
ERROR - 2020-10-14 09:12:45,940 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:12:49,987 - Starting Pro Bot
ERROR - 2020-10-14 09:12:54,550 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:12:58,565 - Starting Pro Bot
ERROR - 2020-10-14 09:13:03,924 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:13:07,909 - Starting Pro Bot
ERROR - 2020-10-14 09:13:12,190 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:13:16,174 - Starting Pro Bot
ERROR - 2020-10-14 09:13:20,550 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:13:24,549 - Starting Pro Bot
ERROR - 2020-10-14 09:13:28,815 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:13:32,815 - Starting Pro Bot
ERROR - 2020-10-14 09:13:37,081 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:13:41,065 - Starting Pro Bot
ERROR - 2020-10-14 09:13:45,893 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:13:49,877 - Starting Pro Bot
ERROR - 2020-10-14 09:13:54,190 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:13:58,237 - Starting Pro Bot
ERROR - 2020-10-14 09:14:02,705 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:14:06,705 - Starting Pro Bot
ERROR - 2020-10-14 09:14:10,986 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:14:14,987 - Starting Pro Bot
ERROR - 2020-10-14 09:14:19,299 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:14:23,283 - Starting Pro Bot
ERROR - 2020-10-14 09:14:28,846 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:14:32,846 - Starting Pro Bot
ERROR - 2020-10-14 09:14:37,364 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:14:41,378 - Starting Pro Bot
ERROR - 2020-10-14 09:14:45,736 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:14:49,752 - Starting Pro Bot
ERROR - 2020-10-14 09:14:54,095 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:14:58,095 - Starting Pro Bot
ERROR - 2020-10-14 09:15:02,517 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:15:06,548 - Starting Pro Bot
ERROR - 2020-10-14 09:15:10,892 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:15:15,548 - Starting Pro Bot
ERROR - 2020-10-14 09:15:19,877 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:15:23,892 - Starting Pro Bot
ERROR - 2020-10-14 09:15:28,251 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:15:32,253 - Starting Pro Bot
ERROR - 2020-10-14 09:15:36,626 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:15:40,657 - Starting Pro Bot
ERROR - 2020-10-14 09:15:45,033 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:15:49,064 - Starting Pro Bot
ERROR - 2020-10-14 09:15:53,423 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:15:57,454 - Starting Pro Bot
ERROR - 2020-10-14 09:16:02,361 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:16:06,407 - Starting Pro Bot
ERROR - 2020-10-14 09:16:10,891 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:16:14,892 - Starting Pro Bot
ERROR - 2020-10-14 09:16:19,376 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:16:23,407 - Starting Pro Bot
ERROR - 2020-10-14 09:16:28,001 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:16:32,032 - Starting Pro Bot
ERROR - 2020-10-14 09:16:36,424 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:16:40,454 - Starting Pro Bot
ERROR - 2020-10-14 09:16:45,579 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:16:49,641 - Starting Pro Bot
ERROR - 2020-10-14 09:16:54,000 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:16:58,032 - Starting Pro Bot
ERROR - 2020-10-14 09:17:02,454 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:17:06,578 - Starting Pro Bot
ERROR - 2020-10-14 09:17:11,031 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:17:15,047 - Starting Pro Bot
ERROR - 2020-10-14 09:17:19,656 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:17:23,688 - Starting Pro Bot
ERROR - 2020-10-14 09:17:28,719 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:17:32,703 - Starting Pro Bot
ERROR - 2020-10-14 09:17:37,109 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:17:41,219 - Starting Pro Bot
ERROR - 2020-10-14 09:17:45,531 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:17:49,547 - Starting Pro Bot
ERROR - 2020-10-14 09:17:53,906 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:17:57,969 - Starting Pro Bot
ERROR - 2020-10-14 09:18:02,297 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:18:06,312 - Starting Pro Bot
ERROR - 2020-10-14 09:18:10,687 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:18:15,234 - Starting Pro Bot
ERROR - 2020-10-14 09:18:19,546 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:18:23,546 - Starting Pro Bot
ERROR - 2020-10-14 09:18:27,812 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:18:31,812 - Starting Pro Bot
ERROR - 2020-10-14 09:18:36,125 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:18:40,109 - Starting Pro Bot
ERROR - 2020-10-14 09:18:44,624 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:18:48,625 - Starting Pro Bot
ERROR - 2020-10-14 09:18:52,921 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:18:56,906 - Starting Pro Bot
ERROR - 2020-10-14 09:19:01,749 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:19:05,749 - Starting Pro Bot
ERROR - 2020-10-14 09:19:10,062 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:19:14,077 - Starting Pro Bot
ERROR - 2020-10-14 09:19:18,437 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:19:22,468 - Starting Pro Bot
ERROR - 2020-10-14 09:19:26,811 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:19:30,829 - Starting Pro Bot
ERROR - 2020-10-14 09:19:35,218 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:19:39,218 - Starting Pro Bot
ERROR - 2020-10-14 09:19:44,124 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:19:48,124 - Starting Pro Bot
ERROR - 2020-10-14 09:19:52,405 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:19:56,389 - Starting Pro Bot
ERROR - 2020-10-14 09:20:00,686 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:20:04,706 - Starting Pro Bot
ERROR - 2020-10-14 09:20:09,061 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:20:13,108 - Starting Pro Bot
ERROR - 2020-10-14 09:20:17,514 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:20:21,514 - Starting Pro Bot
ERROR - 2020-10-14 09:20:26,608 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:20:30,905 - Starting Pro Bot
ERROR - 2020-10-14 09:20:36,014 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:20:40,327 - Starting Pro Bot
ERROR - 2020-10-14 09:20:45,123 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:20:49,217 - Starting Pro Bot
ERROR - 2020-10-14 09:20:54,046 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:20:58,123 - Starting Pro Bot
ERROR - 2020-10-14 09:21:02,701 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:21:06,748 - Starting Pro Bot
ERROR - 2020-10-14 09:21:11,217 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:21:15,451 - Starting Pro Bot
ERROR - 2020-10-14 09:21:20,733 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:21:25,045 - Starting Pro Bot
ERROR - 2020-10-14 09:21:29,623 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:21:33,982 - Starting Pro Bot
ERROR - 2020-10-14 09:21:38,623 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:21:42,920 - Starting Pro Bot
ERROR - 2020-10-14 09:21:47,732 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:21:51,873 - Starting Pro Bot
ERROR - 2020-10-14 09:21:56,623 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:22:00,904 - Starting Pro Bot
ERROR - 2020-10-14 09:22:06,311 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:22:10,436 - Starting Pro Bot
ERROR - 2020-10-14 09:22:14,888 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:22:18,911 - Starting Pro Bot
ERROR - 2020-10-14 09:22:24,013 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:22:28,310 - Starting Pro Bot
ERROR - 2020-10-14 09:22:33,219 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:22:37,310 - Starting Pro Bot
ERROR - 2020-10-14 09:22:43,216 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:22:47,326 - Starting Pro Bot
ERROR - 2020-10-14 09:22:52,685 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:22:56,716 - Starting Pro Bot
ERROR - 2020-10-14 09:23:01,107 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:23:05,373 - Starting Pro Bot
ERROR - 2020-10-14 09:23:09,701 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:23:13,716 - Starting Pro Bot
ERROR - 2020-10-14 09:23:18,028 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:23:22,060 - Starting Pro Bot
ERROR - 2020-10-14 09:23:26,372 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:23:30,388 - Starting Pro Bot
ERROR - 2020-10-14 09:23:34,669 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:23:39,216 - Starting Pro Bot
ERROR - 2020-10-14 09:23:43,700 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:23:47,716 - Starting Pro Bot
ERROR - 2020-10-14 09:23:52,106 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:23:56,106 - Starting Pro Bot
ERROR - 2020-10-14 09:24:00,450 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:24:04,731 - Starting Pro Bot
ERROR - 2020-10-14 09:24:09,091 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:24:13,122 - Starting Pro Bot
ERROR - 2020-10-14 09:24:17,466 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:24:21,481 - Starting Pro Bot
ERROR - 2020-10-14 09:24:26,419 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:24:31,137 - Starting Pro Bot
ERROR - 2020-10-14 09:24:35,528 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:24:39,559 - Starting Pro Bot
ERROR - 2020-10-14 09:24:43,997 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:24:48,137 - Starting Pro Bot
ERROR - 2020-10-14 09:24:52,563 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:24:56,593 - Starting Pro Bot
ERROR - 2020-10-14 09:25:01,076 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:25:05,215 - Starting Pro Bot
ERROR - 2020-10-14 09:25:10,090 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:25:14,152 - Starting Pro Bot
ERROR - 2020-10-14 09:25:18,606 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:25:22,621 - Starting Pro Bot
ERROR - 2020-10-14 09:25:27,059 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:25:31,091 - Starting Pro Bot
ERROR - 2020-10-14 09:25:35,543 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:25:39,763 - Starting Pro Bot
ERROR - 2020-10-14 09:25:44,137 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:25:48,168 - Starting Pro Bot
ERROR - 2020-10-14 09:25:53,232 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:25:57,293 - Starting Pro Bot
ERROR - 2020-10-14 09:26:01,777 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:26:05,808 - Starting Pro Bot
ERROR - 2020-10-14 09:26:10,199 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:26:14,230 - Starting Pro Bot
ERROR - 2020-10-14 09:26:18,638 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:26:22,683 - Starting Pro Bot
ERROR - 2020-10-14 09:26:27,089 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:26:31,105 - Starting Pro Bot
ERROR - 2020-10-14 09:26:35,495 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:26:40,058 - Starting Pro Bot
ERROR - 2020-10-14 09:26:44,464 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:26:48,480 - Starting Pro Bot
ERROR - 2020-10-14 09:26:52,995 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:26:57,058 - Starting Pro Bot
ERROR - 2020-10-14 09:27:01,558 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:27:05,668 - Starting Pro Bot
ERROR - 2020-10-14 09:27:10,027 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:27:14,230 - Starting Pro Bot
ERROR - 2020-10-14 09:27:18,777 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:27:22,823 - Starting Pro Bot
ERROR - 2020-10-14 09:27:27,871 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:27:31,933 - Starting Pro Bot
ERROR - 2020-10-14 09:27:37,012 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:27:41,061 - Starting Pro Bot
ERROR - 2020-10-14 09:27:45,401 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:27:49,432 - Starting Pro Bot
ERROR - 2020-10-14 09:27:53,807 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:27:57,823 - Starting Pro Bot
ERROR - 2020-10-14 09:28:02,182 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:28:06,166 - Starting Pro Bot
ERROR - 2020-10-14 09:28:11,542 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:28:15,620 - Starting Pro Bot
ERROR - 2020-10-14 09:28:20,104 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:28:24,154 - Starting Pro Bot
ERROR - 2020-10-14 09:28:28,684 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:28:32,760 - Starting Pro Bot
ERROR - 2020-10-14 09:28:37,387 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:28:41,433 - Starting Pro Bot
ERROR - 2020-10-14 09:28:45,900 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:28:49,947 - Starting Pro Bot
ERROR - 2020-10-14 09:28:54,994 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:28:59,028 - Starting Pro Bot
ERROR - 2020-10-14 09:29:03,526 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:29:07,603 - Starting Pro Bot
ERROR - 2020-10-14 09:29:12,057 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:29:16,088 - Starting Pro Bot
ERROR - 2020-10-14 09:29:20,510 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:29:24,542 - Starting Pro Bot
ERROR - 2020-10-14 09:29:28,900 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:29:32,932 - Starting Pro Bot
ERROR - 2020-10-14 09:29:37,244 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:29:41,780 - Starting Pro Bot
ERROR - 2020-10-14 09:29:46,323 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:29:50,353 - Starting Pro Bot
ERROR - 2020-10-14 09:29:54,744 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:29:58,760 - Starting Pro Bot
ERROR - 2020-10-14 09:30:03,259 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:30:07,322 - Starting Pro Bot
ERROR - 2020-10-14 09:30:11,822 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:30:16,056 - Starting Pro Bot
ERROR - 2020-10-14 09:30:20,697 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:30:24,931 - Starting Pro Bot
ERROR - 2020-10-14 09:30:30,357 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:30:34,481 - Starting Pro Bot
ERROR - 2020-10-14 09:30:39,400 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:30:43,468 - Starting Pro Bot
ERROR - 2020-10-14 09:30:48,306 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:30:52,384 - Starting Pro Bot
ERROR - 2020-10-14 09:30:57,290 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:31:01,353 - Starting Pro Bot
ERROR - 2020-10-14 09:31:05,978 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:31:10,322 - Starting Pro Bot
ERROR - 2020-10-14 09:31:16,446 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:31:20,665 - Starting Pro Bot
ERROR - 2020-10-14 09:31:25,964 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:31:30,008 - Starting Pro Bot
ERROR - 2020-10-14 09:31:34,852 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:31:38,888 - Starting Pro Bot
ERROR - 2020-10-14 09:31:43,524 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:31:47,699 - Starting Pro Bot
ERROR - 2020-10-14 09:31:52,854 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:31:56,899 - Starting Pro Bot
ERROR - 2020-10-14 09:32:02,181 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:32:06,243 - Starting Pro Bot
ERROR - 2020-10-14 09:32:11,024 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:32:15,196 - Starting Pro Bot
ERROR - 2020-10-14 09:32:19,712 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:32:23,727 - Starting Pro Bot
ERROR - 2020-10-14 09:32:28,450 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:32:32,477 - Starting Pro Bot
ERROR - 2020-10-14 09:32:37,086 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:32:41,136 - Starting Pro Bot
ERROR - 2020-10-14 09:32:45,602 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:32:50,321 - Starting Pro Bot
ERROR - 2020-10-14 09:32:55,899 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:33:00,028 - Starting Pro Bot
ERROR - 2020-10-14 09:33:04,883 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:33:08,992 - Starting Pro Bot
ERROR - 2020-10-14 09:33:13,554 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:33:17,602 - Starting Pro Bot
ERROR - 2020-10-14 09:33:22,101 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:33:26,211 - Starting Pro Bot
ERROR - 2020-10-14 09:33:30,696 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:33:34,789 - Starting Pro Bot
ERROR - 2020-10-14 09:33:39,836 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:33:43,872 - Starting Pro Bot
ERROR - 2020-10-14 09:33:48,273 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:33:52,289 - Starting Pro Bot
ERROR - 2020-10-14 09:33:56,663 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:34:00,679 - Starting Pro Bot
ERROR - 2020-10-14 09:34:05,149 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:34:09,163 - Starting Pro Bot
ERROR - 2020-10-14 09:34:13,530 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:34:17,929 - Starting Pro Bot
ERROR - 2020-10-14 09:34:22,850 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:34:26,915 - Starting Pro Bot
ERROR - 2020-10-14 09:34:31,383 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:34:35,429 - Starting Pro Bot
ERROR - 2020-10-14 09:34:39,882 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 09:34:43,928 - Starting Pro Bot
ERROR - 2020-10-14 10:13:42,827 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:13:46,859 - Starting Pro Bot
ERROR - 2020-10-14 10:13:51,249 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:13:55,281 - Starting Pro Bot
ERROR - 2020-10-14 10:14:00,405 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:14:04,452 - Starting Pro Bot
ERROR - 2020-10-14 10:14:09,001 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:14:13,046 - Starting Pro Bot
ERROR - 2020-10-14 10:14:17,437 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:14:21,488 - Starting Pro Bot
ERROR - 2020-10-14 10:14:25,921 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:14:30,001 - Starting Pro Bot
ERROR - 2020-10-14 10:14:34,452 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:14:38,483 - Starting Pro Bot
ERROR - 2020-10-14 10:14:43,702 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:14:47,752 - Starting Pro Bot
ERROR - 2020-10-14 10:14:53,280 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:14:57,297 - Starting Pro Bot
ERROR - 2020-10-14 10:15:01,764 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:15:05,920 - Starting Pro Bot
ERROR - 2020-10-14 10:15:10,389 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:15:14,420 - Starting Pro Bot
ERROR - 2020-10-14 10:15:19,999 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:15:24,139 - Starting Pro Bot
ERROR - 2020-10-14 10:15:36,249 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:15:46,545 - Starting Pro Bot
ERROR - 2020-10-14 10:15:59,514 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:16:06,107 - Starting Pro Bot
ERROR - 2020-10-14 10:16:25,092 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:16:29,139 - Starting Pro Bot
ERROR - 2020-10-14 10:16:33,716 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:16:37,811 - Starting Pro Bot
ERROR - 2020-10-14 10:16:42,326 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:16:46,420 - Starting Pro Bot
ERROR - 2020-10-14 10:16:50,951 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:16:54,998 - Starting Pro Bot
ERROR - 2020-10-14 10:17:00,044 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:17:04,200 - Starting Pro Bot
ERROR - 2020-10-14 10:17:08,702 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:17:12,794 - Starting Pro Bot
ERROR - 2020-10-14 10:17:17,281 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:17:21,331 - Starting Pro Bot
ERROR - 2020-10-14 10:17:25,810 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:17:29,843 - Starting Pro Bot
ERROR - 2020-10-14 10:17:34,310 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:17:38,326 - Starting Pro Bot
ERROR - 2020-10-14 10:17:43,403 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:17:47,466 - Starting Pro Bot
ERROR - 2020-10-14 10:17:52,153 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:17:56,215 - Starting Pro Bot
ERROR - 2020-10-14 10:18:00,717 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:18:04,783 - Starting Pro Bot
ERROR - 2020-10-14 10:18:09,310 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:18:13,606 - Starting Pro Bot
ERROR - 2020-10-14 10:18:23,247 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:18:28,528 - Starting Pro Bot
ERROR - 2020-10-14 10:18:39,106 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:18:43,153 - Starting Pro Bot
ERROR - 2020-10-14 10:18:47,528 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:18:51,575 - Starting Pro Bot
ERROR - 2020-10-14 10:18:56,059 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:19:00,121 - Starting Pro Bot
ERROR - 2020-10-14 10:19:04,543 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:19:08,559 - Starting Pro Bot
ERROR - 2020-10-14 10:19:13,106 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:19:17,137 - Starting Pro Bot
ERROR - 2020-10-14 10:19:21,606 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:19:26,184 - Starting Pro Bot
ERROR - 2020-10-14 10:19:30,595 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:19:34,637 - Starting Pro Bot
ERROR - 2020-10-14 10:19:39,027 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:19:43,059 - Starting Pro Bot
ERROR - 2020-10-14 10:19:47,512 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:19:52,246 - Starting Pro Bot
ERROR - 2020-10-14 10:19:56,684 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:20:00,762 - Starting Pro Bot
ERROR - 2020-10-14 10:20:05,496 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:20:09,527 - Starting Pro Bot
ERROR - 2020-10-14 10:20:14,918 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:20:19,308 - Starting Pro Bot
ERROR - 2020-10-14 10:20:23,949 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:20:27,980 - Starting Pro Bot
ERROR - 2020-10-14 10:20:32,668 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:20:36,855 - Starting Pro Bot
ERROR - 2020-10-14 10:20:41,808 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:20:46,105 - Starting Pro Bot
ERROR - 2020-10-14 10:20:50,918 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:20:55,042 - Starting Pro Bot
ERROR - 2020-10-14 10:21:01,544 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:21:06,276 - Starting Pro Bot
ERROR - 2020-10-14 10:21:11,027 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:21:15,073 - Starting Pro Bot
ERROR - 2020-10-14 10:21:20,172 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:21:24,950 - Starting Pro Bot
ERROR - 2020-10-14 10:21:29,932 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:21:34,157 - Starting Pro Bot
ERROR - 2020-10-14 10:21:38,916 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:21:43,136 - Starting Pro Bot
ERROR - 2020-10-14 10:21:48,486 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:21:52,620 - Starting Pro Bot
ERROR - 2020-10-14 10:21:57,890 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:22:02,012 - Starting Pro Bot
ERROR - 2020-10-14 10:22:07,245 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:22:11,463 - Starting Pro Bot
ERROR - 2020-10-14 10:22:16,605 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:22:20,714 - Starting Pro Bot
ERROR - 2020-10-14 10:22:25,870 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:22:29,885 - Starting Pro Bot
ERROR - 2020-10-14 10:22:34,651 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:22:39,281 - Starting Pro Bot
ERROR - 2020-10-14 10:22:44,041 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:22:48,103 - Starting Pro Bot
ERROR - 2020-10-14 10:22:52,811 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:22:56,872 - Starting Pro Bot
ERROR - 2020-10-14 10:23:02,231 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:23:07,119 - Starting Pro Bot
ERROR - 2020-10-14 10:23:11,822 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:23:15,854 - Starting Pro Bot
ERROR - 2020-10-14 10:23:20,312 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:23:24,370 - Starting Pro Bot
ERROR - 2020-10-14 10:23:29,384 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:23:33,400 - Starting Pro Bot
ERROR - 2020-10-14 10:23:37,806 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:23:41,838 - Starting Pro Bot
ERROR - 2020-10-14 10:23:46,213 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:23:50,212 - Starting Pro Bot
ERROR - 2020-10-14 10:23:54,634 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:24:00,093 - Starting Pro Bot
ERROR - 2020-10-14 10:24:09,478 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:24:13,524 - Starting Pro Bot
ERROR - 2020-10-14 10:24:18,510 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:24:22,540 - Starting Pro Bot
ERROR - 2020-10-14 10:24:26,946 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:24:30,993 - Starting Pro Bot
ERROR - 2020-10-14 10:24:35,370 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:24:39,415 - Starting Pro Bot
ERROR - 2020-10-14 10:24:43,868 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:24:47,883 - Starting Pro Bot
ERROR - 2020-10-14 10:24:52,337 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:24:56,352 - Starting Pro Bot
ERROR - 2020-10-14 10:25:01,430 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:25:05,462 - Starting Pro Bot
ERROR - 2020-10-14 10:25:09,915 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:25:13,993 - Starting Pro Bot
ERROR - 2020-10-14 10:25:19,074 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:25:23,289 - Starting Pro Bot
ERROR - 2020-10-14 10:25:28,446 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:25:32,701 - Starting Pro Bot
ERROR - 2020-10-14 10:25:37,885 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:25:45,586 - Starting Pro Bot
ERROR - 2020-10-14 10:25:50,961 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:25:55,899 - Starting Pro Bot
ERROR - 2020-10-14 10:26:01,664 - {'code': 3, 'message': 'execution reverted: ds-math-sub-underflow', 'data': '0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001564732d6d6174682d7375622d756e646572666c6f770000000000000000000000'}
INFO - 2020-10-14 10:26:05,961 - Starting Pro Bot

Cannot sell - LimitSwap.Alpha.v2.61

I am yet to have a successful sell on any version. Just tried triggering a sell manually by lowering the sell price to current price, it attempted and crashed.

You can see it pretty clearly here.

image

INFO - 2020-10-16 12:20:55,390 - Using <web3.main.Web3 object at 0x00000203285EFCA0> ('mainnet')
INFO - 2020-10-16 12:20:55,664 - Using factory contract: <web3._utils.datatypes.Contract object at 0x00000203285FCB20>
INFO - 2020-10-16 12:20:57,026 - Using <web3.main.Web3 object at 0x00000203286C0F40> ('mainnet')
INFO - 2020-10-16 12:20:57,263 - Using factory contract: <web3._utils.datatypes.Contract object at 0x00000203286AF850>
INFO - 2020-10-16 12:20:58,632 - Starting Basic Bot
ERROR - 2020-10-16 12:21:17,117 - 
Could not identify the intended function with name `getAmountsOut`, positional argument(s) of type `(<class 'float'>, <class 'list'>)` and keyword argument(s) of type `{}`.
Found 1 function(s) with the name `getAmountsOut`: ['getAmountsOut(uint256,address[])']
Function invocation failed due to no matching argument types.
Traceback (most recent call last):
  File "limitswap.py", line 346, in start_bot
  File "limitswap.py", line 288, in start
  File "limitswap.py", line 185, in run_bot
  File "limitswap.py", line 264, in sell
  File "uniswap\uniswap.py", line 78, in approved
  File "uniswap\uniswap.py", line 458, in make_trade
  File "uniswap\uniswap.py", line 546, in _token_to_eth_swap_input
  File "uniswap\uniswap.py", line 91, in check_version
  File "uniswap\uniswap.py", line 316, in get_token_eth_input_price
  File "web3\contract.py", line 875, in __call__
  File "web3\contract.py", line 880, in _set_function_info
  File "web3\_utils\contracts.py", line 163, in find_matching_fn_abi
web3.exceptions.ValidationError: 
Could not identify the intended function with name `getAmountsOut`, positional argument(s) of type `(<class 'float'>, <class 'list'>)` and keyword argument(s) of type `{}`.
Found 1 function(s) with the name `getAmountsOut`: ['getAmountsOut(uint256,address[])']
Function invocation failed due to no matching argument types.
INFO - 2020-10-16 12:21:18,433 - Starting Basic Bot
ERROR - 2020-10-16 12:21:21,097 - 
Could not identify the intended function with name `getAmountsOut`, positional argument(s) of type `(<class 'float'>, <class 'list'>)` and keyword argument(s) of type `{}`.
Found 1 function(s) with the name `getAmountsOut`: ['getAmountsOut(uint256,address[])']
Function invocation failed due to no matching argument types.
Traceback (most recent call last):
  File "limitswap.py", line 346, in start_bot
  File "limitswap.py", line 288, in start
  File "limitswap.py", line 185, in run_bot
  File "limitswap.py", line 264, in sell
  File "uniswap\uniswap.py", line 78, in approved
  File "uniswap\uniswap.py", line 458, in make_trade
  File "uniswap\uniswap.py", line 546, in _token_to_eth_swap_input
  File "uniswap\uniswap.py", line 91, in check_version
  File "uniswap\uniswap.py", line 316, in get_token_eth_input_price
  File "web3\contract.py", line 875, in __call__
  File "web3\contract.py", line 880, in _set_function_info
  File "web3\_utils\contracts.py", line 163, in find_matching_fn_abi
web3.exceptions.ValidationError: 
Could not identify the intended function with name `getAmountsOut`, positional argument(s) of type `(<class 'float'>, <class 'list'>)` and keyword argument(s) of type `{}`.
Found 1 function(s) with the name `getAmountsOut`: ['getAmountsOut(uint256,address[])']
Function invocation failed due to no matching argument types.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "limitswap.py", line 346, in start_bot
  File "limitswap.py", line 288, in start
  File "limitswap.py", line 185, in run_bot
  File "limitswap.py", line 264, in sell
  File "uniswap\uniswap.py", line 78, in approved
  File "uniswap\uniswap.py", line 458, in make_trade
  File "uniswap\uniswap.py", line 546, in _token_to_eth_swap_input
  File "uniswap\uniswap.py", line 91, in check_version
  File "uniswap\uniswap.py", line 316, in get_token_eth_input_price
  File "web3\contract.py", line 875, in __call__
  File "web3\contract.py", line 880, in _set_function_info
  File "web3\_utils\contracts.py", line 163, in find_matching_fn_abi
web3.exceptions.ValidationError: 
Could not identify the intended function with name `getAmountsOut`, positional argument(s) of type `(<class 'float'>, <class 'list'>)` and keyword argument(s) of type `{}`.
Found 1 function(s) with the name `getAmountsOut`: ['getAmountsOut(uint256,address[])']
Function invocation failed due to no matching argument types.
INFO - 2020-10-16 12:21:22,560 - Starting Basic Bot
INFO - 2020-10-16 12:21:36,702 - NEW STARTUP v2.5
INFO - 2020-10-16 12:21:37,736 - Using <web3.main.Web3 object at 0x00000164E65CFCA0> ('mainnet')
INFO - 2020-10-16 12:21:38,011 - Using factory contract: <web3._utils.datatypes.Contract object at 0x00000164E65DCB20>
INFO - 2020-10-16 12:21:38,804 - Using <web3.main.Web3 object at 0x00000164E66A1F40> ('mainnet')
INFO - 2020-10-16 12:21:39,008 - Using factory contract: <web3._utils.datatypes.Contract object at 0x00000164E668F850>
INFO - 2020-10-16 12:21:40,646 - Starting Basic Bot

Wallet Watcher Bot

Add New Settings & Options to the wallet watcher bot that allows alerts via webbooks to different services.

  • Create New Setting options to Enable/Disable Trading

  • Create New Setting options to Enable/Disable Alerts

  • Discord Webbook's

  • Pushover Alerts

  • Video Tutorial

Change default tcp port

changing the TCP port to a more universal architecture - e.g. running two different LIMITSWAP versions (1 for view only or something like that) or 2 different solutions based on FLASK technology.

Add a maxPriceImpact variable for those cases where there's very little uniswap liquidity

There are cases where there's very little initial liquidity for a pair (usually when it's added by someone other than the team).

For example, for nsure, which did a dutch-auction on balancer, users who bough there already have tokens and someone added very little liquidity to uniswap. Official team list will be later.

If we try to sell for example 5000 tokens (~1300 usd), there will be a 30% price impact. Having a variable for the maximum price impact would allow to add a pair to sell and be sure that we won't incur a significant "loss" of gains because of the price impact.

image

[Feature Request] Wallet Watcher - Add Wallet Labels

I have a few wallets I am watching, but I wont remember WHY I'm watching them in about 15 minutes. It would be nice if we could assign labels like in LimitSwap so we know what wallet is what and have that as part of the alert.

503 Server Error: Service Temporarily Unavailable for url: https://focused-bhabha...

image

Possibly related to #5

Traceback (most recent call last):
  File "limitswap.py", line 303, in start_bot
  File "web3\contract.py", line 954, in call
  File "web3\contract.py", line 1499, in call_contract_function
  File "eth_utils\functional.py", line 45, in inner
  File "web3\eth.py", line 432, in call
  File "web3\manager.py", line 149, in request_blocking
  File "web3\manager.py", line 128, in _make_request
  File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
  File "web3\middleware\formatting.py", line 76, in apply_formatters
  File "web3\middleware\gas_price_strategy.py", line 34, in middleware
  File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
  File "web3\middleware\formatting.py", line 74, in apply_formatters
  File "web3\middleware\attrdict.py", line 33, in middleware
  File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
  File "web3\middleware\formatting.py", line 74, in apply_formatters
  File "web3\middleware\normalize_errors.py", line 25, in middleware
  File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
  File "web3\middleware\formatting.py", line 74, in apply_formatters
  File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
  File "web3\middleware\formatting.py", line 74, in apply_formatters
  File "web3\middleware\exception_retry_request.py", line 105, in middleware
  File "web3\providers\rpc.py", line 92, in make_request
  File "web3\_utils\request.py", line 40, in make_post_request
  File "requests\models.py", line 941, in raise_for_status
requests.exceptions.HTTPError: 503 Server Error: Service Temporarily Unavailable for url: https://focused-bhabha:[email protected]/

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "limitswap.py", line 303, in start_bot
  File "web3\contract.py", line 954, in call
  File "web3\contract.py", line 1499, in call_contract_function
  File "eth_utils\functional.py", line 45, in inner
  File "web3\eth.py", line 432, in call
  File "web3\manager.py", line 149, in request_blocking
  File "web3\manager.py", line 128, in _make_request
  File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
  File "web3\middleware\formatting.py", line 76, in apply_formatters
  File "web3\middleware\gas_price_strategy.py", line 34, in middleware
  File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
  File "web3\middleware\formatting.py", line 74, in apply_formatters
  File "web3\middleware\attrdict.py", line 33, in middleware
  File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
  File "web3\middleware\formatting.py", line 74, in apply_formatters
  File "web3\middleware\normalize_errors.py", line 25, in middleware
  File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
  File "web3\middleware\formatting.py", line 74, in apply_formatters
  File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
  File "web3\middleware\formatting.py", line 74, in apply_formatters
  File "web3\middleware\exception_retry_request.py", line 105, in middleware
  File "web3\providers\rpc.py", line 92, in make_request
  File "web3\_utils\request.py", line 40, in make_post_request
  File "requests\models.py", line 941, in raise_for_status
requests.exceptions.HTTPError: 503 Server Error: Service Temporarily Unavailable for url: https://focused-bhabha:[email protected]/
INFO - 2020-10-13 10:29:50,423 - Starting Basic Bot

[LimitSwap - Dashboard] - add "MONITORING TOKENS" table

adding a table containing the most important information about the tokens we are trading at the current moment.
plan:

  • displaying: minimum price with the time of occurrence, the maximum price with the time of occurrence, the current price,
  • refreshing every "x" seconds (probably 30 sec)
  • launch with the "Start bot" button
  • the ability to display all records in a separate table (to check if it will be useful)

If the token isn't yet added to uniswap/trading, bot hangs

If the token exists but isn't yet added to uniswap or it's on uniswap but trading locked, LimitSwap will loop indefinitely with a Check Error Log.

image

Error Log:

INFO - 2020-10-28 14:25:08,042 - Adding New ABI'S to Assets Folder to Reduce API calls, ignore restarts  as this might take a few cycles and this is normal 
INFO - 2020-10-28 14:25:09,162 - Starting Pro Bot
ERROR - 2020-10-28 14:25:10,125 - {'code': -32000, 'message': 'execution reverted'}
INFO - 2020-10-28 14:25:14,136 - Starting Pro Bot
ERROR - 2020-10-28 14:25:15,089 - {'code': -32000, 'message': 'execution reverted'}
INFO - 2020-10-28 14:25:19,160 - Starting Pro Bot
ERROR - 2020-10-28 14:25:20,093 - {'code': -32000, 'message': 'execution reverted'}
INFO - 2020-10-28 14:25:24,112 - Starting Pro Bot
ERROR - 2020-10-28 14:25:25,059 - {'code': -32000, 'message': 'execution reverted'}
INFO - 2020-10-28 14:25:29,033 - Starting Pro Bot
ERROR - 2020-10-28 14:25:29,965 - {'code': -32000, 'message': 'execution reverted'}
INFO - 2020-10-28 14:25:33,969 - Starting Pro Bot
ERROR - 2020-10-28 14:25:34,903 - {'code': -32000, 'message': 'execution reverted'}
INFO - 2020-10-28 14:25:38,927 - Starting Pro Bot

Insufficient Balance. Had 0

the following relates to LimitSwap.Alpha.v2.62.zip

errors.log

terminaloutput.txt

tokens.json.txt

terminaloutput.txt indicates this issue was generated running the old way through terminal. Note also the tokens.json is the old (no moonbag) layout too. Then discovered the GUI and running that way with new tokens.json (with moonbag) layout and (first) transaction succeeded.

seems to be a difference between running through terminal and through GUI - i realise GUI is the way to go forward, but there might be an underlying issue indicated by this behaviour?

see also bug #3 of same title

[Feature Request] Wallet Watcher - More Alert Details

I just got an alert via Pushover from Wallet Watcher! But the message was short on info in my opinion. I cant paste it here, but the body of it was basically: "Buy Alert [TxnID]". I have to assume the on a sale it would say "Sale Alert [TxnID]" If I was picking and choosing the info in this alert, I would ask for it to be more like "[Buy/Sell] Alert on [label (from other FR) or wallet address]: [pair name] for [USD amount] in Txn: [TxnID as link to Etherscan.io]"

Exhausting gas fee for few tokens

Hi Kindly have a look at the tx 0x32e0e964403f39c269de4b9171a68ce8949b64899c28fc5ab0fbaef79d158469 and other 4 transactions for the same pair. Lost around 0.1 eth in these transactions for gas fee.

I have even tried changing the gas limit to 350000. Still, it's failing for the same coin pair.

I observed this issue only on this pair's BUY alone. SELL is working fine.

{
        "ADDRESS": "0xb9871cb10738eada636432e86fc0cb920dc3de24",
        "SYMBOL": "PRIA",
        "BUYPRICE": 4.14,
        "SELLPRICE": 4.9,
        "BUYAMOUNT": 70,
        "MAXTOKENS": 68,
        "STOPLOSS": 90,
        "MOONBAG": 0,
        "ID": "sell_pria"
    }

My gas settings :

   
         "MAXGAS": 400,
        "SLIPPAGE": 10,
        "GASBOOST": 50,
        "GASLIMIT": 300000,

Enhanced logging

It would be great to see after Transaction Sent Waiting 70 Seconds to Make sure it Confirms another message underneath "Transaction SELL OK." or trans.. BUY OK. as there was no confirmation.

Additionally, I would love to see a limitswap.exe --logging:info or something of the like to print all of the console output information to a output.log or something, which would reside side by side with the error.log
Eg, running output of this, with timestamp:

[2020-10-19 15:17:00] Transaction Sent Waiting 70 Seconds to Make sure it Confirms
[2020-10-19 15:17:00] Current Ticker yRise : $ 18.537269 | Buy Price 1 | Take Profit: 19.8 | Stop Loss: Not Enabled
[2020-10-19 15:17:00] Current Ticker yRise : $ 18.537269 | Buy Price 1 | Take Profit: 19.8 | Stop Loss: Not Enabled

Be very good for looking back on history, and helpful for submitting bug reports.

image

Edit current token

Suggestion, there should be a edit function in order to manage a current enabled token without having to remove it and then add it again with different prices for example

[LimitSwap - SETTINGS] - import/export settings

Creating an interface for importing / exporting settings: tokens.json / settings.json. Possibility to import settings from an older version of the application. If there are new fields in the application that were not available in the previous version - the user will be informed about it and will have to fill in the gaps - it will be possible to add a default value for the user.

This will allow you to easily switch from the older version of the application to the new version without having to manually copy files and add changes to them.

[Feature Request] Buy/Sell based on % of current price

Please add this feature where the bot buy and sell based on whatever the current price target is. Essentially make it flow with the price movement kind of like how UNDB does it.

Example : X token is current priced at 100, and I set a 10% buy/sell order. It will buy the moment it hits 90 and sell the moment it hits 110. It will then use whatever the current price is, say its 105, and set a 10% buy/sell order based on that.

Bot would not sell at sell trigger - 503 error / Could not format value

These errors seem to be occurring about 10 minutes before the sell trigger and for around an hour after the sell trigger when digging back through the logs...

LimitSwap Beta v0.13

I have no idea if this affected why it didn't sell, but I had adequate ETH and a sound configuration.

  {
        "ADDRESS": "0xaa19673aa1b483a5c4f73b446b4f851629a7e7d6",
        "SYMBOL": "xETH",
        "BUYPRICE": 6.5,
        "SELLPRICE": 8.5,
        "MAXTOKENS": 0.0001,
        "BUYAMOUNT": 75,
        "STOPLOSS": 90,
        "MOONBAG": 10,
        "ID": "xETH"
    }

FULL ERROR LOG HERE. Excerpt below.

requests.exceptions.HTTPError: 503 Server Error: Service Temporarily Unavailable for url: https://focused-bhabha:[email protected]/
ERROR - 2020-10-11 07:42:28,478 - 503 Server Error: Service Temporarily Unavailable for url: https://focused-bhabha:[email protected]/
Traceback (most recent call last):
  File "eth_utils\applicators.py", line 84, in apply_formatters_to_dict
  File "web3\_utils\normalizers.py", line 243, in normalize_abi
  File "web3\_utils\validation.py", line 73, in validate_abi
ValueError: 'abi' is not a list

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "limitswap.py", line 329, in start_bot
  File "limitswap.py", line 270, in start
  File "limitswap.py", line 189, in run_bot
  File "limitswap.py", line 216, in buy
  File "limitswap.py", line 63, in check_balance
  File "web3\eth.py", line 532, in contract
  File "web3\contract.py", line 360, in factory
  File "web3\_utils\datatypes.py", line 54, in __new__
  File "eth_utils\functional.py", line 45, in inner
  File "eth_utils\applicators.py", line 86, in apply_formatters_to_dict
ValueError: Could not format value {'status': '0', 'message': 'NOTOK', 'result': 'Max rate limit reached'} as field 'abi'
--
Traceback (most recent call last):
  File "eth_utils\applicators.py", line 84, in apply_formatters_to_dict
  File "web3\_utils\normalizers.py", line 243, in normalize_abi
  File "web3\_utils\validation.py", line 73, in validate_abi
ValueError: 'abi' is not a list

Insufficient Balance. Had 0

Running Pro on v2.43. Metamask has sufficient balance (0.2647 ETH) to cover the buy parameters set in tokens.json.
IMAGE 2020-10-12 03:45:08
INFO - 2020-10-12 03:25:13,403 - Starting Pro Bot
ERROR - 2020-10-12 03:25:19,397 - Insufficient balance. Had 0, needed 2647177770154034000
Traceback (most recent call last):
File "limitswap.py", line 320, in start_bot
File "limitswap.py", line 277, in start_many
File "limitswap.py", line 143, in run_bot
File "limitswap.py", line 232, in buy
File "uniswap\uniswap.py", line 69, in approved
File "uniswap\uniswap.py", line 430, in make_trade
uniswap.uniswap.InsufficientBalance: Insufficient balance. Had 0, needed 2647177770154034000
INFO - 2020-10-12 03:25:22,165 - Starting Pro Bot

tokens.json

[
{
"ADDRESS": "0x15bcdfad12498de8a922e62442ae4cc4bd33bd25",
"SYMBOL": "WALT",
"BUYPRICE": 0.044,
"SELLPRICE": 0.2398,
"MAXTOKENS": 1800,
"BUYAMOUNT": 1000,
"STOPLOSS": 0.1577,
"ID": "buy_one"
},
{
"ADDRESS": "0x0ff6ffcfda92c53f615a4a75d982f399c989366b",
"SYMBOL": "LAYER",
"BUYPRICE": 0.30,
"SELLPRICE": 0.50,
"MAXTOKENS": 800,
"BUYAMOUNT": 100,
"STOPLOSS": 0.45,
"ID": "buy_one"
}
]

Add Support For Liquidity Token to run the bots.

Allow users to run the bot by verifying they are holders via ETH/LIMIT Liquidity Tokens, this will allow users to collect fees and stake while also using the bots.

  • Calculate Ratio for ETH/LIMIT UNI TOKEN to run each bot

  • Add to bot prestart as elif statement

Option To Disable/Delay Auto-Approve - Limit Trader

When first time purchase are made with new tokens, the bot will process an approve transaction before actually purchasing the token. If you could make an option to disable or delay this until after the token is purchased. This would allow for quicker purchases with more of the low-cap/Volatile tokens.

Would it be possible to add a toggle/option to prevent this from happening?

[feature] Disabled: "True" in tokens.json

I would like to be able to disable certain tokens, as sometimes I wish to switch between them, or play an individual with my entire bag and it would be great to not have to remove it and backup my settings to a separate tokens.json backup file, but rather just "DISABLED": "True" it.

Add option to allow the use of custom eth nodes

For those with private eth nodes, would be interesting to have the option to use custom eth nodes instead of your owns.

Reduces load on your nodes and reduces latency to our private nodes since we can be running the node + LimitSwap on the same network.

[LimitSwap - SETTINGS] - fixed and customizable gwei for each token

Sometimes for a quick snipe I want to use high, specific gwei, for instance 500 or 1000 and just for one token.

Maybe introducing an option that user could specify fixed amount of gwei, regardless of what is going on, on blockchain atm.

Secondly, moving that option to tokens.json would be an idea as some tokens depending what we do with them could use a bit of different setting.

So maybe keeping MAX GAS + GAS Boost as global default for all tokens, unless some specific token has overridden that setting in custom tokens.json?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.