The first cross-chain lending + SmartVault protocol focusing on H series assets.
0 security accidents, multi-chain innovative DeFi lending protocol
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Can._writeCheckpoint(address,uint32,uint96,uint96) (#262-273) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#265)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Can.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#161-170) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,Can::delegateBySig: signature expired) (#168)
Avoid relying on block.timestamp.
Additional information: link
Can.getChainId() (#296-300) uses assembly
- INLINE ASM (#298)
Do not use evm assembly.
Additional information: link
Constant Can.totalSupply (#15) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Can.slitherConstructorConstantVariables() (#4-302) uses literals with too many digits:
- totalSupply = 1000000000e18 (#15)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
delegate(address) should be declared external:
- Can.delegate(address) (#148-150)
delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) should be declared external:
- Can.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#161-170)
getPriorVotes(address,uint256) should be declared external:
- Can.getPriorVotes(address,uint256) (#189-221)
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
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Last post in Twitter was more than 30 days ago
Unable to find Youtube account