Punk Stats
Verified contract
Active on
Ethereum with 341 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff79…35a3
Balances ($0.00)
No balances found for "Punk Stats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18140842 | a year ago | | | 0 | 0.00050707161 | |
| 15433550 | 2 years ago | | | 0 | 0.00089059759 | |
| 14719882 | 3 years ago | | | 0 | 0.0025478400 | |
| 14676561 | 3 years ago | | | 0 | 0.0028219859 | |
| 14230284 | 3 years ago | | | 0 | 0.0035233757 | |
| 14229369 | 3 years ago | | | 0 | 0.0036757678 | |
| 14217079 | 3 years ago | | | 0 | 0.0019641626 | |
| 14213539 | 3 years ago | | | 0 | 0.0041966643 | |
| 14209657 | 3 years ago | | | 0 | 0.0017347111 | |
| 13987261 | 3 years ago | | | 0 | 0.0096208180 |
ABI
ABI objects
Getter at block 21279106
name() view returns (string)
Punk Stats
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
STATS
totalSupply() view returns (uint256)
290
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCharm(uint256 tokenId) pure returns (string)
getExternalMemory(uint256 tokenId) pure returns (string)
getGearhead(uint256 tokenId) pure returns (string)
getIntuition(uint256 tokenId) pure returns (string)
getLuck(uint256 tokenId) pure returns (string)
getPower(uint256 tokenId) pure returns (string)
getRecovery(uint256 tokenId) pure returns (string)
getReflexes(uint256 tokenId) pure returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) 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) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId)
claimForGear(uint256 tokenId)
ownerClaim(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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.