Trendsy Token Token Logo

TRNDZ [Trendsy] Token

About TRNDZ

Listings

Token 2 years
CoinMarketCap 2 years

Website

white paper

Trendsy ™ is a fashion related crypto project. We are building a tech forward fashion brand targeting the crypto community. The launch of Trendsy Token (Symbol: $TRNDZ) marks the project's initial introduction to the crypto community, and will be used as a platform to inform about the Trendsy ™ project and introduce the exciting range of Trendsy ™ products to come. Additionally, the launch of our Website, News Feed and Social Media pages provides an initial, multi-media glimpse of the project's unique aesthetic, which will be featured in official Trendsy ™ content and creative designs. These designs will be incorporated into the NFTs and our Clothing Line coming up in H1, 2022. Our clothing line will include Trendsy ™ Hats, T-shirts and Sweater. We are looking to merge the physical and the digital by introducing our clothing in both the physical world and the metaverse.

Laser Scorebeta Last Audit: 23 February 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

Pragma version>=0.6.2<0.8.0 (BurnableTeamToken.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (BurnableToken.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (Context.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (ERC20.sol#4) is too complex
Pragma version>=0.6.0<0.8.0 (IERC20.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (SafeMath.sol#3) is too complex
Pragma version>=0.6.2<0.8.0 (TeamToken.sol#3) is too complex
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

Redundant expression "this (Context.sol#21)" inContext (Context.sol#15-25)
Remove redundant statements if they congest code but offer no value.

Additional information: link

BurnableTeamToken.constructor(string,string,uint8,uint256,address,address).name (BurnableTeamToken.sol#15) shadows:
- ERC20.name() (ERC20.sol#65-67) (function)
BurnableTeamToken.constructor(string,string,uint8,uint256,address,address).symbol (BurnableTeamToken.sol#16) shadows:
- ERC20.symbol() (ERC20.sol#73-75) (function)
BurnableTeamToken.constructor(string,string,uint8,uint256,address,address).decimals (BurnableTeamToken.sol#17) shadows:
- ERC20.decimals() (ERC20.sol#90-92) (function)
TeamToken.constructor(string,string,uint8,uint256,address,address).name (TeamToken.sol#19) shadows:
- ERC20.name() (ERC20.sol#65-67) (function)
TeamToken.constructor(string,string,uint8,uint256,address,address).symbol (TeamToken.sol#20) shadows:
- ERC20.symbol() (ERC20.sol#73-75) (function)
TeamToken.constructor(string,string,uint8,uint256,address,address).decimals (TeamToken.sol#21) shadows:
- ERC20.decimals() (ERC20.sol#90-92) (function)
Rename the local variables that shadow another component.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.6.0<0.8.0', '>=0.6.2<0.8.0']
- >=0.6.2<0.8.0 (BurnableTeamToken.sol#3)
- >=0.6.0<0.8.0 (BurnableToken.sol#3)
- >=0.6.0<0.8.0 (Context.sol#3)
- >=0.6.0<0.8.0 (ERC20.sol#4)
- >=0.6.0<0.8.0 (IERC20.sol#3)
- >=0.6.0<0.8.0 (SafeMath.sol#3)
- >=0.6.2<0.8.0 (TeamToken.sol#3)
Use one Solidity version.

Additional information: link

Context._msgData() (Context.sol#20-23) is never used and should be removed
SafeMath.div(uint256,uint256) (SafeMath.sol#135-138) is never used and should be removed
SafeMath.div(uint256,uint256,string) (SafeMath.sol#190-193) is never used and should be removed
SafeMath.mod(uint256,uint256) (SafeMath.sol#152-155) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (SafeMath.sol#210-213) is never used and should be removed
SafeMath.mul(uint256,uint256) (SafeMath.sol#116-121) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (SafeMath.sol#24-28) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (SafeMath.sol#60-63) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (SafeMath.sol#70-73) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (SafeMath.sol#45-53) is never used and should be removed
SafeMath.trySub(uint256,uint256) (SafeMath.sol#35-38) is never used and should be removed
Remove unused functions.

Additional information: link

burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (BurnableToken.sol#21-23)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (BurnableToken.sol#36-41)
name() should be declared external:
- ERC20.name() (ERC20.sol#65-67)
symbol() should be declared external:
- ERC20.symbol() (ERC20.sol#73-75)
decimals() should be declared external:
- ERC20.decimals() (ERC20.sol#90-92)
totalSupply() should be declared external:
- ERC20.totalSupply() (ERC20.sol#97-99)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (ERC20.sol#104-106)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#116-119)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#135-138)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#153-157)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#171-174)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#190-193)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity 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.


Token is deployed only at one blockchain


Unable to find Youtube account


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find token on CoinHunt

Additional information: link


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 scam / 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


Token has relatively low CoinMarketCap rank

Price for TRNDZ

News for TRNDZ