My DeFi Pet is a a virtual pet game that combines DeFi, collectibles and your own personality.
My DeFi Pet is operated on Supported Network including Binance Smart Chain and KardiaChain.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract DPETToken (#648-685) has payable functions:
- DPETToken.fallback() (#681-683)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
DPETToken.constructor() (#652-656) uses literals with too many digits:
- totalTokens = 100000000 * 10 ** uint256(decimals()) (#654)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#307-310)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#415-417)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#316-318)
Use the external attribute for functions never called from the contract.
Additional information: link
SafeMath.mul(uint256,uint256) (#146-157) is never used and should be removed
BEP20._burnFrom(address,uint256) (#591-594) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#224-227) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#187-194) is never used and should be removed
Context._msgData() (#249-252) is never used and should be removed
SafeMath.mod(uint256,uint256) (#207-209) is never used and should be removed
SafeMath.div(uint256,uint256) (#170-172) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#250)" inContext (#240-253)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20.allowance(address,address).owner (#435) shadows:
- Ownable.owner() (#281-283) (function)
BEP20Detailed.constructor(string,string,uint8).symbol (#610) shadows:
- BEP20Detailed.symbol() (#627-629) (function)
BEP20Detailed.constructor(string,string,uint8).decimals (#610) shadows:
- BEP20Detailed.decimals() (#643-645) (function)
BEP20Detailed.constructor(string,string,uint8).name (#610) shadows:
- BEP20Detailed.name() (#619-621) (function)
BEP20._approve(address,address,uint256).owner (#577) shadows:
- Ownable.owner() (#281-283) (function)
Rename the local variables that shadow another component.
Additional information: link
Parameter DPETToken.transferFrom(address,address,uint256)._receiver (#665) is not in mixedCase
Parameter DPETToken.transfer(address,uint256)._amount (#659) is not in mixedCase
Parameter DPETToken.transferFrom(address,address,uint256)._from (#665) is not in mixedCase
Parameter DPETToken.burn(uint256)._amount (#677) is not in mixedCase
Parameter DPETToken.transferFrom(address,address,uint256)._amount (#665) is not in mixedCase
Parameter DPETToken.transfer(address,uint256)._receiver (#659) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Unable to find token contract audit
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
Unable to find code repository for the project
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Twitter account link seems to be invalid
Unable to find Youtube account