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

Kevin

Verified contract

Active on Base with 19,696 txns
Deployed by via 0xe21f8744 at 20763747
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x65d353cb9a23d5d2e3a39d8196144f2b6964c03a3664a0d2d5dd139af62289a1
0x0c127c61dffacfcce0a1201461520e830846d057c45df9c2c5771139547f0147
0xc6bbbf0042b31477a3c05ce67b09e9154174b542d1a3e55418305ded7a4e93c8
0x3b60cea09f5946eef5d0d59556679502df958ca51be74aeed1b0053e6dc0363f
0x7e39f8ec480e6715f27f9265b45f547c5ef650eeba78e18865003df22a1b54f4
0xfdacf1cf44a968400b0128cb6ff36368586af70ca44cbee20802c739b1f7de40
0x309906bfe08e4e485514ef341d46d0cd6dc61c0e4d2fff7cda5713b5db26ff45
0x5e61d54334374266aac631e7982c76761e4ed4dfd05b46c1e8ef638d012f1902
0x8445db4d4314507e3f223905ebb5d6623dd799131570ec83be55f5746400c750
0xd81c8104f6358a99594d7c96525e554374fe48e439f0c520cf4177fe05895b05

Functions
Getter at block 22745222
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Kevin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
KEVIN
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