degenbot icon indicating copy to clipboard operation
degenbot copied to clipboard

Python classes to aid rapid development of Uniswap V2 & V3 and Curve V1 arbitrage bots on EVM-compatible blockchains

Results 6 degenbot issues
Sort by recently updated
recently updated
newest added

Just want to say thank you

Please review. It should work.

Dear sir, I deployed a bot-executr contract on Arbitrum using your code. Currently, I want to extract the balance of the weth, however, I encountered this error. ValueError: Execution reverted...

According to this fix, https://github.com/BowTiedDevil/degenbot/commit/84dd8d4d3a073a01ce3d7fa9c1729c5ab22d2768 There are supposing the: - `calculate`, `calculate_arbitrage`, `calculate_with_pool` must have the `self._pre_calculation_check(override_state)` - `_calculate` mustn't have the `_pre_calculation_check`

As mentioned in twitter Here is a Logger implementation that I use. https://github.com/alehpineda/py_logger_demo Use it as inspiration. Includes a file timed rotation each midnight or a size file rotation as...