Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Bitgert._blackbalances (#346) is never initialized. It is used in:
- Bitgert._transfer(address,address,uint256) (#514-523)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
Contract creator or owner is blacklisted for past scams
Contract ownership is not renounced (belongs to a wallet)
Token is flagged by TokenSniffer (admin)
Function Bitgert.Prize_Fund(address) (#365-367) is not in mixedCase
Function Bitgert.Reflections(address) (#369-371) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Bitgert._transfer(address,address,uint256) (#514-523) compares to a boolean constant:
-require(bool)(_blackbalances[sender] != true) (#517)
Remove the equality to the boolean constant.
Additional information: link
Bitgert._approve(address,address,uint256).owner (#538) shadows:
- Ownable.owner() (#297-299) (function)
Bitgert.allowance(address,address).owner (#430) shadows:
- Ownable.owner() (#297-299) (function)
Rename the local variables that shadow another component.
Additional information: link
Redundant expression "this (#114)" inContext (#104-117)
Remove redundant statements if they congest code but offer no value.
Additional information: link
SafeMath.mul(uint256,uint256) (#187-199) is never used and should be removed
SafeMath.sub(uint256,uint256) (#158-160) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#262-265) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#227-234) is never used and should be removed
Context._msgData() (#113-116) is never used and should be removed
SafeMath.mod(uint256,uint256) (#247-249) is never used and should be removed
SafeMath.div(uint256,uint256) (#212-214) is never used and should be removed
Remove unused functions.
Additional information: link
Bitgert.constructor() (#355-363) uses literals with too many digits:
- _totalSupply = 1000000000000000 * 10 ** 18 (#359)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
increaseAllowance(address,uint256) should be declared external:
- Bitgert.increaseAllowance(address,uint256) (#476-479)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#316-319)
decreaseAllowance(address,uint256) should be declared external:
- Bitgert.decreaseAllowance(address,uint256) (#495-498)
Prize_Fund(address) should be declared external:
- Bitgert.Prize_Fund(address) (#365-367)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#325-327)
Reflections(address) should be declared external:
- Bitgert.Reflections(address) (#369-371)
Use the external attribute for functions never called from the contract.
Additional information: link
Token has no transactions for more than 100 days. It seems dead / abandoned.
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.
Contract has 0% buy tax and 100% sell tax.
Taxes are extremely high (over 30%)
Additional information: link
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 Telegram and Twitter accounts