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

Baby Neiro

Verified contract

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

No balances found for "Baby Neiro"

0xf2d9548994b533211d8b43fdcbf4dd7353b0ea72e59a5387837ca832dae8991a
0x5f5f6249e56fbd9cf1ba8a98d8abfa8f30b39df6eae3d4138461db9163dce7ee
0x0a8706b235ac1e2714d69480c8c601b772a4312e54a1557952fbff436ecda9f3

Functions
Getter at block 23931023
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Baby Neiro
owner(view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol(view returns (string)
BabyNeiro
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