Fear of Missing Out

Verified contract

Active on Base with 25 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Fear of Missing Out"

0xc9b79ac652481a98f6ce788c09bb3b760c358fe7990732e8d35aa5eb847985c9
0x81242e0934053bacd34bc7783b09c196d14ce6b4850988fd5e18140bf12927a0
0xd5965bee158c1e1babd63f6f9193c1817ecd1bf201131b73827282b60bfc473e
0xef9fb6fbdd70fffc1c448be5c7d69aa60894571c2ef2fbcedbf49e47ee949b61
0x6737b23345dffda08e4bb690f31c3b1036d1364f7e5d668da5965bd8a3719338
0x3f7bf1bcf3811aa1c7c8c9df8d4187b600543f5530f8d88b8c0f1c0d2b724bd5
0xb9d0b886e4b30a23ff86040ad832b5de202d8c65d0c6e89e86e18959c9fa40b4
0xcda8cd7aa2c6231f22405a3cbd193e60bbe652d22a15b4cc64cb2b93a4f66176
0x0cb821656738237170554907f430ccc3962a662811bb35486165f1e151ac6701
0xc2009a58beebb7f698504e913260a00a7b54ba192ba7732f1e305743984a12d5

Functions
Getter at block 22820401
decimals(view returns (uint8)
18
name(view returns (string)
Fear of Missing Out
symbol(view returns (string)
FOMO
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender