Skip to content

Instantly share code, notes, and snippets.

@nazariyv
Created February 16, 2020 15:59
Show Gist options
  • Save nazariyv/0b238dc06ff58237630cc3139a8d34c7 to your computer and use it in GitHub Desktop.
Save nazariyv/0b238dc06ff58237630cc3139a8d34c7 to your computer and use it in GitHub Desktop.
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