You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By relatively new coins execution always reverted, if no yet liquidity, then no transaction, if liquidity exists it transact, deduct fee but fail.
Even with 0.9 slippage and 1.5current fee, why? https://etherscan.io/tx/0x1ba2897733c8aacecad59593dd66ed333156645cb1c5d604a45524c9de34f91b
version = 2
provider = "https://mainnet.infura.io/v3/myinfura"
eth = "0x0000000000000000000000000000000000000000"
uniswap = Uniswap(address=address, private_key=private_key, version=version, provider=provider)
uniswap.make_trade(eth, coin, 110**16, slippage=0.9, fee=current_gas_price*1.5)
Thanks