Pixel Punch Token Logo

PXEL [Pixel Punch] Token

About PXEL

Listings

Not Found
Token 2 years

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 18 February 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

Pixel_Punch.tokenSale(address) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#156-178) performs a multiplication on the result of a division:
-_price = _eth / sPrice (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#162)
-_tkns = sChunk * _price (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#163)
Consider ordering multiplication before division.

Additional information: link

Pixel_Punch.startAirdrop(uint256,uint256,uint256,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#192-198) should emit an event for:
- aSBlock = _aSBlock (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#193)
- aEBlock = _aEBlock (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#194)
- aAmt = _aAmt (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#195)
- aCap = _aCap (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#196)
Pixel_Punch.startSale(uint256,uint256,uint256,uint256,uint256,uint256,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#199-208) should emit an event for:
- sSBlock = _sSBlock (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#200)
- sEBlock = _sEBlock (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#201)
- sChunk = _sChunk (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#202)
- sPrice = _sPrice (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#203)
- sCap = _sCap (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#204)
- srefer = _srefer (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#206)
- sreferper = _sreferper (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#207)
Emit an event for critical parameter changes.

Additional information: link

Owned.transferOwnership(address)._newOwner (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#53) lacks a zero-check on :
- newOwner = _newOwner (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#54)
Pixel_Punch.LP_Locked_BNB()._owner (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#181) lacks a zero-check on :
- _owner.transfer(address(this).balance) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#182)
Check that the address is not zero.

Additional information: link

SafeMath.div(uint256,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#16-19) is never used and should be removed
SafeMath.mul(uint256,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#12-15) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version>=0.5.10 (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#1) allows old versions
solc-0.5.10 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

Parameter Owned.transferOwnership(address)._newOwner (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#53) is not in mixedCase
Variable TokenBNB20._totalSupply (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#70) is not in mixedCase
Contract Pixel_Punch (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#122-214) is not in CapWords
Parameter Pixel_Punch.getAirdrop(address)._refer (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#141) is not in mixedCase
Parameter Pixel_Punch.tokenSale(address)._refer (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#156) is not in mixedCase
Function Pixel_Punch.LP_Locked_BNB() (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#180-183) is not in mixedCase
Parameter Pixel_Punch.startAirdrop(uint256,uint256,uint256,uint256)._aSBlock (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#192) is not in mixedCase
Parameter Pixel_Punch.startAirdrop(uint256,uint256,uint256,uint256)._aEBlock (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#192) is not in mixedCase
Parameter Pixel_Punch.startAirdrop(uint256,uint256,uint256,uint256)._aAmt (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#192) is not in mixedCase
Parameter Pixel_Punch.startAirdrop(uint256,uint256,uint256,uint256)._aCap (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#192) is not in mixedCase
Parameter Pixel_Punch.startSale(uint256,uint256,uint256,uint256,uint256,uint256,uint256)._sSBlock (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#199) is not in mixedCase
Parameter Pixel_Punch.startSale(uint256,uint256,uint256,uint256,uint256,uint256,uint256)._sEBlock (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#199) is not in mixedCase
Parameter Pixel_Punch.startSale(uint256,uint256,uint256,uint256,uint256,uint256,uint256)._sChunk (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#199) is not in mixedCase
Parameter Pixel_Punch.startSale(uint256,uint256,uint256,uint256,uint256,uint256,uint256)._sPrice (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#199) is not in mixedCase
Parameter Pixel_Punch.startSale(uint256,uint256,uint256,uint256,uint256,uint256,uint256)._sCap (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#199) is not in mixedCase
Parameter Pixel_Punch.startSale(uint256,uint256,uint256,uint256,uint256,uint256,uint256)._srefer (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#199) is not in mixedCase
Parameter Pixel_Punch.startSale(uint256,uint256,uint256,uint256,uint256,uint256,uint256)._sreferper (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#199) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

TokenBNB20.constructor() (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#75-82) uses literals with too many digits:
- _totalSupply = 220000000e6 (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#79)
Pixel_Punch.getAirdrop(address) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#141-154) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && balanceOf(address(msg.sender)) == 0 && _refer != 0x0000000000000000000000000000000000000000 (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#145)
Pixel_Punch.tokenSale(address) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#156-178) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 && srefer == 1 (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#169)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

totalSupply() should be declared external:
- BNB20Interface.totalSupply() (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#23)
- TokenBNB20.totalSupply() (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#84-86)
allowance(address,address) should be declared external:
- BNB20Interface.allowance(address,address) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#25)
- TokenBNB20.allowance(address,address) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#108-110)
transfer(address,uint256) should be declared external:
- BNB20Interface.transfer(address,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#26)
- TokenBNB20.transfer(address,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#90-95)
approve(address,uint256) should be declared external:
- BNB20Interface.approve(address,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#27)
- TokenBNB20.approve(address,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#96-100)
transferFrom(address,address,uint256) should be declared external:
- BNB20Interface.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#28)
- TokenBNB20.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#101-107)
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#35)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#53-55)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#56-61)
approveAndCall(address,uint256,bytes) should be declared external:
- TokenBNB20.approveAndCall(address,uint256,bytes) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#111-116)
getAirdrop(address) should be declared external:
- Pixel_Punch.getAirdrop(address) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#141-154)
tokenSale(address) should be declared external:
- Pixel_Punch.tokenSale(address) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#156-178)
LP_Locked_BNB() should be declared external:
- Pixel_Punch.LP_Locked_BNB() (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#180-183)
viewAirdrop() should be declared external:
- Pixel_Punch.viewAirdrop() (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#185-187)
viewSale() should be declared external:
- Pixel_Punch.viewSale() (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#188-190)
startAirdrop(uint256,uint256,uint256,uint256) should be declared external:
- Pixel_Punch.startAirdrop(uint256,uint256,uint256,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#192-198)
startSale(uint256,uint256,uint256,uint256,uint256,uint256,uint256) should be declared external:
- Pixel_Punch.startSale(uint256,uint256,uint256,uint256,uint256,uint256,uint256) (crytic-export/etherscan-contracts/0xe51cd00dc39221f90f6148eee6caf20967394869.bscscan.com-Pixel_Punch.sol#199-208)
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 low.


Unable to find Telegram and Twitter accounts


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 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 whitepaper 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 token/project description on the website or on BscScan, CoinHunt, CoinGecko, CoinMarketCap


Unable to find code repository for the project


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for PXEL