Vitalik's Wallet

Verified contract

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

No balances found for "Vitalik's Wallet"

0x0ce42caa832e8cf7b0d2c1a93e8c5d8608d9e5267d322cf421b8d9884a462a72
0xfd6037642f0e8000a68b68ab13d3890a0a59b620d3784542c9f6da9dda476e8a
0xac01cd41270189f446368173f35e21bb4db666d96d3bb59e6b595011819b33e6
0x33d740eb6899c4ab7c1e253366f055130dc6c98c339568b879c7c733bb1639cd
0xcde6c21f3fd2c37e85ec17b1c877324564f1eab7ead5feb98f9de544ee29583b
0x1ca70fccdf1bd0e90cf0aca79a6aa277f609db3269566a152d6875371cdac9a7
0x52453db78b9e5973e8a2d1d9e31c518bb1e35dd812d7b49e72cb93b5edf891ad
0x22fe6e0fe35ed460d0188690e72ad803d9096ef75cd84c12217ba6c5bbcc13c2
0xb1355b1d2333c6471efb2e7e7ae18ce991f27a1cfaa2d6e7b2012d4ee4a4ddc2
0xd9cad5faab1fb3a90c7f11602bbcd50fa1cdf5ae19238ebd5b6d97deb3a64fae

Functions
Getter at block 23271622
castHash(view returns (string)
0x3e5d7824f4d41d5f75f1ec7eb3ca712d77630890
decimals(view returns (uint8)
18
deployer(view returns (address)
0x29c33ac6db1d16fdebe471c652585190905dfd04
fid(view returns (uint256)
350139
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/44cff11a-49d3-41d9-1424-222b70681600/original
name(view returns (string)
Vitalik's Wallet
symbol(view returns (string)
VitWallet
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_address deployer_uint256 fid_string image_string castHash_
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