Proof of Pepe
Verified contract
Active on
Ethereum with 7,608 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 10 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "Proof of Pepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101442 | a month ago | | | 0 | 0.00028581960 | |
| 20911179 | 2 months ago | | | 0 | 0.00036805934 | |
| 20586704 | 3 months ago | | | 0 | 0.000055147424 | |
| 20586538 | 3 months ago | | | 0 | 0.000068482375 | |
| 20531583 | 4 months ago | | | 0 | 0.00013909407 | |
| 20530316 | 4 months ago | | | 0 | 0.00018351972 | |
| 20529942 | 4 months ago | | | 0 | 0.00011143785 | |
| 20526123 | 4 months ago | | | 0 | 0.000062446830 | |
| 20504518 | 4 months ago | | | 0 | 0.000049925196 | |
| 20501599 | 4 months ago | | | 0 | 0.000052329064 |
ABI
ABI objects
Getter at block 21304074 contractData() view returns (string name, string description, string image, string banner, string website, uint256 royalties, string royaltiesRecipient) contractURI() view returns (string)
allowListPrice() view returns (uint256)
20000000000000000
baseURI() view returns (string)
https://app.indeliblelabs.io/api/png/0x2f46e37477ca4033d74986b15f0572e9913b4858/
isAllowListActive() view returns (bool)
true
isContractSealed() view returns (bool)
false
isMintActive() view returns (bool)
false
isPublicMintActive() view returns (bool)
true
maxPerAddress() view returns (uint256)
5
maxPerAllowList() view returns (uint256)
2
maxSupply() view returns (uint256)
5000
name() view returns (string)
Proof of Pepe
owner() view returns (address)
0x74f40c3dc7710a7aa31ea9afe887a7090821c711
publicMintPrice() view returns (uint256)
20000000000000000
symbol() view returns (string)
POPEP
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLinkedTraits(uint256 _layerIndex, uint256 _traitIndex) view returns (uint256[])
hashToMetadata(string _hash) view returns (string)
hashToSVG(string _hash) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address addr, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToHash(uint256 _tokenId) view returns (string)
tokenIdToSVG(uint256 _tokenId) view returns (string)
tokenURI(uint256 _tokenId) view returns (string)
tokensAreDuplicates(uint256 tokenIdA, uint256 tokenIdB) view returns (bool)
traitData(uint256 _layerIndex, uint256 _traitIndex) view returns (string)
traitDetails(uint256 _layerIndex, uint256 _traitIndex) view returns (struct IndelibleTrait)
State-modifying
Events addLayer(uint256 _layerIndex, struct IndelibleTraitDTO[] traits)
addTrait(uint256 _layerIndex, uint256 _traitIndex, struct IndelibleTraitDTO trait)
approve(address to, uint256 tokenId)
mint(uint256 _count, bytes32[] merkleProof) payable returns (uint256)
reRollDuplicate(uint256 tokenIdA, uint256 tokenIdB)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealContract()
setAllowListPrice(uint256 _allowListPrice)
setApprovalForAll(address operator, bool approved)
setBackgroundColor(string _backgroundColor)
setBaseURI(string _baseURI)
setContractData(struct IndelibleContractData _contractData)
setLinkedTraits(struct IndelibleLinkedTraitDTO[] linkedTraits)
setMaxPerAddress(uint256 _maxPerAddress)
setMaxPerAllowList(uint256 _maxPerAllowList)
setMerkleRoot(bytes32 newMerkleRoot)
setRenderOfTokenId(uint256 _tokenId, bool _renderOffChain)
toggleAllowListMint()
togglePublicMint()
toggleWrapSVG()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()