PYXIS (pyxis.network) Token Logo

PYX [PYXIS (pyxis.network)] Token

About PYX

Listings

Token 3 years
white paper

PYXIS Network is a decentralized finance staking platform on Binance Smart Chain.

PYX Token is used for:

Staking. People can lock the tokens for an amount of time and earn when the stake is matured.
DApp charting tool. To unlock features on the dexchart.com for portfolio management and token price charting.

PYXIS Network includes:

BNB Staking People can use BNB to stake and earn.
PYX Staking People can use PYX to stake and earn.

Social

Laser Scorebeta Last Audit: 30 November 2021

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 name (PYXIS (pyxis.network)) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Reentrancy in PYXToken._transfer(address,address,uint256) (contracts/PYXToken.sol#206-259):
External calls:
- PYX_STAKING.contractAddPYXToPool(feesAmount.div(2)) (contracts/PYXToken.sol#242)
State variables written after the call(s):
- balanceOf[recipient] = balanceOf[recipient].add(transferAmount) (contracts/PYXToken.sol#244)
Apply the check-effects-interactions pattern.

Additional information: link

PYXToken.removeSenderContractAddress(address) (contracts/PYXToken.sol#185-191) ignores return value by senderContractAddresses.remove(account) (contracts/PYXToken.sol#189)
Ensure that all the return values of the function calls are used.

Additional information: link

PYXToken.init(uint256,uint256,address,address,address[]) (contracts/PYXToken.sol#94-114) should emit an event for:
- SELL_FEES = _sellFees (contracts/PYXToken.sol#101)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in PYXToken.transferFrom(address,address,uint256) (contracts/PYXToken.sol#273-288):
External calls:
- _transfer(sender,recipient,amount) (contracts/PYXToken.sol#278)
- PYX_STAKING.contractAddPYXToPool(feesAmount.div(2)) (contracts/PYXToken.sol#242)
State variables written after the call(s):
- _approve(sender,_msgSender(),allowance[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (contracts/PYXToken.sol#279-286)
- allowance[owner][spender] = amount (contracts/PYXToken.sol#356)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in PYXToken.transferFrom(address,address,uint256) (contracts/PYXToken.sol#273-288):
External calls:
- _transfer(sender,recipient,amount) (contracts/PYXToken.sol#278)
- PYX_STAKING.contractAddPYXToPool(feesAmount.div(2)) (contracts/PYXToken.sol#242)
Event emitted after the call(s):
- Approval(owner,spender,amount) (contracts/PYXToken.sol#357)
- _approve(sender,_msgSender(),allowance[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (contracts/PYXToken.sol#279-286)
Apply the check-effects-interactions pattern.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (@openzeppelin/contracts/utils/Address.sol#147-164) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/Address.sol#156-159)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.6.0<0.8.0', '>=0.6.2<0.8.0', '^0.6.0']
- >=0.6.0<0.8.0 (@openzeppelin/contracts/GSN/Context.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/access/AccessControl.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/math/SafeMath.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#3)
- >=0.6.2<0.8.0 (@openzeppelin/contracts/utils/Address.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/utils/EnumerableSet.sol#3)
- ^0.6.0 (contracts/PYXToken.sol#3)
- ^0.6.0 (contracts/interfaces/IPYXStaking.sol#3)
- ^0.6.0 (contracts/interfaces/IPYXToken.sol#3)
Use one Solidity version.

Additional information: link

SafeMath.mod(uint256,uint256,string) (@openzeppelin/contracts/math/SafeMath.sol#155-158) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.6.0 (contracts/interfaces/IPYXToken.sol#3) allows old versions
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.functionStaticCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#139-145):
- (success,returndata) = target.staticcall(data) (@openzeppelin/contracts/utils/Address.sol#143)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable PYXToken.PYX_STAKING (contracts/PYXToken.sol#51) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (@openzeppelin/contracts/GSN/Context.sol#21)" inContext (@openzeppelin/contracts/GSN/Context.sol#15-24)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable PYXToken.PYX_STAKING (contracts/PYXToken.sol#51) is too similar to PYXToken.init(uint256,uint256,address,address,address[])._pyxStaking (contracts/PYXToken.sol#98)
Prevent variables from having similar names.

Additional information: link

decreaseAllowance(address,uint256) should be declared external:
- PYXToken.decreaseAllowance(address,uint256) (contracts/PYXToken.sol#313-327)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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 PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


Telegram account link seems to be invalid


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to crawl data from the website


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

Additional information: link


Token was delisted from CoinGecko

Additional information: link


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 Telegram link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has relatively low CoinMarketCap rank

Price for PYX