Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Pandaria"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19180250 | 9 months ago | | | 0 | 0.00068402220 | |
| 18856606 | a year ago | | | 0 | 0.0010228372 | |
| 18709238 | a year ago | | | 0 | 0.0017658109 | |
| 18057388 | a year ago | | | 0 | 0.00050965653 | |
| 17869632 | a year ago | | | 0 | 0.0010210648 | |
| 16659409 | 2 years ago | | | 0 | 0.00095589527 | |
| 16585124 | 2 years ago | | | 0 | 0.0043803660 | |
| 16326465 | 2 years ago | | | 0 | 0.00095734045 | |
| 16299179 | 2 years ago | | | 0 | 0.0011065923 | |
| 16280210 | 2 years ago | | | 0 | 0.00072958898 |
ABI
ABI objects
Getter at block 21219711
_addressMintLimit() view returns (uint256)
1
_baseTokenURI() view returns (string)
ipfs://QmPaGc5v45pJGZvjz15GaP9nfNfpN1QnF5eueXUzUKQk6V/
_discountPrice() view returns (uint256)
0
_maxSupply() view returns (uint256)
333
_merkleRoot() view returns (bytes32)
0x4fed82189043490bf86ea030e29c36a7f4f4d5f3a09944fbc0cda16998bc5a93
_preSaleIsActive() view returns (bool)
true
_price() view returns (uint256)
160000000000000000
_saleIsActive() view returns (bool)
false
name() view returns (string)
Pandaria
owner() view returns (address)
0x0778701d35922c0e3acc987622134a74011b7dde
symbol() view returns (string)
PANDARIA
totalSupply() view returns (uint256)
333
Read-only
_addressMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address addr, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 mintCount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddressMintLimit(uint256 limit)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDiscountPrice(uint256 discountPrice)
setMerkleRoot(bytes32 merkleRoot)
setPrice(uint256 price)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
teamMint()
togglePreSale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 mintCount, bytes32[] merkleProof) payable
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(string baseURI, bytes32 merkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()