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

Clunker

Verified contract

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

No balances found for "Clunker"

0xfaf803d16f25ce7bf201a70176b0e423bf78f5c42d7596d296f00f0a96595494
0x61bc1d197f2cb4c4294792674ce7c76bd7c362b8a37575bc247ce9cd4d8a8fd9
0xf40c93c83caed98ebef2df371610379de5a5b94b4c31b0e88481376a42fddeb0
0x4e8e1092baaf068fa2a3951de747bf9ae0e9ca28dc381c1027b6f97366a447d2
0x648f57c602fa9bc5939e6391060f37d55a5d026f36ab17eef1d220f8ad5012e5
0x2d0271c75f659da084239c3ad1a0bb3bdb2acf2d025173385f50200e5f8c9bce
0x02b7786a1626fbf1e3fa81a4b68b40e18686e17634adce0cb3750e7476bbe60f
0xb8debab1b239cf55f04515f50a75cd766dfaf5cd803db2a9bd43edf21a046bb3
0xecd834116a1fd15799d395a5cb82408566e1d72160fec1fcc0d0bc5b22b58995
0x457a05812986fbf47468c0553b23c5054f9f670c136d12c34114122e5c6f0bfb

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