Unlike Bitcoin, BitShiba is a fixed supply token with no new minting. All tokens that will ever exist have already been created. We believe in a truly fair and decentralized world so $SHIBA launched 100% fair with no presale and no team tokens. 50% of all BitShiba tokens were added directly to liquidity on Pancakeswap and the remaining 50% were intentionally destroyed forever by sending them to the 0x000... burn address. DEX Liquidity is locked until 2099. The BitShiba community controls 100% of all tokens.
Contract ownership is not renounced (belongs to a wallet)
BEP20.allowance(address,address).owner (#365) shadows:
- Ownable.owner() (#65-67) (function)
BEP20._approve(address,address,uint256).owner (#497) shadows:
- Ownable.owner() (#65-67) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20._burn(address,uint256) (#470-481) is never used and should be removed
Context._msgData() (#24-27) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#25)" inContext (#19-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Pragma version^0.8.0 (#564) allows old versions
Pragma version^0.8.0 (#7) allows old versions
Pragma version^0.8.0 (#544) allows old versions
Pragma version^0.8.0 (#34) allows old versions
Pragma version^0.8.0 (#104) allows old versions
Pragma version^0.8.0 (#208) 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
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#318-321)
symbol() should be declared external:
- BEP20.symbol() (#268-270)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#84-87)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#357-360)
getOwner() should be declared external:
- BEP20.getOwner() (#306-308)
name() should be declared external:
- BEP20.name() (#260-262)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#299-301)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#336-348)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#93-97)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#365-367)
totalSupply() should be declared external:
- BEP20.totalSupply() (#292-294)
decimals() should be declared external:
- BEP20.decimals() (#285-287)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#381-384)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#400-406)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token has relatively low CoinGecko rank
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account