Playing Arts Crypto Edition
Verified contract
Active on
Ethereum with 5,551 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HBC90 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105302 | 14 days ago | | | 0 | 0.00014131116 | |
| 21103504 | 15 days ago | | | 0 | 0.000094145000 | |
| 21101380 | 15 days ago | | | 0 | 0.00029189498 | |
| 21095230 | 16 days ago | | | 0 | 0.0040587329 | |
| 21081471 | 18 days ago | | | 0 | 0.00052908739 | |
| 20988794 | a month ago | | | 0 | 0.00035243232 | |
| 20988794 | a month ago | | | 0 | 0.00035158086 | |
| 20988792 | a month ago | | | 0 | 0.00033273064 | |
| 20988792 | a month ago | | | 0 | 0.00033160524 | |
| 20970851 | a month ago | | | 0 | 0.0018740667 |
ABI
ABI objects
Getter at block 21208274
PROVENANCE() view returns (string)
4f688b26cfd8ec6ac905fe925822c956890b398dbe7304eb1c471dc4f4eba6ea
name() view returns (string)
Playing Arts Crypto Edition
owner() view returns (address)
0x85696c8684f13e4ac9399eec92604c03d708f7f2
saleIsActive() view returns (bool)
false
symbol() view returns (string)
PACE
totalSupply() view returns (uint256)
7830
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)
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(uint256 numberOfPacks) payable
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenance(string provenance)
setSaleState(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.