Miau

Verified contract

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

No balances found for "Miau"

0xf3652514e74fe00ccfe36fe9aa9481b9667b72dee2158fa54c8405730d64775d
0xa4c4793cf96bdd7d77a54610e7dfe018e6c3a9f852acfeacd9b198730c3b26f3
0xf0b50d4607f2ebb63c6c79a3fbf33200ff7f7e78c93d5cdd1dd1d5e5e40fe3fc
0x7fa08f92e194304328cdd3319a182ee6902f7286c136ba9aafb1beec3c14601d
0x9cabeac4728f21f74e3ac29a741221f0136f762b41b17aaeeabca60a2b9dc139
0x5c8a9cd65632eaa52d4a4e469c6272ad654e7542b6ef0c36b309c199e958e9e9
0x74f590aceb5b9903c666e829019412743bf40d962fe40bfd79892f42bd61a293
0xfde85de2fff46c245ff9798077aeeffc81af323f25365b99de84c5660e61688c
0x2a06804564d71cad7b7641362f1254e08e77fe0bad9be8bca578c24591b6f2ae
0x4b54305b353f59c5ecb4762aaa1e5220c5a462024d9a833ab0c7ffb679ce9962

Functions
Getter at block 22422229
decimals(view returns (uint8)
18
name(view returns (string)
Miau
symbol(view returns (string)
MIAU
totalSupply(view returns (uint256)
1000000000000000000000000000
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