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

Vitalik Buterin

Verified contract

Active on Base with 3 txns
Deployed by via 0x1c871ad4 at 18599471
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Vitalik Buterin"

0x8709b024dc26a94a1b0060ed351e2b798a32b11a4ab2780aa79f4f4d647a2e25
0xf6f7e2cb345e28bd4e5ac1e2e1ca801f252fc860627559b86e520d9acb01b640
0xe240b802e9ce0551bbe01355b1d8ac00d67d1b1fec28582e8a8eeab3b73cdbc1

Functions
Getter at block 23652368
decimals(view returns (uint8)
18
name(view returns (string)
Vitalik Buterin
symbol(view returns (string)
VITALIK
totalSupply(view returns (uint256)
790000000000000000000000000000
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 namestring symboluint256 initialSupply
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