StreamLink Token is an electronic commerce platform serves the community and facilitates its transactions in purchasing through the application. Through standardized procedures, we enable both, clients and consumers, to easily connect to their own system.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ERC20Votes._writeCheckpoint(ERC20Votes.Checkpoint[],function(uint256,uint256) returns(uint256),uint256) (#1620-1634) uses a dangerous strict equality:
- pos > 0 && ckpts[pos - 1].fromBlock == block.number (#1629)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
ERC20Votes._moveVotingPower(address,address,uint256).newWeight_scope_1 (#1614) is a local variable never initialized
ERC20Votes._moveVotingPower(address,address,uint256).oldWeight_scope_0 (#1614) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
ERC20Permit.constructor(string).name (#1359) shadows:
- ERC20.name() (#808-810) (function)
- IERC20Metadata.name() (#756) (function)
Rename the local variables that shadow another component.
Additional information: link
Variable 'ECDSA.tryRecover(bytes32,bytes).r (#276)' in ECDSA.tryRecover(bytes32,bytes) (#271-300) potentially used before declaration: r = mload(uint256)(signature + 0x20) (#293)
Variable 'ERC20Votes._moveVotingPower(address,address,uint256).newWeight (#1609)' in ERC20Votes._moveVotingPower(address,address,uint256) (#1602-1618) potentially used before declaration: (oldWeight,newWeight) = _writeCheckpoint(_checkpoints[dst],_add,amount) (#1614)
Variable 'ERC20Votes._moveVotingPower(address,address,uint256).oldWeight (#1609)' in ERC20Votes._moveVotingPower(address,address,uint256) (#1602-1618) potentially used before declaration: (oldWeight,newWeight) = _writeCheckpoint(_checkpoints[dst],_add,amount) (#1614)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.
Additional information: link
ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (#1364-1383) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= deadline,ERC20Permit: expired deadline) (#1373)
ERC20Votes.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#1527-1544) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= expiry,ERC20Votes: signature expired) (#1535)
Avoid relying on block.timestamp.
Additional information: link
ECDSA.tryRecover(bytes32,bytes) (#271-300) uses assembly
- INLINE ASM (#281-285)
- INLINE ASM (#292-295)
ECDSA.tryRecover(bytes32,bytes32,bytes32) (#329-341) uses assembly
- INLINE ASM (#336-339)
Do not use evm assembly.
Additional information: link
Context._msgData() (#775-777) is never used and should be removed
Counters.decrement(Counters.Counter) (#585-591) is never used and should be removed
Counters.reset(Counters.Counter) (#593-595) is never used and should be removed
ECDSA.recover(bytes32,bytes) (#316-320) is never used and should be removed
ECDSA.recover(bytes32,bytes32,bytes32) (#348-356) is never used and should be removed
ECDSA.toEthSignedMessageHash(bytes32) (#418-422) is never used and should be removed
ECDSA.tryRecover(bytes32,bytes) (#271-300) is never used and should be removed
ECDSA.tryRecover(bytes32,bytes32,bytes32) (#329-341) is never used and should be removed
ERC20Votes._add(uint256,uint256) (#1636-1638) is never used and should be removed
ERC20Votes._subtract(uint256,uint256) (#1640-1642) is never used and should be removed
Math.ceilDiv(uint256,uint256) (#629-632) is never used and should be removed
Math.max(uint256,uint256) (#603-605) is never used and should be removed
Math.min(uint256,uint256) (#610-612) is never used and should be removed
SafeCast.toInt128(int256) (#135-138) is never used and should be removed
SafeCast.toInt16(int256) (#189-192) is never used and should be removed
SafeCast.toInt256(uint256) (#219-223) is never used and should be removed
SafeCast.toInt32(int256) (#171-174) is never used and should be removed
SafeCast.toInt64(int256) (#153-156) is never used and should be removed
SafeCast.toInt8(int256) (#207-210) is never used and should be removed
SafeCast.toUint128(uint256) (#30-33) is never used and should be removed
SafeCast.toUint16(uint256) (#90-93) is never used and should be removed
SafeCast.toUint256(int256) (#117-120) is never used and should be removed
SafeCast.toUint64(uint256) (#60-63) is never used and should be removed
SafeCast.toUint8(uint256) (#105-108) is never used and should be removed
SafeCast.toUint96(uint256) (#45-48) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.2 (#2) 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
Variable EIP712._CACHED_DOMAIN_SEPARATOR (#444) is not in mixedCase
Variable EIP712._CACHED_CHAIN_ID (#445) is not in mixedCase
Variable EIP712._HASHED_NAME (#447) is not in mixedCase
Variable EIP712._HASHED_VERSION (#448) is not in mixedCase
Variable EIP712._TYPE_HASH (#449) is not in mixedCase
Function IERC20Permit.DOMAIN_SEPARATOR() (#563) is not in mixedCase
Function ERC20Permit.DOMAIN_SEPARATOR() (#1396-1398) is not in mixedCase
Variable ERC20Permit._PERMIT_TYPEHASH (#1351-1352) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
StreamLink.constructor() (#1646-1648) uses literals with too many digits:
- _mint(msg.sender,110000000 * 10 ** decimals()) (#1647)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
Token was delisted from CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
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 Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account