Naruto

Verified contract

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

No balances found for "Naruto"

0x365086fa4e81e987bcbafd23c75eee3bc0e2fbdc6a4f123afbdb9546f03777bc
0xdfecdbd3b4702287b0023e8bd0b5a98fc62793fb704254301d9cf778da615034
0x4cc7c6379ff2e426329c7555f05bcd2a281470ab70823f6d33121007cc1defa5
0x1d2a05a4924d8bd583b440378c71e2c417e77f3fe72d28a51072d5f0b1b291a8
0x881a0ae279d3ddd673872a760d322ddbb7b111bc4e49b85b7affabdb8bd10d1e

Functions
Getter at block 22127775
decimals(view returns (uint8)
18
name(view returns (string)
Naruto
symbol(view returns (string)
NARUTO
totalSupply(view returns (uint256)
560000000000000000000000000000
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