People Need Privacy
Verified contract
Active on
Ethereum with 5,268 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 "People Need Privacy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141521 | 9 days ago | | | 0 | 0.00070183259 | |
| 20997248 | a month ago | | | 0 | 0.00018794040 | |
| 20587623 | 3 months ago | | | 0 | 0.000060270241 | |
| 20539170 | 3 months ago | | | 0 | 0.000052969013 | |
| 20199687 | 5 months ago | | | 0 | 0.00039218478 | |
| 19745644 | 7 months ago | | | 0 | 0.00015579762 | |
| 19099012 | 10 months ago | | | 0 | 0.00046882077 | |
| 18946725 | 10 months ago | | | 0 | 0.00035057182 | |
| 18251361 | a year ago | | | 0 | 0.00017510182 | |
| 18197234 | a year ago | | | 0 | 0.00037297364 |
ABI
ABI objects
Getter at block 21206738
CONTRIBUTE_MINT_MAX_QUANTITY() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
5022
MINT_MAX_QUANTITY() view returns (uint256)
1
OG_MINT_MAX_QUANTITY() view returns (uint256)
25
OG_STARTING_AT() view returns (uint256)
1660858200
PUBLIC_DELAY() view returns (uint256)
7200
PUBLIC_STARTING_AT() view returns (uint256)
1660865400
TEAM_ADDRESS() view returns (address)
0x5793083b30ca639b924126cdf0ec96219d8a056e
TS_ADDRESS() view returns (address)
0x458d4e2c959a7a5df88304df396078e3be038748
WHITELIST_DELEY() view returns (uint256)
3600
WHITELIST_STARTING_AT() view returns (uint256)
1660861800
baseURI() view returns (string)
https://pnp.mypinata.cloud/ipfs/QmXbRTN8Lyh9WzpTM5AgGfkBoJRtuEBVCaHHn9Zx2mjxyu/
contributeRoot() view returns (bytes32)
0xdf1dbe8bab3913ad5f46ae1e4702c79cb2e128e522497f4f9445725ba985e2b7
name() view returns (string)
People Need Privacy
ogRoot() view returns (bytes32)
0x6326dcdcf02395b636ba416fa04e7a52b6791f1c81b9b6759b05598baa64f8bd
owner() view returns (address)
0x20f7f4774c8cae43d7b58405cf3aa4827b2cb317
symbol() view returns (string)
PNP
totalSupply() view returns (uint256)
5022
whiteListRoot() view returns (bytes32)
0x5229c559ee48ed4354a3bb32f745c467199cd4deb554f0e590a1d192707b3c6f
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
contributeMint(address to, bytes32[] proof)
ogMint(address to, bytes32[] proof)
publicMint(address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContributeRoot(bytes32 merkleroot)
setDefaultTokenURI(string URI)
setOgRoot(bytes32 merkleroot)
setPresaleMint(uint256 presaleTime)
setWhiteListRoot(bytes32 merkleroot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address to, bytes32[] proof)
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 URI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()