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

NEIROWIFHAT

Verified contract

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

No balances found for "NEIROWIFHAT"

0xd11aac243da9d75a649ad9599172c5cc18eff1d5cda069c581cfc75d8970e47b
0x6cc44b3cba0aae1a2b0958c1bc2efef0303f531d3667a5b509ce3cea08c43b67
0x54b1fac4eaaccfeb98ddcd71b9dc5421e410ca76a9b1f5ca7aab229ac60ada9e
0x109c81f0163769533f42dc402691268ae9408b004bbc86b81948c3afda4fa3e8
0x4bd83aec361bf47ef2e2b527c3d44ea51751f057912de7455834d8beb847b692
0x4641d24f4e175f56014ca2437f4689caa28237a13de4a4219d64063fefe23e47

Functions
Getter at block 23881535
decimals(view returns (uint8)
18
name(view returns (string)
NEIROWIFHAT
symbol(view returns (string)
NEIRO
totalSupply(view returns (uint256)
780000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 initialSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender