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 |
---|---|---|---|---|---|
AABL | ERC-20 | 43.240827M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22933912 | 8 days ago | | | 0 | 0.0000011240797 | |
| 22114093 | a month ago | | | 0 | 4.1866329e-7 | |
| 15223108 | 6 months ago | | | 0 | 0.0000063572246 | |
| 15223107 | 6 months ago | | | 0 | 0.000000083252688321 | |
| 15223107 | 6 months ago | | | 0 | 0.0000047670888 | |
| 15223106 | 6 months ago | | | 0 | 0.0000063572246 | |
| 15223106 | 6 months ago | | | 0 | 0.0000063572246 | |
| 15223081 | 6 months ago | | | 0 | 0.0000063572246 | |
| 13766867 | 7 months ago | | | 0 | 0.0000016435553 | |
| 12711384 | 8 months ago | | | 0 | 0.0000063572246 |
ABI
ABI objects
Getter at block 23285271
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
feeRecipientAddr() view returns (address)
0x63e59ffeaace24e5a0d2ca94b384f70e2b3713a7
feeThreshold() view returns (uint256)
500000000000000000000000000
maxSwapTxAmount() view returns (uint256)
500000000000000000000000000
maxWallet() view returns (uint256)
500000000000000000000000000
name() view returns (string)
Abble
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
10
symbol() view returns (string)
AABL
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
disableHoldingLimit()
disableLimits()
disableSwapLimit()
enableTrading()
removeStuckERC20(address token)
removeStuckETH()
renounceOwnership()
swapBack()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateFeeTokenThreshold(uint256 newThreshold)
updateSwapFees(uint256 newBuyFee, uint256 newSellFee)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeSwap(uint256 indexed value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)