NFT Polska Collective

Verified contract

Active on Ethereum with 315 txns
Deployed by via 0xeb86d853 at 16079034
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NFT Polska Collective"

0xef45af1e7c78ab5cc643a722330fd0d0e6f4dcadb896e4457c3d4d6a81ebcb14
0x92ebef71286b488b9796f0e5241225107a058f8faa88fa3c1ccf013cdf6d21c0
0xdee1948d5c06677d4e42e7973364c3aab8c9611ba527a9206a9864c54b80e762
0xd0b711aa5a2030f97e900d661ab032c1233ea99c661501ca36283d88e4ebb655
0xf80a43d3004aba98231513dd8964d93fc69618a9b193632e718f32e525ec8c64
0x029caf717d7df11cd6a1f69fe51aef7d6a5794dfdf533975af11d56a8670d724
0x6ba22fe1e980af63a7e760e1788778f7db6fe675785d5fb85a9ab8798415874e
0x98051841076a7507a2645d840772ebe25d5146e7da79aab17d7393cd4d577563
0xb6ec3f8c2f41e14cf1b2a5adef2df996b3fed512c20ec78e4747393b74afed6a
0xe4b93efed23d3d5a9382fd51cfe048a78d52a5c2847c6bd71665268a3f51d554

Functions
Getter at block 20874291
isWhiteListActive(view returns (bool)
true
maxMintAmount(view returns (uint256)
1
maxSupply(view returns (uint256)
999
merkleRoot(view returns (bytes32)
0x82d6ef95cb5bcc17740eb8b09871dcbe7d8ec04bc54ac0bc1dc83e93bd5a1e1f
mintEnd(view returns (uint256)
1670194799
mintStart(view returns (uint256)
1669827600
mintSupply(view returns (uint256)
300
name(view returns (string)
NFT Polska Collective
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xc0e5685fcd0074a0e14d7139dffa90532909671c
price(view returns (uint256)
286000000000000000
symbol(view returns (string)
NPC
totalSupply(view returns (uint256)
170
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenMinted(addressview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
adminMint(address _recipientuint256 _quantity
approve(address operatoruint256 tokenIdpayable 
mint(uint256 _amountbytes32[] _merkleProofpayable 
renounceOwnership(
repeatRegistration(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenUri(string _baseTokenUri
setMaxMintAmount(uint256 _maxMintAmount
setMerkleRoot(bytes32 _merkleRoot
setMintEnd(uint256 _mintEnd
setMintStart(uint256 _mintStart
setMintSupply(uint256 _mintSupply
setOperatorFilteringEnabled(bool value
setPrice(uint256 _price
setRoyaltyInfo(address receiveruint96 numerator
setWhiteListActive(bool _isWhiteListActive
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(address destination
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseUriuint256 _maxSupplyuint256 _mintSupplyaddress _owneraddress _royaltiesReceiveruint256 _mintStartuint256 _mintEnd
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(