Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 2 additional slots
-
variable spans 1 additional slot
Balances ($0.79)
Native
Value
$0.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000222 | $3,586.57 |
$0.79 | |
ACEOFBASE | ERC-20 | 2.537044M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17372281 | 4 months ago | | | 0 | 5.4775210e-7 | |
| 14560545 | 6 months ago | | | 0 | 0.0000015796676 | |
| 14079168 | 7 months ago | | | 0 | 0.0000023616500 | |
| 14072827 | 7 months ago | | | 0 | 0.0000057965491 | |
| 14068709 | 7 months ago | | | 0 | 0.0000021305822 | |
| 14058700 | 7 months ago | | | 0 | 0.0000047233000 | |
| 14058693 | 7 months ago | | | 0 | 0.0000047233000 | |
| 14058614 | 7 months ago | | | 0 | 0.0000027333000 | |
| 14058607 | 7 months ago | | | 0 | 0.0000047233000 | |
| 14058519 | 7 months ago | | | 0 | 0.0000027333000 |
ABI
ABI objects
Getter at block 23068195
buyTaxes() view returns (uint32 liquidity, uint32 marketing, uint32 utility)
(liquidity=0, marketing=200, utility=100)
config() view returns (uint256 numTokensSellToSwap, uint256 maxWalletSize)
(numTokensSellToSwap=200000000000000, maxWalletSize=115792089237316195423570985008687907853269984665640564039457584007913129639935)
decimals() pure returns (uint8)
9
name() pure returns (string)
Ace Of Base
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTaxes() view returns (uint32 liquidity, uint32 marketing, uint32 utility)
(liquidity=0, marketing=100, utility=200)
settings() view returns (bool swapAndLiquifyEnabled, bool tradingEnabled)
(swapAndLiquifyEnabled=false, tradingEnabled=true)
symbol() pure returns (string)
ACEOFBASE
totalSupply() pure returns (uint256)
100000000000000000
uniswapV2Pair() view returns (address)
0xbeb38e72bcb50a2cac1fca9aac6aaf4db44db4ea
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
wallets() view returns (address marketingWallet, address utilityWallet)
(marketingWallet=0x4adc904301a4894e6399d25d8bd80e93849553c9, utilityWallet=0xaf420beb31f500760095be69c05042fdf3db5b7a)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromMaxWallet(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
disableLimt()
enableTrading()
excludeFromFee(address account)
excludeInMaxWallet(address account)
includeInFee(address account)
includeInMaxWallet(address account)
renounceOwnership()
setBuyTaxes(uint32 liquidity, uint32 marketing, uint32 utility)
setMaxWallet(uint256 amount)
setSellTaxes(uint32 liquidity, uint32 marketing, uint32 utility)
setSwapConfig(bool _enabled, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateWallets(address marketingWallet, address utilityWallet)
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()
receive()
This contract contains no error objects.