Panda Inu
Verified contract
Active on
Ethereum with 1,151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2f34…e729
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAITAMA | ERC-20 | 7.923623B | -- | -- | |
PANDA | ERC-20 | 57.78843M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292303 | 4 hours ago | | | 0 | 0.00045060237 | |
| 21254238 | 6 days ago | | | 0 | 0.0014666534 | |
| 21196088 | 14 days ago | | | 0 | 0.0012540763 | |
| 21122214 | 24 days ago | | | 0 | 0.00093269638 | |
| 21059402 | a month ago | | | 0 | 0.00032101137 | |
| 21021151 | a month ago | | | 0 | 0.0011362239 | |
| 20956051 | 2 months ago | | | 0 | 0.00051369093 | |
| 20880691 | 2 months ago | | | 0 | 0.00034298199 | |
| 20787242 | 2 months ago | | | 0 | 0.00041222833 | |
| 20700518 | 3 months ago | | | 0 | 0.00033623923 |
ABI
ABI objects
Getter at block 21293597 getCirculatingSupply() view returns (uint256)
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_buyTaxes() view returns (uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
(reflectFee=100, liquidityFee=0, marketingFee=900)
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 liquidity, uint16 marketing, uint16 total)
(liquidity=100, marketing=1250, total=900)
_sellTaxes() view returns (uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
(reflectFee=100, liquidityFee=0, marketingFee=900)
_transferTaxes() view returns (uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
(reflectFee=0, liquidityFee=0, marketingFee=0)
contractSwapEnabled() view returns (bool)
true
decimals() view returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getOwner() view returns (address)
0x23d63ff10b9327cb542997114e8d0bdca2359d39
getSniperAmt() view returns (uint256)
12
lpPair() view returns (address)
0x5beb6efcc539f1df349a6ec087ef708e846027fb
maxTxAmountUI() view returns (uint256)
1000000000000
maxWalletSizeUI() view returns (uint256)
1000000000000
name() pure returns (string)
Panda Inu
owner() view returns (address)
0x23d63ff10b9327cb542997114e8d0bdca2359d39
staticVals() view returns (uint16 maxReflectFee, uint16 maxLiquidityFee, uint16 maxMarketingFee, uint16 masterTaxDivisor)
(maxReflectFee=500, maxLiquidityFee=500, maxMarketingFee=900, masterTaxDivisor=10000)
symbol() pure returns (string)
PANDA
totalSupply() view returns (uint256)
1000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlacklisted(address account)
removeLimits()
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setContractSwapEnabled(bool _enabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromReward(address account, bool enabled)
setGasPriceLimit(uint256 gas)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setProtectionSettings(bool _antiSnipe, bool _antiGas, bool _antiBlock, bool _antiSpecial)
setRatios(uint16 liquidity, uint16 marketing)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxesBuy(uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
setTaxesSell(uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
setTaxesTransfer(uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
setWallets(address marketingWallet)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractSwapEnabledUpdated(bool enabled)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SniperCaught(address sniperAddress)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.