My First Year Being Rich

Verified contract

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

No balances found for "My First Year Being Rich"

0x50b3d6761f67ed15a1b2bc853fc5e5cf106e37009be7890b47c9476d0005f2b9
0xf59437773398bade6d3f2ee6519f22471115366d66308fc6708f2fbcb3cea454
0x341b67f2d85665296b68c20931824c268613ba9a6410e0bce2be2743bfa88ea5
0xe3943e31d476ccd0abd6de1f08baaced1aecf4e5afabb4dd1d90c9d5f2ab6d9e
0x982d019411cc1e861a4d147810f4aaf3842b661b3875a70dde565659bf0e42b3
0x2b7d6d6da93e842efe0aa82bd42ff135f3a5b036766360049007dd70fc54a093
0xdc413871dc4714b247d99fb743ff2deb3f0d4d9ab9f642dfbe4939b187a26a66
0xa0076a17b4f72d0c6985a2a126595746e8f62e3c965febcb78d28b730dfec55a
0xb058e3b1b97520426f051e04cc4981cb2ffd7aaa314abc2792ccbe0be89efeee
0xee3291cded8e267f24680add58b54ca338673fc367ae78437217cc7f076c6fcd

Functions
Getter at block 23597922
decimals(view returns (uint8)
18
name(view returns (string)
My First Year Being Rich
symbol(view returns (string)
MFYBR
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