COOK

Verified contract

Proxy

Active on Ethereum with 249 txns
Deployed by via 0x6268a5a8 at 20618978
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0.76
0xd6d7b7718bb56a471e12000ad86ef50d88cfc4b02ea64fe46fec427fd8e1ef9b
0x4213f69b15facb7a6a1dd09ee878846b33e0e45311d34939e059f8fc673fbf86
0xfef25125f383667082876882f3099130c671cb70c631705be328efe6492dc3a6
0x1490c19903e8c50bb5642e6e515ecc44fb38ccc116544f87e7fefa9e2863ee81
0x717cac289a3cda935ff55a8abfa5a12691426c72b23581eb0318a3fff509ad33
0x264b09cb1eb1a9461be3406c7b4ed0555c2d83761cf890e0943b082ed0db9b30
0xf0821593d5cee9b7e5fcb2cb0e621d0e44fe6d20db4507c999903135386152c3
0x3dfe6313c4606e82ac0b3daefcfef2235356c0007bdbc289497bc93e3504e41d
0x8500ece054cad4d2cec4f745d62bbbdfb87f430da8bcaa65178ea716070c7ac4
0x1a1d33cca0a3ca8bb304ca69a13336f91325dbeee017855980b9bd8826fd8763

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
admin(returns (address)
changeAdmin(address newAdmin
approve(address spenderuint256 valuereturns (bool)
initialize(struct L1CookInit init
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidInitialization(
NotInitializing(
Paused(
UnexpectedInitializeParams(