Turkiye Inu Token Logo

TURK [Turkiye Inu] Token

About TURK

Listings

Not Found
Token 2 years

A Decentralized Meme Token that Evolved into a Vibrant Ecosystem

Social

Laser Scorebeta Last Audit: 18 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...)

TurkiyeInu.constructor(address) (contracts/TurkiyeInu.sol#57-80) ignores return value by _pairs.add(uniswapV2Pair) (contracts/TurkiyeInu.sol#72)
Ensure that all the return values of the function calls are used.

Additional information: link

TurkiyeInu.setTaxFeePercent(uint256) (contracts/TurkiyeInu.sol#202-204) should emit an event for:
- _taxFee = taxFee_ (contracts/TurkiyeInu.sol#203)
TurkiyeInu.setMarketingFeePercent(uint256) (contracts/TurkiyeInu.sol#206-208) should emit an event for:
- _marketingFee = marketingFee_ (contracts/TurkiyeInu.sol#207)
TurkiyeInu.setBurnFeePercent(uint256) (contracts/TurkiyeInu.sol#210-212) should emit an event for:
- _burnFee = burnFee_ (contracts/TurkiyeInu.sol#211)
Emit an event for critical parameter changes.

Additional information: link

TurkiyeInu.constructor(address).marketingWallet_ (contracts/TurkiyeInu.sol#57) lacks a zero-check on :
- marketingWallet = marketingWallet_ (contracts/TurkiyeInu.sol#60)
Check that the address is not zero.

Additional information: link

Reentrancy in TurkiyeInu.constructor(address) (contracts/TurkiyeInu.sol#57-80):
External calls:
- uniswapV2Pair = factory.createPair(address(this),_uniswapV2Router.WETH()) (contracts/TurkiyeInu.sol#70)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (contracts/TurkiyeInu.sol#75)
- _isExcludedFromFee[address(this)] = true (contracts/TurkiyeInu.sol#76)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in TurkiyeInu.constructor(address) (contracts/TurkiyeInu.sol#57-80):
External calls:
- uniswapV2Pair = factory.createPair(address(this),_uniswapV2Router.WETH()) (contracts/TurkiyeInu.sol#70)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal / 2) (contracts/TurkiyeInu.sol#78)
- Transfer(address(0),address(this),_tTotal / 2) (contracts/TurkiyeInu.sol#79)
Apply the check-effects-interactions pattern.

Additional information: link

TurkiyeInu.unlockTokens(address) (contracts/TurkiyeInu.sol#136-143) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > creationTime + 31_556_952,Tokens can be unlocked after 1 year from contract creation) (contracts/TurkiyeInu.sol#137)
Avoid relying on block.timestamp.

Additional information: link

EnumerableSet.values(EnumerableSet.AddressSet) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#274-283) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#278-280)
EnumerableSet.values(EnumerableSet.UintSet) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#347-356) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#351-353)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.11']
- ^0.8.0 (@openzeppelin/contracts/access/Ownable.sol#4)
- ^0.8.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/Context.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#4)
- ^0.8.11 (contracts/IUniswapV2Factory.sol#2)
- ^0.8.11 (contracts/IUniswapV2Pair.sol#2)
- ^0.8.11 (contracts/IUniswapV2Router02.sol#2)
- ^0.8.11 (contracts/TurkiyeInu.sol#2)
Use one Solidity version.

Additional information: link

Context._msgData() (@openzeppelin/contracts/utils/Context.sol#21-23) is never used and should be removed
EnumerableSet._at(EnumerableSet.Set,uint256) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#130-132) is never used and should be removed
EnumerableSet._length(EnumerableSet.Set) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#116-118) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes32Set,bytes32) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#158-160) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#297-299) is never used and should be removed
EnumerableSet.at(EnumerableSet.AddressSet,uint256) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#262-264) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes32Set,uint256) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#196-198) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#335-337) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes32Set,bytes32) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#175-177) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#314-316) is never used and should be removed
EnumerableSet.length(EnumerableSet.AddressSet) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#248-250) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes32Set) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#182-184) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#321-323) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes32Set,bytes32) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#168-170) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#307-309) is never used and should be removed
EnumerableSet.values(EnumerableSet.Bytes32Set) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#208-210) is never used and should be removed
EnumerableSet.values(EnumerableSet.UintSet) (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#347-356) is never used and should be removed
Remove unused functions.

Additional information: link

TurkiyeInu._rTotal (contracts/TurkiyeInu.sol#25) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
TurkiyeInu._previousTaxFee (contracts/TurkiyeInu.sol#33) is set pre-construction with a non-constant function or state variable:
- _taxFee
TurkiyeInu._previousMarketingFee (contracts/TurkiyeInu.sol#36) is set pre-construction with a non-constant function or state variable:
- _marketingFee
TurkiyeInu._previousBurnFee (contracts/TurkiyeInu.sol#39) is set pre-construction with a non-constant function or state variable:
- _burnFee
TurkiyeInu.unlockTokensCount (contracts/TurkiyeInu.sol#46) is set pre-construction with a non-constant function or state variable:
- _rTotal / 2
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Pragma version^0.8.0 (@openzeppelin/contracts/access/Ownable.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/Context.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/structs/EnumerableSet.sol#4) allows old versions
Pragma version^0.8.11 (contracts/IUniswapV2Factory.sol#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
Pragma version^0.8.11 (contracts/IUniswapV2Pair.sol#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
Pragma version^0.8.11 (contracts/IUniswapV2Router02.sol#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
Pragma version^0.8.11 (contracts/TurkiyeInu.sol#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.11 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

Function IUniswapV2Router02.WETH() (contracts/IUniswapV2Router02.sol#8) is not in mixedCase
Variable TurkiyeInu._taxFee (contracts/TurkiyeInu.sol#32) is not in mixedCase
Variable TurkiyeInu._marketingFee (contracts/TurkiyeInu.sol#35) is not in mixedCase
Variable TurkiyeInu._burnFee (contracts/TurkiyeInu.sol#38) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable TurkiyeInu._marketingFee (contracts/TurkiyeInu.sol#35) is too similar to TurkiyeInu.setMarketingFeePercent(uint256).marketingFee_ (contracts/TurkiyeInu.sol#206)
Prevent variables from having similar names.

Additional information: link

TurkiyeInu.slitherConstructorConstantVariables() (contracts/TurkiyeInu.sol#12-323) uses literals with too many digits:
- DEAD_ADDRESS = 0x000000000000000000000000000000000000dEaD (contracts/TurkiyeInu.sol#15)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

TurkiyeInu._decimals (contracts/TurkiyeInu.sol#30) should be constant
TurkiyeInu._name (contracts/TurkiyeInu.sol#28) should be constant
TurkiyeInu._symbol (contracts/TurkiyeInu.sol#29) should be constant
TurkiyeInu._tTotal (contracts/TurkiyeInu.sol#24) should be constant
TurkiyeInu.tokensUnlocked (contracts/TurkiyeInu.sol#47) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (@openzeppelin/contracts/access/Ownable.sol#54-56)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (@openzeppelin/contracts/access/Ownable.sol#62-65)
name() should be declared external:
- TurkiyeInu.name() (contracts/TurkiyeInu.sol#82-84)
symbol() should be declared external:
- TurkiyeInu.symbol() (contracts/TurkiyeInu.sol#86-88)
decimals() should be declared external:
- TurkiyeInu.decimals() (contracts/TurkiyeInu.sol#90-92)
totalSupply() should be declared external:
- TurkiyeInu.totalSupply() (contracts/TurkiyeInu.sol#94-96)
balanceOf(address) should be declared external:
- TurkiyeInu.balanceOf(address) (contracts/TurkiyeInu.sol#98-100)
transfer(address,uint256) should be declared external:
- TurkiyeInu.transfer(address,uint256) (contracts/TurkiyeInu.sol#102-105)
allowance(address,address) should be declared external:
- TurkiyeInu.allowance(address,address) (contracts/TurkiyeInu.sol#107-109)
approve(address,uint256) should be declared external:
- TurkiyeInu.approve(address,uint256) (contracts/TurkiyeInu.sol#111-114)
transferFrom(address,address,uint256) should be declared external:
- TurkiyeInu.transferFrom(address,address,uint256) (contracts/TurkiyeInu.sol#116-124)
increaseAllowance(address,uint256) should be declared external:
- TurkiyeInu.increaseAllowance(address,uint256) (contracts/TurkiyeInu.sol#126-129)
decreaseAllowance(address,uint256) should be declared external:
- TurkiyeInu.decreaseAllowance(address,uint256) (contracts/TurkiyeInu.sol#131-134)
totalFees() should be declared external:
- TurkiyeInu.totalFees() (contracts/TurkiyeInu.sol#145-147)
deliver(uint256) should be declared external:
- TurkiyeInu.deliver(uint256) (contracts/TurkiyeInu.sol#149-155)
reflectionFromToken(uint256,bool) should be declared external:
- TurkiyeInu.reflectionFromToken(uint256,bool) (contracts/TurkiyeInu.sol#157-165)
excludeFromFee(address) should be declared external:
- TurkiyeInu.excludeFromFee(address) (contracts/TurkiyeInu.sol#173-175)
includeInFee(address) should be declared external:
- TurkiyeInu.includeInFee(address) (contracts/TurkiyeInu.sol#177-179)
getAllPairs() should be declared external:
- TurkiyeInu.getAllPairs() (contracts/TurkiyeInu.sol#185-187)
isExcludedFromFee(address) should be declared external:
- TurkiyeInu.isExcludedFromFee(address) (contracts/TurkiyeInu.sol#255-257)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is low.


Twitter account has relatively few followers


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


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 CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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 scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for TURK

News for TURK