V1 Cryptopunks (Wrapped)
Verified contract
Active on
Ethereum with 14,713 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 | 5.036K | -- | -- | |
GCGMis | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157790 | an hour ago | | | 0 | 0.00049691350 | |
| 21156775 | 5 hours ago | | | 0 | 0.00064037962 | |
| 21155233 | 10 hours ago | | | 0 | 0.00096066927 | |
| 21154938 | 11 hours ago | | | 0 | 0.00066787606 | |
| 21154230 | 13 hours ago | | | 0 | 0.00052001838 | |
| 21151635 | a day ago | | | 0 | 0.00046459088 | |
| 21150206 | a day ago | | | 0 | 0.00063183698 | |
| 21150191 | a day ago | | | 0 | 0.00057241042 | |
| 21150181 | a day ago | | | 0 | 0.00053109821 | |
| 21148461 | a day ago | | | 0 | 0.00057158935 |
ABI
ABI objects
Getter at block 21158187
name() view returns (string)
V1 Cryptopunks (Wrapped)
owner() view returns (address)
0xf40fd88ac59a206d009a07f8c09828a01e2acc0d
punkAddress() view returns (address)
0x6ba6f2207e343923ba692e5cae646fb0f566db8d
symbol() view returns (string)
WPV1
totalSupply() view returns (uint256)
5031
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.