PunkBodies
Verified contract
Active on
Ethereum with 530 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PunkBodies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20675649 | 3 months ago | | | 0 | 0.000045277303 | |
| 20107109 | 6 months ago | | | 0 | 0.00012662202 | |
| 19880940 | 7 months ago | | | 0 | 0.00044938654 | |
| 19632018 | 8 months ago | | | 0 | 0.00077199075 | |
| 19546892 | 8 months ago | | | 0 | 0.00092201828 | |
| 19448050 | 9 months ago | | | 0 | 0.00099812368 | |
| 19448048 | 9 months ago | | | 0 | 0.0018215538 | |
| 19186770 | 10 months ago | | | 0 | 0.0023690642 | |
| 19116914 | 10 months ago | | | 0 | 0.00026511454 | |
| 19078410 | 10 months ago | | | 0 | 0.00048193777 |
ABI
ABI objects
Getter at block 21313739
DOMAIN_SEPARATOR() view returns (bytes32)
0x158dcc2de24b524e0b147aa20942865042bdd0c81535f5bb58cfdb01326f4886
IMAGE_PROOF() view returns (bytes32)
0x19878c179d9ba9d606b6ab12526e35c5e8982006ca448de546369683ea749de4
METADATA_PROOF() view returns (bytes32)
0x72d874dd2aeab34bee4acb929c4edd3715b912cc57eb284458dbb0e7c5e880ed
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZM6SNFQhRvweJQKV12pRvP4StLj8WvCqyazfuqa13xte/
distributor() view returns (address)
0x2641cf2c6b09b74b831696d2e5e2a5a04d79ee25
name() view returns (string)
PunkBodies
symbol() view returns (string)
PB
totalSupply() view returns (uint256)
2464
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nonces(address owner) view returns (uint256)
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) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 tokenId)
permit(address signer, address spender, uint256 tokenId, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDistributor(address _distributor)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.