PandaParadise
Verified contract
Active on
Ethereum with 9,422 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($126.39)
Native
Value
$18.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005045 | $3,601.92 |
$18.17 | |
LIT | ERC-20 | 3.144086M | $0.000034 |
$108.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304956 | 2 days ago | | | 0 | 0.00039388705 | |
| 21291361 | 4 days ago | | | 0 | 0.00015056925 | |
| 21226519 | 13 days ago | | | 0 | 0.00043351411 | |
| 21152842 | 24 days ago | | | 0 | 0.00045222102 | |
| 21114870 | a month ago | | | 0 | 0.00040450744 | |
| 20782935 | 2 months ago | | | 0 | 0.00042133367 | |
| 20634466 | 3 months ago | | | 0 | 0.00027454159 | |
| 20634376 | 3 months ago | | | 0 | 0.00021101234 | |
| 20634301 | 3 months ago | | | 0 | 0.00013813781 | |
| 20606528 | 3 months ago | | | 0 | 0.000086476035 |
ABI
ABI objects
Getter at block 21322813
_paused() view returns (bool)
false
_pausedPrivate() view returns (bool)
true
getPrice() view returns (uint256)
40000000000000000
name() view returns (string)
PandaParadise
owner() view returns (address)
0x7f8cd23af1bd2fe18b84c792cb767ddce4d64b6a
sealedTokenURI() view returns (bool)
false
symbol() view returns (string)
PPA
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _from) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
mint(uint256 num) payable
pause(bool val)
pausePrivate(bool val)
privateMint(uint256 num) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealTokenURI()
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateWhitelist(address[] whitelist)
withdrawAll() payable
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)
fallback()
receive()
This contract contains no error objects.