OneDayPunk
Verified contract
Proxy
Active on
Ethereum with 18,337 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OneDayPunk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281286 | a day ago | | | 0 | 0.00098109154 | |
| 21223554 | 9 days ago | | | 0 | 0.0010920878 | |
| 21201891 | 12 days ago | | | 0 | 0.00038421040 | |
| 21194958 | 13 days ago | | | 0 | 0.00092774020 | |
| 21156161 | 18 days ago | | | 0 | 0.00060824728 | |
| 21149909 | 19 days ago | | | 0 | 0.00023135542 | |
| 21149909 | 19 days ago | | | 0 | 0.00040574833 | |
| 21101435 | a month ago | | | 0 | 0.00028317920 | |
| 21089316 | a month ago | | | 0 | 0.00026208018 | |
| 21089278 | a month ago | | | 0 | 0.00053320151 |
ABI
ABI objects
Getter at block 21287956
availableTokenCount() view returns (uint256)
0
cid() view returns (string)
QmVtbahSw69pScLgwGUMTnVPR6FkVMeH5ntQimkn5bSD6y
contractURI() view returns (string)
https://punkscape.xyz/contract-metadata/onedaypunks.json
name() view returns (string)
OneDayPunk
owner() view returns (address)
0xed9198181bbd4e09ff320fa11ae062e140be0c4e
symbol() view returns (string)
ODP
tokenCount() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
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)
tokenOf(address owner) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
isContract(address account) view returns (bool)
isExternal(address account) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
claim()
claimFor(address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string _cid, string _contractMetaDataURI, address _cryptopunksAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.