PEPE

Verified contract

Active on Ethereum with 21 txns
Deployed by via 0x095d0105 at 19174487
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PEPE"

0x350a2c77eb9e89f6b7d1873c9b5a9d98cd5bf956d26b5222aad856763f948271
0x85503a8d4891702a9bf612b8e7f5e0277e0152b79606122b84c90dce55b48078
0x46ca6a0b373b8c69d3872c80839eddc11f6999484ffc1525618cb627220d985b
0x74074f280b5dd123874dd8469151c5f07f94ca1bfd2b7389da1bb38ef230be64
0x003eceb7c7d74606f2997ad133c1e4ede89bd42cdbf5ae22bfebe95fdfd413c9
0x6612867175df746a853fffd2a71625a2a5fdd3a0109f194f852bcf7e1eb6463a
0x92150ee48c9fcee442d5106fe476a548fdac0a03cc3560de2e753964a9a2e587
0x861943cf594617d3892adcdaf17f19b09a93270d477303c33296459a2ea9b7f4
0xbf09bd652858320df6e26d6e0932f791e21a6fab647b09e300cf88dae1f800dd
0x76314419d6c66a9282c720885593a582214694c6136bbcbd1826ba2c09a7ee9c

Functions
Getter at block 21034257
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://ivory-grand-cod-258.mypinata.cloud/ipfs/QmVZ6JqzyM3EYdq3wAqtrvd7pvoR98RuEExnT83RFGK2yw/
buyLimit(view returns (uint256)
100000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
696
name(view returns (string)
PEPE
owner(view returns (address)
0x383d729ac2309410e6d366448b570c0e842ee90b
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
0
symbol(view returns (string)
PEPE
totalSupply(view returns (uint256)
10000000000000000000000
txLimit(view returns (uint256)
10000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimit(uint256 _buylimituint256 _selllimit
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(address _owneruint256 _initialSupplyuint8 _decimaluint256 _buylimituint256 _selllimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(