Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APT | ERC-20 | 435.844362K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787202 | 2 months ago | | | 0 | 0.00024504596 | |
| 20093765 | 5 months ago | | | 0 | 0.00015567283 | |
| 17672161 | a year ago | | | 0 | 0.00091199762 | |
| 17588338 | a year ago | | | 0 | 0.00098310628 | |
| 17569621 | a year ago | | | 0 | 0.00032233183 | |
| 17569619 | a year ago | | | 0 | 0.00057188399 | |
| 17537079 | a year ago | | | 0 | 0.0010625434 | |
| 17536657 | a year ago | | | 0 | 0.00083106842 | |
| 17536265 | a year ago | | | 0 | 0.00098355200 | |
| 17536096 | a year ago | | | 0 | 0.0011943870 |
ABI
ABI objects
Getter at block 21212651
deadBlocks() view returns (uint256)
2
decimals() view returns (uint8)
9
delay() view returns (uint256)
0
earlyBuyerDailyMaxSell() view returns (uint256)
50000000000000
finalTaxSet() view returns (bool)
true
finalTaxTimestamp() view returns (uint256)
3600
launchBlock() view returns (uint256)
17535684
launchTimestamp() view returns (uint256)
1687443287
marketingWallet() view returns (address)
0x83b292c2cc7c749cd7733dec5139c83675f16a0c
maxTx() view returns (uint256)
10000000000000000
maxWallet() view returns (uint256)
10000000000000000
name() view returns (string)
ApeTools
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xa127d11e7fdb41e27bbce81d618de064204575cc
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
25000000000000
symbol() view returns (string)
APT
taxes() view returns (uint256 buy, uint256 sell, uint256 transfer)
(buy=5, sell=5, transfer=0)
totalSupply() view returns (uint256)
10000000000000000
tradingEnabled() view returns (bool)
true
whitelistPeriod() view returns (uint256)
300
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
earlyBuyer(address buyer) view returns (bool status)
earlyBuyerDailySell(address buyer) view returns (uint256 amount)
isBlacklisted(address user) view returns (bool status)
isExcludedFromFees(address user) view returns (bool status)
lastTrade(address user) view returns (uint256 timestamp)
whitelistedBuyer(address buyer) view returns (bool status)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bulkIsExcludedFromFees(address[] accounts, bool state)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setBlacklist(address[] accounts, bool status)
setDelay(uint256 time)
setIsExcludedFromFees(address _address, bool state)
setLimits(uint256 _maxTx, uint256 _maxWallet)
setMarketingWallet(address newWallet)
setRouterAndPair(address newRouter, address newPair)
setSwapEnabled(bool status)
setSwapTreshhold(uint256 amount)
setTaxes(uint256 _buyTax, uint256 _sellTax, uint256 _transferTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(address _router)
receive()
This contract contains no error objects.