Ethereum Smart Contracts Code API
Budget: $30 – $250 USD
The API you are building must
1) not rely on 3rd party honeypot scanner
2) must scan the contract code
3) must find if the code give "privileges" to another Wallet/contract so that wallet can perform minting unlimited new tokens or other actions that are supposed to be owner privileges.
The primary function of this API is to identify contracts that contain a specific code, which when detected, marks the contract as a honeypot. Once a honeypot is identified, the API should upload an entry to a MongoDB database. (this is example of contract that should be considered honeypot https://etherscan.io/address/0x8161e33e46Fae57C1fFaBfb8036F66ad4340c9DB#code)
open this contract.
And go to line 455 _taxWallet = payable(0x6F55635a781db75bb532f94FAde4800AaB1E98a5);
https://www.dextools.io/app/en/ether/pair-explorer/0x95d43b001de42fdd4e32b47fc91dc9209426cd84?t=1714205322423
now open this chart and check which wallet minted new tokens and sold everything.
https://prnt.sc/suTe5e23eFWh (you can see here that that privileged wallet minted billions of tokens that was not in the supply)
The code had given this wallet to have 0 balance, but was able to sell as much token as he wanted through uniswap. because the code makes exception for this wallet.
My Budget is 200$
1) not rely on 3rd party honeypot scanner
2) must scan the contract code
3) must find if the code give "privileges" to another Wallet/contract so that wallet can perform minting unlimited new tokens or other actions that are supposed to be owner privileges.
The primary function of this API is to identify contracts that contain a specific code, which when detected, marks the contract as a honeypot. Once a honeypot is identified, the API should upload an entry to a MongoDB database. (this is example of contract that should be considered honeypot https://etherscan.io/address/0x8161e33e46Fae57C1fFaBfb8036F66ad4340c9DB#code)
open this contract.
And go to line 455 _taxWallet = payable(0x6F55635a781db75bb532f94FAde4800AaB1E98a5);
https://www.dextools.io/app/en/ether/pair-explorer/0x95d43b001de42fdd4e32b47fc91dc9209426cd84?t=1714205322423
now open this chart and check which wallet minted new tokens and sold everything.
https://prnt.sc/suTe5e23eFWh (you can see here that that privileged wallet minted billions of tokens that was not in the supply)
The code had given this wallet to have 0 balance, but was able to sell as much token as he wanted through uniswap. because the code makes exception for this wallet.
My Budget is 200$