SPONSEE Token Logo

SPON [SPONSEE] Token

About SPON

Listings

Token 17 months
CoinMarketCap 16 months

Website

[CoinGecko] alert: No trading activity recorded by exchanges integrated on CoinGecko in the past 2 months
white paper

Social Media is the world’s greatest equalizer. With an internet connection, creators can form meaningful connections with a diverse population around the world, and make money doing so. But the connection with commercial entities still retains a high barrier of entry.
This is where $SPON makes a difference.

Based on the Sponsee platform, $SPON is the bridge that connects influencers with businesses in a fast, efficient and safe manner. Through the use of smart contracts, processes like peer reviews, dispute resolution, digital contracture are integrated into one seamless workflow.

Social

Laser Scorebeta Last Audit: 28 June 2022

report
Token seems to be a scam (type: rug pull scam).


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

Context._msgData() (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#20-23) is never used and should be removed
ERC20._burn(address,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#555-563) is never used and should be removed
ERC20._setupDecimals(uint8) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#593-595) is never used and should be removed
SafeMath.div(uint256,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#233-236) is never used and should be removed
SafeMath.div(uint256,uint256,string) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#288-291) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#250-253) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#308-311) is never used and should be removed
SafeMath.mul(uint256,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#214-219) is never used and should be removed
SafeMath.sub(uint256,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#199-202) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#122-126) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#158-161) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#168-171) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#143-151) is never used and should be removed
SafeMath.trySub(uint256,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#133-136) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version>=0.4.22<0.9.0 (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#2) is too complex
solc-0.7.4 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

Contract Spon_Token (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#615-620) is not in CapWords
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#21)" inContext (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#15-24)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Spon_Token.constructor() (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#616-618) uses literals with too many digits:
- _mint(msg.sender,100000000 * 10 ** 18) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#617)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

name() should be declared external:
- ERC20.name() (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#370-372)
symbol() should be declared external:
- ERC20.symbol() (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#378-380)
decimals() should be declared external:
- ERC20.decimals() (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#395-397)
totalSupply() should be declared external:
- ERC20.totalSupply() (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#402-404)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#409-411)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#421-424)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#429-431)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#440-443)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#458-462)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#476-479)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xe41d9e1311209f2e05850f9de6201ab4b930bfc2.bscscan.com-Spon_Token.sol#495-498)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Average 30d PancakeSwap volume is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


Unable to find PancakeSwap trading pair to compute liquidity.


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


Unable to find Youtube account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to verify token contract address on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of scam / 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 SPON

News for SPON