NSB Coin

Verified contract

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

No balances found for "NSB Coin"

0xc1ec67d4f29925dfa4b3cdf4883e446e6c51dc637448270a423a4045209eee73
0x4c4dce85fb500cad0a353839ea4d92d5a619a5797e91fe7e49a49c3bad425f7f
0x9b6520a0f5fbd969ed7811e7b22068de7d9bdcc3ef08e3ed79af82f32a118dd1
0xd1e699a2610dac7565a34172c69c043eb878c286c4c7d7bed5fd71fd056c5804
0x9372d220680b689b4f006b68df7d98d266eb6bdca6194359aa6b8425fe569b68
0x70859117fa5141f917b601dff2fdd5786377068f9efda9ed88cdd01812cf4e75
0xd1da0042454cd7cdfe3091ead255872b63c85d5384511cc90419d3471dcdcbe6
0xe9099603d098903b594da07c94f1284b5663eea97e047a3784b246feb76c4e6f

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