TATA Coin Token Logo

TATA [TATA Coin] Token

About TATA

Listings

Token 2 years
CoinMarketCap 2 years
white paper

Tata Coin is a Community-Driven Cryptocurrency on Binance Smart Chain. Tata Coin aims to make decentralized finance completely secure and to provide the most secure digital currency to multinational companies and organizations, including investors, around the world, allowing them to easily and securely transact digital transactions using blockchain technology. TATA Coin is a community project.

In the future, we will build a decentralized swap [DAPP] and exchange [DEX], where TATA Coin will be used as one of the key base assets as well as fee to be spent.

Laser Scorebeta Last Audit: 13 April 2023

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

TATA_Coin.Repay(address,uint256,address) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#586-593) ignores return value by IBEP20(token).transfer(_wallet,amount) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#591)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

SafeMath.mul(uint256,uint256) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#207-219) is never used and should be removed
SafeMath.sub(uint256,uint256) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#178-180) is never used and should be removed
TATA_Coin._burn(address,uint256) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#553-559) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#282-285) is never used and should be removed
SafeMath.div(uint256,uint256,string) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#247-254) is never used and should be removed
Context._msgData() (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#133-136) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#267-269) is never used and should be removed
SafeMath.div(uint256,uint256) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#232-234) is never used and should be removed
TATA_Coin._burnFrom(address,uint256) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#601-604) is never used and should be removed
Remove unused functions.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#336-339)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#345-347)
decreaseAllowance(address,uint256) should be declared external:
- TATA_Coin.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#513-516)
increaseAllowance(address,uint256) should be declared external:
- TATA_Coin.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#494-497)
Use the external attribute for functions never called from the contract.

Additional information: link

TATA_Coin._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#574) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#317-319) (function)
TATA_Coin.allowance(address,address).owner (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#447) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#317-319) (function)
Rename the local variables that shadow another component.

Additional information: link

TATA_Coin.Repay(address,uint256,address)._wallet (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#586) lacks a zero-check on :
- _wallet.transfer(amount) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#589)
TATA_Coin.constructor(address)._returner (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#373) lacks a zero-check on :
- returner = _returner (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#380)
Check that the address is not zero.

Additional information: link

Parameter TATA_Coin.Repay(address,uint256,address)._wallet (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#586) is not in mixedCase
Contract TATA_Coin (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#359-606) is not in CapWords
Function TATA_Coin.Repay(address,uint256,address) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#586-593) is not in mixedCase
Variable TATA_Coin.Website (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#365) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#134)" inContext (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#124-137)
Remove redundant statements if they congest code but offer no value.

Additional information: link

TATA_Coin.constructor(address) (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#373-383) uses literals with too many digits:
- _totalSupply = 9000000 * 10 ** 18 (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#377)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

TATA_Coin.Website (crytic-export/etherscan-contracts/0x6f112c6aaf661684e99f1b4a45f861587c0595f1.bscscan.com-TATA_Coin.sol#365) should be constant
Add the constant attributes to state variables that never change.

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.


Token is deployed only at one blockchain


Token has only one trading pair


Average 30d PancakeSwap volume is low.


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


Twitter account link seems to be invalid


Token was delisted from CoinGecko

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Token has no active CoinGecko listing / rank


Token has relatively low CoinMarketCap rank

Price for TATA