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

DOG WITH CHIPS

Verified contract

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

No balances found for "DOG WITH CHIPS"

0xe6f21066846bed604c9cc2d341e870557bcf12adf390c6ba4019932477d59e5a
0xff4ab446719306d9870d42e05166ef644c9159f4f48708d3768f593e208003ad
0xdbdd3247736e26c156d5661f565f5aed2e6bda96ac9b25c27f04d807ff0bfc93
0xb14959c06b149b58b54f2493883354a925bd9cdfd6392e6c1a73610f59c77edd
0xc80168364416cef34c04c3bf001a143b0021655f1b71b240639f8bcedd67a006
0xb88431ff7c3de2f4ce107f71862f9c515e01c6202a307762b4ec3920961dc69d
0x6a5cda23c860b6ab7a3cfd90489f02800181ce35b8daad417f6069bb21103b79
0x6ba48bec31708ddf48aeb1efaeee9ccdb929b4c3c20ebe952475742e39a20482
0x0a63f0a7af6448ba45c9b05bc1e9b081c56891547cd15d9038188395783906e9
0x7838102676a9d10bd33afd66f722917422c3e438ae429dd9b8e53db7947c33e0

Functions
Getter at block 22763344
decimals(view returns (uint8)
18
name(view returns (string)
DOG WITH CHIPS
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CHIPS
totalSupply(view returns (uint256)
50000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address initialOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account