Alphadex is an innovative decentralized AMM, Incubator, Yield Farming & NFT Launch solution powered by MoonRiver & Ethereum.
Contract ownership is not renounced (belongs to a wallet)
AlphaDEX._writeCheckpoint(address,uint32,uint96,uint96) (#728-739) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#731)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
AlphaDEX.permit(address,address,uint256,uint256,uint8,bytes32,bytes32).owner (#588) shadows:
- Ownable.owner() (#111-113) (function)
Rename the local variables that shadow another component.
Additional information: link
AlphaDEX.constructor(address,address,uint256).minter_ (#507) lacks a zero-check on :
- minter = minter_ (#512)
AlphaDEX.setMinter(address).minter_ (#517) lacks a zero-check on :
- minter = minter_ (#520)
Check that the address is not zero.
Additional information: link
AlphaDEX.constructor(address,address,uint256) (#507-515) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(mintingAllowedAfter_ >= block.timestamp,ROAR::constructor: minting can only begin after deployment) (#508)
AlphaDEX.mint(address,uint256) (#531-550) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= mintingAllowedAfter,ROAR::mint: minting not allowed yet) (#533)
AlphaDEX.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (#588-607) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= deadline,ROAR::permit: signature expired) (#602)
AlphaDEX.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#639-648) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,ROAR::delegateBySig: signature expired) (#646)
Avoid relying on block.timestamp.
Additional information: link
AlphaDEX.getChainId() (#762-766) uses assembly
- INLINE ASM (#764)
Do not use evm assembly.
Additional information: link
Context._msgData() (#88-91) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#322-329) is never used and should be removed
SafeMath.mod(uint256,uint256) (#280-283) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#346-353) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#298-305) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#152-156) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#188-191) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#198-201) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#173-181) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#163-166) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.6.0 (#1) 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
Constant AlphaDEX.minimumTimeBetweenMints (#454) is not in UPPER_CASE_WITH_UNDERSCORES
Constant AlphaDEX.mintCap (#457) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#89)" inContext (#83-92)
Remove redundant statements if they congest code but offer no value.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#130-133)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#139-143)
pause() should be declared external:
- AlphaDEX.pause() (#523-525)
unpause() should be declared external:
- AlphaDEX.unpause() (#527-529)
delegate(address) should be declared external:
- AlphaDEX.delegate(address) (#635-637)
delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) should be declared external:
- AlphaDEX.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#639-648)
getPriorVotes(address,uint256) should be declared external:
- AlphaDEX.getPriorVotes(address,uint256) (#650-682)
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 on CoinGecko
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
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
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Unable to find Youtube account