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

Token

Verified contract

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

No balances found for "Token"

0xd8b0f0806ca287421e384602efe3ccc692b79e1882ba8f63602c598854d8607f
0x3fa7fe3198467d39b08c0c46cccc2994f85f07ba32c40dad1781c79d2e0d27ed
0x25e321036b4f6eb769f7968c298c28486b0f2576a9c8a1c43ad92b746f02f31d
0x83d994b065f0f644162e3be889996df7385710eef729ca947bb87803867b2111
0x6391b621747d67f23ac6d59392da3187f6b74d95355d68f6f9f78b5bbb5d38e7
0xe6600646408a4ff3ae01d2be3330685d29793e069825f63697776331a21f329f
0x48ff5a86fe035d709c5fdb1b168de821a0dfdb1fee3c6fd7fe529d6c85647d2d
0xe9df07afb1a7f4b3c3524f2b18bc6ac3ded8c0cc655923537788c0cba231f4de
0xa159b5048c439ec30cf4ca08d2f4f64aefd0e2bf2e2480e5ebc615cd5e0e6f34
0xb8b217728a1a79138605ec11f81d5caafc6ea1d4689992b3b75888cb960192ca

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