ERC721Pepe
Verified contract
Active on
Ethereum with 7,822 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ERC721Pepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106108 | 15 days ago | | | 0 | 0.00012354240 | |
| 21105365 | 15 days ago | | | 0 | 0.00010900800 | |
| 21102309 | 16 days ago | | | 0 | 0.00013587883 | |
| 21101945 | 16 days ago | | | 0 | 0.00017552795 | |
| 21051543 | 23 days ago | | | 0 | 0.00026875123 | |
| 20988098 | a month ago | | | 0 | 0.0013292280 | |
| 20907973 | a month ago | | | 0 | 0.00046878382 | |
| 20872854 | 2 months ago | | | 0 | 0.0010380108 | |
| 20853682 | 2 months ago | | | 0 | 0.00013514634 | |
| 20799987 | 2 months ago | | | 0 | 0.00036189838 |
ABI
ABI objects
Getter at block 21215400
metadata() view returns (address)
0xa7a61df6d7126ac468d2fff949fd8edb8f7df658
minter() view returns (address)
0x521dd9162786cdb4dfe66e137958f194dc6770db
name() view returns (string)
ERC721Pepe
owner() view returns (address)
0x4d65e3b5660e4d4c6c443aa95a389ddc3937e2d5
symbol() view returns (string)
MCPEPES
tokenId() view returns (uint256)
42070
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
imageHashTokenIds(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdImageHashes(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(address to, uint256 imageHash)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setPepeMetadata(address metadataContract)
setPepeMinter(address minterContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address minterContract, address metadataContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.