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

Neymar Jr

Verified contract

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

No balances found for "Neymar Jr"

0x230147efcfe842562d031bc77b97341a30a0b907a4f5445c870f7abe41dd3ee9
0x4d2ed85ee15917a78909b5d050e1f9a45f1831349117e2aed6c72eff5a04599a
0xb2899e8853312a3881def16c82633fe057a95a10ab23f192c671cbbd6070cc01
0x59a74b3b9147557211cbf51b539f41f709e5a543ec9569d1cd899980881eb753
0x511899e89eccd01b0dba77dd82035bf922a1a6435159b03548a510cab6554368

Functions
Getter at block 22118476
decimals(view returns (uint8)
18
name(view returns (string)
Neymar Jr
symbol(view returns (string)
NEYMAR
totalSupply(view returns (uint256)
850000000000000000000000000000
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