Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POGEX | ERC-20 | 91.673564K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20914216 | 2 months ago | | | 0 | 0.0018433842 | |
| 20893406 | 2 months ago | | | 0 | 0.00075614149 | |
| 20860971 | 2 months ago | | | 0 | 0.00014055399 | |
| 20841279 | 2 months ago | | | 0 | 0.0011283752 | |
| 20411721 | 4 months ago | | | 0 | 0.00014770138 | |
| 20352447 | 4 months ago | | | 0 | 0.000098875921 | |
| 20307619 | 4 months ago | | | 0 | 0.00021426582 | |
| 20208658 | 5 months ago | | | 0 | 0.00025735647 | |
| 20179558 | 5 months ago | | | 0 | 0.00031316770 | |
| 20172098 | 5 months ago | | | 0 | 0.00015415893 |
ABI
ABI objects
Getter at block 21244816
buyLiquidityFee() view returns (uint256)
1
buyMarketingFee() view returns (uint256)
2
buyTotalFee() view returns (uint256)
3
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
getTransferFees() view returns (bool)
false
isTradeEnabled() view returns (bool)
true
marketingWallet() view returns (address)
0xf56ecbc1b59f6b6139cdc85c85fd820a3b71e21c
name() pure returns (string)
PogeX
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xd3f072a309d4abb2c9e0065b5fa7aac9e6ef5a04
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellLiquidityFee() view returns (uint256)
1
sellMarketingFee() view returns (uint256)
2
sellTotalFee() view returns (uint256)
3
swapThreshold() view returns (uint256)
100000000000000000000000
symbol() pure returns (string)
POGEX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAuthorized(address) view returns (bool)
isFeeExcluded(address _wallet) view returns (bool)
isFeeExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
changeBuyFees(uint256 _liquidityFee, uint256 _marketingFee)
changeGetFeesOnTransfer(bool _status)
changeMarketingWallet(address _wallet)
changeSellFees(uint256 _liquidityFee, uint256 _marketingFee)
enableTrading()
renounceOwnership()
rescueEth()
setAuthorizedWallets(address _wallet, bool _status)
setDoContractSwap(bool _enabled)
setIsFeeExempt(address holder, bool exempt)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddAuthorizedWallet(address holder, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountBNB, uint256 amountBOG)
DoContractSwap(uint256 amount, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetDoContractSwap(bool status)
SetIsFeeExempt(address holder, bool status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.