Torekko Token Logo

TRK [Torekko] Token

About TRK

Listings

Token 2 years
CoinMarketCap 2 years
white paper

Torekko is a French startup that develops a Metaverse that aims is to decentralize Japanimation. Torekko is a Play to Earn game, where users can play with characters from the Torekko universe as well as from official licences. In the long run, Torekko will produce animes and mangas.
The Metaverse itself (the video game) is free, but to play users have to hold a NFT (their character/avatar in the game). We want our video game to be accessible to a large public, that is why NFTs price will be set between $20-$150, which is the price of a random video game on the market.
The different game modes will be MMORPG (Massively Multiplayer Online Role Playing Games), Battle royale, Meeting of friends, Exploration...
Torekko has its own token, the TRK, which is already listed on many platforms and we want to continue our momentum by proposing it to your users by listing the token on CoinGecko.
We are convinced that CoinGecko represents a key step in our development and we would be delighted to see this partnership come to fruition.

Social

Laser Scorebeta Last Audit: 2 March 2022

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

TRKBEP20.allowance(address,address).owner (#755) shadows:
- Ownable.owner() (#509-511) (function)
TRKBEP20._approve(address,address,uint256).owner (#958) shadows:
- Ownable.owner() (#509-511) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#28-38) uses assembly
- INLINE ASM (#34-36)
Address.verifyCallResult(bool,bytes,string) (#197-217) uses assembly
- INLINE ASM (#209-212)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['0.8.7', '^0.8.0']
- ^0.8.0 (#5)
- ^0.8.0 (#224)
- ^0.8.0 (#453)
- ^0.8.0 (#479)
- 0.8.7 (#552)
Use one Solidity version.

Additional information: link

Address.functionCall(address,bytes) (#81-83) is never used and should be removed
Address.functionCall(address,bytes,string) (#91-97) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#110-116) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#124-135) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#170-172) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#180-189) is never used and should be removed
Address.functionStaticCall(address,bytes) (#143-145) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#153-162) is never used and should be removed
Address.isContract(address) (#28-38) is never used and should be removed
Address.sendValue(address,uint256) (#56-61) is never used and should be removed
Address.verifyCallResult(bool,bytes,string) (#197-217) is never used and should be removed
Context._msgData() (#470-472) is never used and should be removed
SafeMath.div(uint256,uint256) (#355-357) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#411-420) is never used and should be removed
SafeMath.mod(uint256,uint256) (#371-373) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#437-446) is never used and should be removed
SafeMath.mul(uint256,uint256) (#341-343) is never used and should be removed
SafeMath.sub(uint256,uint256) (#327-329) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#242-248) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#284-289) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#296-301) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#267-277) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#255-260) is never used and should be removed
TRKBEP20._burn(address,uint256) (#933-942) is never used and should be removed
TRKBEP20._burnFrom(address,uint256) (#975-985) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#5) allows old versions
Pragma version^0.8.0 (#224) allows old versions
Pragma version^0.8.0 (#453) allows old versions
Pragma version^0.8.0 (#479) 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

Low level call in Address.sendValue(address,uint256) (#56-61):
- (success) = recipient.call{value: amount}() (#59)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#124-135):
- (success,returndata) = target.call{value: value}(data) (#133)
Low level call in Address.functionStaticCall(address,bytes,string) (#153-162):
- (success,returndata) = target.staticcall(data) (#160)
Low level call in Address.functionDelegateCall(address,bytes,string) (#180-189):
- (success,returndata) = target.delegatecall(data) (#187)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable TRKBEP20._totalSupply (#670) is too similar to TRKBEP20.constructor(string,string).totalSupply_ (#689)
Prevent variables from having similar names.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#528-530)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#536-539)
name() should be declared external:
- TRKBEP20.name() (#703-705)
decimals() should be declared external:
- TRKBEP20.decimals() (#710-712)
symbol() should be declared external:
- TRKBEP20.symbol() (#717-719)
totalSupply() should be declared external:
- TRKBEP20.totalSupply() (#724-726)
balanceOf(address) should be declared external:
- TRKBEP20.balanceOf(address) (#731-733)
transfer(address,uint256) should be declared external:
- TRKBEP20.transfer(address,uint256) (#743-750)
allowance(address,address) should be declared external:
- TRKBEP20.allowance(address,address) (#755-762)
approve(address,uint256) should be declared external:
- TRKBEP20.approve(address,uint256) (#771-778)
transferFrom(address,address,uint256) should be declared external:
- TRKBEP20.transferFrom(address,address,uint256) (#792-807)
increaseAllowance(address,uint256) should be declared external:
- TRKBEP20.increaseAllowance(address,uint256) (#821-831)
decreaseAllowance(address,uint256) should be declared external:
- TRKBEP20.decreaseAllowance(address,uint256) (#847-860)
mint(uint256) should be declared external:
- TRKBEP20.mint(uint256) (#870-873)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


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

Additional information: link


Unable to verify token contract address on the website


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


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


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for TRK

News for TRK