Game X Change Potion Token Logo

GXP [Game X Change Potion] Token

About GXP

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
[CoinGecko] alert: Game X Change Token has rebranded as Game X Change Potion (GXP) and migrated from the old contract to a new one. Read more at their Twitter
white paper

Game X Change is a gaming platform where users can move assets (virtual cash and NFTs) from one platform, game or blockchain to another in a safe and controlled way. Convert and transfer in-game currencies and NFTs from one game to another!

Game X Change offers rewards for playing, earning, and farming throughout the platform through its native utility token, $GXP. 2200 $GXP is required to use the services on the Game X Change platform from game currency conversion, NFT transfer and NFT staking. GXP can be paired with NFTs and staked on the Game X Change in order to receive rewards. Users are able to use $GXP to purchase common weapons in battle and earn from AAA steam gaming. $GXP can be imported into games to buy in-game upgrades and items. Players are able to interact with the Game X Change ecosystem by the following:‌

Play and Earn by transferring in-game currencies and NFT between games Import NFT purchased NFTs into integrated games to be used Convert game currencies directly to $GXP Buy NFT passes and play connected Steam games like PUBG, Rocket League, Destiny 2, CSGO, GTA V, The Witcher, Rust. Convert those achievements into $GXP and other cryptocurrencies. New games are always added! Purchase limited-time partner NFTs from the Game X Change Marketplace or buy admission passes uses $GXP. Collect Exclusive NFTs to sell in the global market. Stake $GXP and NFTs to receive from the ecosystem treasury.

How it works To play games and interact with the Game X Change users are required to hold $GXP. If you do not hold $GXP you will be able to view the assets within the platform but you will not be able to play. Once holding $GXP users will have to acquire game-specific NFT admission passes or also known as Non-Fungible Passes. NFT Admission passes NFT Admission passes allow gamers the ability to play and earn. Holding a specific game admission pass makes it possible to convert the in-game currencies to $GXP and other tokens.

Use NFTs to unlock play to earn and earn up to 3600% Annual Gaming Yield (AGY).

Through the Game X Change marketplace, users can purchase NFT assets that can be used or integrated in connected games.

GXP is earned by: Playing games through play and earn Converting in-game achievements to GXP Dismantling NFTs within the ecosystem Staking NFTs backed by GXP to earn GXP or partner tokens.

Social

Laser Scorebeta Last Audit: 14 October 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...)

Contract locking ether found:
Contract GXPProxy (contracts/GXP/GXPProxy.sol#6-46) has payable functions:
- GXPProxy.fallback() (contracts/GXP/GXPProxy.sol#32-44)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Context._msgData() (contracts/library/Context.sol#18-21) is never used and should be removed
Address.isContract(address) (contracts/library/Address.sol#17-28) is never used and should be removed
Remove unused functions.

Additional information: link

Redundant expression "this (contracts/library/Context.sol#19)" inContext (contracts/library/Context.sol#13-23)
Remove redundant statements if they congest code but offer no value.

Additional information: link

GXPProxy.setLogicContract(address)._c (contracts/GXP/GXPProxy.sol#15) lacks a zero-check on :
- logic_contract = _c (contracts/GXP/GXPProxy.sol#16)
GXPProxy.constructor(address)._logic_contract (contracts/GXP/GXPProxy.sol#7) lacks a zero-check on :
- logic_contract = _logic_contract (contracts/GXP/GXPProxy.sol#8)
Check that the address is not zero.

Additional information: link

GXPProxy.fallback() (contracts/GXP/GXPProxy.sol#32-44) uses assembly
- INLINE ASM (contracts/GXP/GXPProxy.sol#34-43)
Address.isContract(address) (contracts/library/Address.sol#17-28) uses assembly
- INLINE ASM (contracts/library/Address.sol#26)
Do not use evm assembly.

Additional information: link

Different versions of Solidity are used:
- Version used: ['^0.8.0', '^0.8.4']
- ^0.8.0 (contracts/ERC/IERC1155.sol#2)
- ^0.8.0 (contracts/ERC/IERC20.sol#1)
- ^0.8.0 (contracts/ERC/IERC721.sol#3)
- ^0.8.4 (contracts/GXP/GXPStorage.sol#3)
- ^0.8.0 (contracts/library/Address.sol#2)
- ^0.8.4 (contracts/library/BigOwnable.sol#1)
- ^0.8.0 (contracts/library/Context.sol#1)
Use one Solidity version.

Additional information: link

solc-0.8.10 is not recommended for deployment
Pragma version^0.8.0 (contracts/ERC/IERC721.sol#3) allows old versions
Pragma version^0.8.0 (contracts/library/Context.sol#1) allows old versions
Pragma version^0.8.0 (contracts/library/Address.sol#2) allows old versions
Pragma version^0.8.0 (contracts/ERC/IERC1155.sol#2) allows old versions
Pragma version^0.8.0 (contracts/ERC/IERC20.sol#1) 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

Variable GXPStorage._isSwap (contracts/GXP/GXPStorage.sol#22) is not in mixedCase
Variable GXPStorage._totalSupply (contracts/GXP/GXPStorage.sol#17) is not in mixedCase
Variable GXPStorage.logic_contract (contracts/GXP/GXPStorage.sol#11) is not in mixedCase
Parameter GXPProxy.setLogicContract(address)._c (contracts/GXP/GXPProxy.sol#15) is not in mixedCase
Variable GXPStorage._name (contracts/GXP/GXPStorage.sol#19) is not in mixedCase
Variable GXPStorage._symbol (contracts/GXP/GXPStorage.sol#20) is not in mixedCase
Variable GXPStorage._allowances (contracts/GXP/GXPStorage.sol#15) is not in mixedCase
Variable GXPStorage._balances (contracts/GXP/GXPStorage.sol#13) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

GXPProxy.slitherConstructorVariables() (contracts/GXP/GXPProxy.sol#6-46) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (contracts/GXP/GXPStorage.sol#23)
GXPProxy.constructor(address) (contracts/GXP/GXPProxy.sol#7-13) uses literals with too many digits:
- _totalSupply = 1500000000 * 10 ** 18 (contracts/GXP/GXPProxy.sol#11)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

GXPStorage._allowances (contracts/GXP/GXPStorage.sol#15) is never used in GXPProxy (contracts/GXP/GXPProxy.sol#6-46)
GXPStorage._isSwap (contracts/GXP/GXPStorage.sol#22) is never used in GXPProxy (contracts/GXP/GXPProxy.sol#6-46)
Remove unused state variables.

Additional information: link

commander() should be declared external:
- BigOwnable.commander() (contracts/library/BigOwnable.sol#23-25)
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 number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. 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


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

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


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank


Young tokens have high risks of price dump / death

Price for GXP

News for GXP