NEKO COIN

Verified contract

Active on Base with 663 txns
Deployed by via 0xa20a70b5 at 19393112
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NEKO COIN"

0xcaaeeef4574803ac4a8f676f7338c163f028531d23f12d845f19e280b879d893
0x4c48080fa7900bbab70eae518b3d799eb10ad68ddf9e280f872395f3bc9388d4
0x10515a4476cd24dcdcc55b5dbbb418ebfdd4220dcf9e774b2a78110225db2170
0x03fab15f578aa1784ab5d9e1455a789acda944f61171a89d439f91b716bb3e45
0x34df9588af818ce0e56dd8a18ef70eb54d20e39f1accad9e859d11fc598694a7
0x02ddcb4f2243c988672e8dd6cce64c75877add4efb9f58ebf3507a8a2debef1f
0xc1a4c911c98ddaa3d61682f9241ccf57f790354c34caf37b2569d00c3e8c77f3
0xc272df5656d013bc92c6a2621ef131cb1a03ed1dcb44141d9de07191d0ad4155
0x00b3908725e926563a62c2d777873aa964c7ad63262c405ec55f530bd86526b1
0x594129807aebaf27943519ef1866c100d54f0532e79e79d7bb7c9a806f60a27d

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