Neiro🐕

Verified contract

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

No balances found for "Neiro🐕"

0x1a9d3f49ac680c1882aa9626aac6765cb9bbba16e46931aa192b44ba18f689e2
0x3545c51d070f6daa0bb462a6b39ae7c834e3980db25957b2b609d0a9d1d54174
0x861af1fab7feb21d10df7b5fb025bd5de84fb0ddcdc4a026edfc820b1a01a47c
0x2a87887331b72c365d3c0ad387882f7cf39d3f68825408b3cc9fba2f944c479c
0x7e86f55492ea1868f60d99ccce674cd0296c838fb555ccf9941769d1013af3fe
0xa6b8090582b6a8fddf9013a20c85086c4c2069edefe37079aaf25df139e112c6
0x777dc64803816a527940c778a5e7c7aca4f287cbe6a53377df3a5d5576865671

Functions
Getter at block 22438580
decimals(view returns (uint8)
18
name(view returns (string)
Neiro🐕
symbol(view returns (string)
Neiro
totalSupply(view returns (uint256)
650000000000000000000000000000
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