BCoin the the token for Bombcrypto game, a the Play-To-Earn genre, where players manage a group of bomb heroes of cyborgs programmed to search for BCOIN and fight monsters. Each bomb hero has different stats, if you're lucky you can find bomb heroes with good stats to sell or upgrade them to increase performance and combat ability.
Contract ownership is not renounced (belongs to a wallet)
Pragma version^0.8.0 (BCoinToken.sol#2) allows old versions
Pragma version^0.8.0 (BEP20.sol#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
BEP20.allowance(address,address).owner (BEP20.sol#451) shadows:
- BEPOwnable.owner() (BEP20.sol#298-300) (function)
BEP20._approve(address,address,uint256).owner (BEP20.sol#610) shadows:
- BEPOwnable.owner() (BEP20.sol#298-300) (function)
Rename the local variables that shadow another component.
Additional information: link
Redundant expression "this (BEP20.sol#267)" inBEPContext (BEP20.sol#257-270)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BCoinToken.constructor() (BCoinToken.sol#7-10) uses literals with too many digits:
- totalTokens = 100000000 * 10 ** uint256(decimals()) (BCoinToken.sol#8)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BEP20._burnFrom(address,uint256) (BEP20.sol#627-634) is never used and should be removed
BEPContext._msgData() (BEP20.sol#266-269) is never used and should be removed
SafeMath.div(uint256,uint256) (BEP20.sol#179-181) is never used and should be removed
SafeMath.div(uint256,uint256,string) (BEP20.sol#196-207) is never used and should be removed
SafeMath.mod(uint256,uint256) (BEP20.sol#220-222) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (BEP20.sol#237-244) is never used and should be removed
SafeMath.mul(uint256,uint256) (BEP20.sol#155-166) is never used and should be removed
Remove unused functions.
Additional information: link
owner() should be declared external:
- BEPOwnable.owner() (BEP20.sol#298-300)
renounceOwnership() should be declared external:
- BEPOwnable.renounceOwnership() (BEP20.sol#324-327)
transferOwnership(address) should be declared external:
- BEPOwnable.transferOwnership(address) (BEP20.sol#333-335)
pause() should be declared external:
- BEPPausable.pause() (BEP20.sol#376-380)
unpause() should be declared external:
- BEPPausable.unpause() (BEP20.sol#385-389)
totalSupply() should be declared external:
- BEP20.totalSupply() (BEP20.sol#424-426)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (BEP20.sol#431-433)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (BEP20.sol#443-446)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (BEP20.sol#451-453)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (BEP20.sol#462-465)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (BEP20.sol#479-491)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (BEP20.sol#505-508)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (BEP20.sol#524-531)
name() should be declared external:
- BEP20Detailed.name() (BEP20.sol#663-665)
symbol() should be declared external:
- BEP20Detailed.symbol() (BEP20.sol#671-673)
Use the external attribute for functions never called from the contract.
Additional information: link
Token is deployed only at one blockchain
Token makes many airdrops and seems to be a phishing / airdrop scam
Additional information: link
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death