BlogHide Resteemscrypto4udit (33)in scam • 7 days agoIdentifying crypto scams through Static Analysis - Part 8Fee The owner can increase the transfer fees to a very large amount or even set it to 100%, as a result, when users want to transfer their tokens, they lose them. function setFee(uint256…crypto4udit (33)in scam • 8 days agoIdentifying crypto scams through Static Analysis - Part 7Allowance The owner or developer of the project may provide the ability to transfer assets from any user without having an allowance by providing an access in the code. For…crypto4udit (33)in scam • 10 days agoIdentifying crypto scams through Static Analysis - Part 6Burn Owner or developer from the project team can burn tokens from Anyone’s EOA by providing an access. It can do this in the way that after the users bought token, Owner burns all…crypto4udit (33)in scam • 11 days agoIdentifying crypto scams through Static Analysis - Part 5Renouncing Renouncing a smart contract means that the contract’s creator(owner) will no longer have control over it. In fact, the owner of the contract usually transfers his ownership…crypto4udit (33)in scam • 11 days agoIdentifying crypto scams through Static Analysis - Part 4Hidden minting One of the methods of malicious minting, hidden minting that can be implemented in different ways. A model occurs without updating the total supply . Another way is to occur…crypto4udit (33)in scam • 12 days agoIdentifying crypto scams through Static Analysis - Part 3Mint Infinite Mint Attack is one of the attacks that threaten Mintable Tokens. One of the methods of malicious minting, creating a privileged mint function without any limitations on the…crypto4udit (33)in scam • 15 days agoIdentifying crypto scams through Static Analysis - Part 2Blacklisting & Transfer amount limits Limiting the amounts of tokens that can be transferred is another method for identifying scams in the crypto space. Be cautious of any token that has upper…crypto4udit (33)in scam • 15 days agoIdentifying crypto scams through Static Analysis - Part 1Pausing One of the things that should be checked in the project code is the presence of this modifier and it should be checked for what reason it is used. In particular, the presence of this…crypto4udit (33)in scam • 17 days agoIdentifying crypto scams through Static Analysis - Part 0I did a research a few months ago on identifying scam projects in crypto using static analysis . In fact, this research started from here when I was auditing a project and came across a…