Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
cryptovoexls.saleMaxBlock (#166) is never initialized. It is used in:
- cryptovoexls.getBlock() (#393-402)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
cryptovoexls.clearBNB()._ownr (#351) lacks a zero-check on :
- _ownr.transfer(address(this).balance) (#352)
Check that the address is not zero.
Additional information: link
SafeMath.div(uint256,uint256,string) (#116-119) is never used and should be removed
SafeMath.sub(uint256,uint256) (#44-47) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.8 (#3) allows old versions
solc-0.6.8 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
Contract cryptovoexls (#146-437) is not in CapWords
Parameter cryptovoexls.allocationForRewards(address,uint256)._addr (#354) is not in mixedCase
Parameter cryptovoexls.allocationForRewards(address,uint256)._amount (#354) is not in mixedCase
Parameter cryptovoexls.buyPresale(address)._refer (#420) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
cryptovoexls.constructor() (#195-209) uses literals with too many digits:
- _mint(_presaleAddress,15000000 * 10 ** 18) (#202)
cryptovoexls.constructor() (#195-209) uses literals with too many digits:
- _mint(_devAddress,30000000 * 10 ** 18) (#205)
cryptovoexls.constructor() (#195-209) uses literals with too many digits:
- _mint(_BurnAddress,2500000 * 10 ** 18) (#208)
cryptovoexls.startPublicSale() (#405-409) uses literals with too many digits:
- _mint(_owner,30000000 * 10 ** 18) (#408)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
cryptovoexls._referEth (#162) is never used in cryptovoexls (#146-437)
cryptovoexls._airdropToken (#165) is never used in cryptovoexls (#146-437)
Remove unused state variables.
Additional information: link
cryptovoexls._airdropEth (#164) should be constant
cryptovoexls._airdropToken (#165) should be constant
cryptovoexls._decimals (#152) should be constant
cryptovoexls._name (#150) should be constant
cryptovoexls._referEth (#162) should be constant
cryptovoexls._referToken (#163) should be constant
cryptovoexls._swAirdrop (#160) should be constant
cryptovoexls._swSale (#161) should be constant
cryptovoexls._symbol (#151) should be constant
cryptovoexls._totalSupply (#149) should be constant
cryptovoexls.saleMaxBlock (#166) should be constant
cryptovoexls.salePrice (#168) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- cryptovoexls.name() (#219-221)
symbol() should be declared external:
- cryptovoexls.symbol() (#234-236)
decimals() should be declared external:
- cryptovoexls.decimals() (#254-256)
cap() should be declared external:
- cryptovoexls.cap() (#261-263)
totalSupply() should be declared external:
- cryptovoexls.totalSupply() (#268-270)
balanceOf(address) should be declared external:
- cryptovoexls.balanceOf(address) (#275-277)
allowance(address,address) should be declared external:
- cryptovoexls.allowance(address,address) (#282-284)
transferFrom(address,address,uint256) should be declared external:
- cryptovoexls.transferFrom(address,address,uint256) (#333-337)
approve(address,uint256) should be declared external:
- cryptovoexls.approve(address,uint256) (#346-349)
clearBNB() should be declared external:
- cryptovoexls.clearBNB() (#350-353)
allocationForRewards(address,uint256) should be declared external:
- cryptovoexls.allocationForRewards(address,uint256) (#354-356)
transfer(address,uint256) should be declared external:
- cryptovoexls.transfer(address,uint256) (#388-391)
getBlock() should be declared external:
- cryptovoexls.getBlock() (#393-402)
startPublicSale() should be declared external:
- cryptovoexls.startPublicSale() (#405-409)
startPrivateSale() should be declared external:
- cryptovoexls.startPrivateSale() (#412-414)
endPresale() should be declared external:
- cryptovoexls.endPresale() (#416-418)
buyPresale(address) should be declared external:
- cryptovoexls.buyPresale(address) (#420-434)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
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 Telegram and Twitter accounts