@clanker deploy a token

Verified contract

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

No balances found for "@clanker deploy a token"

0xaed92a68414ee0836f705b97129d5a8237784f04d368029aa17d232dc8567f9a
0xcb592fe3f4909d70862de94cf7a628735ee04f168e51213dbcbda5092c3da610
0x31b22dd2afc6a365024d72fdab2807bb7af80f29e7284f1ae0ddf12a4d175b00
0x98289bd1dd1a580c7231e17841a53dd958ff8c41cc77c5b24e732080e6662cd8
0xdba744c1df4ab1d7589bf9b5059c07ea6f71acf467ace5b13978c1fbc08180ae
0xf8a8a75536278644bf8a5216e4235d50dc18d4bfb3347cd2307c49016a1753d0

Functions
Getter at block 23888759
decimals(view returns (uint8)
18
name(view returns (string)
@clanker deploy a token
symbol(view returns (string)
MARIA
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