COOK
Verified contract
Proxy
Active on
Ethereum with 249 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COOK | ERC-20 | 4.336439K | $0.000176 |
$0.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268129 | 9 hours ago | | | 0 | 0.00048545584 | |
| 21268078 | 9 hours ago | | | 0 | 0.00065641914 | |
| 21267790 | 10 hours ago | | | 0 | 0.00054932164 | |
| 21267606 | 11 hours ago | | | 0 | 0.00045368953 | |
| 21267588 | 11 hours ago | | | 0 | 0.00078461750 | |
| 21264150 | a day ago | | | 0 | 0.00091300967 | |
| 21264051 | a day ago | | | 0 | 0.00073002744 | |
| 21264014 | a day ago | | | 0 | 0.00068919905 | |
| 21263977 | a day ago | | | 0 | 0.00097940050 | |
| 21263802 | a day ago | | | 0 | 0.00092646755 |
ABI
ABI objects
Getter at block 21270816
implementation() view returns (address)
0x3bb3d74b1280a2e86013a03d05147b9a684df4bc
decimals() view returns (uint8)
18
name() view returns (string)
COOK
status() view returns (address)
0x8362bf7a5b7addeea862a374b60b81f112d27a01
symbol() view returns (string)
COOK
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
approve(address spender, uint256 value) returns (bool)
initialize(struct L1CookInit init)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidInitialization()
NotInitializing()
Paused()
UnexpectedInitializeParams()