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

Nyke

Verified contract

Active on Base with 2,461 txns
Deployed by via 0x22ddfb56 at 16976723
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x037c27196078e925bb99c910810b2165cc09c8a4ab75fa672823f68bdd8ae0f0
0xe3a8a167c6cda950350c389c14f0a2ac807250ea095999e5b5393e01c608f3b8
0x8e7ec160f8d20f3f20f25ae47d2ea15a1c3d6b51a65e904ebe1affedc474fa89
0x3e67ebc5c78461cafc2bb6a8f6da051439eb5556b4ae4b68c0f5d86e0abe4b5c
0xf98a343ee08f05f7fe73233e8f2ce41f9172ab30b5682f3104af58da746c54e7
0x3e56f6f054502cff3e6148b3cae7d662d9bf47a48f608b850b7cab782fe9785d
0xb170a47e5087e5c35495e81ed312573a6c82452b76854b6aa22bb6f22a94ebf5
0x7bc227b434f44abf24fcee15c169f10b1e167161ad367edc762a5ddd1f8b6d32
0x04eeb40a3f7cfe66d6d4e70855fefce540a9fc39f2bf6085c8515026d9cf447d
0x44e1ca2f9e52a0fdcd63a12c7f710d2953d71154f9e7acd27a2d7d075b863378

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