Pepe

Verified contract

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

No balances found for "Pepe"

0x99ab7e1cff33faa787e03757f1b18bdafdecd3648300a482504f6ebd037536ee
0x48f3d0a6e58234ddca8c5487d0f6a3aa3a62045070aa3d4c6992c206c97fbe31
0x0ab4311a9864f9c4dc0dc376cd5dee6a162c4cd45920848e1824d55b5451b05d
0x481c0f57838c3af40c356d3a8e801e7b8dd2b3e34641013f96636303a21ce834
0x6047bbb8667df1499d2764797d41183f50fd78903dae46df156cd653619c9def
0x0b2a6c8f0f1ea579aa66b7ac63feb4bae4ceee83db55bf4a6b85a3ce054f82dc
0xb5deb2c7925f275ed8f931d9abcfc29681b61ac08cd065604b5d8bebd61f7524
0x8e0c32761216dd99aafc8cdb64ef40301e51f9a26378c4ea6949bfe43825efa2
0xecb8667d6a4b8cf41a622ab8052984b2482f400b5aca449b1837ae994d66a189
0x06dbf22b0185dc72640b0a7f662a5a200772b8a7101e03e9c7e69dc2500fadf7

Functions
Getter at block 21322748
decimals(view returns (uint8)
18
limitsEnabled(view returns (bool)
false
name(view returns (string)
Pepe
parlayCoreSimple(view returns (address)
0x582908d8edbaf3d1632d31aa5596e30b26482fce
symbol(view returns (string)
PEPE
totalSupply(view returns (uint256)
1000000000000000000000000000
uniswapV2Pair(view returns (address)
0x3614ff1a787b03e09fa76a14050974ede08787c0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
removeLimits(
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 _namestring _symboluint256 _totalSupply
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