Seadog Metaverse Token Logo

SEADOG [Seadog Metaverse] Token

About SEADOG

Listings

Token 2 years
CoinMarketCap 2 years

SeaDog Metaverse is the first MEME Token based on BSC, a decentralized token created by a group of users who love the earth and cryptocurrency.

Social

Laser Scorebeta Last Audit: 28 February 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...)

SEADOGToken.setPancakeAddress(address).pancakeAddress (#548) lacks a zero-check on :
- _pancakeAddress = pancakeAddress (#549)
Check that the address is not zero.

Additional information: link

SEADOGToken.allowance(address,address).owner (#563) shadows:
- Ownable.owner() (#447-449) (function)
SEADOGToken._approve(address,address,uint256).owner (#645) shadows:
- Ownable.owner() (#447-449) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#295-304) uses assembly
- INLINE ASM (#302)
Address._functionCallWithValue(address,bytes,uint256,string) (#388-409) uses assembly
- INLINE ASM (#401-404)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.6.0', '^0.6.2']
- ^0.6.0 (#3)
- ^0.6.0 (#30)
- ^0.6.0 (#110)
- ^0.6.2 (#272)
- ^0.6.0 (#416)
- ^0.6.2 (#484)
Use one Solidity version.

Additional information: link

SEADOGToken.includeAccount(address) (#632-643) has costly operations inside a loop:
- _excluded.pop() (#639)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#388-409) is never used and should be removed
Address.functionCall(address,bytes) (#348-350) is never used and should be removed
Address.functionCall(address,bytes,string) (#358-360) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#373-375) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#383-386) is never used and should be removed
Address.isContract(address) (#295-304) is never used and should be removed
Address.sendValue(address,uint256) (#322-328) is never used and should be removed
Context._msgData() (#20-23) is never used and should be removed
SafeMath.mod(uint256,uint256) (#246-248) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#262-265) is never used and should be removed
Remove unused functions.

Additional information: link

SEADOGToken._rTotal (#499) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SEADOGToken._previousTaxFee (#514) is set pre-construction with a non-constant function or state variable:
- _taxFee
SEADOGToken._previousProjectFee (#516) is set pre-construction with a non-constant function or state variable:
- _projectFee
SEADOGToken._previousFundFee (#518) is set pre-construction with a non-constant function or state variable:
- _fundFee
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

Pragma version^0.6.0 (#3) allows old versions
Pragma version^0.6.0 (#30) allows old versions
Pragma version^0.6.0 (#110) allows old versions
Pragma version^0.6.2 (#272) allows old versions
Pragma version^0.6.0 (#416) allows old versions
Pragma version^0.6.2 (#484) allows old versions
solc-0.6.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

Low level call in Address.sendValue(address,uint256) (#322-328):
- (success) = recipient.call{value: amount}() (#326)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#388-409):
- (success,returndata) = target.call{value: weiValue}(data) (#392)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter SEADOGToken.calculateTaxFee(uint256)._amount (#701) is not in mixedCase
Parameter SEADOGToken.calculateProjectFee(uint256)._amount (#707) is not in mixedCase
Parameter SEADOGToken.calculateFundFee(uint256)._amount (#713) is not in mixedCase
Variable SEADOGToken._taxFee (#513) is not in mixedCase
Variable SEADOGToken._projectFee (#515) is not in mixedCase
Variable SEADOGToken._fundFee (#517) is not in mixedCase
Variable SEADOGToken._pancakeAddress (#520) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable SEADOGToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#775) is too similar to SEADOGToken._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable SEADOGToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#775) is too similar to SEADOGToken._getValues(uint256).tTransferAmount (#753)
Variable SEADOGToken.reflectionFromToken(uint256,bool).rTransferAmount (#612) is too similar to SEADOGToken._getTValues(uint256).tTransferAmount (#763)
Variable SEADOGToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#775) is too similar to SEADOGToken._getTValues(uint256).tTransferAmount (#763)
Variable SEADOGToken._getValues(uint256).rTransferAmount (#754) is too similar to SEADOGToken._getTValues(uint256).tTransferAmount (#763)
Variable SEADOGToken._transferStandard(address,address,uint256).rTransferAmount (#679) is too similar to SEADOGToken._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable SEADOGToken.reflectionFromToken(uint256,bool).rTransferAmount (#612) is too similar to SEADOGToken._getValues(uint256).tTransferAmount (#753)
Variable SEADOGToken._transferStandard(address,address,uint256).rTransferAmount (#679) is too similar to SEADOGToken._getTValues(uint256).tTransferAmount (#763)
Variable SEADOGToken._getValues(uint256).rTransferAmount (#754) is too similar to SEADOGToken._getValues(uint256).tTransferAmount (#753)
Variable SEADOGToken.reflectionFromToken(uint256,bool).rTransferAmount (#612) is too similar to SEADOGToken._transferStandard(address,address,uint256).tTransferAmount (#679)
Variable SEADOGToken._transferStandard(address,address,uint256).rTransferAmount (#679) is too similar to SEADOGToken._getValues(uint256).tTransferAmount (#753)
Variable SEADOGToken._getValues(uint256).rTransferAmount (#754) is too similar to SEADOGToken._transferStandard(address,address,uint256).tTransferAmount (#679)
Prevent variables from having similar names.

Additional information: link

SEADOGToken.slitherConstructorVariables() (#486-796) uses literals with too many digits:
- _tTotal = 88000000 * 10 ** 9 (#498)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SEADOGToken._decimals (#504) should be constant
SEADOGToken._name (#502) should be constant
SEADOGToken._symbol (#503) should be constant
SEADOGToken._tTotal (#498) should be constant
SEADOGToken.fundAddress (#508) should be constant
SEADOGToken.projectAddress (#506) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#466-469)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#475-479)
name() should be declared external:
- SEADOGToken.name() (#532-534)
symbol() should be declared external:
- SEADOGToken.symbol() (#536-538)
decimals() should be declared external:
- SEADOGToken.decimals() (#540-542)
totalSupply() should be declared external:
- SEADOGToken.totalSupply() (#544-546)
balanceOf(address) should be declared external:
- SEADOGToken.balanceOf(address) (#553-556)
transfer(address,uint256) should be declared external:
- SEADOGToken.transfer(address,uint256) (#558-561)
allowance(address,address) should be declared external:
- SEADOGToken.allowance(address,address) (#563-565)
approve(address,uint256) should be declared external:
- SEADOGToken.approve(address,uint256) (#567-570)
transferFrom(address,address,uint256) should be declared external:
- SEADOGToken.transferFrom(address,address,uint256) (#572-576)
increaseAllowance(address,uint256) should be declared external:
- SEADOGToken.increaseAllowance(address,uint256) (#578-581)
decreaseAllowance(address,uint256) should be declared external:
- SEADOGToken.decreaseAllowance(address,uint256) (#583-586)
isExcluded(address) should be declared external:
- SEADOGToken.isExcluded(address) (#588-590)
totalFees() should be declared external:
- SEADOGToken.totalFees() (#592-594)
reflect(uint256) should be declared external:
- SEADOGToken.reflect(uint256) (#597-604)
reflectionFromToken(uint256,bool) should be declared external:
- SEADOGToken.reflectionFromToken(uint256,bool) (#606-615)
excludeFromFee(address) should be declared external:
- SEADOGToken.excludeFromFee(address) (#735-737)
includeInFee(address) should be declared external:
- SEADOGToken.includeInFee(address) (#739-741)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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.


Token is deployed only at one blockchain


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


Unable to find code repository for the project


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 SEADOG

News for SEADOG