BITMIC Platform is a metaverse blockchain platform optimized based on NFT services for artists, Live Commerce, and Influencer Entertainment markets. BITMIC allows people to directly participate in the BITMIC ecosystem in trusted online and offline environments, or indirectly communicate online with influencer to purchase products and obtain information. This powerful user-based platform also allows you to exchange Token, a local currency that is actually available. Finally, BITMIC is an ecosystem where everyone can enjoy and develop Live commerce, fandom, and entertainment with transparent and fair management and reliable blockchain data, and each individual can share various experiences with its members.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
UpgradedStandardToken (#300-306) has incorrect ERC20 function interface:StandardToken.transferFrom(address,address,uint256) (#164-185)
UpgradedStandardToken (#300-306) has incorrect ERC20 function interface:StandardToken.approve(address,uint256) (#192-202)
UpgradedStandardToken (#300-306) has incorrect ERC20 function interface:BEP20.transferFrom(address,address,uint256) (#89)
UpgradedStandardToken (#300-306) has incorrect ERC20 function interface:BEP20.approve(address,uint256) (#90)
UpgradedStandardToken (#300-306) has incorrect ERC20 function interface:BEP20Basic.transfer(address,uint256) (#80)
UpgradedStandardToken (#300-306) has incorrect ERC20 function interface:BasicToken.transfer(address,uint256) (#120-133)
BITMIC (#308-399) has incorrect ERC20 function interface:BasicToken.transfer(address,uint256) (#120-133)
BITMIC (#308-399) has incorrect ERC20 function interface:BEP20Basic.transfer(address,uint256) (#80)
BITMIC (#308-399) has incorrect ERC20 function interface:StandardToken.transferFrom(address,address,uint256) (#164-185)
BITMIC (#308-399) has incorrect ERC20 function interface:StandardToken.approve(address,uint256) (#192-202)
BITMIC (#308-399) has incorrect ERC20 function interface:BEP20.transferFrom(address,address,uint256) (#89)
BITMIC (#308-399) has incorrect ERC20 function interface:BEP20.approve(address,uint256) (#90)
BITMIC (#308-399) has incorrect ERC20 function interface:BITMIC.transfer(address,uint256) (#333-340)
BITMIC (#308-399) has incorrect ERC20 function interface:BITMIC.transferFrom(address,address,uint256) (#343-350)
BITMIC (#308-399) has incorrect ERC20 function interface:BITMIC.approve(address,uint256) (#362-368)
Set the appropriate return values and types for the defined ERC20 functions.
Additional information: link
Ownable.transferOwnership(address) (#64-68) should emit an event for:
- owner = newOwner (#66)
Emit an event for critical parameter changes.
Additional information: link
BITMIC.deprecate(address)._upgradedAddress (#380) lacks a zero-check on :
- upgradedAddress = _upgradedAddress (#382)
Check that the address is not zero.
Additional information: link
Pragma version^0.4.26 (#1) allows old versions
solc-0.4.26 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
Variable BEP20Basic._totalSupply (#77) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._to (#120) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._value (#120) is not in mixedCase
Parameter BasicToken.balanceOf(address)._owner (#140) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._from (#164) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._to (#164) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._value (#164) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._spender (#192) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._value (#192) is not in mixedCase
Parameter StandardToken.allowance(address,address)._owner (#210) is not in mixedCase
Parameter StandardToken.allowance(address,address)._spender (#210) is not in mixedCase
Parameter BlackList.getBlackListStatus(address)._maker (#264) is not in mixedCase
Parameter BlackList.addBlackList(address)._evilUser (#274) is not in mixedCase
Parameter BlackList.removeBlackList(address)._clearedUser (#279) is not in mixedCase
Parameter BlackList.destroyBlackFunds(address)._blackListedUser (#284) is not in mixedCase
Parameter BITMIC.transfer(address,uint256)._to (#333) is not in mixedCase
Parameter BITMIC.transfer(address,uint256)._value (#333) is not in mixedCase
Parameter BITMIC.transferFrom(address,address,uint256)._from (#343) is not in mixedCase
Parameter BITMIC.transferFrom(address,address,uint256)._to (#343) is not in mixedCase
Parameter BITMIC.transferFrom(address,address,uint256)._value (#343) is not in mixedCase
Parameter BITMIC.approve(address,uint256)._spender (#362) is not in mixedCase
Parameter BITMIC.approve(address,uint256)._value (#362) is not in mixedCase
Parameter BITMIC.allowance(address,address)._owner (#371) is not in mixedCase
Parameter BITMIC.allowance(address,address)._spender (#371) is not in mixedCase
Parameter BITMIC.deprecate(address)._upgradedAddress (#380) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
UpgradedStandardToken (#300-306) does not implement functions:
- UpgradedStandardToken.approveByLegacy(address,address,uint256) (#305)
- BEP20Basic.totalSupply() (#78)
- UpgradedStandardToken.transferByLegacy(address,address,uint256) (#303)
- UpgradedStandardToken.transferFromByLegacy(address,address,address,uint256) (#304)
Implement all unimplemented functions in any contract you intend to use directly (not simply inherit from).
Additional information: link
BasicToken.basisPointsRate (#104) should be constant
BasicToken.maximumFee (#105) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#64-68)
totalSupply() should be declared external:
- BEP20Basic.totalSupply() (#78)
- BITMIC.totalSupply() (#387-393)
pause() should be declared external:
- Pausable.pause() (#247-250)
unpause() should be declared external:
- Pausable.unpause() (#255-258)
addBlackList(address) should be declared external:
- BlackList.addBlackList(address) (#274-277)
removeBlackList(address) should be declared external:
- BlackList.removeBlackList(address) (#279-282)
destroyBlackFunds(address) should be declared external:
- BlackList.destroyBlackFunds(address) (#284-290)
transferByLegacy(address,address,uint256) should be declared external:
- UpgradedStandardToken.transferByLegacy(address,address,uint256) (#303)
transferFromByLegacy(address,address,address,uint256) should be declared external:
- UpgradedStandardToken.transferFromByLegacy(address,address,address,uint256) (#304)
approveByLegacy(address,address,uint256) should be declared external:
- UpgradedStandardToken.approveByLegacy(address,address,uint256) (#305)
deprecate(address) should be declared external:
- BITMIC.deprecate(address) (#380-384)
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 verify token contract address on the website
Unable to find audit link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Unable to find Telegram account
Unable to find Youtube account
Unable to find Discord account