ClankerVerse

Verified contract

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

No balances found for "ClankerVerse"

0x74f9a4405fe8e712b022df98cdb0c38f4430024cfe41728b23d5c0fee08f280d
0x77be53398da5a76f2da2cb6532b5667ffa653c9663cf43ee26a3c84135fe89ea
0x75b80b21e35a30c638c58a8b366d604571eeb6bc3b45805dd0c0393314e80561
0x74dd2b04b6fa666df0dccafdb75f4cafdccf936fcac364b66e84b39f9eee32e7
0x50c6b7bb551de0f7a1517dc67eac04c683528a76664021e669d7cdfd9a1ad813
0xa0e87f56543db019cb2a099a9910f7ca48cbf5f4285774750581d4fce46888e5
0x5797cb4ae7d385f25c7da5f1ec04f523ffa0e8abebcfe3e65b6999aaea35a1a3
0xb9e7be07985825de9698a7613b6cf39e273e639eb1d2f04f1da32f71771c6422
0x6a94b7051f720e008b3ef09fc5203dd94c8f81eb5647daf6ba03431fbc707297
0x86ef4d7b1174637cbd5ab1eb6cc9b5b39917a559488bba8cb8453484c8dd0f0d

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