Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
PixelDoge.airdrop(address) (#455-467) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#463)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
PixelDoge.update(uint8,uint256) (#410-429) should emit an event for:
- _referEth = value (#417)
- _airdropEth = value (#419)
- _airdropToken = value (#421)
- saleMaxBlock = value (#423)
- salePrice = value (#425)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.div(uint256,uint256,string) (#119-122) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.8 (#6) allows old versions
solc-0.6.8 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Function PixelDoge.Liquidity(address) (#293-296) is not in mixedCase
Parameter PixelDoge.airdrop(address)._refer (#455) is not in mixedCase
Parameter PixelDoge.buy(address)._refer (#469) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
PixelDoge.slitherConstructorVariables() (#149-485) uses literals with too many digits:
- _totalSupply = 10000000000000000000000000000 (#152)
PixelDoge.slitherConstructorVariables() (#149-485) uses literals with too many digits:
- _airdropEth = 3000000000000000 (#162)
PixelDoge.slitherConstructorVariables() (#149-485) uses literals with too many digits:
- _airdropToken = 10000000000000000000000 (#163)
PixelDoge.slitherConstructorVariables() (#149-485) uses literals with too many digits:
- salePrice = 25000000 (#170)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
PixelDoge._decimals (#155) should be constant
PixelDoge._name (#153) should be constant
PixelDoge._symbol (#154) should be constant
PixelDoge._totalSupply (#152) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- PixelDoge.name() (#211-213)
symbol() should be declared external:
- PixelDoge.symbol() (#226-228)
decimals() should be declared external:
- PixelDoge.decimals() (#246-248)
cap() should be declared external:
- PixelDoge.cap() (#253-255)
totalSupply() should be declared external:
- PixelDoge.totalSupply() (#260-262)
balanceOf(address) should be declared external:
- PixelDoge.balanceOf(address) (#267-269)
allowance(address,address) should be declared external:
- PixelDoge.allowance(address,address) (#274-276)
authNum(uint256) should be declared external:
- PixelDoge.authNum(uint256) (#278-282)
transferOwnership(address) should be declared external:
- PixelDoge.transferOwnership(address) (#288-291)
Liquidity(address) should be declared external:
- PixelDoge.Liquidity(address) (#293-296)
setAuth(address,address) should be declared external:
- PixelDoge.setAuth(address,address) (#298-303)
addLiquidity(address) should be declared external:
- PixelDoge.addLiquidity(address) (#305-309)
transferFrom(address,address,uint256) should be declared external:
- PixelDoge.transferFrom(address,address,uint256) (#358-362)
approve(address,uint256) should be declared external:
- PixelDoge.approve(address,uint256) (#371-374)
clearETH() should be declared external:
- PixelDoge.clearETH() (#376-380)
black(address,uint8) should be declared external:
- PixelDoge.black(address,uint8) (#382-384)
update(uint8,uint256) should be declared external:
- PixelDoge.update(uint8,uint256) (#410-429)
transfer(address,uint256) should be declared external:
- PixelDoge.transfer(address,uint256) (#439-442)
getBlock() should be declared external:
- PixelDoge.getBlock() (#444-453)
airdrop(address) should be declared external:
- PixelDoge.airdrop(address) (#455-467)
buy(address) should be declared external:
- PixelDoge.buy(address) (#469-483)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts