ChillPepe

Verified contract

Active on Base with 5 txns
Deployed by via 0xff5094e1 at 22826051
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ChillPepe"

0x981dedd573957765e1196527514b2b697acc42abe8e8c041ed3c533a8c86bd61
0x5337d6bd8f6f7ec0fd8883f8f30d2f152ff9c969b26119039b6c6a67ddc49544
0x4e81ea0874ba59efcc0444ea5b8dc3b8339c0365db9d545c0487f357a2abf1bf
0x643112dd6d39ed65d06e31e2e8a9256ed4506197027e81c303e3e32746dd4b9f
0xd87f9025183a7beb5e6343c95f9d46405e39787785cb21cd8d4cfc6522a56088

Functions
Getter at block 23580535
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
ChillPepe
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ChillPepe
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account