cook

Verified contract

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

No balances found for "cook"

0xdb0a651ab88a5fcc5002d82596a43e0575118b17d3029d17543bd74b40ce43d4
0xf5c6dc6c1d05505b5e0ecafb8ce249ff9409dc182df5e7dbc9febe82dcfa64b9
0xbe3f27e3d00be69246126409ebc0f4e1bacf94c2f68d460213e2051c75831663
0x1ed9a3579456221a1c67c58462ce6d8e6ecd5eceb6c5aa7605ab9251456094c5
0x51154771e879e3d48bdc6ff137fc7cbca165ce360a7d711b082d116486bef262
0x9234d65f61c1a6750f405d958ba473d5758213b6c371085c6d32b5b7b6058337
0xa902cd27759156224f6031d97c5325822ce970eb9f0bc42bae1d8c65eb91c458
0xe7914ae4a17c13c9c48fcd084192e97a48d4fa1cf696b6f297217997f456f321
0xbe9ca3572045294d994aa06970d0ff602dc6f5faa0d26bc6034beff3a519f317
0x285cf20397b2bc5d979aa67799ca0c8c5bc51d44293a3d2b97e23e17017f7446

Functions
Getter at block 22832842
decimals(view returns (uint8)
18
name(view returns (string)
cook
symbol(view returns (string)
COOK
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