Private Jet Pyjama Party
Verified contract
Active on
Ethereum with 9,231 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 19.017745 | $0.708535 |
$13.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315873 | a day ago | | | 0 | 0.0015132103 | |
| 21290835 | 5 days ago | | | 0 | 0.00027806642 | |
| 21285211 | 6 days ago | | | 0 | 0.00025364478 | |
| 21276320 | 7 days ago | | | 0 | 0.00035823473 | |
| 21228540 | 14 days ago | | | 0 | 0.00026149767 | |
| 21215645 | 15 days ago | | | 0 | 0.00078240865 | |
| 21213893 | 16 days ago | | | 0 | 0.00027771584 | |
| 21213891 | 16 days ago | | | 0 | 0.00027194885 | |
| 21213876 | 16 days ago | | | 0 | 0.00026766527 | |
| 21203566 | 17 days ago | | | 0 | 0.00047997718 |
ABI
ABI objects
Getter at block 21326270
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://Qmav38KKbVBpxXs8UPWGVB8NkGGx3FWYzUvc3AR41v3TTW/
cost() view returns (uint256)
90000000000000000
maxLimitNonWhitelist() view returns (uint256)
10
maxLimitWhitelist() view returns (uint256)
15
maxSupply() view returns (uint256)
9999
name() view returns (string)
Private Jet Pyjama Party
notRevealedUri() view returns (string)
https://pjpp.io/ipfs/placeholder.json
onlyWhiteList() view returns (bool)
false
owner() view returns (address)
0xb98858f06e0b15e14a7ed5754dc90be5ab5cc174
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
PJPP
totalSupply() view returns (uint256)
5267
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
removeWhitelistUser(address _user)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelist(bool _state)
setmaxLimitNonWhitelist(uint256 _limit)
setmaxLimitWhitelist(uint256 _limit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
withdraw() 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 _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.