Dark Light has invented the Fatigue Value and Card Fusion system to overcome the inflation issue within other P2E games. The major features include Recruit Hero, Magic House and Gold Mining will be available right after the launch. Also, we have the Bonus Pool for buy-backs only! Welcome to join the official Telegram for public test.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
ERC1967Upgrade._upgradeToAndCall(address,bytes,bool) (contracts/TransparentUpgradeableProxy.sol#425-431) ignores return value by Address.functionDelegateCall(newImplementation,data) (contracts/TransparentUpgradeableProxy.sol#429)
ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (contracts/TransparentUpgradeableProxy.sol#438-466) ignores return value by Address.functionDelegateCall(newImplementation,data) (contracts/TransparentUpgradeableProxy.sol#444)
ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (contracts/TransparentUpgradeableProxy.sol#438-466) ignores return value by Address.functionDelegateCall(newImplementation,abi.encodeWithSignature(upgradeTo(address),oldImplementation)) (contracts/TransparentUpgradeableProxy.sol#452-458)
ERC1967Upgrade._upgradeBeaconToAndCall(address,bytes,bool) (contracts/TransparentUpgradeableProxy.sol#474-480) ignores return value by Address.functionDelegateCall(IBeacon(newBeacon).implementation(),data) (contracts/TransparentUpgradeableProxy.sol#478)
Ensure that all the return values of the function calls are used.
Additional information: link
Modifier TransparentUpgradeableProxy.ifAdmin() (contracts/TransparentUpgradeableProxy.sol#620-626) does not always execute _; or revert
All the paths in a modifier must execute _ or revert.
Additional information: link
Reentrancy in ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (contracts/TransparentUpgradeableProxy.sol#438-466):
External calls:
- Address.functionDelegateCall(newImplementation,data) (contracts/TransparentUpgradeableProxy.sol#444)
- Address.functionDelegateCall(newImplementation,abi.encodeWithSignature(upgradeTo(address),oldImplementation)) (contracts/TransparentUpgradeableProxy.sol#452-458)
Event emitted after the call(s):
- Upgraded(newImplementation) (contracts/TransparentUpgradeableProxy.sol#464)
Reentrancy in TransparentUpgradeableProxy.constructor(address,address,bytes) (contracts/TransparentUpgradeableProxy.sol#612-615):
External calls:
- ERC1967Proxy(_logic,_data) (contracts/TransparentUpgradeableProxy.sol#612)
- Address.functionDelegateCall(newImplementation,data) (contracts/TransparentUpgradeableProxy.sol#429)
- (success,returndata) = target.delegatecall(data) (contracts/TransparentUpgradeableProxy.sol#261)
Event emitted after the call(s):
- AdminChanged(_getAdmin(),newAdmin) (contracts/TransparentUpgradeableProxy.sol#515)
- _changeAdmin(admin_) (contracts/TransparentUpgradeableProxy.sol#614)
Apply the check-effects-interactions pattern.
Additional information: link
Proxy._delegate(address) (contracts/TransparentUpgradeableProxy.sol#21-41) uses assembly
- INLINE ASM (contracts/TransparentUpgradeableProxy.sol#23-40)
Address.isContract(address) (contracts/TransparentUpgradeableProxy.sol#120-129) uses assembly
- INLINE ASM (contracts/TransparentUpgradeableProxy.sol#127)
Address._verifyCallResult(bool,bytes,string) (contracts/TransparentUpgradeableProxy.sol#265-282) uses assembly
- INLINE ASM (contracts/TransparentUpgradeableProxy.sol#274-277)
StorageSlot.getAddressSlot(bytes32) (contracts/TransparentUpgradeableProxy.sol#334-338) uses assembly
- INLINE ASM (contracts/TransparentUpgradeableProxy.sol#335-337)
StorageSlot.getBooleanSlot(bytes32) (contracts/TransparentUpgradeableProxy.sol#343-347) uses assembly
- INLINE ASM (contracts/TransparentUpgradeableProxy.sol#344-346)
StorageSlot.getBytes32Slot(bytes32) (contracts/TransparentUpgradeableProxy.sol#352-356) uses assembly
- INLINE ASM (contracts/TransparentUpgradeableProxy.sol#353-355)
StorageSlot.getUint256Slot(bytes32) (contracts/TransparentUpgradeableProxy.sol#361-365) uses assembly
- INLINE ASM (contracts/TransparentUpgradeableProxy.sol#362-364)
Do not use evm assembly.
Additional information: link
Address.functionCall(address,bytes) (contracts/TransparentUpgradeableProxy.sol#173-175) is never used and should be removed
Address.functionCall(address,bytes,string) (contracts/TransparentUpgradeableProxy.sol#183-185) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (contracts/TransparentUpgradeableProxy.sol#198-200) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (contracts/TransparentUpgradeableProxy.sol#208-215) is never used and should be removed
Address.functionStaticCall(address,bytes) (contracts/TransparentUpgradeableProxy.sol#223-225) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (contracts/TransparentUpgradeableProxy.sol#233-239) is never used and should be removed
Address.sendValue(address,uint256) (contracts/TransparentUpgradeableProxy.sol#147-153) is never used and should be removed
ERC1967Upgrade._getBeacon() (contracts/TransparentUpgradeableProxy.sol#533-535) is never used and should be removed
ERC1967Upgrade._setBeacon(address) (contracts/TransparentUpgradeableProxy.sol#540-550) is never used and should be removed
ERC1967Upgrade._upgradeBeaconToAndCall(address,bytes,bool) (contracts/TransparentUpgradeableProxy.sol#474-480) is never used and should be removed
ERC1967Upgrade._upgradeTo(address) (contracts/TransparentUpgradeableProxy.sol#415-418) is never used and should be removed
ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (contracts/TransparentUpgradeableProxy.sol#438-466) is never used and should be removed
Proxy._implementation() (contracts/TransparentUpgradeableProxy.sol#47) is never used and should be removed
StorageSlot.getBooleanSlot(bytes32) (contracts/TransparentUpgradeableProxy.sol#343-347) is never used and should be removed
StorageSlot.getBytes32Slot(bytes32) (contracts/TransparentUpgradeableProxy.sol#352-356) is never used and should be removed
StorageSlot.getUint256Slot(bytes32) (contracts/TransparentUpgradeableProxy.sol#361-365) is never used and should be removed
TransparentUpgradeableProxy._admin() (contracts/TransparentUpgradeableProxy.sol#688-690) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (contracts/TransparentUpgradeableProxy.sol#147-153):
- (success) = recipient.call{value: amount}() (contracts/TransparentUpgradeableProxy.sol#151)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (contracts/TransparentUpgradeableProxy.sol#208-215):
- (success,returndata) = target.call{value: value}(data) (contracts/TransparentUpgradeableProxy.sol#213)
Low level call in Address.functionStaticCall(address,bytes,string) (contracts/TransparentUpgradeableProxy.sol#233-239):
- (success,returndata) = target.staticcall(data) (contracts/TransparentUpgradeableProxy.sol#237)
Low level call in Address.functionDelegateCall(address,bytes,string) (contracts/TransparentUpgradeableProxy.sol#257-263):
- (success,returndata) = target.delegatecall(data) (contracts/TransparentUpgradeableProxy.sol#261)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
TransparentUpgradeableProxy (contracts/TransparentUpgradeableProxy.sol#607-700) should inherit from IBeacon (contracts/TransparentUpgradeableProxy.sol#89-96)
Inherit from the missing interface or 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 on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find audit link on the website
Unable to find whitepaper link on the website
Token is not listed at Mobula.Finance
Additional information: link
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
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account