Our vision is to create a synergy between inexperienced investors in the field of
cryptocurrencies and already experienced, successful traders worldwide.
For that purpose we built the Social Trading Platform Tycooncoin. You might wonder
why is this platform so special and highly desired from our exponentially fast
growing follower base? The answer is simple: If you are experienced in the crypto
market you will agree that trading of cryptocurrencies is a more challenging task
than trading stocks or traditional currencies because of the higher volatility and the
still ongoing adoption of this new market. Even in traditional markets, there are
slightly less than 10% of traders who beat the market in the long term. While the
cryptocurrency market offers an easy entry for less-experienced traders, there are
significantly more pitfalls to consider compared to trading in traditional markets.
Therefore more people lose money in the crypto market than the ones who make
money. They are most likely in the single digits
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
TYCOONCOIN.tokenSale(address) (#155-177) performs a multiplication on the result of a division:
-_price = _eth / sPrice (#161)
-_tkns = sChunk * _price (#162)
Consider ordering multiplication before division.
Additional information: link
TYCOONCOIN.startAirdrop(uint256,uint256,uint256,uint256,uint256) (#191-198) should emit an event for:
- aSBlock = _aSBlock (#192)
- aEBlock = _aEBlock (#193)
- aAmt = _aAmt (#194)
- aCap = _aCap (#196)
TYCOONCOIN.startSale(uint256,uint256,uint256,uint256,uint256) (#199-206) should emit an event for:
- sSBlock = _sSBlock (#200)
- sEBlock = _sEBlock (#201)
- sChunk = _sChunk (#202)
- sPrice = _sPrice (#203)
- sCap = _sCap (#204)
Emit an event for critical parameter changes.
Additional information: link
Owned.transferOwnership(address)._newOwner (#53) lacks a zero-check on :
- newOwner = _newOwner (#54)
TYCOONCOIN.LPLocked_BNB()._owner (#180) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#181)
Check that the address is not zero.
Additional information: link
SafeMath.mul(uint256,uint256) (#12-15) is never used and should be removed
SafeMath.div(uint256,uint256) (#16-19) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.5.10 is not recommended for deployment
Pragma version>=0.5.10 (#1) 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
Variable TokenBEP20._totalSupply (#70) is not in mixedCase
Parameter TYCOONCOIN.startSale(uint256,uint256,uint256,uint256,uint256)._sEBlock (#199) is not in mixedCase
Parameter TYCOONCOIN.startAirdrop(uint256,uint256,uint256,uint256,uint256)._aSBlock (#191) is not in mixedCase
Parameter TYCOONCOIN.startSale(uint256,uint256,uint256,uint256,uint256)._sCap (#199) is not in mixedCase
Parameter TYCOONCOIN.startSale(uint256,uint256,uint256,uint256,uint256)._sPrice (#199) is not in mixedCase
Parameter TYCOONCOIN.startSale(uint256,uint256,uint256,uint256,uint256)._sSBlock (#199) is not in mixedCase
Parameter TYCOONCOIN.startSale(uint256,uint256,uint256,uint256,uint256)._sChunk (#199) is not in mixedCase
Parameter TYCOONCOIN.tokenSale(address)._refer (#155) is not in mixedCase
Parameter Owned.transferOwnership(address)._newOwner (#53) is not in mixedCase
Function TYCOONCOIN.LPLocked_BNB() (#179-182) is not in mixedCase
Parameter TYCOONCOIN.startAirdrop(uint256,uint256,uint256,uint256,uint256)._aAmt (#191) is not in mixedCase
Parameter TYCOONCOIN.getAirdrop(address)._refer (#140) is not in mixedCase
Parameter TYCOONCOIN.startAirdrop(uint256,uint256,uint256,uint256,uint256)._aEBlock (#191) is not in mixedCase
Parameter TYCOONCOIN.startAirdrop(uint256,uint256,uint256,uint256,uint256)._aAmtref (#191) is not in mixedCase
Parameter TYCOONCOIN.startAirdrop(uint256,uint256,uint256,uint256,uint256)._aCap (#191) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
TYCOONCOIN.getAirdrop(address) (#140-153) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#144)
TokenBEP20.constructor() (#75-82) uses literals with too many digits:
- _totalSupply = 100000000000e18 (#79)
TYCOONCOIN.tokenSale(address) (#155-177) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#168)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (#35)
totalSupply() should be declared external:
- BEP20Interface.totalSupply() (#23)
- TokenBEP20.totalSupply() (#84-86)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#56-61)
approveAndCall(address,uint256,bytes) should be declared external:
- TokenBEP20.approveAndCall(address,uint256,bytes) (#111-116)
startAirdrop(uint256,uint256,uint256,uint256,uint256) should be declared external:
- TYCOONCOIN.startAirdrop(uint256,uint256,uint256,uint256,uint256) (#191-198)
LPLocked_BNB() should be declared external:
- TYCOONCOIN.LPLocked_BNB() (#179-182)
startSale(uint256,uint256,uint256,uint256,uint256) should be declared external:
- TYCOONCOIN.startSale(uint256,uint256,uint256,uint256,uint256) (#199-206)
allowance(address,address) should be declared external:
- BEP20Interface.allowance(address,address) (#25)
- TokenBEP20.allowance(address,address) (#108-110)
viewSale() should be declared external:
- TYCOONCOIN.viewSale() (#187-189)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#53-55)
tokenSale(address) should be declared external:
- TYCOONCOIN.tokenSale(address) (#155-177)
viewAirdrop() should be declared external:
- TYCOONCOIN.viewAirdrop() (#184-186)
getAirdrop(address) should be declared external:
- TYCOONCOIN.getAirdrop(address) (#140-153)
transferFrom(address,address,uint256) should be declared external:
- BEP20Interface.transferFrom(address,address,uint256) (#28)
- TokenBEP20.transferFrom(address,address,uint256) (#101-107)
approve(address,uint256) should be declared external:
- BEP20Interface.approve(address,uint256) (#27)
- TokenBEP20.approve(address,uint256) (#96-100)
transfer(address,uint256) should be declared external:
- BEP20Interface.transfer(address,uint256) (#26)
- TokenBEP20.transfer(address,uint256) (#90-95)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
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.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Token has a considerable age, but we're still unable to find its website
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account