NFTStyle Token Logo

NFTSTYLE Token

About NFTSTYLE

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Turn your fashion ideas into NFTs with Nft-Style. Blow the new wind in the fashion world with blockchain.

Laser Scorebeta Last Audit: 9 September 2022

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

Redundant expression "this (#20)" inContext (#14-23)
Remove redundant statements if they congest code but offer no value.

Additional information: link

NFTSTYLE.allowance(address,address).owner (#531) shadows:
- Ownable.owner() (#414-416) (function)
NFTSTYLE._approve(address,address,uint256).owner (#640) shadows:
- Ownable.owner() (#414-416) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#276-285) uses assembly
- INLINE ASM (#283)
Address._functionCallWithValue(address,bytes,uint256,string) (#369-390) uses assembly
- INLINE ASM (#382-385)
Do not use evm assembly.

Additional information: link

Pragma version^0.8.2 (#11) 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

NFTSTYLE._GRANULARITY (#467) should be constant
NFTSTYLE._MAX (#465) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

NFTSTYLE.includeAccount(address) (#608-619) has costly operations inside a loop:
- _excluded.pop() (#615)
Use a local variable to hold the loop computation result.

Additional information: link

NFTSTYLE.updateFee(uint256,uint256,uint256) (#626-634) should emit an event for:
- _TAX_FEE = _txFee * 100 (#628)
- _BURN_FEE = _burnFee * 100 (#629)
- _CHARITY_FEE = _charityFee * 100 (#630)
- ORIG_TAX_FEE = _TAX_FEE (#631)
- ORIG_BURN_FEE = _BURN_FEE (#632)
- ORIG_CHARITY_FEE = _CHARITY_FEE (#633)
Emit an event for critical parameter changes.

Additional information: link

NFTSTYLE.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address)._FeeAddress (#485) lacks a zero-check on :
- FeeAddress = _FeeAddress (#498)
NFTSTYLE.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address).tokenOwner (#485) lacks a zero-check on :
- _owner = tokenOwner (#499)
NFTSTYLE.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address).service (#485) lacks a zero-check on :
- address(service).transfer(msg.value) (#501)
NFTSTYLE.setAsCharityAccount(address).account (#621) lacks a zero-check on :
- FeeAddress = account (#622)
Check that the address is not zero.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#369-390) is never used and should be removed
Address.functionCall(address,bytes) (#329-331) is never used and should be removed
Address.functionCall(address,bytes,string) (#339-341) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#354-356) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#364-367) is never used and should be removed
Address.isContract(address) (#276-285) is never used and should be removed
Address.sendValue(address,uint256) (#303-309) is never used and should be removed
Context._msgData() (#19-22) is never used and should be removed
NFTSTYLE._getTaxFee() (#828-830) is never used and should be removed
SafeMath.mod(uint256,uint256) (#233-235) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#249-252) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#303-309):
- (success) = recipient.call{value: amount}() (#307)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#369-390):
- (success,returndata) = target.call{value: weiValue}(data) (#373)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable Ownable._owner (#406) is not in mixedCase
Parameter NFTSTYLE.updateFee(uint256,uint256,uint256)._txFee (#626) is not in mixedCase
Parameter NFTSTYLE.updateFee(uint256,uint256,uint256)._burnFee (#626) is not in mixedCase
Parameter NFTSTYLE.updateFee(uint256,uint256,uint256)._charityFee (#626) is not in mixedCase
Variable NFTSTYLE._NAME (#460) is not in mixedCase
Variable NFTSTYLE._SYMBOL (#461) is not in mixedCase
Variable NFTSTYLE._DECIMALS (#462) is not in mixedCase
Variable NFTSTYLE.FeeAddress (#463) is not in mixedCase
Variable NFTSTYLE._MAX (#465) is not in mixedCase
Variable NFTSTYLE._DECIMALFACTOR (#466) is not in mixedCase
Variable NFTSTYLE._GRANULARITY (#467) is not in mixedCase
Variable NFTSTYLE._TAX_FEE (#476) is not in mixedCase
Variable NFTSTYLE._BURN_FEE (#477) is not in mixedCase
Variable NFTSTYLE._CHARITY_FEE (#478) is not in mixedCase
Variable NFTSTYLE.ORIG_TAX_FEE (#481) is not in mixedCase
Variable NFTSTYLE.ORIG_BURN_FEE (#482) is not in mixedCase
Variable NFTSTYLE.ORIG_CHARITY_FEE (#483) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in NFTSTYLE.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address) (#485-503):
External calls:
- address(service).transfer(msg.value) (#501)
Event emitted after the call(s):
- Transfer(address(0),tokenOwner,_tTotal) (#502)
Apply the check-effects-interactions pattern.

Additional information: link

Variable NFTSTYLE._getValues(uint256).rTransferAmount (#757) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#687) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._transferStandard(address,address,uint256).rTransferAmount (#679) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable NFTSTYLE._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE._transferFromExcluded(address,address,uint256).rTransferAmount (#711) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE._transferStandard(address,address,uint256).rTransferAmount (#679) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE._transferToExcluded(address,address,uint256).rTransferAmount (#694) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#687) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._transferFromExcluded(address,address,uint256).rTransferAmount (#711) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._transferStandard(address,address,uint256).rTransferAmount (#679) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE._transferFromExcluded(address,address,uint256).rTransferAmount (#711) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#719) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE._transferToExcluded(address,address,uint256).rTransferAmount (#694) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._getValues(uint256).rTransferAmount (#757) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._getValues(uint256).rTransferAmount (#757) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE._getValues(uint256).rTransferAmount (#757) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE._transferStandard(address,address,uint256).rTransferAmount (#679) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable NFTSTYLE._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE._transferFromExcluded(address,address,uint256).rTransferAmount (#711) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE._transferStandard(address,address,uint256).rTransferAmount (#679) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._transferToExcluded(address,address,uint256).rTransferAmount (#694) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#719) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._transferStandard(address,address,uint256).rTransferAmount (#679) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#735) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#735) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#735) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#687) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable NFTSTYLE._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#687) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable NFTSTYLE._getValues(uint256).rTransferAmount (#757) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._transferToExcluded(address,address,uint256).rTransferAmount (#694) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#735) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#702) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE._transferToExcluded(address,address,uint256).rTransferAmount (#694) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#719) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#719) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable NFTSTYLE._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#687) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#702) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#702) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable NFTSTYLE._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#687) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#719) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#702) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#719) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#735) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#702) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._transferFromExcluded(address,address,uint256).rTransferAmount (#711) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to NFTSTYLE._transferFromExcluded(address,address,uint256).tTransferAmount (#711)
Variable NFTSTYLE.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable NFTSTYLE.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#702)
Variable NFTSTYLE._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#687) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#735)
Variable NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#735) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE._transferFromExcluded(address,address,uint256).rTransferAmount (#711) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#735) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE._transferStandard(address,address,uint256).rTransferAmount (#679) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#719) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#702) is too similar to NFTSTYLE._transferToExcluded(address,address,uint256).tTransferAmount (#694)
Variable NFTSTYLE._getValues(uint256).rTransferAmount (#757) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#702) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE._transferToExcluded(address,address,uint256).rTransferAmount (#694) is too similar to NFTSTYLE._getValues(uint256).tTransferAmount (#754)
Variable NFTSTYLE._transferFromExcluded(address,address,uint256).rTransferAmount (#711) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable NFTSTYLE._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFTSTYLE._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable NFTSTYLE._getValues(uint256).rTransferAmount (#757) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable NFTSTYLE._transferToExcluded(address,address,uint256).rTransferAmount (#694) is too similar to NFTSTYLE._transferStandard(address,address,uint256).tTransferAmount (#679)
Prevent variables from having similar names.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#414-416)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#433-436)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#442-446)
name() should be declared external:
- NFTSTYLE.name() (#505-507)
symbol() should be declared external:
- NFTSTYLE.symbol() (#509-511)
decimals() should be declared external:
- NFTSTYLE.decimals() (#513-515)
totalSupply() should be declared external:
- NFTSTYLE.totalSupply() (#517-519)
balanceOf(address) should be declared external:
- NFTSTYLE.balanceOf(address) (#521-524)
transfer(address,uint256) should be declared external:
- NFTSTYLE.transfer(address,uint256) (#526-529)
allowance(address,address) should be declared external:
- NFTSTYLE.allowance(address,address) (#531-533)
approve(address,uint256) should be declared external:
- NFTSTYLE.approve(address,uint256) (#535-538)
transferFrom(address,address,uint256) should be declared external:
- NFTSTYLE.transferFrom(address,address,uint256) (#540-544)
increaseAllowance(address,uint256) should be declared external:
- NFTSTYLE.increaseAllowance(address,uint256) (#546-549)
decreaseAllowance(address,uint256) should be declared external:
- NFTSTYLE.decreaseAllowance(address,uint256) (#551-554)
isExcluded(address) should be declared external:
- NFTSTYLE.isExcluded(address) (#556-558)
totalFees() should be declared external:
- NFTSTYLE.totalFees() (#561-563)
totalBurn() should be declared external:
- NFTSTYLE.totalBurn() (#565-567)
totalCharity() should be declared external:
- NFTSTYLE.totalCharity() (#569-571)
deliver(uint256) should be declared external:
- NFTSTYLE.deliver(uint256) (#573-580)
reflectionFromToken(uint256,bool) should be declared external:
- NFTSTYLE.reflectionFromToken(uint256,bool) (#582-591)
updateFee(uint256,uint256,uint256) should be declared external:
- NFTSTYLE.updateFee(uint256,uint256,uint256) (#626-634)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.

Contract has 10% buy tax and 9% sell tax.
Taxes are low and contract ownership is renounced.


Last post in Twitter was more than 30 days ago


Unable to find Discord account


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


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

Price for NFTSTYLE

News for NFTSTYLE