Nuro Base

Verified contract

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

No balances found for "Nuro Base"

0x9dca493e0baf0997b4b3bb5eeb3a88d7ebc3fcb8b67072f1f76468f69d3a3733
0x304d46c552c0b0507e8c043f2c7ee64d89d3b07b0a940d65b4626fdccd65c10e
0x6ab4e3000a0c411837813dd5f29bb3d5dbb813fbd15455aaaadd2b376d40e06e
0x2d79b75448b84f2b8bf172dbd9c93b2bd3082fce837f0a1bcf321a757ab77170
0x19e4f6d4607a43d9d27a399e76972e53b7523f766f731de1b7d1cef95669b5d3
0xda515eb329a79d30f073d87ecd0dc3e9eb66bf83d4a32f00c7291b23f3a321b7
0xe01286426155e82270cf5dbe57a11d8bb5aab6b59b93a5c1d0af5b1389b689f8
0xccd7559a67e42aa6766957006d00bfb3dc9e4681f4ea138fd82e55003749535a
0xaa596e446c60e2eef68e1b7369e33afd06f83bea94b0b0a166852135de2ae267
0xcb20715ff6e8e05ff8c006d07acc166ca43c9f68a7713d64841881dd02db15b6

Functions
Getter at block 23844538
decimals(view returns (uint8)
18
name(view returns (string)
Nuro Base
symbol(view returns (string)
NUBS
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