First Cardano native Metaverse enabling Tik-Tok style NFTs to bridge the gap between influencers and their community, allowing them to tokenize their creations and providing a marketplace to bring together sellers and buyers.
Built on top of the Metaverse, YouClout is the first community driven virtual social network featuring an interactive 3D Universe where people can socialize with influencers.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ERC20Votes._writeCheckpoint(ERC20Votes.Checkpoint[],function(uint256,uint256) returns(uint256),uint256) (#1384-1398) uses a dangerous strict equality:
- pos > 0 && ckpts[pos - 1].fromBlock == block.number (#1393)
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 (#1378) is a local variable never initialized
ERC20Votes._moveVotingPower(address,address,uint256).oldWeight_scope_0 (#1378) 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 (#864) shadows:
- ERC20.name() (#132-134) (function)
- IERC20Metadata.name() (#82) (function)
Rename the local variables that shadow another component.
Additional information: link
Variable 'ECDSA.tryRecover(bytes32,bytes).r (#630)' in ECDSA.tryRecover(bytes32,bytes) (#628-650) potentially used before declaration: r = mload(uint256)(signature + 0x20) (#643)
Variable 'ERC20Votes._moveVotingPower(address,address,uint256).oldWeight (#1373)' in ERC20Votes._moveVotingPower(address,address,uint256) (#1366-1382) potentially used before declaration: (oldWeight,newWeight) = _writeCheckpoint(_checkpoints[dst],_add,amount) (#1378)
Variable 'ERC20Votes._moveVotingPower(address,address,uint256).newWeight (#1373)' in ERC20Votes._moveVotingPower(address,address,uint256) (#1366-1382) potentially used before declaration: (oldWeight,newWeight) = _writeCheckpoint(_checkpoints[dst],_add,amount) (#1378)
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) (#869-888) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= deadline,ERC20Permit: expired deadline) (#878)
ERC20Votes.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#1291-1308) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= expiry,ERC20Votes: signature expired) (#1299)
Avoid relying on block.timestamp.
Additional information: link
ECDSA.tryRecover(bytes32,bytes) (#628-650) uses assembly
- INLINE ASM (#633-637)
- INLINE ASM (#642-645)
ECDSA.tryRecover(bytes32,bytes32,bytes32) (#665-677) uses assembly
- INLINE ASM (#672-675)
Do not use evm assembly.
Additional information: link
Context._msgData() (#100-102) is never used and should be removed
Counters.decrement(Counters.Counter) (#837-843) is never used and should be removed
Counters.reset(Counters.Counter) (#845-847) is never used and should be removed
ECDSA.recover(bytes32,bytes) (#652-656) is never used and should be removed
ECDSA.recover(bytes32,bytes32,bytes32) (#684-692) is never used and should be removed
ECDSA.toEthSignedMessageHash(bytes32) (#754-758) is never used and should be removed
ECDSA.tryRecover(bytes32,bytes) (#628-650) is never used and should be removed
ECDSA.tryRecover(bytes32,bytes32,bytes32) (#665-677) is never used and should be removed
ERC20Votes._add(uint256,uint256) (#1400-1402) is never used and should be removed
ERC20Votes._subtract(uint256,uint256) (#1404-1406) is never used and should be removed
Math.ceilDiv(uint256,uint256) (#947-950) is never used and should be removed
Math.max(uint256,uint256) (#921-923) is never used and should be removed
Math.min(uint256,uint256) (#928-930) is never used and should be removed
SafeCast.toInt128(int256) (#1084-1087) is never used and should be removed
SafeCast.toInt16(int256) (#1138-1141) is never used and should be removed
SafeCast.toInt256(uint256) (#1168-1172) is never used and should be removed
SafeCast.toInt32(int256) (#1120-1123) is never used and should be removed
SafeCast.toInt64(int256) (#1102-1105) is never used and should be removed
SafeCast.toInt8(int256) (#1156-1159) is never used and should be removed
SafeCast.toUint128(uint256) (#979-982) is never used and should be removed
SafeCast.toUint16(uint256) (#1039-1042) is never used and should be removed
SafeCast.toUint256(int256) (#1066-1069) is never used and should be removed
SafeCast.toUint64(uint256) (#1009-1012) is never used and should be removed
SafeCast.toUint8(uint256) (#1054-1057) is never used and should be removed
SafeCast.toUint96(uint256) (#994-997) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.2 (#1) allows old versions
solc-0.8.2 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
Function IERC20Permit.DOMAIN_SEPARATOR() (#602) is not in mixedCase
Variable EIP712._CACHED_DOMAIN_SEPARATOR (#775) is not in mixedCase
Variable EIP712._CACHED_CHAIN_ID (#776) is not in mixedCase
Variable EIP712._HASHED_NAME (#778) is not in mixedCase
Variable EIP712._HASHED_VERSION (#779) is not in mixedCase
Variable EIP712._TYPE_HASH (#780) is not in mixedCase
Function ERC20Permit.DOMAIN_SEPARATOR() (#901-903) is not in mixedCase
Variable ERC20Permit._PERMIT_TYPEHASH (#856-857) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
YouClout.constructor() (#1410-1412) uses literals with too many digits:
- _mint(msg.sender,1000000000 * 10 ** decimals()) (#1411)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
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 price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account