Pukies

Verified contract

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

No balances found for "Pukies"

0xa4cd8c3798977f2bd0af12871e330e12cc596efae61a561b43fd76df7a0e212b
0xe7b8b719a79cb3bb76a8e5f564a1c9066dfe04a2bd14b4a6aa96c651c6a1e8dc
0x7c44d6c024dbffee8435cffd0764dace1a91418ba13f76a0431560034a8a0852
0x31d489c27ff7cbd29b063b67cf318689b0358a1bd51822567fcb3b0ddce8139b
0x633846b1596166df53281c4833ef4d79537879bd6dd94ba4254edaac8f1a0a31
0x8f5cf9cc80d72855ae49d273293384cc42056ae54fe272faa9541addf2c14000
0xef4561d72ebc3e54f3bed2bd7fd147c9d13c526d4d614073edbd511570f2b75c
0xe4df553d999535053af9bbe8ec95024b38fcd97104a6c61dbc430558532e6733
0xe1c8efb07d82a2e60c139a89fda4d8694ac0db81b58c6f8e1c67c30884e37882
0x534aafc2104bc56d3d39dbcac098ec09495914bbc5aa9e43889edd5631cde8dc

Functions
Getter at block 21168941
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://bafkreid36qnxvuc22elagjwc3fusxwqpluf3zzxzjvpczqdne66437u3ku/
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
5000
merkleRoot(view returns (bytes32)
0xbc3ac2f65a95d520182dcca61890a561091f865f465f05b31e8ebc6fbab2b3cd
name(view returns (string)
Pukies
owner(view returns (address)
0x224b83b87d94f93438c5b4de01cf1e8eacf7ee50
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
PKS
teamMinted(view returns (bool)
true
totalSupply(view returns (uint256)
5000
uriPrefix(view returns (string)
ipfs://bafybeiewfkpf7aq6bsw2o7b6ppzeholungwmhqdu2fmz3yydqja24tssju/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
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)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview 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
teamMint(
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(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(