ChillyPEPE

Verified contract

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

No balances found for "ChillyPEPE"

0x93cfd6bcd53a9bffad7e3e22b83b209583f6173599526462320b947046ef34e5
0xa34280fa2a89126b7f4943ec5556c562c8b46b0244cf11c75f3235eeb30983ae
0x6b6998b0727be78dbda834b139233e1935a115c8dccac86e17a460f7310b99cb
0x3638b2957f3d50f46ec09e4e2372e470315dfa6cf1e5f5c32c9c59c137e1d035
0x626dd5394c7b79d570c6070d5b64f7c521ab6fd5b9ef95a13d42abc0c1b52bae

Functions
Getter at block 23246029
decimals(view returns (uint8)
18
name(view returns (string)
ChillyPEPE
symbol(view returns (string)
CHP
totalSupply(view returns (uint256)
10000000000000000000000000000
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(
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