PhoenixToken.buy(address) (#446-458) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(_referEth) (#455)
PhoenixToken.airdrop(address) (#436-444) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(_referEth) (#441)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
PhoenixToken.set(uint8,uint256) (#389-410) should emit an event for:
- _referEth = value (#396)
- _referToken = value (#398)
- _airdropEth = value (#400)
- _airdropToken = value (#402)
- saleMaxBlock = value (#404)
- salePrice = value (#406)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.sub(uint256,uint256) (#43-46) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#115-118) is never used and should be removed
SafeMath.div(uint256,uint256) (#77-80) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.6.8 is not recommended for deployment
Pragma version0.6.8 (#2) allows old versions
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
Parameter PhoenixToken.buy(address)._refer (#446) is not in mixedCase
Parameter PhoenixToken.airdrop(address)._refer (#436) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
PhoenixToken.slitherConstructorVariables() (#145-460) uses literals with too many digits:
- _referToken = 100000000000000000000000000 (#158)
PhoenixToken.slitherConstructorVariables() (#145-460) uses literals with too many digits:
- salePrice = 100000000000 (#166)
PhoenixToken.slitherConstructorVariables() (#145-460) uses literals with too many digits:
- _totalSupply = 1000000000000000000000000000000000 (#148)
PhoenixToken.slitherConstructorVariables() (#145-460) uses literals with too many digits:
- _referEth = 1000000000000000 (#157)
PhoenixToken.slitherConstructorVariables() (#145-460) uses literals with too many digits:
- _airdropEth = 2000000000000000 (#159)
PhoenixToken.slitherConstructorVariables() (#145-460) uses literals with too many digits:
- _airdropToken = 200000000000000000000000000 (#160)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
PhoenixToken._totalSupply (#148) should be constant
PhoenixToken._decimals (#151) should be constant
PhoenixToken._symbol (#150) should be constant
PhoenixToken._name (#149) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
cap() should be declared external:
- PhoenixToken.cap() (#248-250)
allowance(address,address) should be declared external:
- PhoenixToken.allowance(address,address) (#269-271)
setAuth(address,address) should be declared external:
- PhoenixToken.setAuth(address,address) (#288-293)
totalSupply() should be declared external:
- PhoenixToken.totalSupply() (#255-257)
getBlock() should be declared external:
- PhoenixToken.getBlock() (#425-434)
balanceOf(address) should be declared external:
- PhoenixToken.balanceOf(address) (#262-264)
set(uint8,uint256) should be declared external:
- PhoenixToken.set(uint8,uint256) (#389-410)
transferOwnership(address) should be declared external:
- PhoenixToken.transferOwnership(address) (#283-286)
transfer(address,uint256) should be declared external:
- PhoenixToken.transfer(address,uint256) (#420-423)
clearETH() should be declared external:
- PhoenixToken.clearETH() (#360-364)
symbol() should be declared external:
- PhoenixToken.symbol() (#221-223)
decimals() should be declared external:
- PhoenixToken.decimals() (#241-243)
approve(address,uint256) should be declared external:
- PhoenixToken.approve(address,uint256) (#355-358)
airdrop(address) should be declared external:
- PhoenixToken.airdrop(address) (#436-444)
authNum(uint256) should be declared external:
- PhoenixToken.authNum(uint256) (#273-277)
transferFrom(address,address,uint256) should be declared external:
- PhoenixToken.transferFrom(address,address,uint256) (#342-346)
buy(address) should be declared external:
- PhoenixToken.buy(address) (#446-458)
name() should be declared external:
- PhoenixToken.name() (#206-208)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has a considerable age, but we're still unable to find its website
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Unable to find Twitter account
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account