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

just a chillin supercaster guy

Verified contract

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

No balances found for "just a chillin supercaster guy"

0x940cc213a0ff5b09695641b349ace27f1f706e4c57d79f567c9d2312822b941c
0x60c639133decbfa04c7abf1b7b48a6a3b7ca692d348aeecc8236248f9e7fdee9
0xf76142f8715d25451af9fbb2deac76a81bbab98daf93eec602293ebff9e579d3
0xa420726243123a82e12d5888de700f5bdf6bd84a586f0c144926522bcb06c77e
0x3a7b1c6ce529cb28c2568fd1d09ef7de0971733df7063436238a0a31fe06dc4d
0x09e83719bb607f9a4439c70224360a47ae47eb624453b9e5b15d8ec81ab7c081
0xd84f0ac42dc3adf919457d50b6c1b337a9e19fffa6babc362a92548b81d44546
0xde57e99e5e9d9e22ab30db5808ae56f6df1028d1acfa7a70254e6df2e487999c
0x9c4cb524b223196ebbf22efd16b61f58ec81b16fec4a93be369187d4faf07af9
0x36e05b753d4d5baebfe0b0009a8aa6d5c9f543d9a58b834bfb3fa6b96f1d85ab

Functions
Getter at block 23843942
decimals(view returns (uint8)
18
name(view returns (string)
just a chillin supercaster guy
symbol(view returns (string)
super chill
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