Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x19a0…7e17
Balances ($0.21)
Native
Value
$0.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000068 | $3,124.55 |
$0.21 | |
PAWS | ERC-20 | 178.857167B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18559098 | a year ago | | | 0 | 0.0020790916 | |
| 18559090 | a year ago | | | 0 | 0.0012800589 | |
| 16857460 | 2 years ago | | | 0 | 0.00063876343 | |
| 16362716 | 2 years ago | | | 0 | 0.00079065008 | |
| 16307377 | 2 years ago | | | 0 | 0.00080066008 | |
| 16290368 | 2 years ago | | | 0 | 0.00086652479 | |
| 15699847 | 2 years ago | | | 0 | 0.00023335000 | |
| 15560237 | 2 years ago | | | 0 | 0.00028002000 | |
| 15112741 | 2 years ago | | | 0 | 0.00045317122 | |
| 15015368 | 2 years ago | | | 0 | 0.0013626815 |
ABI
ABI objects
Getter at block 21224060
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 liquidity, uint16 marketing, uint16 total)
(liquidity=1, marketing=9, total=10)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=0, sellFee=0, transferFee=0)
_taxWallets() view returns (address marketing)
0x484a811c640cf7c7923415adfa46469012b2ce8c
contractSwapEnabled() view returns (bool)
true
contractSwapTimer() view returns (uint256)
15
decimals() pure returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getMaxTX() view returns (uint256)
50000000000
getMaxWallet() view returns (uint256)
50000000000
getOwner() view returns (address)
0x822aae60719cbd07b64bc66a38cfabaf8e8afced
getSniperAmt() view returns (uint256)
4
lpPair() view returns (address)
0xcaa4b65d61e43e278fae57cdb36a343e93b708d5
maxBuyTaxes() view returns (uint256)
2000
maxSellTaxes() view returns (uint256)
2000
maxTransferTaxes() view returns (uint256)
2000
name() pure returns (string)
PAWS
owner() view returns (address)
0x822aae60719cbd07b64bc66a38cfabaf8e8afced
swapAmount() view returns (uint256)
2000000000000000000
swapThreshold() view returns (uint256)
500000000000000000
symbol() pure returns (string)
PAWS
totalSupply() pure 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)
isExcludedFromLimits(address account) view returns (bool)
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)
multiSendPercents(address[] accounts, uint256[] percents, uint256[] divisors)
multiSendTokens(address[] accounts, uint256[] amounts)
removeBlacklisted(address account)
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool _enabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
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 _antiBlock, bool _algo)
setRatios(uint16 liquidity, uint16 marketing)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor, uint256 time)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing)
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)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.