Points NFT

Verified contract

Active on Ethereum with 5,908 txns
Deployed by via 0x591785a5 at 14538801
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Points NFT"

0x50815c0485d23318f049313776c95f32e53619bcaea5923a8526d0982b32e4a9
0xbc194b9d428eea06bd3e994205a900ed664a2cd1c0fcfbbd955c0ad007635edd
0x5d755a62eeae1cb40b5cb7a6a1420e0d38c6f20f86e2860e8c65e2ad962f552d
0x12ac66d0127da1c18a534bb5c964a44a27b3d54eada90b9c8fd6077e75ccc5e1
0x7fc914433d4d62f65b12f5b4e40991646dd53c4b73ba7922744129dfd1b1ca8c
0x6d3d92fa1ad23cab0aba77dedb98dc818a0c284a3f45b73e293f9a883a1414b4
0x26c593981c729e3c5a928e5f09bca7af63f06b7396e4f14759b69cc61c13f437
0xf21a4664bea9169b7906f78f05f0847a5242f02a27b4ee357911ac32c2363644
0x6d2dfe819bfbe3be6e2e0bd9f127dbd7a558e12ff5e1eb9c3e442c0cf3301137
0xb15c1f25f3a1a59b1ed812975a0537dcff435b965d7c9c654e08a9c3a2234d09

Functions
Getter at block 21187587
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmdNjxZscSKxD2SBiXDzWraz8pRxKLH6oenPQKNefcgMCg/hidden.json
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
3333
merkleRoot(view returns (bytes32)
0xc59844c3651125b015e9859ba22e4f085b0458df973d3b0a1bfc88ad0cf00858
name(view returns (string)
Points NFT
owner(view returns (address)
0xd9fd8279de2c3dfedd8f83bdd5e14f7777168ed3
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
PNFT
totalSupply(view returns (uint256)
3333
uriPrefix(view returns (string)
ipfs://QmeADwYG7ruXTHRmUaMi83ADDRPe1a24JrPXd3qn78kBLM/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(