MoonFOMO

Verified contract

Active on Base with 3 txns
Deployed by via 0x595d0364 at 23077823
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MoonFOMO"

0x9171b60337e0992f3c0c9f021e0c7fc850640b7ba9dde19937b54a2d931a5cdd
0x763f1825ee6938fbec522a4570c26d41185515818a11d1108fa3606669ba063f
0x0f7f52a2ac99f5bdfdf2409b11941a228e0d73578cc5b66f9c458ed97331f61c

Functions
Getter at block 23952180
castHash(view returns (string)
0x7e6235fbd50757395ec5583ced2bc9161fe4af90
decimals(view returns (uint8)
18
deployer(view returns (address)
0x9ae8e67f5741dacd0f7dd29c626eb3bdb470838c
fid(view returns (uint256)
887327
image(view returns (string)
name(view returns (string)
MoonFOMO
symbol(view returns (string)
MoonFOMO
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_address deployer_uint256 fid_string image_string castHash_
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