NONA

Verified contract

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

No balances found for "NONA"

0x6ea7cb73bf07d1c5c6b8a309830cd5048c8f5180c183295fa68ce25ec87e5036
0xc82c16d553211d16f022eb916cb6a185d099294f19f615c358416f0227b486aa
0x129901b0d9e171d76bef7c3575bac6b762fa4a9fd20693423969e71807805a58
0xda398906ec9816d1897ef7fd0ac8309c40d352a3c7829e5cc8b444d29a24301b
0xb06c75c309e4738da97dae286109cc8edd6d8de23848aae65021768052d54d30
0xc1ee0f13d754cff38f2f70ac15dfac42158515813aca14857f8916e5e0ac1bb6
0x3dea0294d2c63d8c61c88ad264c9f3d9ad956b803231f744f709c323534010da
0xe955ddfa723cc7797b6ff72bebf0a5393eb13bee2d2db0dbb55c5880eb871b24
0x107acb6a5917867d66eb8adb4b759baa0342a26ce770b560b84d3895a7d3b37f
0x6c86dcbccd925ea51177fa91847547522060c110f26f200df783562359a93219

Functions
Getter at block 23033744
decimals(view returns (uint8)
18
name(view returns (string)
NONA
symbol(view returns (string)
NONA
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