Dark Energy Crystals are the in-game currency token for Splinterlands.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ERC20.updateColdWallet() (#385-392) uses a dangerous strict equality:
- require(bool,string)(msg.sender == coldWallet,Only previous cold wallet can update this) (#386)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
ERC20Capped.constructor(uint256).cap (#1031) shadows:
- ERC20Capped.cap() (#1039-1041) (function)
Rename the local variables that shadow another component.
Additional information: link
Different versions of Solidity is used:
- Version used: ['^0.5.0', '^0.5.1']
- ^0.5.0 (#3)
- ^0.5.0 (#82)
- ^0.5.0 (#138)
- ^0.5.0 (#168)
- ^0.5.0 (#327)
- ^0.5.0 (#627)
- ^0.5.0 (#666)
- ^0.5.0 (#712)
- ^0.5.0 (#738)
- ^0.5.0 (#767)
- ^0.5.0 (#813)
- ^0.5.0 (#889)
- ^0.5.0 (#925)
- ^0.5.1 (#1004)
- ^0.5.1 (#1058)
Use one Solidity version.
Additional information: link
SafeMath.mul(uint256,uint256) (#240-252) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.5.1 (#1058) allows old versions
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
Parameter ERC20.startColdWalletUpdate(address)._new (#377) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#161)" inContext (#150-164)
Remove redundant statements if they congest code but offer no value.
Additional information: link
ERC20.updateColdWallet() (#385-392) uses literals with too many digits:
- require(bool,string)(pendingUpdate.new_address != 0x0000000000000000000000000000000000000000,0x address as deposit) (#387)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
cap() should be declared external:
- ERC20Capped.cap() (#1039-1041)
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 token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has a considerable age, but social accounts / website are missing or have few users
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account