Direct Contact With Your Idols!
Now we offer you the exclusive opportunity to be even closer to your idols and to get in direct contact with them. More than 100 idols from around the world have joined the Bloggercube program. Once the dapp is launched and marketing begins, thousands of celebrities and millions of fans will join Bloggercube.
BloggercubeToken._owner (#1014) shadows:
- Ownable._owner (#938)
Remove the state variable shadowing.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
BloggercubeToken.setMarketingFee(uint8) (#1034-1042) should emit an event for:
- marketingFeePercent = _fee (#1040)
BloggercubeToken.setDevelopmentFee(uint8) (#1047-1055) should emit an event for:
- developmentFeePercent = _fee (#1053)
BloggercubeToken.setDonationFee(uint8) (#1060-1068) should emit an event for:
- donationFeePercent = _fee (#1066)
Emit an event for critical parameter changes.
Additional information: link
BloggercubeToken.setMarketingWalletAddress(address)._addr (#1073) lacks a zero-check on :
- marketingWalletAddress = _addr (#1078)
BloggercubeToken.setDevelopmentWalletAddress(address)._addr (#1085) lacks a zero-check on :
- developmentWalletAddress = _addr (#1090)
BloggercubeToken.setDonationWalletAddress(address)._addr (#1097) lacks a zero-check on :
- donationWalletAddress = _addr (#1102)
Check that the address is not zero.
Additional information: link
BloggercubeToken._transfer(address,address,uint256) (#1115-1164) performs a multiplication on the result of a division:
-marketingFee = (amount / 100) * marketingFeePercent (#1132)
BloggercubeToken._transfer(address,address,uint256) (#1115-1164) performs a multiplication on the result of a division:
-developmentFee = (amount / 100) * developmentFeePercent (#1135)
BloggercubeToken._transfer(address,address,uint256) (#1115-1164) performs a multiplication on the result of a division:
-donationFee = (amount / 100) * donationFeePercent (#1138)
Consider ordering multiplication before division.
Additional information: link
Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.4']
- ^0.8.0 (#4)
- ^0.8.0 (#91)
- ^0.8.0 (#119)
- ^0.8.0 (#145)
- ^0.8.0 (#559)
- ^0.8.0 (#604)
- ^0.8.0 (#656)
- ^0.8.0 (#701)
- ^0.8.0 (#923)
- ^0.8.4 (#1000)
Use one Solidity version.
Additional information: link
Context._msgData() (#136-138) is never used and should be removed
Counters.decrement(Counters.Counter) (#684-690) is never used and should be removed
Counters.reset(Counters.Counter) (#692-694) is never used and should be removed
ERC20._burn(address,uint256) (#450-465) is never used and should be removed
Math.ceilDiv(uint256,uint256) (#594-597) is never used and should be removed
Math.max(uint256,uint256) (#568-570) is never used and should be removed
Math.min(uint256,uint256) (#575-577) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#4) allows old versions
Pragma version^0.8.0 (#91) allows old versions
Pragma version^0.8.0 (#119) allows old versions
Pragma version^0.8.0 (#145) allows old versions
Pragma version^0.8.0 (#559) allows old versions
Pragma version^0.8.0 (#604) allows old versions
Pragma version^0.8.0 (#656) allows old versions
Pragma version^0.8.0 (#701) allows old versions
Pragma version^0.8.0 (#923) allows old versions
solc-0.8.10 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
Parameter BloggercubeToken.setMarketingFee(uint8)._fee (#1034) is not in mixedCase
Parameter BloggercubeToken.setDevelopmentFee(uint8)._fee (#1047) is not in mixedCase
Parameter BloggercubeToken.setDonationFee(uint8)._fee (#1060) is not in mixedCase
Parameter BloggercubeToken.setMarketingWalletAddress(address)._addr (#1073) is not in mixedCase
Parameter BloggercubeToken.setDevelopmentWalletAddress(address)._addr (#1085) is not in mixedCase
Parameter BloggercubeToken.setDonationWalletAddress(address)._addr (#1097) is not in mixedCase
Variable BloggercubeToken._owner (#1014) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
name() should be declared external:
- ERC20.name() (#199-201)
symbol() should be declared external:
- ERC20.symbol() (#207-209)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#256-265)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#290-299)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#317-326)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#340-348)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#364-380)
balanceOfAt(address,uint256) should be declared external:
- ERC20Snapshot.balanceOfAt(address,uint256) (#799-811)
totalSupplyAt(uint256) should be declared external:
- ERC20Snapshot.totalSupplyAt(uint256) (#816-828)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#974-976)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#982-985)
snapshot() should be declared external:
- BloggercubeToken.snapshot() (#1027-1029)
setMarketingFee(uint8) should be declared external:
- BloggercubeToken.setMarketingFee(uint8) (#1034-1042)
setDevelopmentFee(uint8) should be declared external:
- BloggercubeToken.setDevelopmentFee(uint8) (#1047-1055)
setDonationFee(uint8) should be declared external:
- BloggercubeToken.setDonationFee(uint8) (#1060-1068)
setMarketingWalletAddress(address) should be declared external:
- BloggercubeToken.setMarketingWalletAddress(address) (#1073-1080)
setDevelopmentWalletAddress(address) should be declared external:
- BloggercubeToken.setDevelopmentWalletAddress(address) (#1085-1092)
setDonationWalletAddress(address) should be declared external:
- BloggercubeToken.setDonationWalletAddress(address) (#1097-1104)
Use the external attribute for functions never called from the contract.
Additional information: link
BloggercubeToken.constructor() (#1172-1175) uses literals with too many digits:
- _mint(msg.sender,10000000000 * 10 ** decimals()) (#1174)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
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.
Average 30d PancakeSwap liquidity is low.
Token is deployed only at one blockchain
Token has only one trading pair
Number of Binance Smart Chain (BSC) token holders is low.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of scam / price dump / death
Token is relatively young, but twitter if very old (probably it's fake).
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 Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account