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 "Token"

0x1c8f135f48994dea7a795099371712e2180d8d124910825b293797531940ddf3
0x54556686e77c00eddcc779b0cd8c21d1ae730e2e8059629381e387a1d145f746
0x5598c859d213196e8d975002c6af1dea1f4d4c859971db663b2aba70abf409e3
0x32a43a81718346c43c6d19dddaef0e2bf547b8c6016d7e57b1d0ba26eb3279aa
0x7243ed7efaf5c80037087088e969536c18b360cee900612ca426a12c585d8e51
0xe472e7a7bde18815ef4e14716fae7af7206d6c64159388b85ae93bf7c217e6e8

Functions
Getter at block 22920105
decimals(view returns (uint8)
18
name(view returns (string)
Community Base
symbol(view returns (string)
COM
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