Created
February 16, 2020 15:59
-
-
Save nazariyv/0b238dc06ff58237630cc3139a8d34c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.6.1; | |
contract FrontRunner { | |
address payable private manager; | |
address payable private EOA = 0x; | |
event Received(address sender, uint amount); | |
event UniswapEthBoughtActual(uint256 amount); | |
event UniswapTokenBoughtActual(uint256 amount); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment