Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AKEN | ERC-20 | 3.005287M | $0.00001 |
$28.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219118 | 6 hours ago | | | 0 | 0.00048176143 | |
| 21114561 | 15 days ago | | | 0 | 0.00050367074 | |
| 21104534 | 16 days ago | | | 0 | 0.00027033916 | |
| 21059047 | 23 days ago | | | 0 | 0.00030620315 | |
| 21025877 | a month ago | | | 0 | 0.00031874740 | |
| 21023154 | a month ago | | | 0 | 0.00062278215 | |
| 20970335 | a month ago | | | 0 | 0.00061565462 | |
| 20952259 | a month ago | | | 0 | 0.00039877339 | |
| 20952251 | a month ago | | | 0 | 0.00021446244 | |
| 20952246 | a month ago | | | 0 | 0.00042444046 |
ABI
ABI objects
Getter at block 21220918
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
2905629905953815696924040
getSwapThresholdAmount() view returns (uint256)
16923586993138204093985451
marketingAddress() view returns (address)
0x568a925433e0c067610580b0da255d4becfe6769
name() view returns (string)
ALTOKEN
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x4c2e8d97764a8e3eebac6b01683a9b9345b3af38
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
AKEN
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
liquidityFees(uint256) view returns (uint16)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
addLiquidityFromLeftoverTokens()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
liquidityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
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)
ExcludeFromFees(address indexed account, bool isExcluded)
ForceLiquidityAdded(uint256 leftoverTokens, uint256 unaddedTokens)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
liquidityAdded(uint256 amountToken, uint256 amountCoin, uint256 liquidity)
liquidityFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
marketingAddressUpdated(address marketingAddress)
marketingFeeSent(address recipient, uint256 amount)
marketingFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.