-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction is not fully success #1
Comments
This means the arbitrage logic has failed in between acquiring and repaying the flashloan. Could be anything ranging from what you used as the Sushiswap Router02 address to the ERC20 you're using in this trade, or flashamount was less than amountToTrade...erc To keep things simple try a fresh deployment to ropsten, with the following parameters:
I tried it out just then and it worked fine. |
Yes, I redeployed a contract , repeat your process. It shows interesting result: 5 transactions , 3 are reverted, 2 are all success... I think contract of uniswap or sushi in ropsten net might be not working reliably I have deployed a contract again. https://ropsten.etherscan.io/address/0x5c10db9cba048620c10c1bc224e8f476fd706bd7. It is worked normally at first and second transact. May be not.... |
I had a transaction "Success" but 2 executions were reverted. I followed @fifikobayashi instructions above precisely. I'm not finding any hints in the transaction log on etherscan nor the remix logs. The contract still have plenty of ether left. Tried 2 times with same result: https://ropsten.etherscan.io/tx/0x83d344a3f6ce8122fe2ab8d4cda2e4326c6a3fc1ba791f7f0b556cc16da697e6 https://ropsten.etherscan.io/tx/0x00182d3a84fb3968c346e2bd09c34984878c0e643bca7bf0ae584cdaa227a8fc Mind having a look? |
I copy this code and deployed it as your instruction. But transaction is not performed complete successfully, Tx information as this link : https://ropsten.etherscan.io/tx/0xdaf800d40de5a469f07f16f030a04c194f7aca099e7422876ea388580aed9aac
Why is it happened? Could you help me to make it clear ?
Thanks you.
The text was updated successfully, but these errors were encountered: