This contract is being backfilled. You may encounter incomplete storage history.

m0o0o0o0o0o0o0o0o0o

Verified contract

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

No balances found for "m0o0o0o0o0o0o0o0o0o"

0x4a90b071b533c6512c7d2661ed0fbec1f68f03b4770759c99f290fbeb653e198
0xf5653139e2a4f47700faeb910ecfc2db1416e45ad4ddd8a97a6d7ea6092249c3
0xb38598529a6657ed851ac1b85ca54d3edd1beb3f9e9bbe754c915415617040d3
0xb6810eee110f05fbff4cd50768415631443dd36baa66b0b7000c96d79cd53ffd
0x1e83c976a21faffe49482cb3b52f28f4080924be7bea9bfb82eb80bf04e044d4
0x85bc48ee42524b0f33179b171339b6d61634ad0520325a81db8895a5497598d6
0x40590d121e721b726489de06b31fafcbe15f343f278111ac78b1b12e81050283
0x1fe6abddfe429872fcb6393c103427e73eb863a8961ed14c78e4820d46433d7d
0x4a09639c5e42a86bcdb9f9b782233703772c0a94b5f38ed0dbea9df914fb1dda
0x2c12ddb4140e5625e89cb69c4c6fab5a74928a2a5c502a8d54802801ec6b5c89

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