Crafted for years in Japan. Now brought to life by #crypto. The $CRYPT token unlocks the 1st FUN & CINEMATIC #PlayToEarn #blockchain game.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
CryptiaToken._totalSupply (contracts/main/CryptToken.sol#17) shadows:
- ERC20._totalSupply (@openzeppelin/contracts/token/ERC20/ERC20.sol#39)
Remove the state variable shadowing.
Additional information: link
CryptiaToken._transfer(address,address,uint256) (contracts/main/CryptToken.sol#67-83) uses tx.origin for authorization: fee > 0 && ! _excludeFeeWallets[tx.origin] (contracts/main/CryptToken.sol#77)
Do not use tx.origin for authorization.
Additional information: link
CryptiaToken.setFeePercentage(uint256) (contracts/main/CryptToken.sol#47-49) should emit an event for:
- _feePercentage = fee (contracts/main/CryptToken.sol#48)
Emit an event for critical parameter changes.
Additional information: link
CryptiaToken.setFeeWallet(address).wallet (contracts/main/CryptToken.sol#52) lacks a zero-check on :
- _feeWallet = wallet (contracts/main/CryptToken.sol#53)
Check that the address is not zero.
Additional information: link
Address.verifyCallResult(bool,bytes,string) (@openzeppelin/contracts/utils/Address.sol#195-215) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/Address.sol#207-210)
Do not use evm assembly.
Additional information: link
SafeMath.trySub(uint256,uint256) (@openzeppelin/contracts/utils/math/SafeMath.sol#34-39) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.6 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
Low level call in Address.functionDelegateCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#178-187):
- (success,returndata) = target.delegatecall(data) (@openzeppelin/contracts/utils/Address.sol#185)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable CryptiaToken._excludeFeeWallets (contracts/main/CryptToken.sol#30) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
CryptiaToken.slitherConstructorVariables() (contracts/main/CryptToken.sol#12-84) uses literals with too many digits:
- _feePercentage = 500000 (contracts/main/CryptToken.sol#23)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
CryptiaToken._zoomPercentage (contracts/main/CryptToken.sol#24) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol#34-41)
Use the external attribute for functions never called from the contract.
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
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
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 scam / price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account