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

CHINKIE

Verified contract

Active on Base with 1,052 txns
Deployed by via 0x2d01bea3 at 16963302
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xe5474c217c772843fa25bdc27133e29cbe9ff6f46e6a6e51c5480d717dbeaf27
0x201ba1a2ffbfaf3263f42b7a0fee64b9f1dbca6926b39ab103c145f5c9aa099d
0xf1e7d4a8aeefb0eea875444ca01ed0643f4ef972270618f98a8813f375cbf5e8
0x113f2c00577b1523b4d644cbe2a96fc0ee0a73ed3d8a6bdaec9fc2151de52357
0xf780f908f7e6618f9fcbe2095177921847ee0553d58b27625fb4c04da713ebef
0x0d0592c848482cc3576d8a51a57d584ab6f24dc70b27b5681997e03f9c0bd692
0x51aed4aab7297e41070482b1873fa96ef9af708df00cb04551bd970a7888b285
0xac202a6d437c048ce3d6016b9f9373b572034ef2d8ffa95f26560809943c72a0
0x45d62ba513cfa3b7681f8ca69b249075f50775ae535cc4be065b436c3924a3f0
0x8c71f1edbfd1b888641da2f4ea5819ab7dcac55e9323bd715014dfeabe6225bf

Functions
Getter at block 22763165
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
CHINKIE
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CHINKIE
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account