0x8af2…972c

All memos sent from and to 0x8af2…972c.

Greetings fellow keepers. It's exciting to see keeper communication. Coordination is the name of the game. Let's coordinate together, reduce gas auctions, and share profits. Reach out to us at KeeperDAO so we can chat off chain.
I just deployed the new contract, pls just ignore my original proxy address 0x8a3960472B3D63894B68DF3f10F58F11828d6fd9, my new underlying contract will share half of the profit with you. Meanwhile, I will ignore your existing contract. I will start it again in the next round.
Hi guy, I have sent you the contract. You can either just call this contract and I will ignore all the trasactions to call this, or you can send me your contract address. Please check it.
pragma solidity ^0.6.0; pragma experimental ABIEncoderV2; interface EIP20Interface { function transfer(address _to, uint256 _value) external returns (bool success); function balanceOf(address _owner) external view returns (uint256 balance); } interface IFreeFromUpTo { function freeFromUpTo(address from, uint256 value) external returns(uint256 freed); } contract ChiGasSaver { modifier saveGas(address payable sponsor) { uint256 gasStart = gasleft(); _; uint256 gasSpent = 21000 + gasStart - gasleft() + 16 * msg.data.length; IFreeFromUpTo chi = IFreeFromUpTo(0x0000000000004946c0e9F43F4Dee607b0eF1fA1c); chi.freeFromUpTo(sponsor, (gasSpent + 14154) / 41947); } } interface IZAIS { function balanceOfCoupons(address account, uint256 epoch) external view returns (uint256); function totalRedeemable() external view returns (uint256); function advance() external; function epoch() external view returns (uint256); function epochTime() external view returns (uint256); function commit(address candidate) external; } contract DydxFlashloaner is ChiGasSaver { IZAIS constant private ZAIS = IZAIS(0x6A2E6510B2BBF8C9AD7bC817D0Dc711711E8d747); function initiateFlashLoan() external saveGas(ToAddr) { uint256 epoch = ZAIS.epochTime(); if(epoch > ZAIS.epoch()){ ZAIS.advance(); withdraw(ZAI); } } // Fallback function used to accpet ether. fallback() external payable {} receive() external payable {} function withdraw(address token) private { EIP20Interface erc20 = EIP20Interface(token); uint256 amount = erc20.balanceOf(address(this)); uint256 halfAmount = amount / 2; erc20.transfer(ToAddr, halfAmount); erc20.transfer(ToAddr2, amount - halfAmount); } address constant internal ZAI = 0x9d1233cc46795E94029fDA81aAaDc1455D510f15; address payable constant internal ToAddr = 0x8Af2890098B827271e92df55bF51F092dfd7972c; address payable constant internal ToAddr2 = 0x5C7c6d069ba232718f37C27A9549b547C359E31C; }
I'm so sorry, I lose the transaction. I have a proposal for safer arbitrage. We can ignore the transactions each other(judge by to, I won't change the contract). If anyone get the profit, we just transfer to other other. I can even send you the contract with automatic transfer so that we don't need to do it manually. Please send me your thoughts.
Thanks! I am writing the contract now, will deploy it very soon. I will send you the source code to you by message(sorry I don't want to publish the code to public, I hope you can understand). You can verify the code to see if you can generate the same binary code. Regarding the gas cost for new completors, yes sure let's discuss a bit further when we have a new one. Finally, thanks your trust.
It's super easy, If you give up next round, I will send you a half. You will see my promise. In the following a few hours, I will make a new contract which transfers a half to you automatically(I can publish the source code for verification). Before that I will send you the profit manaully.
Hi man, I know we are competing with each other. But the final ending is there is no profit we can gain. I can given you a half profit whenever I make a shot if you give up. I will keep my promise. Please send me an ACK if you agree
Hi man, I know we are competing with each other. But the final ending is there is no profit we can gain. I can given you a half profit whenever I make a shot if you give up. I will keep my promise. Please send me an ACK if you agree
Hi man, I know we are competing with each other. But the final ending is there is no profit we can gain. I can given you a half profit whenever I make a shot if you give up. I will keep my promise. Please send me an ACK if you agree