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

Whatever

Verified contract

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

No balances found for "Whatever"

0x693e31e6ae4f730f9b5f173432fc092139760d31e642cf9c17bbc7e7cfc4d195
0xbf30db47b20be31113edfc9536d379d7b8be19a8152159de075054496db23efa
0x684c98106f16782eb9835896b50fc473dfcd1d63f837b8c84f88a462077d912c
0x8d43c124ee668294c352f67b7276bb1e870c4580113156e4ebde625d4740c5d2
0x9cb3cec28e063f6b52d5895378ae3652ed7122903a45fe9decc321cdc4d24e33
0x7d495510dac37e26a13cb63cc418869c6e4d34c29bc69d53725d11ede8f94e51
0x8b7608f8f61498603b29538d56c395f95e6da3c395c2c9942f382d6dc2a0a21b
0x6cb1601a91fccdd13ff5bb71b734b1894f41276c651d021fbc3b248742b3d8ed
0xefd5781c2aa08aa342938d44c58c0683fb9e9839c1debc8384044f148e417377
0xd21241df5cd8b3f6fef81e99967172bf9f1edaae1891703a9d210118c927fc79

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