Venus Reward Token is a mechanism created to become an additional mining distribution to suppliers and borrowers of Venus Protocol.
Venus (XVS) token will continue to exist as a governance token for the protocol.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
VRT._writeCheckpoint(address,uint32,uint96,uint96) (#306-317) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#309)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Owned.transferOwnership(address).newOwner (#18) lacks a zero-check on :
- owner = newOwner (#19)
Check that the address is not zero.
Additional information: link
VRT.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#205-214) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,VRT::delegateBySig: signature expired) (#212)
Avoid relying on block.timestamp.
Additional information: link
VRT.getChainId() (#340-344) uses assembly
- INLINE ASM (#342)
Do not use evm assembly.
Additional information: link
Constant VRT.totalSupply (#60) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
VRT.slitherConstructorConstantVariables() (#49-346) uses literals with too many digits:
- totalSupply = 30000000000e18 (#60)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
getPriorVotes(address,uint256) should be declared external:
- VRT.getPriorVotes(address,uint256) (#233-265)
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 token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
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