Token

Verified contract

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

No balances found for "Token"

0x796bfc5f07277ab6199d9096f4e74d7ce380b0c83d63b52aac4c4c6e6c89eafd
0x5a3d863d662c1a43c41b4394acbf900e0a0c85042d79323074db36a13f35bdcd
0xa57c5d9b07581b6b253135712fcbb001f0c22f9f200b2079381c94780d01b4f7
0x7f39f3ee95ddffb23a5d7ded4c2ce4a80c8cb2788b912189c072daa6fab64e0c
0x82feca3898d2acda9a78525ade3303efa658b2baa5725073e97308527ede375b
0x1fad119bb10191bf5049dd0d9ddcbebfa129a9cddc5eff239debb82cf1c9e7da
0xefb4ac2e5622132381bb31447a87bd6823c58df83d4d26ccc0d215c5be794bd9
0x50450c386eb62010d76d719cb86eee3ed2d676c86f71fc423b329f9d23fd7a36
0x0c941e7c283efe3b384a0707b9402975a818bfbccf2881503f74c0c63126cf67
0xb873e8712d955ff104838b60cb8000522e453823682a257e57a4dde9a43f8bac

Functions
Getter at block 22906390
decimals(view returns (uint8)
18
name(view returns (string)
Sound of Music
symbol(view returns (string)
SOUND
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