Baby Neiro

Verified contract

Active on Base with 1,170 txns
Deployed by via 0x930ce9c8 at 17665563
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xcaa11e541ee0581b4e0a65809c8299711f9f981b2ff81e1710e4899f65163356
0x874a3bc28eb89cd73e4cac8b2f136c0b4369712c270d4ba5f1ff7528eb8d1680
0xc5c8e14545dfc23dbde0c9711377140dc8da2d62378f172e8c9f5676a182ec39
0x0076ef62800e5b05f6c9b12adc2f7905c3be542de52dd74e1922b09fdcf70110
0x27cdc4308ea72c4cb290b13c95d3d9fe434b6ddcdbdcaa56046fe21c47e6dbb2
0x458c8f1e6b8adf97ed91601b13630c99064a17769473c5db5179a88c0f61682d
0xc1242b083fa646b6c5266f60459eaffcbbd38c5607d1d45537434f37efb8e307
0x1d5054e790566c475a634121c154cdca66ee82de02e6b4e490e2f83b0d51967b
0x2e50551e9521ae0f418483c8d4cc408ce75a07215826dc5aa52e057b95ebdc68
0xa883fe3123cfe1f016a5dce2e535c6928934d9cdf016ce68c148381dde27723a

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