VIRSA is a new governance token that completes the Social ecosystem by putting control of the protocol in the hands of the community.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20Detailed.constructor(string,string,uint8).name (#490) shadows:
- BEP20Detailed.name() (#499-501) (function)
BEP20Detailed.constructor(string,string,uint8).symbol (#490) shadows:
- BEP20Detailed.symbol() (#506-508) (function)
BEP20Detailed.constructor(string,string,uint8).decimals (#490) shadows:
- BEP20Detailed.decimals() (#513-515) (function)
Rename the local variables that shadow another component.
Additional information: link
SafeMath.div(uint256,uint256) (#66-73) is never used and should be removed
SafeMath.mod(uint256,uint256) (#99-102) is never used and should be removed
SafeMath.mul(uint256,uint256) (#49-61) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.5.0<0.6.0 (#1) 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
VIRSACOIN.constructor() (#523-527) uses literals with too many digits:
- _mint(msg.sender,100000000 * (10 ** uint256(18))) (#526)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
addMinter(address) should be declared external:
- MinterRole.addMinter(address) (#166-168)
renounceMinter() should be declared external:
- MinterRole.renounceMinter() (#170-172)
totalSupply() should be declared external:
- BEP20.totalSupply() (#215-217)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#224-226)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#234-236)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#243-246)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#257-260)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#270-274)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#286-289)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#301-304)
owner() should be declared external:
- Ownable.owner() (#410-412)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#428-432)
mint(address,uint256) should be declared external:
- BEP20Mintable.mint(address,uint256) (#446-449)
burn(uint256) should be declared external:
- BEP20Burnable.burn(uint256) (#463-465)
burnFrom(address,uint256) should be declared external:
- BEP20Burnable.burnFrom(address,uint256) (#467-469)
name() should be declared external:
- BEP20Detailed.name() (#499-501)
symbol() should be declared external:
- BEP20Detailed.symbol() (#506-508)
decimals() should be declared external:
- BEP20Detailed.decimals() (#513-515)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Token has only one trading pair
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account