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

CHILLPILL

Verified contract

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

No balances found for "CHILLPILL"

0xc6694ae69e28eae0e95175cd264533273fd1eb9c572494a61ef8cc2d92c05a58
0xa3543f72151e185e2569e78a663b569b1920adf590ae51a38be719db25ab8c47
0xdc43df802cce20aae2e70cb23b00285398578c02ec9dbc6b52be1fec0c3f3839
0xb669748a2c08eb4bb4a2e478c097951ac3d100e71f0cdc3123e1815bad2b886d
0x28f289641b7cfadab20982e71bfd101dc10c50356c3a17f0e8fb4b88c6ab96ab
0xc74d6a6f50b39aac9623f5ac3e7762d50a3aa308d97b619b1cba4960d51801c5
0xcf24e5ad2cdb45c75938f8a183f98d22d75503d0a457ce0a4b916d2221153d76
0x539b881ea38632834a158862704ed69d7580c354a205b3ea0614c290df8799cb
0xd667950ba3a2d7a16cf89a0bd3c1d90e44bc09d54486fcbee5b0eeba11645f1f
0xddaf6a3305c04ab1d83f5de01ce6f6486caa956490b9226b13c531b4651e94eb

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