Wrapped Cryptopunks
Verified contract
Active on
Ethereum with 13,824 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb47e…3bbb
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOMI | ERC-20 | 1 | $0.015266 |
$0.02 | |
Ͼ | ERC-20 | 713 | -- | -- | |
⚇ | ERC-20 | 350.675869 | -- | -- | |
MemeCalf | ERC-721 | 1 | -- | -- | |
0x29bb…b9ea | ERC-1555 | 1 | -- | -- | |
Goddess | ERC-721 | 1 | -- | -- | |
0x73b3…f251 | ERC-1555 | 1 | -- | -- | |
LFT | ERC-721 | 1 | -- | -- | |
PCC | ERC-721 | 1 | -- | -- | |
MAC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161607 | an hour ago | | | 0 | 0.00074273133 | |
| 21159757 | 8 hours ago | | | 0 | 0.0015318767 | |
| 21159136 | 10 hours ago | | | 0 | 0.0036577334 | |
| 21152670 | a day ago | | | 0 | 0.00066163128 | |
| 21152658 | a day ago | | | 0 | 0.0024649628 | |
| 21144494 | 2 days ago | | | 0 | 0.0019695248 | |
| 21144040 | 3 days ago | | | 0 | 0.0011268678 | |
| 21143708 | 3 days ago | | | 0 | 0.0056275018 | |
| 21143529 | 3 days ago | | | 0 | 0.0013650041 | |
| 21134759 | 4 days ago | | | 0 | 0.00068298688 |
ABI
ABI objects
Getter at block 21162015
baseURI() view returns (string)
https://wrappedpunks.com:3000/api/punks/metadata/
name() view returns (string)
Wrapped Cryptopunks
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
punkContract() view returns (address)
0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb
symbol() view returns (string)
WPUNKS
totalSupply() view returns (uint256)
713
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)
proxyInfo(address user) view returns (address)
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 approve(address to, uint256 tokenId)
burn(uint256 punkIndex)
mint(uint256 punkIndex)
pause()
registerProxy()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseURI(string baseUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
ProxyRegistered(address user, address proxy)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address punkContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.