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

Chill Brian

Verified contract

Active on Base with 3,241 txns
Deployed by via 0xcd1f0746 at 23043776
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Chill Brian"

0xeeae4de3ff9d995ea9351f1d30e7d797e3ad8f917fd800e45f40aa4a5ec53579
0xcb48810109bb22cd86c0d87a47e7cd2e7168dac6cb9787754c898ea8ff6513d4
0x79d4b57e625b6020b77980ef48e23cdee8dc383439e6fbc1215569b10f27ea8f
0xed66cf3dd4267388efa4d1e6dda7491ffbe3c62e9f1c2e761c44951a5fbeeeef
0xfaec19f40df40623a5cad2007a14df1c71b4bcf04339278a22d653d5c7939e7d
0xc995779f1fd9bcae3d2296900f0bd1348e39d46d50a1b5ad80786d64baf28135
0xa47f6b159204761dcb26dc684623d206fc5a3078c808711686fba620f08198b9
0xed8e098b91a878e09887fd05a327e7e8329b69a6e37fbf8cb59f867e1fd460ca
0x2a3115ffe05e728c456bb7d7b92c807d408db74831095cc829dd85f414ab0a28
0x41c097a98b0bd964bfa6a7e618f1d85457f20bcf9a4405a6695022adb661ade2

Functions
Getter at block 23183979
decimals(view returns (uint8)
18
name(view returns (string)
Chill Brian
symbol(view returns (string)
CHILL
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