Tremendous Coin (TMDS) is the world's fastest developed platform providing decentralized services, staking and the fastest-growing system. Tremendous Coin will provide the users safest and secure ecosystem. Tremendous Coin gives the user customized earnings opportunities and personalized financial solutions so that users will earn according to their interests and preferences.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
TMDS._owner (#224) shadows:
- Ownable._owner (#63)
Remove the state variable shadowing.
Additional information: link
BEP20.withdrawToken(address,uint256) (#175-182) ignores return value by tokenContract.transfer(msg.sender,_amount) (#180)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
TMDS.constructor() (#226-231) uses literals with too many digits:
- _totalSupply = 500000 * (10 ** uint256(10)) (#228)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Address.isContract(address) (#210-216) uses assembly
- INLINE ASM (#214)
Do not use evm assembly.
Additional information: link
Address.isContract(address) (#210-216) is never used and should be removed
SafeMath.div(uint256,uint256) (#41-43) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#44-50) is never used and should be removed
SafeMath.mul(uint256,uint256) (#31-40) is never used and should be removed
SafeMath.sub(uint256,uint256) (#22-24) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter BEP20.withdrawToken(address,uint256)._tokenContract (#175) is not in mixedCase
Parameter BEP20.withdrawToken(address,uint256)._amount (#175) is not in mixedCase
Variable BEP20._balances (#118) is not in mixedCase
Variable BEP20._allowances (#120) is not in mixedCase
Variable BEP20._totalSupply (#122) is not in mixedCase
Variable TMDS._owner (#224) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#79-81)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#98-101)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#107-111)
totalSupply() should be declared external:
- BEP20.totalSupply() (#124-126)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#127-129)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#130-133)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#134-136)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#137-140)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#141-145)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#146-149)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#150-153)
name() should be declared external:
- BEP20Detailed.name() (#196-198)
symbol() should be declared external:
- BEP20Detailed.symbol() (#199-201)
decimals() should be declared external:
- BEP20Detailed.decimals() (#202-204)
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 PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Average 30d number of PancakeSwap swaps is low.
Token is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
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
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account