AlgoPad Token Logo

AlgoPad Token

About AlgoPad

Listings

Token 2 years

Website

AlgoPad is the 1st launchpad for the Algorand Ecosystem.
ALGOPAD will incentivize and reward all token stakers in a way to easy access to projects on our launchpad.
The unique Two Tier Mechanism ensures fair chance to all the supporters. The ""Lottery Tier"" empowers the small holders and the ""Guaranteed Tier"" is for the true believers & supporters.

Social

Laser Scorebeta Last Audit: 16 January 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Anti-Scam

Links


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

Address.isContract(address) (#274-283) uses assembly
- INLINE ASM (#281)
Address._functionCallWithValue(address,bytes,uint256,string) (#367-388) uses assembly
- INLINE ASM (#380-383)
Do not use evm assembly.

Additional information: link

AlgoPad.includeAccount(address) (#599-610) has costly operations inside a loop:
- _excluded.pop() (#606)
Use a local variable to hold the loop computation result.

Additional information: link

AlgoPad.allowance(address,address).owner (#519) shadows:
- Ownable.owner() (#420-422) (function)
AlgoPad._approve(address,address,uint256).owner (#612) shadows:
- Ownable.owner() (#420-422) (function)
Rename the local variables that shadow another component.

Additional information: link

AlgoPad.setTaxPercent(uint256) (#745-748) should emit an event for:
- _tax_fee = _taxFee (#746)
- _burn_fee = _taxFee (#747)
Emit an event for critical parameter changes.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#367-388) is never used and should be removed
Address.functionCall(address,bytes) (#327-329) is never used and should be removed
Address.functionCall(address,bytes,string) (#337-339) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#352-354) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#362-365) is never used and should be removed
Address.isContract(address) (#274-283) is never used and should be removed
Address.sendValue(address,uint256) (#301-307) is never used and should be removed
Context._msgData() (#17-20) is never used and should be removed
SafeMath.mod(uint256,uint256) (#231-233) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#247-250) is never used and should be removed
Remove unused functions.

Additional information: link

AlgoPad._rTotal (#476) is set pre-construction with a non-constant function or state variable:
- (_MAX - (_MAX % _tTotal))
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) (#301-307):
- (success) = recipient.call{value: amount}() (#305)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#367-388):
- (success,returndata) = target.call{value: weiValue}(data) (#371)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function AlgoPad._getTaxFee() (#737-739) is not in mixedCase
Parameter AlgoPad.enableTrading(bool)._tradingEnabled (#741) is not in mixedCase
Parameter AlgoPad.setTaxPercent(uint256)._taxFee (#745) is not in mixedCase
Variable AlgoPad._tax_fee (#483) is not in mixedCase
Variable AlgoPad._burn_fee (#484) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#18)" inContext (#12-21)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable AlgoPad._transferToExcluded(address,address,uint256).rTransferAmount (#659) is too similar to AlgoPad._transferStandard(address,address,uint256).tTransferAmount (#649)
Variable AlgoPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#716) is too similar to AlgoPad._getTValues(uint256,uint256,uint256).tTransferAmount (#708)
Variable AlgoPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#716) is too similar to AlgoPad._transferStandard(address,address,uint256).tTransferAmount (#649)
Variable AlgoPad._transferToExcluded(address,address,uint256).rTransferAmount (#659) is too similar to AlgoPad._transferBothExcluded(address,address,uint256).tTransferAmount (#681)
Variable AlgoPad._transferToExcluded(address,address,uint256).rTransferAmount (#659) is too similar to AlgoPad._transferFromExcluded(address,address,uint256).tTransferAmount (#670)
Variable AlgoPad._transferBothExcluded(address,address,uint256).rTransferAmount (#681) is too similar to AlgoPad._getTValues(uint256,uint256,uint256).tTransferAmount (#708)
Variable AlgoPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#716) is too similar to AlgoPad._transferFromExcluded(address,address,uint256).tTransferAmount (#670)
Variable AlgoPad._transferToExcluded(address,address,uint256).rTransferAmount (#659) is too similar to AlgoPad._getValues(uint256).tTransferAmount (#699)
Variable AlgoPad._getValues(uint256).rTransferAmount (#701) is too similar to AlgoPad._getTValues(uint256,uint256,uint256).tTransferAmount (#708)
Variable AlgoPad._getValues(uint256).rTransferAmount (#701) is too similar to AlgoPad._transferStandard(address,address,uint256).tTransferAmount (#649)
Variable AlgoPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#716) is too similar to AlgoPad._transferBothExcluded(address,address,uint256).tTransferAmount (#681)
Variable AlgoPad._transferBothExcluded(address,address,uint256).rTransferAmount (#681) is too similar to AlgoPad._transferStandard(address,address,uint256).tTransferAmount (#649)
Variable AlgoPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#716) is too similar to AlgoPad._getValues(uint256).tTransferAmount (#699)
Variable AlgoPad.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to AlgoPad._getTValues(uint256,uint256,uint256).tTransferAmount (#708)
Variable AlgoPad.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to AlgoPad._transferStandard(address,address,uint256).tTransferAmount (#649)
Variable AlgoPad._transferFromExcluded(address,address,uint256).rTransferAmount (#670) is too similar to AlgoPad._transferFromExcluded(address,address,uint256).tTransferAmount (#670)
Variable AlgoPad._transferBothExcluded(address,address,uint256).rTransferAmount (#681) is too similar to AlgoPad._transferBothExcluded(address,address,uint256).tTransferAmount (#681)
Variable AlgoPad._getValues(uint256).rTransferAmount (#701) is too similar to AlgoPad._transferFromExcluded(address,address,uint256).tTransferAmount (#670)
Variable AlgoPad._transferBothExcluded(address,address,uint256).rTransferAmount (#681) is too similar to AlgoPad._transferFromExcluded(address,address,uint256).tTransferAmount (#670)
Variable AlgoPad._transferBothExcluded(address,address,uint256).rTransferAmount (#681) is too similar to AlgoPad._getValues(uint256).tTransferAmount (#699)
Variable AlgoPad._transferToExcluded(address,address,uint256).rTransferAmount (#659) is too similar to AlgoPad._transferToExcluded(address,address,uint256).tTransferAmount (#659)
Variable AlgoPad._transferStandard(address,address,uint256).rTransferAmount (#649) is too similar to AlgoPad._transferStandard(address,address,uint256).tTransferAmount (#649)
Variable AlgoPad.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to AlgoPad._transferFromExcluded(address,address,uint256).tTransferAmount (#670)
Variable AlgoPad._transferStandard(address,address,uint256).rTransferAmount (#649) is too similar to AlgoPad._transferFromExcluded(address,address,uint256).tTransferAmount (#670)
Variable AlgoPad._transferToExcluded(address,address,uint256).rTransferAmount (#659) is too similar to AlgoPad._getTValues(uint256,uint256,uint256).tTransferAmount (#708)
Variable AlgoPad.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to AlgoPad._getValues(uint256).tTransferAmount (#699)
Variable AlgoPad.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to AlgoPad._transferToExcluded(address,address,uint256).tTransferAmount (#659)
Variable AlgoPad._transferFromExcluded(address,address,uint256).rTransferAmount (#670) is too similar to AlgoPad._transferStandard(address,address,uint256).tTransferAmount (#649)
Variable AlgoPad._getValues(uint256).rTransferAmount (#701) is too similar to AlgoPad._getValues(uint256).tTransferAmount (#699)
Variable AlgoPad._transferStandard(address,address,uint256).rTransferAmount (#649) is too similar to AlgoPad._getValues(uint256).tTransferAmount (#699)
Variable AlgoPad._getValues(uint256).rTransferAmount (#701) is too similar to AlgoPad._transferToExcluded(address,address,uint256).tTransferAmount (#659)
Variable AlgoPad._transferStandard(address,address,uint256).rTransferAmount (#649) is too similar to AlgoPad._transferToExcluded(address,address,uint256).tTransferAmount (#659)
Variable AlgoPad._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#716) is too similar to AlgoPad._transferToExcluded(address,address,uint256).tTransferAmount (#659)
Variable AlgoPad._transferStandard(address,address,uint256).rTransferAmount (#649) is too similar to AlgoPad._getTValues(uint256,uint256,uint256).tTransferAmount (#708)
Variable AlgoPad.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to AlgoPad._transferBothExcluded(address,address,uint256).tTransferAmount (#681)
Variable AlgoPad._transferFromExcluded(address,address,uint256).rTransferAmount (#670) is too similar to AlgoPad._getValues(uint256).tTransferAmount (#699)
Variable AlgoPad._transferFromExcluded(address,address,uint256).rTransferAmount (#670) is too similar to AlgoPad._transferToExcluded(address,address,uint256).tTransferAmount (#659)
Variable AlgoPad._transferBothExcluded(address,address,uint256).rTransferAmount (#681) is too similar to AlgoPad._transferToExcluded(address,address,uint256).tTransferAmount (#659)
Variable AlgoPad._getValues(uint256).rTransferAmount (#701) is too similar to AlgoPad._transferBothExcluded(address,address,uint256).tTransferAmount (#681)
Variable AlgoPad._transferStandard(address,address,uint256).rTransferAmount (#649) is too similar to AlgoPad._transferBothExcluded(address,address,uint256).tTransferAmount (#681)
Variable AlgoPad._transferFromExcluded(address,address,uint256).rTransferAmount (#670) is too similar to AlgoPad._getTValues(uint256,uint256,uint256).tTransferAmount (#708)
Variable AlgoPad._transferFromExcluded(address,address,uint256).rTransferAmount (#670) is too similar to AlgoPad._transferBothExcluded(address,address,uint256).tTransferAmount (#681)
Prevent variables from having similar names.

Additional information: link

AlgoPad.slitherConstructorVariables() (#455-750) uses literals with too many digits:
- _tTotal = 10000000 * 10 ** 18 (#475)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

AlgoPad._decimals (#478) should be constant
AlgoPad._name (#469) should be constant
AlgoPad._symbol (#470) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#439-442)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#448-452)
name() should be declared external:
- AlgoPad.name() (#493-495)
symbol() should be declared external:
- AlgoPad.symbol() (#497-499)
decimals() should be declared external:
- AlgoPad.decimals() (#501-503)
totalSupply() should be declared external:
- AlgoPad.totalSupply() (#505-507)
balanceOf(address) should be declared external:
- AlgoPad.balanceOf(address) (#509-512)
transfer(address,uint256) should be declared external:
- AlgoPad.transfer(address,uint256) (#514-517)
allowance(address,address) should be declared external:
- AlgoPad.allowance(address,address) (#519-521)
approve(address,uint256) should be declared external:
- AlgoPad.approve(address,uint256) (#523-526)
transferFrom(address,address,uint256) should be declared external:
- AlgoPad.transferFrom(address,address,uint256) (#528-532)
increaseAllowance(address,uint256) should be declared external:
- AlgoPad.increaseAllowance(address,uint256) (#534-537)
decreaseAllowance(address,uint256) should be declared external:
- AlgoPad.decreaseAllowance(address,uint256) (#539-542)
isExcluded(address) should be declared external:
- AlgoPad.isExcluded(address) (#544-546)
totalFees() should be declared external:
- AlgoPad.totalFees() (#548-550)
totalBurn() should be declared external:
- AlgoPad.totalBurn() (#552-554)
deliver(uint256) should be declared external:
- AlgoPad.deliver(uint256) (#562-569)
reflectionFromToken(uint256,bool) should be declared external:
- AlgoPad.reflectionFromToken(uint256,bool) (#571-580)
_getTaxFee() should be declared external:
- AlgoPad._getTaxFee() (#737-739)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find Discord account


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


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


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for AlgoPad

News for AlgoPad