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

Cookies

Verified contract

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

No balances found for "Cookies"

0x51c00b4af113489313caefb11f74f1825637a521e36342949fe69c89ef979aa6
0x02b9ef89150d3307c9d129d0397f4f2c4cf35f92ece49798cc7ddcd928aad5c2
0x048a3c4dd67b3451f116f4e5e617e43f9e7da730d7aa49549af6d5255b59e2f6
0x69ce7d228cc0d169dd2416720fd268dae0134979ab392ddc7d5b93ef0f34edc2
0xc57972723d894d90df4b73cf43b9dcb8489980630c9278f97b772b7741e31d92
0xb41632aa32724998b64515ffc6233cbfe9c2f618a219e421364d411e6a79ef39
0xe59c8ed6e959188e139d16dc5474a844c6215e6acbce063be6be74489e24355c
0xf9bd6e7acea4e943c858708ede67ea92dc94483e4cbc58e70bde943784c8d32b
0x5eb649981317a8c2defbf3e10a20fc28f802d0ff7dd3f053d54b3b9367e3bdfe
0x34ebd9b66d4759ae33981e53e382374057f0879af0f21c4c9f9fcc56877cd690

Functions
Getter at block 23175647
decimals(view returns (uint8)
18
name(view returns (string)
Cookies
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
COOKIES
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (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(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account