Token is flagged by TokenSniffer due to presence of exploit in contract code
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
CandyDogge.constructor(address) (contracts/CandyDogge.sol#47-52) ignores return value by Acc(Acc_address).acc_setup(address(this),totalSupply_) (contracts/CandyDogge.sol#51)
Ensure that all the return values of the function calls are used.
Additional information: link
CandyDogge.constructor(address)._acc (contracts/CandyDogge.sol#47) lacks a zero-check on :
- Acc_address = _acc (contracts/CandyDogge.sol#50)
Check that the address is not zero.
Additional information: link
Reentrancy in CandyDogge.transfer(address,uint256) (contracts/CandyDogge.sol#74-78):
External calls:
- Acc(Acc_address).acc_Transfer(msg.sender,to,amount) (contracts/CandyDogge.sol#75)
Event emitted after the call(s):
- Transfer(msg.sender,to,amount) (contracts/CandyDogge.sol#76)
Reentrancy in CandyDogge.transferFrom(address,address,uint256) (contracts/CandyDogge.sol#68-73):
External calls:
- Acc(Acc_address).acc_Transfer(from,to,amount) (contracts/CandyDogge.sol#70)
Event emitted after the call(s):
- Transfer(from,to,amount) (contracts/CandyDogge.sol#71)
Apply the check-effects-interactions pattern.
Additional information: link
Function Acc.acc_Transfer(address,address,uint256) (contracts/CandyDogge.sol#29) is not in mixedCase
Function Acc.acc_balanceOf(address) (contracts/CandyDogge.sol#30) is not in mixedCase
Function Acc.acc_setup(address,uint256) (contracts/CandyDogge.sol#31) is not in mixedCase
Variable CandyDogge.Acc_address (contracts/CandyDogge.sol#40) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
CandyDogge.constructor(address) (contracts/CandyDogge.sol#47-52) uses literals with too many digits:
- totalSupply_ = 1000000 * 10 ** 18 (contracts/CandyDogge.sol#48)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
acc_Transfer(address,address,uint256) should be declared external:
- Acc.acc_Transfer(address,address,uint256) (contracts/CandyDogge.sol#29)
acc_balanceOf(address) should be declared external:
- Acc.acc_balanceOf(address) (contracts/CandyDogge.sol#30)
acc_setup(address,uint256) should be declared external:
- Acc.acc_setup(address,uint256) (contracts/CandyDogge.sol#31)
totalSupply() should be declared external:
- CandyDogge.totalSupply() (contracts/CandyDogge.sol#54-56)
approve(address,uint256) should be declared external:
- CandyDogge.approve(address,uint256) (contracts/CandyDogge.sol#57-61)
allowance(address,address) should be declared external:
- CandyDogge.allowance(address,address) (contracts/CandyDogge.sol#62-64)
balanceOf(address) should be declared external:
- CandyDogge.balanceOf(address) (contracts/CandyDogge.sol#65-67)
transferFrom(address,address,uint256) should be declared external:
- CandyDogge.transferFrom(address,address,uint256) (contracts/CandyDogge.sol#68-73)
transfer(address,uint256) should be declared external:
- CandyDogge.transfer(address,uint256) (contracts/CandyDogge.sol#74-78)
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.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
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
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts