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

Chinese Neiro

Verified contract

Active on Base with 472 txns
Deployed by via 0x80d94037 at 17771449
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x1d04233243cc48c16691896da7134a670f1a5e28369f6c21100dce22b0518bbe
0xb88f583e0c767b53592d5473d0b97f2d5dfe0b85f415c334b95ca9bc257faf9c
0xdeb7d076f6dd7b683cfc8a7a4d1702df857c82babbf1770a1af321e7dd8b7eb0
0xea5e1d543e12df3abf8cdeb4c8817539b3d42c3b603ee277f5a4b2a10c559360
0x1b137b57d6be30188fb4761fe5d1d936eae7aeeae1b9135155a90c64cd33e3dc
0xb0c643ede170cac2de1d9ccd12270667bcc0e7110d1b5aebe58e1337d5381559
0x79f6ac88a2eeccc19c6091e27f89165e5665bd22a8680d72b5a68ad274f4f10a
0xf01fdf3c0c51f234a24caab2e02d0f70ce3da444a56b98a76ce9ebd575726c54
0x8a55e0bc86e9683dcd27715b638ece18e55c586d9540d1f011e4453a74abc576
0xa84cfa373ac347952dff56659edd3d266511d3362b8cf74e85b84f016b665ed8

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