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

cooffee

Unverified contract

Proxy

Active on Base with 60 txns
Deployed by via 0x89b746e6 at 22757738
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "cooffee"

0x00239811ccd95d210bdc96da84a7d86f6290d257806c5241bca2940f945088b4
0xa267da3cbe64157f300dec7e5e0f37f2743efb0c37be0d669023b0164aa10ffd
0xe0317276921f50a68f2d6e80bb29bf5e7437e26586d4b71964fe37583db4a676
0x7c43f7d562b917202998d1e9e29ef1f62b5d2c4f6a8c0f02edcabbf877fedeec
0x03eada97a4734c7399e7d44869ca6231e4e408ee8f01f605526e6d4ae4f225f7
0xcabbaa8e7ba7bce47edbf38d01e69bb40b7c320962d092d806ee8cdc8c4bc81d
0x5ca94dd468d825bfc81a49bad2f8d148bf08192a1ea6aceaa2880dec71191ed0
0xaf69bf48c5b8266d4f82145b0b8100deb6211fb577bda02ce90b9806914b7d57
0x1551affcadfd6b32753fbe09e860641e46de8f9b35a55c5b835279b370bb9616
0x31b3a605bad319548c537db3779fdb6a0de9fed22c5bc39b92c484be3a2d0803

Functions
Getter at block 22934590
decimals(view returns (uint8)
18
name(view returns (string)
cooffee
symbol(view returns (string)
COOFFEE
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(