TaiChi is the first decentralized reserve currency protocol based on TAC token on Binance Smart Chain. Each TAC token has a basket of assets (such as BUSD, TAC-BNB LP tokens, etc.) supported in TaiChi's balance library, giving Tac an inherent value that will not be lower. TaiChi also introduces economic and game theory dynamics to the market through pledges and bonds.
Our goal is to build a currency system fully controlled by the protocol on the BSC network. In the long run, we believe that this system can be used to optimize stability and consistency, so that TAC can function as a global accounting unit and medium of exchange. In the short term, we intend to optimize the TaiChi system for growth and wealth creation. We intend to achieve a price balance of a representative basket of commodities without using legal tender, so that the cryptocurrency industry will be separated from the traditional financial world forever! (This is also the original vision of its own cryptocurrency)
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
VaultOwned.setVault(address) (#855-859) should emit an event for:
- _vault = vault_ (#856)
Emit an event for critical parameter changes.
Additional information: link
VaultOwned.setVault(address).vault_ (#855) lacks a zero-check on :
- _vault = vault_ (#856)
Check that the address is not zero.
Additional information: link
ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (#783-804) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= deadline,Permit: expired deadline) (#792)
Avoid relying on block.timestamp.
Additional information: link
ERC20Permit.constructor() (#766-781) uses assembly
- INLINE ASM (#768-770)
Do not use evm assembly.
Additional information: link
SafeMath.mul(uint256,uint256) (#528-538) is never used and should be removed
SafeMath.average(uint256,uint256) (#586-589) is never used and should be removed
EnumerableSet._contains(EnumerableSet.Set,bytes32) (#84-86) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes32Set) (#225-227) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes32Set,uint256) (#239-241) is never used and should be removed
EnumerableSet.insert(EnumerableSet.Bytes32Set,uint256,bytes32) (#253-255) is never used and should be removed
EnumerableSet._length(EnumerableSet.Set) (#91-93) is never used and should be removed
EnumerableSet._at(EnumerableSet.Set,uint256) (#105-108) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (#352-354) is never used and should be removed
EnumerableSet.getValues(EnumerableSet.Bytes32Set) (#243-251) is never used and should be removed
EnumerableSet.getValues(EnumerableSet.AddressSet) (#314-323) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes32Set,bytes32) (#218-220) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes4Set,bytes4) (#137-139) is never used and should be removed
EnumerableSet.insert(EnumerableSet.Bytes4Set,uint256,bytes4) (#187-189) is never used and should be removed
SafeMath.percentageOfTotal(uint256,uint256) (#582-584) is never used and should be removed
SafeMath.percentageAmount(uint256,uint8) (#574-576) is never used and should be removed
SafeMath.bondingCurve(uint256,uint256) (#595-597) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (#359-361) is never used and should be removed
EnumerableSet.remove(EnumerableSet.AddressSet,address) (#278-280) is never used and should be removed
EnumerableSet.at(EnumerableSet.UInt256Set,uint256) (#432-434) is never used and should be removed
SafeMath.sqrrt(uint256) (#561-572) is never used and should be removed
SafeMath.quadraticPricing(uint256,uint256) (#591-593) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#556-559) is never used and should be removed
EnumerableSet.length(EnumerableSet.UInt256Set) (#418-420) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UInt256Set,uint256) (#404-406) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UInt256Set,uint256) (#411-413) is never used and should be removed
EnumerableSet.at(EnumerableSet.AddressSet,uint256) (#306-308) is never used and should be removed
EnumerableSet.contains(EnumerableSet.AddressSet,address) (#285-287) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#544-550) is never used and should be removed
EnumerableSet.length(EnumerableSet.AddressSet) (#292-294) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes32Set,bytes32) (#201-203) is never used and should be removed
Counters.decrement(Counters.Counter) (#736-738) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes4Set,bytes4) (#154-156) is never used and should be removed
SafeMath.mod(uint256,uint256) (#552-554) is never used and should be removed
EnumerableSet._add(EnumerableSet.Set,bytes32) (#29-39) is never used and should be removed
EnumerableSet._getValues(EnumerableSet.Set) (#110-112) is never used and should be removed
SafeMath.div(uint256,uint256) (#540-542) is never used and should be removed
EnumerableSet.getValues(EnumerableSet.Bytes4Set) (#179-185) is never used and should be removed
EnumerableSet.insert(EnumerableSet.AddressSet,uint256,address) (#325-327) is never used and should be removed
EnumerableSet.add(EnumerableSet.UInt256Set,uint256) (#394-396) is never used and should be removed
SafeMath.substractPercentage(uint256,uint8) (#578-580) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes4Set,bytes4) (#147-149) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (#366-368) is never used and should be removed
EnumerableSet._insert(EnumerableSet.Set,uint256,bytes32) (#119-125) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (#380-382) is never used and should be removed
EnumerableSet.add(EnumerableSet.AddressSet,address) (#268-270) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes4Set,uint256) (#175-177) is never used and should be removed
EnumerableSet._remove(EnumerableSet.Set,bytes32) (#47-79) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (#342-344) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes4Set) (#161-163) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes32Set,bytes32) (#211-213) is never used and should be removed
Remove unused functions.
Additional information: link
Variable ERC20._totalSupply (#614) is not in mixedCase
Variable ERC20._symbol (#620) is not in mixedCase
Variable VaultOwned._vault (#853) is not in mixedCase
Variable ERC20._allowances (#611) is not in mixedCase
Variable ERC20._name (#617) is not in mixedCase
Variable Ownable._owner (#821) is not in mixedCase
Variable ERC20._balances (#608) is not in mixedCase
Function TaiChiERC20Token._burnFrom(address,uint256) (#891-900) is not in mixedCase
Variable ERC20Permit.DOMAIN_SEPARATOR (#764) is not in mixedCase
Variable ERC20._decimals (#623) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
ERC20.ERC20TOKEN_ERC1820_INTERFACE_ID (#605) is never used in TaiChiERC20Token (#872-902)
Remove unused state variables.
Additional information: link
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#665-669)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#839-842)
burnFrom(address,uint256) should be declared external:
- TaiChiERC20Token.burnFrom(address,uint256) (#887-889)
permit(address,address,uint256,uint256,uint8,bytes32,bytes32) should be declared external:
- ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (#783-804)
decimals() should be declared external:
- ERC20.decimals() (#639-641)
burn(uint256) should be declared external:
- TaiChiERC20Token.burn(uint256) (#883-885)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#676-679)
symbol() should be declared external:
- ERC20.symbol() (#635-637)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#647-649)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#651-654)
owner() should be declared external:
- Ownable.owner() (#830-832)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#671-674)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#844-848)
nonces(address) should be declared external:
- ERC20Permit.nonces(address) (#806-808)
vault() should be declared external:
- VaultOwned.vault() (#861-863)
totalSupply() should be declared external:
- ERC20.totalSupply() (#643-645)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#660-663)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract ownership is semi-renounced (passed to a contract)
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
Unable to crawl data from the website
Token was delisted from CoinGecko
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
Token is not listed at Mobula.Finance
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 Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token has a considerable age, but we're still unable to find its website
Token has no active CoinGecko listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Token has relatively low CoinMarketCap rank
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account