FoomToken
Verified contract
Active on
Ethereum with 5,311 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($185.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOOM | ERC-20 | 3.379605B | $0.00 |
$185.88 | |
ETH2.0 | ERC-20 | 3.276911T | -- | -- | |
0x4a8d…c4e0 | ERC-1555 | 1 | -- | -- | |
(#524216) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#524212) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#524211) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#524209) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
0xd271…5608 | ERC-1555 | 1 | -- | -- | |
0xf224…363e | ERC-1555 | 1 | -- | -- | |
DOGENS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212835 | 9 hours ago | | | 0 | 0.00053940959 | |
| 21212687 | 9 hours ago | | | 0 | 0.00051812280 | |
| 21211277 | 14 hours ago | | | 0 | 0.00037711292 | |
| 21205337 | a day ago | | | 0 | 0.00045552833 | |
| 21203637 | 2 days ago | | | 0 | 0.00053414368 | |
| 21180967 | 5 days ago | | | 0 | 0.0018791946 | |
| 21180021 | 5 days ago | | | 0 | 0.0041927962 | |
| 21180014 | 5 days ago | | | 0 | 0.0046431500 | |
| 21172256 | 6 days ago | | | 0 | 0.0011284708 | |
| 21140835 | 10 days ago | | | 0 | 0.00045445498 |
ABI
ABI objects
Getter at block 21215429
DOMAIN_SEPARATOR() view returns (bytes32)
0xfe540bcf65adbe228a1767206f22ed09386478942d2e064b464975609817b0e6
decimals() view returns (uint8)
18
maxBuyAmount() view returns (uint256)
100000000000000000000000000000
name() view returns (string)
FOOM
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FOOM
totalSupply() view returns (uint256)
175000000000000000000000000000000
uniswapV3Pool() view returns (address)
0x5cd0ad98ba6288ed7819246a1ebc0386c32c314b
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setPool(address _uniswapV3Pool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.