FarmPoly Token Logo

POLY [FarmPoly] Token

About POLY

Listings

Token 2 years
CoinMarketCap 2 years
white paper

FarmPoly is a Farmville-inspired metaverse where anyone can earn tokens through gameplay and ecosystem contributions. Players can plant, collect, create and build a farm to raise their animals and crops. The universe of possibilities expands into an open world with downtown real estate, gold and even bitcoin mining.
In addition to Farmpoly being a fun game, it also takes on the characteristics of a social network and job platform due to a strong community and ""play to earn"".
The key difference between FarmPoly and a traditional game is that blockchain's economical design is used to reward players for their contributions to the ecosystem. This novelty game model has been dubbed ""play to earn"".

Social

Laser Scorebeta Last Audit: 15 February 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

FarmPoly.allowance(address,address).owner (#535) shadows:
- Ownable.owner() (#410-412) (function)
FarmPoly._approve(address,address,uint256).owner (#658) shadows:
- Ownable.owner() (#410-412) (function)
Rename the local variables that shadow another component.

Additional information: link

FarmPoly.updateFee(uint256,uint256,uint256) (#638-645) should emit an event for:
- _TAX_FEE = _txFee * 1 (#639)
- _BURN_FEE = _burnFee * 1 (#640)
- _CHARITY_FEE = _charityFee * 1 (#641)
- ORIG_TAX_FEE = _TAX_FEE (#642)
- ORIG_BURN_FEE = _BURN_FEE (#643)
- ORIG_CHARITY_FEE = _CHARITY_FEE (#644)
Emit an event for critical parameter changes.

Additional information: link

FarmPoly.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address)._FeeAddress (#484) lacks a zero-check on :
- FeeAddress = _FeeAddress (#500)
FarmPoly.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address)._FeeAddress2 (#484) lacks a zero-check on :
- FeeAddress2 = _FeeAddress2 (#501)
FarmPoly.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address)._LiquididyAddress (#484) lacks a zero-check on :
- LiquidityAddress = _LiquididyAddress (#502)
FarmPoly.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address).tokenOwner (#484) lacks a zero-check on :
- _owner = tokenOwner (#503)
Check that the address is not zero.

Additional information: link

Address.isContract(address) (#272-281) uses assembly
- INLINE ASM (#279)
Address._functionCallWithValue(address,bytes,uint256,string) (#365-386) uses assembly
- INLINE ASM (#378-381)
Do not use evm assembly.

Additional information: link

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

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#365-386) is never used and should be removed
Address.functionCall(address,bytes) (#325-327) is never used and should be removed
Address.functionCall(address,bytes,string) (#335-337) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#350-352) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#360-363) is never used and should be removed
Address.isContract(address) (#272-281) is never used and should be removed
Address.sendValue(address,uint256) (#299-305) is never used and should be removed
Context._msgData() (#15-18) is never used and should be removed
FarmPoly._burn(address,uint256) (#648-650) is never used and should be removed
FarmPoly._getTaxFee() (#860-862) is never used and should be removed
SafeMath.mod(uint256,uint256) (#229-231) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#245-248) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.2 (#7) allows old versions
solc-0.8.2 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

Low level call in Address.sendValue(address,uint256) (#299-305):
- (success) = recipient.call{value: amount}() (#303)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#365-386):
- (success,returndata) = target.call{value: weiValue}(data) (#369)
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 (#402) is not in mixedCase
Parameter FarmPoly.updateFee(uint256,uint256,uint256)._txFee (#638) is not in mixedCase
Parameter FarmPoly.updateFee(uint256,uint256,uint256)._burnFee (#638) is not in mixedCase
Parameter FarmPoly.updateFee(uint256,uint256,uint256)._charityFee (#638) is not in mixedCase
Variable FarmPoly._NAME (#457) is not in mixedCase
Variable FarmPoly._SYMBOL (#458) is not in mixedCase
Variable FarmPoly._DECIMALS (#459) is not in mixedCase
Variable FarmPoly.FeeAddress (#460) is not in mixedCase
Variable FarmPoly.FeeAddress2 (#461) is not in mixedCase
Variable FarmPoly.LiquidityAddress (#462) is not in mixedCase
Variable FarmPoly._MAX (#464) is not in mixedCase
Variable FarmPoly._DECIMALFACTOR (#465) is not in mixedCase
Variable FarmPoly._GRANULARITY (#466) is not in mixedCase
Variable FarmPoly._TAX_FEE (#475) is not in mixedCase
Variable FarmPoly._BURN_FEE (#476) is not in mixedCase
Variable FarmPoly._CHARITY_FEE (#477) is not in mixedCase
Variable FarmPoly.ORIG_TAX_FEE (#480) is not in mixedCase
Variable FarmPoly.ORIG_BURN_FEE (#481) is not in mixedCase
Variable FarmPoly.ORIG_CHARITY_FEE (#482) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#16)" inContext (#10-19)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable FarmPoly.FeeAddress2 (#461) is too similar to FarmPoly.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address)._FeeAddress (#484)
Variable FarmPoly.reflectionFromToken(uint256,bool).rTransferAmount (#595) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#706) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#757) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly._getValues(uint256).rTransferAmount (#779) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly._getValues(uint256).rTransferAmount (#779) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#706) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#722) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#706) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Variable FarmPoly._getValues(uint256).rTransferAmount (#779) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#722) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#803) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#722) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#803) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly._getValues(uint256).rTransferAmount (#779) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly._getValues(uint256).rTransferAmount (#779) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly.reflectionFromToken(uint256,bool).rTransferAmount (#595) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Variable FarmPoly._transferBothExcluded(address,address,uint256).rTransferAmount (#748) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly._transferFromExcluded(address,address,uint256).rTransferAmount (#731) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#757) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Variable FarmPoly._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly._transferBothExcluded(address,address,uint256).rTransferAmount (#748) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#706) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Variable FarmPoly._transferBothExcluded(address,address,uint256).rTransferAmount (#748) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly.reflectionFromToken(uint256,bool).rTransferAmount (#595) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#803) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly._transferFromExcluded(address,address,uint256).rTransferAmount (#731) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly.reflectionFromToken(uint256,bool).rTransferAmount (#595) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#757) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#757) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly.reflectionFromToken(uint256,bool).rTransferAmount (#595) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly._transferFromExcluded(address,address,uint256).rTransferAmount (#731) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly._getValues(uint256).rTransferAmount (#779) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Variable FarmPoly._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#803) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Variable FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#757) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#803) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#722) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Variable FarmPoly._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#740) is too similar to FarmPoly._transferFromExcluded(address,address,uint256).tTransferAmount (#731)
Variable FarmPoly._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Variable FarmPoly._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#706) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._transferBothExcluded(address,address,uint256).rTransferAmount (#748) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Variable FarmPoly._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#740) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._transferFromExcluded(address,address,uint256).rTransferAmount (#731) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._transferBothExcluded(address,address,uint256).rTransferAmount (#748) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#706) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#740) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._transferFromExcluded(address,address,uint256).rTransferAmount (#731) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#803) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#722) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._transferBothExcluded(address,address,uint256).rTransferAmount (#748) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#757) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._getValues(uint256).rTransferAmount (#779) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#722) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#757) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#803) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#740) is too similar to FarmPoly._transferBothExcluded(address,address,uint256).tTransferAmount (#748)
Variable FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#722) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly._transferToExcluded(address,address,uint256).rTransferAmount (#713) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#740) is too similar to FarmPoly._transferToExcluded(address,address,uint256).tTransferAmount (#713)
Variable FarmPoly.reflectionFromToken(uint256,bool).rTransferAmount (#595) is too similar to FarmPoly._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable FarmPoly._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#706) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#740) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly._transferFromExcluded(address,address,uint256).rTransferAmount (#731) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly._transferBothExcluded(address,address,uint256).rTransferAmount (#748) is too similar to FarmPoly._getValues(uint256).tTransferAmount (#776)
Variable FarmPoly.reflectionFromToken(uint256,bool).rTransferAmount (#595) is too similar to FarmPoly._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#757)
Variable FarmPoly._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#740) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Variable FarmPoly._transferFromExcluded(address,address,uint256).rTransferAmount (#731) is too similar to FarmPoly._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#722)
Prevent variables from having similar names.

Additional information: link

FarmPoly._GRANULARITY (#466) should be constant
FarmPoly._MAX (#464) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#410-412)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#429-432)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#438-442)
name() should be declared external:
- FarmPoly.name() (#509-511)
symbol() should be declared external:
- FarmPoly.symbol() (#513-515)
decimals() should be declared external:
- FarmPoly.decimals() (#517-519)
totalSupply() should be declared external:
- FarmPoly.totalSupply() (#521-523)
balanceOf(address) should be declared external:
- FarmPoly.balanceOf(address) (#525-528)
transfer(address,uint256) should be declared external:
- FarmPoly.transfer(address,uint256) (#530-533)
allowance(address,address) should be declared external:
- FarmPoly.allowance(address,address) (#535-537)
approve(address,uint256) should be declared external:
- FarmPoly.approve(address,uint256) (#539-542)
transferFrom(address,address,uint256) should be declared external:
- FarmPoly.transferFrom(address,address,uint256) (#544-548)
increaseAllowance(address,uint256) should be declared external:
- FarmPoly.increaseAllowance(address,uint256) (#550-553)
decreaseAllowance(address,uint256) should be declared external:
- FarmPoly.decreaseAllowance(address,uint256) (#555-558)
isExcluded(address) should be declared external:
- FarmPoly.isExcluded(address) (#560-562)
isCharity(address) should be declared external:
- FarmPoly.isCharity(address) (#564-566)
totalFees() should be declared external:
- FarmPoly.totalFees() (#568-570)
totalBurn() should be declared external:
- FarmPoly.totalBurn() (#572-574)
totalCharity() should be declared external:
- FarmPoly.totalCharity() (#576-578)
deliver(uint256) should be declared external:
- FarmPoly.deliver(uint256) (#580-587)
reflectionFromToken(uint256,bool) should be declared external:
- FarmPoly.reflectionFromToken(uint256,bool) (#589-598)
burn(uint256) should be declared external:
- FarmPoly.burn(uint256) (#634-636)
updateFee(uint256,uint256,uint256) should be declared external:
- FarmPoly.updateFee(uint256,uint256,uint256) (#638-645)
mint(address,uint256) should be declared external:
- FarmPoly.mint(address,uint256) (#652-654)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is low.


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


Token is deployed only at one blockchain

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


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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 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 POLY