Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001477 |
$0 | |
BK | ERC-20 | 9.975K | -- | -- | |
APE | ERC-20 | 1.690528K | -- | -- | |
SNOOD | ERC-20 | 426.9 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19210931 | 2 months ago | | | 0 | 2.7494557e-7 | |
| 13767055 | 6 months ago | | | 0 | 5.4941086e-7 | |
| 13746468 | 6 months ago | | | 0 | 5.5197200e-7 | |
| 13727212 | 6 months ago | | | 0 | 2.8845967e-7 | |
| 13612372 | 6 months ago | | | 0 | 5.4941086e-7 | |
| 13511635 | 6 months ago | | | 0 | 2.8774825e-7 | |
| 13500512 | 6 months ago | | | 0 | 2.8774825e-7 | |
| 13498701 | 6 months ago | | | 0 | 2.8774825e-7 | |
| 13497446 | 6 months ago | | | 0 | 5.1476757e-7 | |
| 13478049 | 6 months ago | | | 0 | 5.2057868e-7 |
ABI
ABI objects
Getter at block 21891547
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
1690528113328454957976
getSwapThresholdAmount() view returns (uint256)
4829
marketingAddress() view returns (address)
0x0015840a8115c5c7bec41469a7d0b4833687ba71
name() view returns (string)
Game Ape AI
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xa25defd1477c476c0610ffa692c3aac8485c9bee
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
APE
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
marketingAddressUpdated(address marketingAddress)
marketingFeeSent(address recipient, uint256 amount)
marketingFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.