Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($18.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GPX | ERC-20 | 5.831584K | $0.003133 |
$18.27 | |
USA | ERC-20 | 1 | $0.000765 |
$0 | |
GP | ERC-20 | 200.64765K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22668981 | 2 days ago | | | 0 | 0.0000024763512 | |
| 20723511 | 2 months ago | | | 0 | 2.2366297e-7 | |
| 20240709 | 2 months ago | | | 0 | 2.4316798e-7 | |
| 20173844 | 2 months ago | | | 0 | 0.000000202829808584 | |
| 20093232 | 2 months ago | | | 0 | 1.6397019e-7 | |
| 20074444 | 2 months ago | | | 0 | 1.2178670e-7 | |
| 18525802 | 3 months ago | | | 0 | 0.0000010023536 | |
| 18437444 | 3 months ago | | | 0 | 1.7020607e-7 | |
| 18314963 | 3 months ago | | | 0 | 0.000000090123120726 | |
| 18274901 | 3 months ago | | | 0 | 0.000000049742127094 |
ABI
ABI objects
Getter at block 22750382
decimals() view returns (uint8)
18
liquidityFeeOnBuy() view returns (uint256)
0
liquidityFeeOnSell() view returns (uint256)
0
marketingFeeOnBuy() view returns (uint256)
1
marketingFeeOnSell() view returns (uint256)
3
marketingWallet() view returns (address)
0x468bb408a163f04d49615913603d25576d316350
maxTransactionAmountBuy() view returns (uint256)
250000000000000000000000
maxTransactionAmountSell() view returns (uint256)
250000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
false
maxWalletAmount() view returns (uint256)
500000000000000000000000000000000000000000
maxWalletLimitEnabled() view returns (bool)
false
name() view returns (string)
GP Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairSet() view returns (bool)
false
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
GP
totalSupply() view returns (uint256)
2000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x407915fdaefe709413315ce3d0467c678a5ab177
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
walletToWalletTransferFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
isExcludedFromMaxWalletLimit(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading(address _uniswapV2Pair)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool exclude)
excludeFromMaxWallet(address account, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pairIsSet()
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
setEnableMaxWalletLimit(bool enable)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
setMaxWalletAmount(uint256 _maxWalletAmount)
setPair(address _uniswapV2Pair)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _liquidityFeeOnBuy, uint256 _marketingFeeOnBuy)
updateSellFees(uint256 _liquidityFeeOnSell, uint256 _marketingFeeOnSell)
updateWalletToWalletTransferFee(uint256 _walletToWalletTransferFee)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
ExcludedFromMaxWalletLimit(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
MaxWalletLimitAmountChanged(uint256 maxWalletAmount)
MaxWalletLimitStateChanged(bool maxWalletLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBuyFees(uint256 liquidityFeeOnBuy, uint256 marketingFeeOnBuy)
UpdateSellFees(uint256 liquidityFeeOnSell, uint256 marketingFeeOnSell)
UpdateWalletToWalletTransferFee(uint256 walletToWalletTransferFee)
constructor()
receive()
This contract contains no error objects.