Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FomoX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17776580 | a year ago | | | 0 | 0.00079506000 | |
| 17776572 | a year ago | | | 0 | 0.00079506000 | |
| 17771985 | a year ago | | | 0 | 0.0018560800 | |
| 17770033 | a year ago | | | 0 | 0.0018096780 | |
| 17769860 | a year ago | | | 0 | 0.00079506000 | |
| 17769859 | a year ago | | | 0 | 0.0013920600 | |
| 17769833 | a year ago | | | 0 | 0.0010464985 | |
| 17769830 | a year ago | | | 0 | 0.0017632760 | |
| 17769829 | a year ago | | | 0 | 0.0017168740 | |
| 17769828 | a year ago | | | 0 | 0.0016704720 |
ABI
ABI objects
Getter at block 21228586
decimals() pure returns (uint8)
18
maxBuyAmount() view returns (uint256)
500000000000000000000000000000
maxSellAmount() view returns (uint256)
50000000000000000000000000
name() view returns (string)
FomoX
owner() view returns (address)
0xc70a351062186fcf0ad9ed2bd2061e30b0ee77b5
pairV2() view returns (address)
0x0b62e9a72d6012d8e5e5a2fbe192567b8b65da26
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
FOMX
totalSupply() view returns (uint256)
1000000000000000000000000000000
tradeCooldownTime() view returns (uint256)
30
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)
isExcludedFromLimits(address) view returns (bool)
lastTrade(address) view returns (uint256)
State-modifying
Events 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)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateTradeCooldownTime(uint256 _tradeCooldownTime)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
TradeCooldownTimeUpdated(uint256 tradeCooldownTime)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.