Mother of Moodeng

Verified contract

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

No balances found for "Mother of Moodeng"

0xb0eace6f74e1df1b833c62fa9d84a016f585fe0aa9c48f5c619a761674385389
0x64ca3230766cc2d591f5dd92932be0702a1376fe9e9d4258b2c168902131f9d8
0x8b9ec4b1d1a50fbbc016807615fdf603861de1393676f594b26212a07b74f0df
0x4587a5f8a7d61942614d9871396a4c5f99c18468510107c7182730d882eb7eb8

Functions
Getter at block 23695040
decimals(view returns (uint8)
18
name(view returns (string)
Mother of Moodeng
symbol(view returns (string)
Jonah
totalSupply(view returns (uint256)
660000000000000000000000000000
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 namestring symboluint256 initialSupply
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