NOSNIPER

Verified contract

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

No balances found for "NOSNIPER"

0x27de3fd2b61d74f88ed05fd1feb311640538dce698fd5a2740fafc52b7cedbc3
0xea7a9ac69e6ad598f552d4ef405eb63df2321501eeb55abc02d00e0af1293271
0x1bdf951754d48925dad6579f38e38f39e9cde267134137b5f37f94448c1f50be
0x7c4cdc59d1c5d4397150418a7edb8d066918d5145dd23df06546c18a689034f9
0x2f11be51baa5199fb76a99c4fe709d4d6d3bdd523131d3c7dff69766cadbbbb4
0xa93650398506f418d79f786c870d3b2cdb7d05cdbda10ee89ad75f2181dffba3
0xa68840f218c51991abc639f861e51a41aff1faa45a1d5b269954947d51cca7e6
0x2df70299c85dc3a143c0cb5221d815809d402a8df8f474bc6e643ec33e359b4e
0x1c18a4a1b574b71a66d0e0e59f39e72b2cd75c9f4cb2fa154ba9501626917f8c
0x102514df91b7aac6f4db33995fbfefe49c74d12d7b70589eda592dfd6d520fd1

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