BSCGold is a gaming platform that allows creators to craft, play, distribute, and trade without the need for centralized power, thus maintaining stable copyright ownership and earning further BSCGold (BSCG). Our goal is to provide a fully interactive metaverse in which players collaborate to build simulated environments and games without the need for centralized control.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
BSCGold._approve(address,address,uint256).owner (#352) shadows:
- Ownable.owner() (#197-199) (function)
Rename the local variables that shadow another component.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#153-174) uses assembly
- INLINE ASM (#166-169)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['^0.6.0', '^0.6.2']
- ^0.6.0 (#1)
- ^0.6.0 (#20)
- ^0.6.0 (#48)
- ^0.6.2 (#110)
- ^0.6.0 (#181)
- ^0.6.2 (#218)
Use one Solidity version.
Additional information: link
SafeMath.mod(uint256,uint256,string) (#100-103) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.6.2 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
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#153-174):
- (success,returndata) = target.call{value: weiValue}(data) (#157)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Constant BSCGold._tTotal (#232) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#11)" inContext (#5-14)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable BSCGold._transferToExcluded(address,address,uint256).rTransferAmount (#386) is too similar to BSCGold._transferBothExcluded(address,address,uint256).tTransferAmount (#404)
Prevent variables from having similar names.
Additional information: link
BSCGold.slitherConstructorConstantVariables() (#220-456) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 9 (#232)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BSCGold._symbol (#237) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
reflectionFromToken(uint256,bool) should be declared external:
- BSCGold.reflectionFromToken(uint256,bool) (#313-322)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has a considerable age, but social accounts / website are missing or have few users
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account