Wrapped V1 Cryptopunks
Verified contract
Active on
Ethereum with 526 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
0x6ba6…db8d
Balances ($1,365.99)
Native
Value
$1,365.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.35075 | $3,894.48 |
$1,365.99 | |
Ͼ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15465601 | 2 years ago | | | 0 | 0.00096308206 | |
| 15465601 | 2 years ago | | | 0 | 0.00099380136 | |
| 15465601 | 2 years ago | | | 0 | 0.00099380136 | |
| 15465601 | 2 years ago | | | 0 | 0.00099380136 | |
| 15465601 | 2 years ago | | | 0 | 0.00099380136 | |
| 15465601 | 2 years ago | | | 0 | 0.00099380136 | |
| 15465601 | 2 years ago | | | 0 | 0.00099380136 | |
| 15465601 | 2 years ago | | | 0 | 0.00099380136 | |
| 15465599 | 2 years ago | | | 0 | 0.00097832748 | |
| 15465598 | 2 years ago | | | 0 | 0.0010308800 |
ABI
ABI objects
Getter at block 21400186 getAllPunkBids() view returns (uint256[]) getAllPunkOffers() view returns (uint256[]) getPunkOwners() view returns (address[]) getWrappedPunkOwners() view returns (address[])
baseURI() view returns (string)
name() view returns (string)
Wrapped V1 Cryptopunks
owner() view returns (address)
0x03ba56be745e9f2ab6985d90c5bf2235a7f2f4e4
punkContract() view returns (address)
0x6ba6f2207e343923ba692e5cae646fb0f566db8d
symbol() view returns (string)
WV1PUNKS
totalPunkSupply() view returns (uint256)
10000
totalSupply() view returns (uint256)
2
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPunksForAddress(address _user, uint256 userBal) view returns (uint256[])
getWrappedPunksForAddress(address _user, uint256 userBal) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pendingWithdrawals(address) view returns (uint256)
proxyInfo(address user) view returns (address)
punkBids(uint256) view returns (bool hasBid, uint256 punkIndex, address bidder, uint256 value)
punkIndexToAddress(uint256) view returns (address)
punksOfferedForSale(uint256) view returns (bool isForSale, uint256 punkIndex, address seller, uint256 minValue, address onlySellTo)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptBidForPunk(uint256 punkIndex, uint256 minPrice)
approve(address to, uint256 tokenId)
burn(uint256 punkIndex)
buyPunk(uint256 punkIndex) payable
enterBidForPunk(uint256 punkIndex) payable
mint(uint256 punkIndex)
offerPunkForSale(uint256 punkIndex, uint256 minSalePriceInWei)
offerPunkForSaleToAddress(uint256 punkIndex, uint256 minSalePriceInWei, address toAddress)
punkNoLongerForSale(uint256 punkIndex)
registerProxy()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 punkIndex)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setFees(uint256 fees)
transferFrom(address from, address to, uint256 punkIndex)
transferOwnership(address newOwner)
withdraw()
withdrawBidForPunk(uint256 punkIndex)
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)
ProxyRegistered(address user, address proxy)
PunkBidEntered(uint256 indexed punkIndex, uint256 value, address indexed fromAddress)
PunkBidWithdrawn(uint256 indexed punkIndex, uint256 value, address indexed fromAddress)
PunkBought(uint256 indexed punkIndex, uint256 value, address indexed fromAddress, address indexed toAddress)
PunkNoLongerForSale(uint256 indexed punkIndex)
PunkOffered(uint256 indexed punkIndex, uint256 minValue, address indexed toAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unwrapped(uint256 indexed punkIndex)
Wrapped(uint256 indexed punkIndex)
constructor(address punkContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.