Clanker100Kindex

Verified contract

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

No balances found for "Clanker100Kindex"

0xfbf884987c325737813b45cb1e14e9306b148fe88237d990ae41e72d8b3fff3c
0x35a079e8efb88611f383489bd5bfbc63cabee333ff28cb62432e7ba5a31dff25
0x015b058a3cc3a32730acf3b9d90f6b94fe4d5aeb7d989c9ebf32b68856ae907b
0x7b706ea289bea4a65dfd5f5bdfeffc234e41e3d426ea13c8b308d36e04dd4483
0xf33b3270fab9390d3ff30e619498bffefe0e31f2a113967b4444e1f9158a6c13
0xedb2adc101ad942e9dfaeeb7a5176029c5a68c01a469b915822f396b2aa21025
0xb1dbf1108993a7e791ee3774401133c47e6211acbe9984fe8321e2a5e11e5b09
0xe479036d0730fe146611872eebf51aadf0e796cd41a994a812cc4cc7410b9c0a
0x7ab54e412abdf27b54488157d3062f23c526e23879e00e38307e35e1c3c15fef
0x443a76e0fb972df4124ac49d09b1d39eafb4d9b9678920da1623cfeb39d70cbf

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