Token Analysis
SLOP (0x6c240eccc311586fc4625ffc2ae205fff61a9e42)Risk Score
Details
- Factory
- v3
- Bytecode Size
- 5150 bytes
- Network
- Ethereum
- Pool
- 0xEbcDA0602…
- Paired Token
- WETH
AI Analysis
The contract is a standard ERC20 token with an owner-controlled mint function. The owner can mint unlimited tokens at any time, which is a significant centralization risk and can lead to supply dilution. While there is no direct liquidity drain or honeypot mechanism, the ability to mint unlimited tokens is a high-risk feature. The owner also has the ability to update the token's metadata. The contract does not have a proxy or upgrade mechanism, and there are no obvious backdoors. The score is 65 due to the owner's minting capability, which poses a high risk of value dilution for token holders.
Detected Risks
The owner can mint unlimited tokens at any time via the mint() function, which can dilute the value of existing holders' tokens.
The owner can update the metadata IPFS hash, which could be used to change the token's branding or information, potentially misleading investors.
The contract inherits from Ownable, meaning the owner has central control over the minting and metadata functions. Ownership has not been renounced.