LOSERS

Verified contract

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

No balances found for "LOSERS"

0xbf089cc97c734a43e49b02b12b3580572d7c9052a3127b7eaf7ba0cf31085082
0x8d7e1b255763e9c969fb5ad8e225e5bd7bb0b8db14ca3e4b439fe1d4c3ea4d15
0x3d7f69b05c41b1fc86fd76f6e627c329c63b02c1fe9cd670e7a0f35c4eba08c8
0x8a25e8dfb0529cb77fcbf726c6e31945a1293f5eadf63663c3de8ce1da8b56f8
0x18581740f292cf2ef649c516f7bc0a00b974808725705052ce9fbc12c65ef9c5
0x3844935336bf0893e662dd2bfba9ebd18f438047fc125b71360e0f11795739e6
0x69e61ddfbedef1431d17b0ca371deaa49d995b674a6905c4390ae88bbc297e5e
0x91c883d6a6f0c2392a3457f02fa6aad8299e7952cc0b00f4a051e1c0eafd4983
0x5a840c6b7de18950edd9cd2a8b3435a6d761858444a12b66f604e0f317b68b46
0x0ecb4f782322b8df936391b75bba1f7bf3ea8e89f518404e3abf2ecf2d4ff94f

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