Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,046.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APU | ERC-20 | 3.936976M | $0.001028 |
$4,046.19 | |
SPURDO | ERC-20 | 69.42K | $0.000001 |
$0.04 | |
APU | ERC-20 | 200.32034M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161317 | 4 hours ago | | | 0 | 0.00070929458 | |
| 21157023 | 18 hours ago | | | 0 | 0.00075603843 | |
| 21155765 | a day ago | | | 0 | 0.00057995850 | |
| 21155010 | a day ago | | | 0 | 0.00071614891 | |
| 21152029 | a day ago | | | 0 | 0.00039892716 | |
| 21151673 | a day ago | | | 0 | 0.00038586864 | |
| 21151243 | 2 days ago | | | 0 | 0.00088385954 | |
| 21149537 | 2 days ago | | | 0 | 0.00039269311 | |
| 21143861 | 3 days ago | | | 0 | 0.0010652550 | |
| 21143779 | 3 days ago | | | 0 | 0.0012305368 |
ABI
ABI objects
Getter at block 21162409
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x8cfa4c73a9be811a36b6f1235fe07032ab62eca5
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
distributeAndLiquifyStatus() view returns (bool)
true
feesStatus() view returns (bool)
true
launchedAt() view returns (uint256)
1697765891
marketingFeeOnBuying() view returns (uint256)
0
marketingFeeOnSelling() view returns (uint256)
0
marketingWallet() view returns (address)
0xd73f425a771d994ff5d5137e313318a9bdd82c32
maxHoldLimit() view returns (uint256)
420000000000000000000000000000
maxTxnLimit() view returns (uint256)
420000000000000000000000000000
minTokenToSwap() view returns (uint256)
210000000000000000000000000
name() view returns (string)
APU
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentDivider() view returns (uint256)
100
symbol() view returns (string)
APU
totalSupply() view returns (uint256)
420000000000000000000000000000
trading() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedFromMaxHolding(address) view returns (bool)
isExcludedFromMaxTxn(address) view returns (bool)
totalBuyFeePerTx(uint256 amount) view returns (uint256)
totalSellFeePerTx(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableOrDisableFees(bool _value)
enableTrading()
includeOrExcludeFromFee(address account, bool value)
includeOrExcludeFromMaxHolding(address account, bool value)
includeOrExcludeFromMaxTxn(address account, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeStuckEth(address _receiver)
renounceOwnership()
setBuyFeePercent(uint256 _marketingFee)
setDistributionStatus(bool _value)
setMaxHoldLimit(uint256 _amount)
setMaxTxnLimit(uint256 _amount)
setMinTokenToSwap(uint256 _amount)
setSellFeePercent(uint256 _marketingFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAddresses(address _marketingWallet)
withdrawETH(uint256 _amount)
withdrawToken(address _token, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.