Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x25cf…d2d9
0x53fb…40a0
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$O8B | ERC-20 | 2M | -- | -- | |
PanGu | ERC-20 | 0.396542 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18507659 | a year ago | | | 0 | 0.00047004858 | |
| 16489494 | 2 years ago | | | 0 | 0.00034636217 | |
| 16355744 | 2 years ago | | | 0 | 0.00083229195 | |
| 16352404 | 2 years ago | | | 0 | 0.00067549878 | |
| 16352360 | 2 years ago | | | 0 | 0.00073437525 | |
| 16352330 | 2 years ago | | | 0 | 0.00094776367 | |
| 16350289 | 2 years ago | | | 0 | 0.0012597288 | |
| 16350283 | 2 years ago | | | 0 | 0.0011580289 | |
| 16346524 | 2 years ago | | | 0 | 0.00073437525 | |
| 16344851 | 2 years ago | | | 0 | 0.00072738120 |
ABI
ABI objects
Getter at block 21203674
_buyDestroyFee() view returns (uint256)
0
_buyLiquidityFee() view returns (uint256)
1
_buyMarketingFee() view returns (uint256)
1
_buyTeamFee() view returns (uint256)
1
_liquidityShare() view returns (uint256)
1
_marketingShare() view returns (uint256)
1
_maxDestroyAmount() view returns (uint256)
100000000000000000000000000
_maxTxAmount() view returns (uint256)
100000000000000000000000000
_owner() view returns (address)
0x0000000000000000000000000000000000000000
_sellDestroyFee() view returns (uint256)
0
_sellLiquidityFee() view returns (uint256)
1
_sellMarketingFee() view returns (uint256)
1
_sellTeamFee() view returns (uint256)
1
_tFeeTotal() view returns (uint256)
0
_teamShare() view returns (uint256)
1
_totalDistributionShares() view returns (uint256)
3
_totalTaxIfBuying() view returns (uint256)
3
_totalTaxIfSelling() view returns (uint256)
3
_walletMax() view returns (uint256)
100000000000000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
getCirculatingSupply() view returns (uint256)
92529113325736021503050880
getTime() view returns (uint256)
1731801251
marketingWalletAddress() view returns (address)
0x25cf71701fc2361c8c9980ef076b44733cf1d2d9
minimumTokensBeforeSwapAmount() view returns (uint256)
1000000000000000000
name() view returns (string)
PanGu
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
PanGu
teamWalletAddress() view returns (address)
0x53fbb9fb05a3f16300fb226b8846f7b0876c40a0
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapPair() view returns (address)
0x5499460238e05f6334a22c30646ee2130f91ddcf
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBuyDestFee(uint256 newBuyDestroyFee)
setBuyTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newTeamShare)
setIsExcludedFromFee(address account, bool newValue)
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setMarketPairStatus(address account, bool newValue)
setMarketingWalletAddress(address newAddress)
setMaxDesAmount(uint256 maxDestroy)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setSelTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax)
setSellDestFee(uint256 newSellDestroyFee)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setTeamWalletAddress(address newAddress)
setWalletLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string coinName, string coinSymbol, uint8 coinDecimals, uint256 supply, address router, address owner, address marketingAddress, address teamAddress, address service)
receive()
This contract contains no error objects.