Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12995709 | 8 months ago | | | 0 | 0.0000015403220 | |
| 12995704 | 8 months ago | | | 0 | 0.0000061275860 | |
| 12995682 | 8 months ago | | | 0 | 0.00023317399 | |
| 12995635 | 8 months ago | | | 0 | 0.0000014996051 |
ABI
ABI objects
Getter at block 22922567
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xbe699788c2e426f8644644f554e7b33a88e592803ba4c3285bed97134e22cb5c
decimals() view returns (uint8)
18
name() view returns (string)
FEAR OF MISSING OUT
symbol() view returns (string)
FOMO
totalSupply() view returns (uint256 result)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()