CRYPTOPUNKS
Verified contract
Active on
Ethereum with 167 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($80.49)
Native
Value
$80.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0223 | $3,609.63 |
$80.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16476580 | 2 years ago | | | 0 | 0.00040435010 | |
| 16476580 | 2 years ago | | | 0 | 0.00073306330 | |
| 16476496 | 2 years ago | | | 0 | 0.00095030024 | |
| 16476389 | 2 years ago | | | <0.00000001 | 0.00090391028 | |
| 16476389 | 2 years ago | | | 0 | 0.0012654099 | |
| 16476386 | 2 years ago | | | 0 | 0.00096135395 | |
| 16476378 | 2 years ago | | | <0.00000001 | 0.00089864555 | |
| 16476378 | 2 years ago | | | 0 | 0.0012580397 | |
| 16476367 | 2 years ago | | | 0 | 0.00085892659 | |
| 16476363 | 2 years ago | | | <0.00000001 | 0.00082931775 |
ABI
ABI objects
Getter at block 21320565
allPunksAssigned() view returns (bool)
true
decimals() view returns (uint8)
0
imageHash() view returns (string)
ac39af4793119ee46bbff351d8cb6b5f23da60222126add4268e261199a2921b
name() view returns (string)
CRYPTOPUNKS
nextPunkIndexToAssign() view returns (uint256)
0
punksRemainingToAssign() view returns (uint256)
0
standard() view returns (string)
CryptoPunks
symbol() view returns (string)
Ͼ
totalSupply() view returns (uint256)
5
Read-only
balanceOf(address) view returns (uint256)
pendingWithdrawals(address) view returns (uint256)
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)
State-modifying
Events acceptBidForPunk(uint256 punkIndex, uint256 minPrice)
allInitialOwnersAssigned()
buyPunk(uint256 punkIndex) payable
enterBidForPunk(uint256 punkIndex) payable
getPunk(uint256 punkIndex)
offerPunkForSale(uint256 punkIndex, uint256 minSalePriceInWei)
offerPunkForSaleToAddress(uint256 punkIndex, uint256 minSalePriceInWei, address toAddress)
punkNoLongerForSale(uint256 punkIndex)
setInitialOwner(address to, uint256 punkIndex)
setInitialOwners(address[] addresses, uint256[] indices)
transferPunk(address to, uint256 punkIndex)
withdraw()
withdrawBidForPunk(uint256 punkIndex)
Assign(address indexed to, uint256 punkIndex)
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)
PunkTransfer(address indexed from, address indexed to, uint256 punkIndex)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.