What is Decubate (DCB)
Decubate is a community-powered investment platform that is bringing the $3 trillion global startup economy on-chain, unlocking liquidity for investors, and accelerating the mass adoption of blockchain technology.
The Decubate platform pairs web2 startups with the financial and promotional capital of community members to fuel their web3 launch.
Community members (DCB holders) receive an investment allocation and staking rewards for backing startups on the Decubate platform.
Who Are The Founders of Decubate
Decubate was founded by Elliot Hagemeijer. Hagemeijer is a serial entrepreneur and was an early entrant in the blockchain space. He worked at leading blockchain brokers and exchanges. A champion for early-stage startups, Hagemeijer advises teams on product development and tokenomics.
What Makes Decubate Unique
Differentiated Deal Flow: Decubate is the first blockchain project investment platform to focus on web2 startups. They source and onboard startups through their global network of incubator and accelerator partners.
Community-Powered: Startup investments and allocations are decentralized, determined by DCB-holding community members.
Token Utility: Beyond staking rewards and transaction fees, the DCB token provides additional benefits to holders who actively engage on the Decubate platform. These benefits include increased voting power, reputation score, and investment rewards.
Cross-Chain: The Decubate platform provides cross-chain support which enables startups and investors to raise funds and invest capital across multiple blockchains at once.
Top Tier Team: Decubate has assembled a high-quality team with decades of combined experience in blockchain products, startup incubators, software development, and marketing.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
DCBWhitelisted._applyLGEWhitelist(address,address,uint256) (contracts/interfaces/DCBWhitelisted.sol#172-218) uses a dangerous strict equality:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (contracts/interfaces/DCBWhitelisted.sol#181-184)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Redundant expression "this (@openzeppelin/contracts/utils/Context.sol#21)" inContext (@openzeppelin/contracts/utils/Context.sol#15-24)
Remove redundant statements if they congest code but offer no value.
Additional information: link
DCBToken.slitherConstructorConstantVariables() (contracts/DCBToken.sol#13-69) uses literals with too many digits:
- DEAD_ADDRESS = 0x000000000000000000000000000000000000dEaD (contracts/DCBToken.sol#16-17)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#189-192)
Use the external attribute for functions never called from the contract.
Additional information: link
DCBToken.constructor(string,string,uint256).symbol (contracts/DCBToken.sol#26) shadows:
- ERC20.symbol() (@openzeppelin/contracts/token/ERC20/ERC20.sol#72-74) (function)
Rename the local variables that shadow another component.
Additional information: link
DCBWhitelisted.createLGEWhitelist(address,uint256[],uint256[]).pairAddress (contracts/interfaces/DCBWhitelisted.sol#69) lacks a zero-check on :
- _lgePairAddress = pairAddress (contracts/interfaces/DCBWhitelisted.sol#75)
Check that the address is not zero.
Additional information: link
DCBWhitelisted._applyLGEWhitelist(address,address,uint256) (contracts/interfaces/DCBWhitelisted.sol#172-218) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (contracts/interfaces/DCBWhitelisted.sol#181-184)
- wlRoundNumber > 0 (contracts/interfaces/DCBWhitelisted.sol#192)
Avoid relying on block.timestamp.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.6', '>=0.6.0<0.8.0']
- >=0.6.0<0.8.0 (@openzeppelin/contracts/access/Ownable.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/math/SafeMath.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/token/ERC20/ERC20.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/utils/Context.sol#3)
- 0.6.6 (contracts/DCBToken.sol#6)
- ABIEncoderV2 (contracts/DCBToken.sol#7)
- 0.6.6 (contracts/interfaces/DCBWhitelisted.sol#5)
Use one Solidity version.
Additional information: link
SafeMath.trySub(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#35-38) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.6.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
Variable DCBWhitelisted._whitelister (contracts/interfaces/DCBWhitelisted.sol#22) is not in mixedCase
Follow the Solidity naming convention.
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 find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
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
Young tokens have high risks of price dump / death
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account