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

Pepe by Matt Furie

Verified contract

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

No balances found for "Pepe by Matt Furie"

0x064161d3e9cae801c26b5134fc2b754d68ba494af37beb6ecc2f046d35c6f07e
0xc0a68cb3531226ff86ef08089ed1f9b1013d34682bc061a99b441a9fba43aaf0
0xcc211a100b5b258f1dfed626cf9b33f5646135ee434479a9e62fdc250032658c
0x816a7afb53119ebaf687bd359b6c04b3af1d36364d2f6603eae68e25312192bf
0xbe02b3e67f8f74e7984c5826aea01258d7b38ea4fcb12212f859ee99ecc9c2ab
0x92dfdf9766c7b7be685820dc1ee03de7b8495dacda9f07f00e7bd5154c26aecc
0x819cc94ab31a9e76180815056536fdaea1a69be0552ca30b120eb45c5a3478ba
0x57cb671cd953ed41984f5dcf7137f902673c67da0bca76f83b3ddb8a1f2e262c
0x07806d91b7fac954d6e651a4bb7f690adc7087cb738b335176f814ae9977b55d
0xc6aabcce7e8eabf8bc4d97ce74d8838abb505378fd9f2ff63d58e416a1b65045

Functions
Getter at block 23898483
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Pepe by Matt Furie
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PEPE
totalSupply(view returns (uint256)
420690000000000000000000000
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