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 "Punk X"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22256935 | 11 days ago | | | 0 | 1.4127388e-7 | |
| 22254107 | 11 days ago | | | 0 | 1.2666041e-7 | |
| 22173461 | 13 days ago | | | 0 | 5.2479637e-7 | |
| 22147553 | 14 days ago | | | 0 | 6.2695057e-7 | |
| 21749169 | 23 days ago | | | 0 | 1.5770300e-7 | |
| 21749164 | 23 days ago | | | 0 | 1.5715700e-7 | |
| 21109629 | a month ago | | | 0 | 1.7563233e-7 | |
| 17074642 | 4 months ago | | | 0 | 3.3895188e-7 | |
| 17074576 | 4 months ago | | | 0 | 3.3919679e-7 | |
| 15836022 | 5 months ago | | | 0 | 7.2470564e-7 |
ABI
ABI objects
Getter at block 22745983
contractUri() view returns (string)
name() view returns (string)
Punk X
owner() view returns (address)
0xd1d2a7d1deae0109699b91911a2cdca137df7517
symbol() view returns (string)
PunkX
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)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintBatch(uint256 amount, address to) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string newUri)
setContractUri(string newUri)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.