Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
No balances found for "ZOO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20849817 | 2 months ago | | | 0 | 0.00026203379 | |
| 20849718 | 2 months ago | | | 0 | 0.00035886089 | |
| 20849688 | 2 months ago | | | 0 | 0.00041851334 | |
| 20849669 | 2 months ago | | | 0 | 0.00039530119 | |
| 20849668 | 2 months ago | | | 0 | 0.00036856695 | |
| 20849663 | 2 months ago | | | 0 | 0.00042093434 | |
| 20849652 | 2 months ago | | | 0 | 0.00042101319 | |
| 20849646 | 2 months ago | | | 0 | 0.00037866951 | |
| 20849644 | 2 months ago | | | 0 | 0.00022848348 | |
| 20849635 | 2 months ago | | | 0 | 0.00023359918 |
ABI
ABI objects
Getter at block 21205602
_buyBurnFee() view returns (uint256)
0
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
0
_decimals() view returns (uint8)
18
_dropNum() view returns (uint256)
0
_enabOwnerAddLiq() view returns (uint8)
1
_intervalSecondsForSwap() view returns (uint256)
0
_inviKillBlock() view returns (uint256)
3
_inviType() view returns (uint8)
0
_inviterFee() view returns (uint256)
0
_marketAddr() view returns (address)
0x889bc69633fd75e465201af8c820abe50a1b050f
_maxBuyTax() view returns (uint256)
100000000000000000000000000
_maxHave() view returns (uint256)
100000000000000000000000000
_maxSellTax() view returns (uint256)
100000000000000000000000000
_name() view returns (string)
ZOO
_router() view returns (address)
0x5d0c98fd88741f3179e0cf1c32f9f5ec200dea43
_sellBurnFee() view returns (uint256)
0
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
0
_startTimeForSwap() view returns (uint256)
1727531999
_swapTokensAtAmount() view returns (uint256)
10000000000000000000000
_symbol() view returns (string)
ZOO
_token() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
_tranFee() view returns (uint256)
2
_uniswapV2Pair() view returns (address)
0x114a3d7f382142641469411f419721c3f52a736c
_uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint256)
18
getBuyFee() view returns (uint256 deno)
0
getInvitersDetail() view returns (uint256 inviType, uint256 inviterFee, uint256[] inviters)
(inviType=0, inviterFee=0, inviters=[])
getSellFee() view returns (uint256 deno)
0
ktNum() view returns (uint160)
1000
name() view returns (string)
ZOO
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
ZOO
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
_inviBlock(address) view returns (uint256)
_inviter(address) view returns (address)
_inviters(uint256) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBot(address account) view returns (bool)
getExcludedFromFee(address account) view returns (bool)
getPar(address account) view returns (address par)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromBatchFee(address[] accounts)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(bytes _data)
renounceOwnership()
setBatchBot(address[] accounts, bool value)
setBuyFee(uint256 buyMarketingFee, uint256 buyBurnFee, uint256 buyLiquidityFee)
setDropNum(uint256 value)
setInviKillBlock(uint256 value)
setInviterFee(uint256[] inviters)
setLimit(uint256 maxHave, uint256 maxBuyTax, uint256 maxSellTax)
setMarketAddr(address value)
setSellFee(uint256 sellMarketingFee, uint256 sellBurnFee, uint256 sellLiquidityFee)
setSwapTokensAtAmount(uint256 value)
setTranFee(uint256 value)
setUniswapV2Pair(address value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.