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

STARBUCKS

Verified contract

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

No balances found for "STARBUCKS"

0x446882fec3fddc1db1707f45c605be68277cf00b292cac66fc5b3552af1b186a
0x6055a290fc1cd0a0fdd9081039bf84317013d5310fe01298218db358b16062ac
0x99d5069f4960a1869a4b62123bd63c4d13076f8ebc314922bce78aceb5a46f2e
0x634449293cf8e8b117233bd04449518e419a8bef601a04b1e0ee14f4a1ee94a8
0xf46ff46abc0d51fe7117bd9a10c320daf6bab8c3f59b18d20de2ceb3403330a4
0x3d5fcc89bf4dc0d43d42f983a799c33d9516003c0b54b995043979892f97ac1c
0x40bb6a2685d238bc3341533b60a38e82c22fb8e2fdc2234d624afdabec471e56
0xf8fcafdadd353497f0469bc2e5487ad0d52db214d89be363dc800e88f74ef5cf
0xb313de9a941ce1986693caee57a6870b56d17e9ba7ce6fe96189f8cc6f03c3dd
0x6c78983c74d56d05555bed93b586ae0ae66207ed44750ccc0eecc39a72715b81

Functions
Getter at block 23186724
$$(view returns (address)
0x0006f94c36229422ae99d0689a695325e17d49c8
decimals(view returns (uint8)
18
name(view returns (string)
STARBUCKS
symbol(view returns (string)
Do you like STARBUCKS coffe?
totalSupply(view returns (uint256)
9206900000000000000000000000000
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(
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