Tardigrades.Finance Token Logo

TRDG [Tardigrades.Finance] Token

About TRDG

Listings

Token 3 years
CoinGecko 3 years
CoinMarketCap 2 years
[CoinGecko] alert: Tardigrades Finance has rebranded to TRDGtoken. For detailed information, kindly visit this https://twitter.com/TRDGtoken/status/1555755259351515136”>post.
white paper

$TRDG is a project that started off as an inspiration to find the toughest animal in the universe. This was because we believed that in the future when there were market fluctuations our bodies would enter a state of Cryptobiosis. This was meaningful to everyone holding $TRDG, a treasure that would always be able to resurface after any signs of unhabitual life in an extreme situation. This is also why we are known as Extremophiles!

$TRDG Community Reward Token is Listed on BSC, ETH, & FEGex Networks.

$TRDG has a 5% tax which rewards holders 2.5% of every transaction and sends 2.5% to a burn wallet that can never be accessed.

Tardigrades are the Strongest Living Creatures in the Universe!

Laser Scorebeta Last Audit: 13 March 2024

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...)

Contract name (Tardigrades.Finance) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

TRDG.slitherConstructorConstantVariables() (#424-659) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 * 10 ** 9 (#436)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

TRDG._decimals (#442) should be constant
TRDG._symbol (#441) should be constant
TRDG._name (#440) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

TRDG._getTValues(uint256) (#629-633) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(5) (#630)
Consider ordering multiplication before division.

Additional information: link

TRDG._approve(address,address,uint256).owner (#556) shadows:
- Ownable.owner() (#387-389) (function)
TRDG.allowance(address,address).owner (#475) shadows:
- Ownable.owner() (#387-389) (function)
Rename the local variables that shadow another component.

Additional information: link

Constant TRDG._tTotal (#436) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Address.sendValue(address,uint256) (#280-286) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#331-333) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#229-232) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#341-344) is never used and should be removed
Context._msgData() (#15-18) is never used and should be removed
SafeMath.mod(uint256,uint256) (#213-215) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#346-367) is never used and should be removed
Address.isContract(address) (#253-262) is never used and should be removed
Address.functionCall(address,bytes,string) (#316-318) is never used and should be removed
Address.functionCall(address,bytes) (#306-308) is never used and should be removed
Remove unused functions.

Additional information: link

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

Additional information: link

TRDG.includeAccount(address) (#543-554) has costly operations inside a loop:
- _excluded.pop() (#550)
Use a local variable to hold the loop computation result.

Additional information: link

Address.isContract(address) (#253-262) uses assembly
- INLINE ASM (#260)
Address._functionCallWithValue(address,bytes,uint256,string) (#346-367) uses assembly
- INLINE ASM (#359-362)
Do not use evm assembly.

Additional information: link

Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#346-367):
- (success,returndata) = target.call{value: weiValue}(data) (#350)
Low level call in Address.sendValue(address,uint256) (#280-286):
- (success) = recipient.call{value: amount}() (#284)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

reflect(uint256) should be declared external:
- TRDG.reflect(uint256) (#508-515)
symbol() should be declared external:
- TRDG.symbol() (#453-455)
name() should be declared external:
- TRDG.name() (#449-451)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#406-409)
reflectionFromToken(uint256,bool) should be declared external:
- TRDG.reflectionFromToken(uint256,bool) (#517-526)
totalSupply() should be declared external:
- TRDG.totalSupply() (#461-463)
decreaseAllowance(address,uint256) should be declared external:
- TRDG.decreaseAllowance(address,uint256) (#495-498)
approve(address,uint256) should be declared external:
- TRDG.approve(address,uint256) (#479-482)
transferFrom(address,address,uint256) should be declared external:
- TRDG.transferFrom(address,address,uint256) (#484-488)
owner() should be declared external:
- Ownable.owner() (#387-389)
allowance(address,address) should be declared external:
- TRDG.allowance(address,address) (#475-477)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#415-419)
increaseAllowance(address,uint256) should be declared external:
- TRDG.increaseAllowance(address,uint256) (#490-493)
transfer(address,uint256) should be declared external:
- TRDG.transfer(address,uint256) (#470-473)
decimals() should be declared external:
- TRDG.decimals() (#457-459)
balanceOf(address) should be declared external:
- TRDG.balanceOf(address) (#465-468)
isExcluded(address) should be declared external:
- TRDG.isExcluded(address) (#500-502)
totalFees() should be declared external:
- TRDG.totalFees() (#504-506)
Use the external attribute for functions never called from the contract.

Additional information: link

Variable TRDG._transferBothExcluded(address,address,uint256).rTransferAmount (#608) is too similar to TRDG._getTValues(uint256).tTransferAmount (#631)
Variable TRDG._transferBothExcluded(address,address,uint256).rTransferAmount (#608) is too similar to TRDG._transferToExcluded(address,address,uint256).tTransferAmount (#590)
Variable TRDG._getValues(uint256).rTransferAmount (#625) is too similar to TRDG._getValues(uint256).tTransferAmount (#623)
Variable TRDG._getValues(uint256).rTransferAmount (#625) is too similar to TRDG._transferFromExcluded(address,address,uint256).tTransferAmount (#599)
Variable TRDG._transferToExcluded(address,address,uint256).rTransferAmount (#590) is too similar to TRDG._getTValues(uint256).tTransferAmount (#631)
Variable TRDG._transferFromExcluded(address,address,uint256).rTransferAmount (#599) is too similar to TRDG._getTValues(uint256).tTransferAmount (#631)
Variable TRDG._transferToExcluded(address,address,uint256).rTransferAmount (#590) is too similar to TRDG._transferStandard(address,address,uint256).tTransferAmount (#582)
Variable TRDG._transferStandard(address,address,uint256).rTransferAmount (#582) is too similar to TRDG._getTValues(uint256).tTransferAmount (#631)
Variable TRDG._getValues(uint256).rTransferAmount (#625) is too similar to TRDG._transferBothExcluded(address,address,uint256).tTransferAmount (#608)
Variable TRDG._transferToExcluded(address,address,uint256).rTransferAmount (#590) is too similar to TRDG._transferToExcluded(address,address,uint256).tTransferAmount (#590)
Variable TRDG._transferFromExcluded(address,address,uint256).rTransferAmount (#599) is too similar to TRDG._getValues(uint256).tTransferAmount (#623)
Variable TRDG._transferStandard(address,address,uint256).rTransferAmount (#582) is too similar to TRDG._transferFromExcluded(address,address,uint256).tTransferAmount (#599)
Variable TRDG.reflectionFromToken(uint256,bool).rTransferAmount (#523) is too similar to TRDG._transferFromExcluded(address,address,uint256).tTransferAmount (#599)
Variable TRDG._transferFromExcluded(address,address,uint256).rTransferAmount (#599) is too similar to TRDG._transferToExcluded(address,address,uint256).tTransferAmount (#590)
Variable TRDG._transferStandard(address,address,uint256).rTransferAmount (#582) is too similar to TRDG._transferToExcluded(address,address,uint256).tTransferAmount (#590)
Variable TRDG._transferStandard(address,address,uint256).rTransferAmount (#582) is too similar to TRDG._transferStandard(address,address,uint256).tTransferAmount (#582)
Variable TRDG.reflectionFromToken(uint256,bool).rTransferAmount (#523) is too similar to TRDG._getValues(uint256).tTransferAmount (#623)
Variable TRDG.reflectionFromToken(uint256,bool).rTransferAmount (#523) is too similar to TRDG._transferBothExcluded(address,address,uint256).tTransferAmount (#608)
Variable TRDG._transferToExcluded(address,address,uint256).rTransferAmount (#590) is too similar to TRDG._getValues(uint256).tTransferAmount (#623)
Variable TRDG._transferBothExcluded(address,address,uint256).rTransferAmount (#608) is too similar to TRDG._transferStandard(address,address,uint256).tTransferAmount (#582)
Variable TRDG._getRValues(uint256,uint256,uint256).rTransferAmount (#638) is too similar to TRDG._transferStandard(address,address,uint256).tTransferAmount (#582)
Variable TRDG._transferToExcluded(address,address,uint256).rTransferAmount (#590) is too similar to TRDG._transferFromExcluded(address,address,uint256).tTransferAmount (#599)
Variable TRDG._transferFromExcluded(address,address,uint256).rTransferAmount (#599) is too similar to TRDG._transferFromExcluded(address,address,uint256).tTransferAmount (#599)
Variable TRDG._getRValues(uint256,uint256,uint256).rTransferAmount (#638) is too similar to TRDG._transferFromExcluded(address,address,uint256).tTransferAmount (#599)
Variable TRDG._getRValues(uint256,uint256,uint256).rTransferAmount (#638) is too similar to TRDG._transferBothExcluded(address,address,uint256).tTransferAmount (#608)
Variable TRDG._transferBothExcluded(address,address,uint256).rTransferAmount (#608) is too similar to TRDG._transferBothExcluded(address,address,uint256).tTransferAmount (#608)
Variable TRDG.reflectionFromToken(uint256,bool).rTransferAmount (#523) is too similar to TRDG._transferToExcluded(address,address,uint256).tTransferAmount (#590)
Variable TRDG._transferStandard(address,address,uint256).rTransferAmount (#582) is too similar to TRDG._transferBothExcluded(address,address,uint256).tTransferAmount (#608)
Variable TRDG._transferToExcluded(address,address,uint256).rTransferAmount (#590) is too similar to TRDG._transferBothExcluded(address,address,uint256).tTransferAmount (#608)
Variable TRDG._transferFromExcluded(address,address,uint256).rTransferAmount (#599) is too similar to TRDG._transferStandard(address,address,uint256).tTransferAmount (#582)
Variable TRDG._getValues(uint256).rTransferAmount (#625) is too similar to TRDG._getTValues(uint256).tTransferAmount (#631)
Variable TRDG.reflectionFromToken(uint256,bool).rTransferAmount (#523) is too similar to TRDG._transferStandard(address,address,uint256).tTransferAmount (#582)
Variable TRDG.reflectionFromToken(uint256,bool).rTransferAmount (#523) is too similar to TRDG._getTValues(uint256).tTransferAmount (#631)
Variable TRDG._transferBothExcluded(address,address,uint256).rTransferAmount (#608) is too similar to TRDG._getValues(uint256).tTransferAmount (#623)
Variable TRDG._transferFromExcluded(address,address,uint256).rTransferAmount (#599) is too similar to TRDG._transferBothExcluded(address,address,uint256).tTransferAmount (#608)
Variable TRDG._getRValues(uint256,uint256,uint256).rTransferAmount (#638) is too similar to TRDG._transferToExcluded(address,address,uint256).tTransferAmount (#590)
Variable TRDG._getRValues(uint256,uint256,uint256).rTransferAmount (#638) is too similar to TRDG._getValues(uint256).tTransferAmount (#623)
Variable TRDG._transferBothExcluded(address,address,uint256).rTransferAmount (#608) is too similar to TRDG._transferFromExcluded(address,address,uint256).tTransferAmount (#599)
Variable TRDG._transferStandard(address,address,uint256).rTransferAmount (#582) is too similar to TRDG._getValues(uint256).tTransferAmount (#623)
Variable TRDG._getValues(uint256).rTransferAmount (#625) is too similar to TRDG._transferStandard(address,address,uint256).tTransferAmount (#582)
Variable TRDG._getValues(uint256).rTransferAmount (#625) is too similar to TRDG._transferToExcluded(address,address,uint256).tTransferAmount (#590)
Variable TRDG._getRValues(uint256,uint256,uint256).rTransferAmount (#638) is too similar to TRDG._getTValues(uint256).tTransferAmount (#631)
Prevent variables from having similar names.

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.

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


Twitter account link seems to be invalid


Unable to crawl data from the website


Token was delisted from CoinGecko

Additional information: link


Unable to find token contract audit


Unable to find whitepaper link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find audit link on the website


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for TRDG