VersePay Token Logo

VPAY [VersePay] Token

About VPAY

Listings

Not Found
Token 3 years
white paper

VersePay is a magnificent project full of brand new privileges with the new payment tool of the Metaverse world. How about the idea of ​​investing while shopping by combining the Metaverse phenomenon, which has just entered our lives with the changing spending and finance habits? Technically, all purchases, sales, rentals, intellectual patents to be made in the Metaverse universe are protected with VersePay and your investments are diversified. The financial world, which is desired to be trusted in various aspects, has many shortcomings and weaknesses. And when you think about it with blockchain technology, people's worries increase. If we need to summarize at the technical level, physical money is a thing of the past with VersePay. Every investment diversification you make with VersePay will be used in every Metaverse project that will be created. With VersePay becoming available, it comes to you with an unprecedented opportunity in both daily life and blockchain technology. You will also be able to invest in the real world with VersePay, which will be used in coordination with shopping malls, exchange offices and financial centers to be created in the Metaverse universe. We want to make VersePay token known all over the world on this path we set out with the aim of team harmony and creating an organic community. Don't regret not participating in this project later when you had the opportunity. History is full of such regrets. While people have not yet fully grasped the limits, size and potential of the Metaverse; You can join the Metaverse financial system with VersePay. By being included in the system with VersePay, you will profit and earn from all purchased and sold Metaverse items. With the system we call the converged valuation, the profit will become continuous with a certain percentage without any division of earnings. VersePay will also have the ability to quickly adapt to various platform valuation metrics. There will be no service fee for trading between tokens, and you will have a more free and understandable financial system. You will soon be able to have VersePay digital credit cards. With this digital credit card, while participating in any Metaverse activities you can think of, you will reach privileged campaigns and programs before anyone else. Experience the privilege with VersePay.

Social

