AminoToken
Verified contract
Active on
Ethereum with 30,510 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26,388.70)
Native
Value
$25,769.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.78886 | $3,308.57 |
$25,769.99 | |
AMO | ERC-20 | 3.436109M | $0.00018 |
$618.71 | |
ATOR | ERC-20 | 110.135694 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243973 | 24 minutes ago | | | 0 | 0.00089983733 | |
| 21243855 | an hour ago | | | 0 | 0.0010406756 | |
| 21243839 | an hour ago | | | 0 | 0.0010976976 | |
| 21243801 | an hour ago | | | 0 | 0.00076914240 | |
| 21243796 | an hour ago | | | 0 | 0.00099998318 | |
| 21243775 | an hour ago | | | 0 | 0.0011206620 | |
| 21243756 | an hour ago | | | 0 | 0.00068569500 | |
| 21243735 | an hour ago | | | 0 | 0.0012390641 | |
| 21243494 | 2 hours ago | | | 0 | 0.00081756802 | |
| 21243464 | 2 hours ago | | | 0 | 0.00087162600 |
ABI
ABI objects
Getter at block 21244093
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
ZERO_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
buyFees() view returns (uint256)
0
decimals() view returns (uint8)
18
launchBlock() view returns (uint256)
18478611
launchTime() view returns (uint256)
1698858083
launched() view returns (bool)
true
marketingWallet() view returns (address)
0x853df818d687dce4c6dca6684668ce1d38cf4152
name() view returns (string)
Amino
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFees() view returns (uint256)
0
swapEnabled() view returns (bool)
false
swapTokensAtAmount() view returns (uint256)
50000000000000000000000000000
symbol() view returns (string)
AMO
taxesEnabled() view returns (bool)
false
totalSupply() view returns (uint256)
49550000000000000000000000000
uniswapUniversalRouter() view returns (address)
0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad
uniswapV2Pair() view returns (address)
0x39452bb88a9b098015fd31a2da8375f99b4e976d
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
uniswapV3Pair() view returns (address)
0xc1b24a9ecf68c14ffe65263b1591c29dd341d09d
uniswapV3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address[] accounts, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
prepareForMigration()
renounceOwnership()
setBuyFees(uint256 _buyFees)
setMarketingWallet(address _marketingWallet)
setSellFees(uint256 _sellFees)
setSwapEnabled(bool value)
setSwapTokensAtAmount(uint256 _swapTokensAtAmount)
setTaxesEnabled(bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckTokens(address tkn)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
Launch(uint256 blockNumber, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrepareForMigration(uint256 blockNumber, uint256 timestamp)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SetBuyFees(uint256 oldValue, uint256 newValue)
SetMarketingWallet(address indexed oldWallet, address indexed newWallet)
SetSellFees(uint256 oldValue, uint256 newValue)
SetSwapEnabled(bool status)
SetSwapTokensAtAmount(uint256 oldValue, uint256 newValue)
SetTaxesEnabled(bool status)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawStuckTokens(address token, uint256 amount)
constructor()
receive()
This contract contains no error objects.