Wrapped CryptoPunks V1
Verified contract
Active on
Ethereum with 738 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6ba6…db8d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Ͼ | ERC-20 | 13 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20320281 | 4 months ago | | | 0 | 0.00055053379 | |
| 18127985 | a year ago | | | 0 | 0.00057842014 | |
| 16950885 | 2 years ago | | | 0 | 0.0014653263 | |
| 16878553 | 2 years ago | | | 0 | 0.0013830695 | |
| 16357069 | 2 years ago | | | 0 | 0.0013435369 | |
| 16300300 | 2 years ago | | | 0 | 0.0013286833 | |
| 16187371 | 2 years ago | | | 0 | 0.00061192484 | |
| 16078158 | 2 years ago | | | 0 | 0.00075396388 | |
| 15881198 | 2 years ago | | | 0 | 0.00028646429 | |
| 15881198 | 2 years ago | | | 0 | 0.00026509672 |
ABI
ABI objects
Getter at block 21169082
_baseTokenURI() view returns (string)
https://classicpunks.com/metadata/
name() view returns (string)
Wrapped CryptoPunks V1
owner() view returns (address)
0xe5ee2b9d5320f2d1492e16567f36b578372b3d9f
punkAddress() view returns (address)
0x6ba6f2207e343923ba692e5cae646fb0f566db8d
symbol() view returns (string)
WPUNKS1
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string __baseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unwrap(uint256 _punkId)
wrap(uint256 _punkId) payable
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)
Unwrapped(uint256 indexed _punkId, address indexed owner)
Wrapped(uint256 indexed _punkId, address indexed owner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.