Clankerdrops

Verified contract

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

No balances found for "Clankerdrops"

0xca2d916604f49ba3a751d574fd50099a53f7183d6c0f0fd661365f03b644f18b
0x7c6446feb1ebf4b5ca55e60d156509ff2502830adf72cb0d4e9c7c0d13c81ecd
0xe4769b805755646d6db8741010f4318db8326e5a3beb946140372aa3e2a11855
0x789578b957413236ee8e4cbf8ab44d282cefb0b8d2c5107d60356a7183eeb602
0xd3a48bae52ac2d5b428237cbc265b8fda93e669560d63b04fc27085f577ceb2d
0x319e24dd68b3401e7a41d309d215b188a71f764cd8e753ffdf61d7d4a8c655b3
0x4808d1ca32b7a9fba4708e9d3d02f8183ed1102658bf0490e9e45bf6ab69f8c5
0xba15495e584c4142c1845fdebe9dda3660ce71d61ebd01039206bf7e9fd2048f
0xe16a371b0d022395da34ccbc5fad130b65c4f43ec1c86e169c7770827897ef95
0xfc18e82ba01fc3266e4db3e082f230c1ea9fb449bee03dd2fdb2ccd4fc41a210

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