Crypto Pepe
Verified contract
Active on
Ethereum with 8,620 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20956325 | a month ago | | | 0 | 0.00048147984 | |
| 20859930 | 2 months ago | | | 0 | 0.00041649945 | |
| 20859925 | 2 months ago | | | 0 | 0.00038241290 | |
| 20859887 | 2 months ago | | | 0 | 0.00053012735 | |
| 20842049 | 2 months ago | | | 0 | 0.0016487172 | |
| 20841976 | 2 months ago | | | 0 | 0.00070659781 | |
| 20841966 | 2 months ago | | | 0 | 0.00038886648 | |
| 20840376 | 2 months ago | | | 0 | 0.00060914643 | |
| 20840315 | 2 months ago | | | 0 | 0.0013850045 | |
| 20840221 | 2 months ago | | | 0 | 0.00057328443 |
ABI
ABI objects
Getter at block 21267247
MAX_PREMINE() view returns (uint256)
100
MAX_ZERO_GEN_PEPES() view returns (uint256)
1100
R() view returns (uint8)
5
haltDuration() view returns (uint256)
0
haltTime() view returns (uint256)
0
halted() view returns (bool)
false
implementsERC721() view returns (bool)
true
maxHaltDuration() view returns (uint256)
4838400
miner() view returns (address)
0xbc2afc039d2bfa67d582ac181dab5be17ec91f82
name() view returns (string)
Crypto Pepe
owner() view returns (address)
0x831491b5cf7ba0d626672abf71a1420f7d3844ac
symbol() view returns (string)
CPEP
totalSupply() view returns (uint256 total)
5518
zeroGenPepes() view returns (uint256)
1100
Read-only
addressToUser(address) view returns (bytes32)
approved(uint256) view returns (address)
approvedForAll(address, address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
cozyCoolDowns(uint256) view returns (uint32)
getApproved(uint256 _tokenId) view returns (address)
getCozyAgain(uint256 _pepeId) view returns (uint64)
getPepe(uint256 _pepeId) view returns (address master, uint256[2] genotype, uint64 canCozyAgain, uint64 generation, uint256 father, uint256 mother, bytes32 pepeName, uint8 coolDownIndex)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
pepeNames(uint256) view returns (bytes32)
pepes(uint256) view returns (address master, uint64 canCozyAgain, uint64 generation, uint64 father, uint64 mother, uint8 coolDownIndex)
supportsInterface(bytes4 interfaceID) pure returns (bool)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256 tokenId)
userToAddress(bytes32) view returns (address)
State-modifying
Events approve(address _to, uint256 _tokenId)
approveAndBuy(uint256 _pepeId, address _auction, uint256 _cozyCandidate, bool _candidateAsFather) payable
approveAndBuyAffiliated(uint256 _pepeId, address _auction, uint256 _cozyCandidate, bool _candidateAsFather, address _affiliate) payable
claimUsername(bytes32 _username)
cozyTime(uint256 _mother, uint256 _father, address _pepeReceiver) returns (bool)
halt(uint256 _duration)
minePepe(uint256 _seed, address _receiver) returns (uint256)
pepePremine(uint256 _amount)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setMiner(address _miner)
setPepeName(uint256 _pepeId, bytes32 _name) returns (bool)
transfer(address _to, uint256 _tokenId) returns (bool)
transferAndAuction(uint256 _pepeId, address _auction, uint256 _beginPrice, uint256 _endPrice, uint64 _duration)
transferFrom(address _from, address _to, uint256 _tokenId) returns (bool)
transferOwnership(address _newOwner)
unhalt()
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PepeBorn(uint256 indexed mother, uint256 indexed father, uint256 indexed pepeId)
PepeNamed(uint256 indexed pepeId)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
UserNamed(address indexed user, bytes32 indexed username)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.