MoonCat

Verified contract

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

No balances found for "MoonCat"

0x700e88812c52b98275d045d3379c3a8a18439f375b2825c14cf61bdd13fa1b42
0xcbf5bbdde9e60e2b4a9169d811d9d7fa38d4f652def89d7180a915919a53a722
0x84300f053e8e7a2a6280a912e1d0310a71d5590508786cd4c3b392723cf58639
0x2d52b0e10e542075b454a8be01f39e7e431cd19fc4d168f13ca4435be83572e5
0x091cb8d2b8901c4b22f11a4dbd9b8d2b2cba03ae5fab3f56699bd909bcf30905
0x5ab92ae2a3e783901cd3bc9571b5ac1b078956832bb15b9f4b62ed5912b8541e
0x9119e1abdda4d60a43b2c0410b491a28639693b00859cbdc9f65b0767bd97b51
0xa8ceb1f6e0a5533bdfbd0fcb8466f590bb7c5e5d1b5c26bd70c5407ab772c4cb
0xc7ad60a1a790c7e7631ef2245a25def7cbc9c07660f0ed4b5937badb13dd0f20
0xe8de343df4b16a7a50db3a9fd538066d052afa2db703efe370c978e91a6907bd

Functions
Getter at block 23596068
decimals(view returns (uint8)
18
name(view returns (string)
MoonCat
symbol(view returns (string)
Mcat
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