Playful Pandas
Verified contract
Active on
Ethereum with 1,211 txns
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 "Playful Pandas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099608 | a month ago | | | 0 | 0.00012407790 | |
| 19067613 | 10 months ago | | | 0 | 0.00023716176 | |
| 18596960 | a year ago | | | 0 | 0.0017596155 | |
| 18401286 | a year ago | | | 0 | 0.00039859961 | |
| 18293576 | a year ago | | | 0 | 0.00034904399 | |
| 18049392 | a year ago | | | 0 | 0.0011330468 | |
| 17978731 | a year ago | | | 0 | 0.0017426088 | |
| 17686541 | a year ago | | | 0 | 0.0046019505 | |
| 17123861 | 2 years ago | | | 0 | 0.0036621705 | |
| 16608286 | 2 years ago | | | 0 | 0.00035308831 |
ABI
ABI objects
Getter at block 21290857
MAX_BY_MINT() view returns (uint256)
20
MAX_ELEMENTS() view returns (uint256)
8888
PRICE() view returns (uint256)
40000000000000000
baseTokenURI() view returns (string)
https://api2.playfulpandas.io/panda/
devAddress() view returns (address)
0xac029558a8dde38e0e0da869a66e75abed9134d9
name() view returns (string)
Playful Pandas
owner() view returns (address)
0xac029558a8dde38e0e0da869a66e75abed9134d9
paused() view returns (bool)
false
symbol() view returns (string)
PANDA
totalMint() view returns (uint256)
1500
totalSupply() view returns (uint256)
1500
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)
price(uint256 _count) pure returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address _to, uint256 _count) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreatePanda(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.