Vention is an ERC20 token on the Binance Smart Chain that would fuel the Vention Ecosystem. Vention NFT is all about valuable and collectible, gaining value and fame as well as protection of undervalued talents and skills.
Token is flagged by TokenSniffer due to presence of exploit in contract code
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract Vention (#100-223) has payable functions:
- Vention.receive() (#211-213)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
Variable Vention._totalSupply (#104) is not in mixedCase
Parameter Owned.transferOwnership(address)._newOwner (#83) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Vention.constructor() (#114-122) uses literals with too many digits:
- _totalSupply = 1000000000e18 (#118)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Pragma version0.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
Vention.constructor().owner (#119) shadows:
- Owned.owner (#69) (state variable)
Rename the local variables that shadow another component.
Additional information: link
Owned.transferOwnership(address)._newOwner (#83) lacks a zero-check on :
- newOwner = _newOwner (#84)
Check that the address is not zero.
Additional information: link
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (#61)
approve(address,uint256) should be declared external:
- Vention.approve(address,uint256) (#162-166)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#86-91)
transferFrom(address,address,uint256) should be declared external:
- Vention.transferFrom(address,address,uint256) (#177-183)
safeDiv(uint256,uint256) should be declared external:
- SafeMath.safeDiv(uint256,uint256) (#22-25)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#83-85)
allowance(address,address) should be declared external:
- Vention.allowance(address,address) (#190-192)
approveAndCall(address,uint256,bytes) should be declared external:
- Vention.approveAndCall(address,uint256,bytes) (#200-205)
totalSupply() should be declared external:
- Vention.totalSupply() (#128-130)
transfer(address,uint256) should be declared external:
- Vention.transfer(address,uint256) (#146-151)
transferAnyERC20Token(address,uint256) should be declared external:
- Vention.transferAnyERC20Token(address,uint256) (#219-221)
balanceOf(address) should be declared external:
- Vention.balanceOf(address) (#136-138)
safeMul(uint256,uint256) should be declared external:
- SafeMath.safeMul(uint256,uint256) (#18-21)
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 find audit link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Discord account
Unable to find Youtube account