Laser Scorebeta Last Audit: 2 March 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Contract locking ether found:
Contract VersePay (#469-820) has payable functions:
- VersePay.receive() (#635)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link

VersePay._takeMarketingAndBurnToken(uint256,address) (#680-699) performs a multiplication on the result of a division:
-tMarketing = tMarketingAndBurn.mul(_marketingFee).div(_marketingFee + _burnFee) (#682)
-rMarketing = tMarketing.mul(currentRate) (#693)
Consider ordering multiplication before division.

Additional information: link

VersePay.allowance(address,address).owner (#545) shadows:
- Ownable.owner() (#414-416) (function)
VersePay._approve(address,address,uint256).owner (#732) shadows:
- Ownable.owner() (#414-416) (function)
Rename the local variables that shadow another component.

Additional information: link

VersePay.setDistributionFeePercent(uint256) (#618-620) should emit an event for:
- _distributionFee = distributionFee (#619)
VersePay.setBurnFeePercent(uint256) (#622-624) should emit an event for:
- _burnFee = burnFee (#623)
VersePay.setMarketingFeePercent(uint256) (#626-628) should emit an event for:
- _marketingFee = marketingFee (#627)
Emit an event for critical parameter changes.

Additional information: link

VersePay.updateMarketingWallet(address).account (#630) lacks a zero-check on :
- marketingWallet = account (#631)
Check that the address is not zero.

Additional information: link

Ownable.unlock() (#461-466) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#463)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#266-275) uses assembly
- INLINE ASM (#273)
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) uses assembly
- INLINE ASM (#372-375)
Do not use evm assembly.

Additional information: link

VersePay.includeInReward(address) (#597-608) has costly operations inside a loop:
- _excluded.pop() (#604)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) is never used and should be removed
Address.functionCall(address,bytes) (#319-321) is never used and should be removed
Address.functionCall(address,bytes,string) (#329-331) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#354-357) is never used and should be removed
Address.isContract(address) (#266-275) is never used and should be removed
Address.sendValue(address,uint256) (#293-299) is never used and should be removed
Context._msgData() (#238-241) is never used and should be removed
SafeMath.mod(uint256,uint256) (#211-213) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#227-230) is never used and should be removed
Remove unused functions.

Additional information: link

VersePay._rTotal (#486) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
VersePay._previousDistributionFee (#494) is set pre-construction with a non-constant function or state variable:
- _distributionFee
VersePay._previousBurnFee (#497) is set pre-construction with a non-constant function or state variable:
- _burnFee
VersePay._previousMarketingFee (#500) is set pre-construction with a non-constant function or state variable:
- _marketingFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#293-299):
- (success) = recipient.call{value: amount}() (#297)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#359-380):
- (success,returndata) = target.call{value: weiValue}(data) (#363)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter VersePay.calculateDistributionFee(uint256)._amount (#701) is not in mixedCase
Parameter VersePay.calculateBurnAndMarketingFee(uint256)._amount (#707) is not in mixedCase
Variable VersePay._distributionFee (#493) is not in mixedCase
Variable VersePay._burnFee (#496) is not in mixedCase
Variable VersePay._marketingFee (#499) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#239)" inContext (#233-242)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable VersePay._transferBothExcluded(address,address,uint256).rDistribution (#810) is too similar to VersePay._transferToExcluded(address,address,uint256).tDistribution (#790)
Variable VersePay._transferStandard(address,address,uint256).rDistribution (#781) is too similar to VersePay._getRValues(uint256,uint256,uint256,uint256).tDistribution (#655)
Variable VersePay._transferBothExcluded(address,address,uint256).rDistribution (#810) is too similar to VersePay._getRValues(uint256,uint256,uint256,uint256).tDistribution (#655)
Variable VersePay._transferBothExcluded(address,address,uint256).rDistribution (#810) is too similar to VersePay._distributionToAllHolder(uint256,uint256).tDistribution (#637)
Variable VersePay._transferToExcluded(address,address,uint256).rDistribution (#790) is too similar to VersePay._getTValues(uint256).tDistribution (#649)
Variable VersePay._transferStandard(address,address,uint256).rDistribution (#781) is too similar to VersePay._transferStandard(address,address,uint256).tDistribution (#781)
Variable VersePay._transferBothExcluded(address,address,uint256).rDistribution (#810) is too similar to VersePay._transferStandard(address,address,uint256).tDistribution (#781)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rDistribution (#657) is too similar to VersePay._getTValues(uint256).tDistribution (#649)
Variable VersePay._transferStandard(address,address,uint256).rDistribution (#781) is too similar to VersePay._getTValues(uint256).tDistribution (#649)
Variable VersePay._transferBothExcluded(address,address,uint256).rDistribution (#810) is too similar to VersePay._getTValues(uint256).tDistribution (#649)
Variable VersePay._transferFromExcluded(address,address,uint256).rDistribution (#800) is too similar to VersePay._getValues(uint256).tDistribution (#643)
Variable VersePay._transferFromExcluded(address,address,uint256).rDistribution (#800) is too similar to VersePay._transferFromExcluded(address,address,uint256).tDistribution (#800)
Variable VersePay._transferFromExcluded(address,address,uint256).rDistribution (#800) is too similar to VersePay._transferToExcluded(address,address,uint256).tDistribution (#790)
Variable VersePay._transferFromExcluded(address,address,uint256).rDistribution (#800) is too similar to VersePay._getRValues(uint256,uint256,uint256,uint256).tDistribution (#655)
Variable VersePay._transferFromExcluded(address,address,uint256).rDistribution (#800) is too similar to VersePay._distributionToAllHolder(uint256,uint256).tDistribution (#637)
Variable VersePay._transferFromExcluded(address,address,uint256).rDistribution (#800) is too similar to VersePay._transferStandard(address,address,uint256).tDistribution (#781)
Variable VersePay._distributionToAllHolder(uint256,uint256).rDistribution (#637) is too similar to VersePay._getValues(uint256).tDistribution (#643)
Variable VersePay._distributionToAllHolder(uint256,uint256).rDistribution (#637) is too similar to VersePay._transferFromExcluded(address,address,uint256).tDistribution (#800)
Variable VersePay._distributionToAllHolder(uint256,uint256).rDistribution (#637) is too similar to VersePay._transferToExcluded(address,address,uint256).tDistribution (#790)
Variable VersePay._distributionToAllHolder(uint256,uint256).rDistribution (#637) is too similar to VersePay._getRValues(uint256,uint256,uint256,uint256).tDistribution (#655)
Variable VersePay._distributionToAllHolder(uint256,uint256).rDistribution (#637) is too similar to VersePay._distributionToAllHolder(uint256,uint256).tDistribution (#637)
Variable VersePay._transferFromExcluded(address,address,uint256).rDistribution (#800) is too similar to VersePay._getTValues(uint256).tDistribution (#649)
Variable VersePay._transferToExcluded(address,address,uint256).rDistribution (#790) is too similar to VersePay._getValues(uint256).tDistribution (#643)
Variable VersePay._transferToExcluded(address,address,uint256).rDistribution (#790) is too similar to VersePay._transferFromExcluded(address,address,uint256).tDistribution (#800)
Variable VersePay._transferToExcluded(address,address,uint256).rDistribution (#790) is too similar to VersePay._transferToExcluded(address,address,uint256).tDistribution (#790)
Variable VersePay._transferToExcluded(address,address,uint256).rDistribution (#790) is too similar to VersePay._getRValues(uint256,uint256,uint256,uint256).tDistribution (#655)
Variable VersePay._distributionToAllHolder(uint256,uint256).rDistribution (#637) is too similar to VersePay._transferStandard(address,address,uint256).tDistribution (#781)
Variable VersePay._transferToExcluded(address,address,uint256).rDistribution (#790) is too similar to VersePay._transferStandard(address,address,uint256).tDistribution (#781)
Variable VersePay._distributionToAllHolder(uint256,uint256).rDistribution (#637) is too similar to VersePay._getTValues(uint256).tDistribution (#649)
Variable VersePay._transferStandard(address,address,uint256).rDistribution (#781) is too similar to VersePay._getValues(uint256).tDistribution (#643)
Variable VersePay._transferBothExcluded(address,address,uint256).rDistribution (#810) is too similar to VersePay._getValues(uint256).tDistribution (#643)
Variable VersePay._transferBothExcluded(address,address,uint256).rDistribution (#810) is too similar to VersePay._transferFromExcluded(address,address,uint256).tDistribution (#800)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rMarketingAndBurn (#658) is too similar to VersePay._getTValues(uint256).tMarketingAndBurn (#650)
Variable VersePay._transferToExcluded(address,address,uint256).rTransferAmount (#790) is too similar to VersePay._transferStandard(address,address,uint256).tTransferAmount (#781)
Variable VersePay._transferFromExcluded(address,address,uint256).rTransferAmount (#800) is too similar to VersePay._getValues(uint256).tTransferAmount (#643)
Variable VersePay._transferFromExcluded(address,address,uint256).rTransferAmount (#800) is too similar to VersePay._transferFromExcluded(address,address,uint256).tTransferAmount (#800)
Variable VersePay._transferFromExcluded(address,address,uint256).rTransferAmount (#800) is too similar to VersePay._transferToExcluded(address,address,uint256).tTransferAmount (#790)
Variable VersePay._transferStandard(address,address,uint256).rTransferAmount (#781) is too similar to VersePay._getTValues(uint256).tTransferAmount (#651)
Variable VersePay._transferBothExcluded(address,address,uint256).rTransferAmount (#810) is too similar to VersePay._transferBothExcluded(address,address,uint256).tTransferAmount (#810)
Variable VersePay._transferBothExcluded(address,address,uint256).rTransferAmount (#810) is too similar to VersePay._getTValues(uint256).tTransferAmount (#651)
Variable VersePay._getValues(uint256).rTransferAmount (#644) is too similar to VersePay._getTValues(uint256).tTransferAmount (#651)
Variable VersePay._transferFromExcluded(address,address,uint256).rTransferAmount (#800) is too similar to VersePay._transferBothExcluded(address,address,uint256).tTransferAmount (#810)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#659) is too similar to VersePay._getTValues(uint256).tTransferAmount (#651)
Variable VersePay._transferStandard(address,address,uint256).rTransferAmount (#781) is too similar to VersePay._getValues(uint256).tTransferAmount (#643)
Variable VersePay._transferToExcluded(address,address,uint256).rTransferAmount (#790) is too similar to VersePay._getTValues(uint256).tTransferAmount (#651)
Variable VersePay._transferStandard(address,address,uint256).rTransferAmount (#781) is too similar to VersePay._transferStandard(address,address,uint256).tTransferAmount (#781)
Variable VersePay._transferBothExcluded(address,address,uint256).rTransferAmount (#810) is too similar to VersePay._getValues(uint256).tTransferAmount (#643)
Variable VersePay._transferBothExcluded(address,address,uint256).rTransferAmount (#810) is too similar to VersePay._transferFromExcluded(address,address,uint256).tTransferAmount (#800)
Variable VersePay._transferFromExcluded(address,address,uint256).rTransferAmount (#800) is too similar to VersePay._getTValues(uint256).tTransferAmount (#651)
Variable VersePay._transferBothExcluded(address,address,uint256).rTransferAmount (#810) is too similar to VersePay._transferStandard(address,address,uint256).tTransferAmount (#781)
Variable VersePay._transferToExcluded(address,address,uint256).rTransferAmount (#790) is too similar to VersePay._getValues(uint256).tTransferAmount (#643)
Variable VersePay._transferToExcluded(address,address,uint256).rTransferAmount (#790) is too similar to VersePay._transferFromExcluded(address,address,uint256).tTransferAmount (#800)
Variable VersePay._transferToExcluded(address,address,uint256).rTransferAmount (#790) is too similar to VersePay._transferToExcluded(address,address,uint256).tTransferAmount (#790)
Variable VersePay._transferFromExcluded(address,address,uint256).rTransferAmount (#800) is too similar to VersePay._transferStandard(address,address,uint256).tTransferAmount (#781)
Variable VersePay._transferBothExcluded(address,address,uint256).rTransferAmount (#810) is too similar to VersePay._transferToExcluded(address,address,uint256).tTransferAmount (#790)
Variable VersePay._transferToExcluded(address,address,uint256).rDistribution (#790) is too similar to VersePay._transferBothExcluded(address,address,uint256).tDistribution (#810)
Variable VersePay._distributionToAllHolder(uint256,uint256).rDistribution (#637) is too similar to VersePay._transferBothExcluded(address,address,uint256).tDistribution (#810)
Variable VersePay._transferStandard(address,address,uint256).rDistribution (#781) is too similar to VersePay._transferToExcluded(address,address,uint256).tDistribution (#790)
Variable VersePay._getValues(uint256).rDistribution (#644) is too similar to VersePay._getTValues(uint256).tDistribution (#649)
Variable VersePay._transferStandard(address,address,uint256).rDistribution (#781) is too similar to VersePay._transferBothExcluded(address,address,uint256).tDistribution (#810)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rDistribution (#657) is too similar to VersePay._getValues(uint256).tDistribution (#643)
Variable VersePay._transferBothExcluded(address,address,uint256).rDistribution (#810) is too similar to VersePay._transferBothExcluded(address,address,uint256).tDistribution (#810)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rDistribution (#657) is too similar to VersePay._transferToExcluded(address,address,uint256).tDistribution (#790)
Variable VersePay._getValues(uint256).rDistribution (#644) is too similar to VersePay._distributionToAllHolder(uint256,uint256).tDistribution (#637)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rDistribution (#657) is too similar to VersePay._getRValues(uint256,uint256,uint256,uint256).tDistribution (#655)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rDistribution (#657) is too similar to VersePay._transferStandard(address,address,uint256).tDistribution (#781)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rDistribution (#657) is too similar to VersePay._transferBothExcluded(address,address,uint256).tDistribution (#810)
Variable VersePay._transferStandard(address,address,uint256).rDistribution (#781) is too similar to VersePay._transferFromExcluded(address,address,uint256).tDistribution (#800)
Variable VersePay._getValues(uint256).rDistribution (#644) is too similar to VersePay._transferBothExcluded(address,address,uint256).tDistribution (#810)
Variable VersePay._getValues(uint256).rDistribution (#644) is too similar to VersePay._getValues(uint256).tDistribution (#643)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rDistribution (#657) is too similar to VersePay._transferFromExcluded(address,address,uint256).tDistribution (#800)
Variable VersePay._transferToExcluded(address,address,uint256).rDistribution (#790) is too similar to VersePay._distributionToAllHolder(uint256,uint256).tDistribution (#637)
Variable VersePay._transferFromExcluded(address,address,uint256).rDistribution (#800) is too similar to VersePay._transferBothExcluded(address,address,uint256).tDistribution (#810)
Variable VersePay._getValues(uint256).rDistribution (#644) is too similar to VersePay._transferToExcluded(address,address,uint256).tDistribution (#790)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rDistribution (#657) is too similar to VersePay._distributionToAllHolder(uint256,uint256).tDistribution (#637)
Variable VersePay._transferStandard(address,address,uint256).rDistribution (#781) is too similar to VersePay._distributionToAllHolder(uint256,uint256).tDistribution (#637)
Variable VersePay._getValues(uint256).rDistribution (#644) is too similar to VersePay._getRValues(uint256,uint256,uint256,uint256).tDistribution (#655)
Variable VersePay._getValues(uint256).rDistribution (#644) is too similar to VersePay._transferStandard(address,address,uint256).tDistribution (#781)
Variable VersePay._getValues(uint256).rDistribution (#644) is too similar to VersePay._transferFromExcluded(address,address,uint256).tDistribution (#800)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rMarketingAndBurn (#658) is too similar to VersePay._transferBothExcluded(address,address,uint256).tMarketingAndBurn (#810)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rMarketingAndBurn (#658) is too similar to VersePay._getValues(uint256).tMarketingAndBurn (#643)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rMarketingAndBurn (#658) is too similar to VersePay._transferFromExcluded(address,address,uint256).tMarketingAndBurn (#800)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rMarketingAndBurn (#658) is too similar to VersePay._transferStandard(address,address,uint256).tMarketingAndBurn (#781)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rMarketingAndBurn (#658) is too similar to VersePay._takeMarketingAndBurnToken(uint256,address).tMarketingAndBurn (#680)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rMarketingAndBurn (#658) is too similar to VersePay._transferToExcluded(address,address,uint256).tMarketingAndBurn (#790)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rMarketingAndBurn (#658) is too similar to VersePay._getRValues(uint256,uint256,uint256,uint256).tMarketingAndBurn (#655)
Variable VersePay._transferToExcluded(address,address,uint256).rTransferAmount (#790) is too similar to VersePay._transferBothExcluded(address,address,uint256).tTransferAmount (#810)
Variable VersePay._transferStandard(address,address,uint256).rTransferAmount (#781) is too similar to VersePay._transferBothExcluded(address,address,uint256).tTransferAmount (#810)
Variable VersePay._transferStandard(address,address,uint256).rTransferAmount (#781) is too similar to VersePay._transferFromExcluded(address,address,uint256).tTransferAmount (#800)
Variable VersePay._getValues(uint256).rTransferAmount (#644) is too similar to VersePay._transferToExcluded(address,address,uint256).tTransferAmount (#790)
Variable VersePay._getValues(uint256).rTransferAmount (#644) is too similar to VersePay._getValues(uint256).tTransferAmount (#643)
Variable VersePay._getValues(uint256).rTransferAmount (#644) is too similar to VersePay._transferStandard(address,address,uint256).tTransferAmount (#781)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#659) is too similar to VersePay._transferToExcluded(address,address,uint256).tTransferAmount (#790)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#659) is too similar to VersePay._transferBothExcluded(address,address,uint256).tTransferAmount (#810)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#659) is too similar to VersePay._getValues(uint256).tTransferAmount (#643)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#659) is too similar to VersePay._transferStandard(address,address,uint256).tTransferAmount (#781)
Variable VersePay._getValues(uint256).rTransferAmount (#644) is too similar to VersePay._transferBothExcluded(address,address,uint256).tTransferAmount (#810)
Variable VersePay._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#659) is too similar to VersePay._transferFromExcluded(address,address,uint256).tTransferAmount (#800)
Variable VersePay._transferStandard(address,address,uint256).rTransferAmount (#781) is too similar to VersePay._transferToExcluded(address,address,uint256).tTransferAmount (#790)
Variable VersePay._getValues(uint256).rTransferAmount (#644) is too similar to VersePay._transferFromExcluded(address,address,uint256).tTransferAmount (#800)
Prevent variables from having similar names.

Additional information: link

VersePay.slitherConstructorVariables() (#469-820) uses literals with too many digits:
- _tTotal = 7000000000 * 10 ** 18 (#485)
VersePay.slitherConstructorVariables() (#469-820) uses literals with too many digits:
- burnWallet = 0x000000000000000000000000000000000000dEaD (#502)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

VersePay.lastTimeBuy (#482) is never used in VersePay (#469-820)
Remove unused state variables.

Additional information: link

VersePay._decimals (#491) should be constant
VersePay._name (#489) should be constant
VersePay._symbol (#490) should be constant
VersePay._tTotal (#485) should be constant
VersePay.burnWallet (#502) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#433-436)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#442-446)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#448-450)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#453-458)
unlock() should be declared external:
- Ownable.unlock() (#461-466)
name() should be declared external:
- VersePay.name() (#519-521)
symbol() should be declared external:
- VersePay.symbol() (#523-525)
decimals() should be declared external:
- VersePay.decimals() (#527-529)
totalSupply() should be declared external:
- VersePay.totalSupply() (#531-533)
balanceOf(address) should be declared external:
- VersePay.balanceOf(address) (#535-538)
transfer(address,uint256) should be declared external:
- VersePay.transfer(address,uint256) (#540-543)
allowance(address,address) should be declared external:
- VersePay.allowance(address,address) (#545-547)
approve(address,uint256) should be declared external:
- VersePay.approve(address,uint256) (#549-552)
transferFrom(address,address,uint256) should be declared external:
- VersePay.transferFrom(address,address,uint256) (#554-558)
increaseAllowance(address,uint256) should be declared external:
- VersePay.increaseAllowance(address,uint256) (#560-563)
decreaseAllowance(address,uint256) should be declared external:
- VersePay.decreaseAllowance(address,uint256) (#565-568)
isExcludedFromReward(address) should be declared external:
- VersePay.isExcludedFromReward(address) (#570-572)
isExcludedFromFee(address) should be declared external:
- VersePay.isExcludedFromFee(address) (#574-576)
totalRewards() should be declared external:
- VersePay.totalRewards() (#578-580)
excludeFromFee(address) should be declared external:
- VersePay.excludeFromFee(address) (#610-612)
includeInFee(address) should be declared external:
- VersePay.includeInFee(address) (#614-616)
updateMarketingWallet(address) should be declared external:
- VersePay.updateMarketingWallet(address) (#630-632)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Telegram account has less than 100 subscribers


Twitter account has less than 100 followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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 that token and website are owned by the same team (no listings + unable to find contract on website)


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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 scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for VPAY

News for VPAY