Neynar

Verified contract

Active on Base with 26 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Neynar"

0x00488b49adb21ce68b6c1adf3e311d8b86c1ddc48756c762edaeaecc9edbeb50
0xc5954cb01dd7dddca8911c8904b64d8b10030e4025123f090106e2c0559b5652
0x160eabdc0f73aa8e017ff6f651537bdee2e995d8d42a3d7292b8224bb67a941e
0x4dac66781cbf6f6dc4530bdd2b50d1a6300788e6cfaa59a6e3444011b35c1eb9
0x2c6e3bcb18f064efa5fd501e646c64b0afce2609d4cf1a21c61f41132a4dc249
0xdfd01d26885592dee99f2788c827a412d9c6ce1365b0bfc7157cf600adb8fd84
0x10e652e438eec0795d5b2985892dd6d2d60a0395f2fc7a1b0974c0e5f6bd95c3
0xfa9219d57002d1b4a60c25f6ff350592c0ee538a702cc0087629281ea467c90d
0xecac7f94b2fb21396315e7047dd564a1dcea3bb9f7a7ec4a84b6af9176e80989
0x2d9dbbd2ca1047cf1b5dbbea803a0b15260be579809f21ea8db981536708327e

Functions
Getter at block 22915677
decimals(view returns (uint8)
18
name(view returns (string)
Neynar
symbol(view returns (string)
NN
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_uint256 maxSupply_
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