SNIPER

Verified contract

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

No balances found for "SNIPER"

0xbd1cdd198fdc5d3c0951619d7fe61ac46e8432d2dd597fb24a87b7862d7e0f28
0x8ad79d9f699b7385b5c69272ab6736d0d4915eafeb503836ef6eaf6ca9f800c0
0xbc83c44e4fc92eb063a0ef11cf2145c982077db5d4faff5fed397f10789e5ede
0x84f934b6733c26dfe0bd93804fa3cbba95b779e43b2c3146c137f4278cc39247
0xcac1285d05e407b8bea1ec2fa0c659a5e1988944cae1f3c8baa4aac650e64f4f
0x7dff55604354fb666f5b6316d13a4c1bb4857ba3ecf59781ee65c4bb6bbaa906
0xd0434c037189c1d8e5ad06158339fb2a3ede2b4063e284b220e8b76d72b54c2e
0x97957cbd2e392be799c31d0fcda3013a99416f7cf4440a362b756bc6f23bf29f
0x9b8ac86b7a0ff25e024d83925573c1dbdcd3355db018d77a02ccb5b08f6f39cf
0x50c33ff72d270033a983f462091313881136d016d1672748bfe52438255e87aa

Functions
Getter at block 22446043
decimals(view returns (uint8)
18
name(view returns (string)
SNIPER
symbol(view returns (string)
$000000
totalSupply(view returns (uint256)
1000000000000000000000000000
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