This contract is being backfilled. You may encounter incomplete storage history.

Clank

Verified contract

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

No balances found for "Clank"

0xde46e92cc4ca738f81dd01b4f651488a935a47e8420bf01964008a6660a43115
0x53752de14efbda3b8d6bf011b6141497ad44f260be9da9d5d16de7220e0abc59
0x05cd1e625234cdde92b7bb470e2d368d02d2b8162e23ac335a0a0d28888031f7
0xba57777e2c98f5226248d6244dcbd5e93d1ae92758d69688f1cbe4771b673be3
0x953fb7c59c69e308a35e88b708007dff2d164c9cca019d6747037a1b414da87b
0xb773180905d524ce3aa652269f2feff707ea66d1daf0775aca0e35b57e43940e
0x1d65816e24fe9ed4307d0e6725fb4d25235fbd2957bded574a641e726ceed55b
0x876daedfa6fd327d6f5bb1c1e5a968e63113ffd6f2e5e85d9538f52d601eba88
0x99caac1e07a19ec97ed62de2ac3b9d4dfd995ca6722d28540307a278cdeb41b0
0x4195902309978cf59304e10a86c31ab068648ab4d82fe6c2a9ea21ce7265b2d5

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