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 "PANPANDA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16393982 | 2 years ago | | | 0 | 0.00099247900 | |
| 15744511 | 2 years ago | | | 0 | 0.00087258749 | |
| 15736629 | 2 years ago | | | 0 | 0.00068677697 | |
| 15732941 | 2 years ago | | | 0 | 0.0010874006 | |
| 15732368 | 2 years ago | | | 0 | 0.0018397002 | |
| 15732145 | 2 years ago | | | 0 | 0.00045573128 | |
Transfer | 15731994 | 2 years ago | | | 0.0150656 | 0.00085236300 | |
| 15731648 | 2 years ago | | | 0 | 0.0014527798 | |
| 15731446 | 2 years ago | | | 0 | 0.0017423623 | |
| 15731306 | 2 years ago | | | 0 | 0.0017849477 |
ABI
ABI objects
Getter at block 21304441
COLLECTION_SIZE() view returns (uint256)
5000
FIRSTXFREE() view returns (uint256)
1
MINT_PRICE() view returns (uint256)
5000000000000000
TOKENS_PER_PERSON_PUB_LIMIT() view returns (uint256)
1000
TOKENS_PER_TRAN_LIMIT() view returns (uint256)
100
name() view returns (string)
PAN PANDA
owner() view returns (address)
0x7028717c445ef7da04e9e0b8f5c9ec959866ffa6
saleStatus() view returns (uint8)
2
symbol() view returns (string)
PAN PANDA
totalSupply() view returns (uint256)
746
Read-only
balanceOf(address owner) view returns (uint256)
calcTotal(uint256 count) 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)
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId) payable
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURL(string url)
setPublicMintPrice(uint256 price)
setSaleStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()