Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($211.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GMFAM | ERC-20 | 37.161624B | $0.00 |
$111.48 | |
USDT | ERC-20 | 100 | $1.00 |
$100 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216516 | 16 minutes ago | | | 0 | 0.00064651992 | |
| 21214976 | 5 hours ago | | | 0 | 0.00073060163 | |
| 21212727 | 13 hours ago | | | 0 | 0.00061044377 | |
| 21211359 | 18 hours ago | | | 0 | 0.00032145451 | |
| 21211283 | 18 hours ago | | | 0 | 0.00030024913 | |
| 21208468 | a day ago | | | 0 | 0.00066097314 | |
| 21203680 | 2 days ago | | | 0 | 0.00025400040 | |
| 21197990 | 3 days ago | | | 0 | 0.00079420370 | |
| 21194305 | 3 days ago | | | 0 | 0.0012968699 | |
| 21193962 | 3 days ago | | | 0 | 0.0014585449 |
ABI
ABI objects
Getter at block 21216593
DEADBLOCK_COUNT() view returns (uint256)
10
INITIAL_UNISWAP_LIQUIDITY() view returns (uint256)
60000000000000000000000000000000
MAX_BUY() view returns (uint256)
200000000000000000000000000000
_limitBuys() view returns (bool)
false
_unrestricted() view returns (bool)
true
deadblockStart() view returns (uint256)
17307901
decimals() view returns (uint8)
18
name() view returns (string)
GMFAM
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
GMFAM
totalSupply() view returns (uint256)
81410151862921999999999989999900
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setAddressToWhiteList(address _address, bool _allow)
setBlockContracts(bool _val)
setLimitBuys(bool _val)
setMaxBuyAmount(uint256 value)
setPools(address[] _val)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unleashGMFAM()
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
LiquidityPoolSet(address arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ContractPaused()
IncorrectSum()
LimitExceeded()
NoZeroTransfers()
NotAllowed()