Pazuki

Verified contract

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

No balances found for "Pazuki"

0xa6f528c1e63e98844a304cb4f10be2c4fc1679926ae5257bca7764108a7f396e
0xce61bb77b63d64884a2d1a2815273e9314e4ec9e5b0d585fbc8931d95dc9de67
0x6137ee604938d57f451adc5e6e9dfaa757c9279c54cceebe4cd17b92b57bfc9a
0x38b7a74921e9b34647899bdb1adb40d0e2512928ce3098e04e5817d94334ab2a
0xa385c04e8eef5dcef306f6b5be1a2550b99d03f852171c634d8646c152794e30
0x3ad4fcd7324c0670ed3fbb560757af9fca95474652130e9f06362ec5162b38fe
0x525c8a1182c3a3f7b442281d86437f2fb520cf5a60efaae566171535d054999e
0x68cda440fa361a8b4716489a47d876f1867ae6d5a13ad73b42493144e7c1121c
0x31f1fc3b5ec109b351c5593b4024b0cc8305837d90e0246a1c9a6871f7f0102d
0xaf8973754feabf1b3df0a08af88c3c5054acd64294a920076cbe4c951ac727b3

Functions
Getter at block 21293037
MAXPAZUKI(view returns (uint256)
7214
_baseTokenURI(view returns (string)
https://ipfs.io/ipfs/QmVb67axSKMqXkpJPKeL1SeoRkuPLCH8F1mRD82Fe1D9eJ/
_price(view returns (uint256)
0
contractURI(view returns (string)
https://ipfs.io/ipfs/QmVb67axSKMqXkpJPKeL1SeoRkuPLCH8F1mRD82Fe1D9eJ/7214
freeMints(view returns (uint256)
2214
isSaleActive(view returns (bool)
true
maxFreeMintsPerWallet(view returns (uint256)
50
maxPazukisPurchase(view returns (uint256)
20
name(view returns (string)
Pazuki
owner(view returns (address)
0x329f5932930ff1ed2856685af01d0ad9651c3187
reservedPazukis(view returns (uint256)
9
symbol(view returns (string)
PAZUKI
totalSupply(view returns (uint256)
7205
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
pazukiOfOwner(address _ownerview returns (uint256[])
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSaleState(
mintNFT(uint256 numberOfPazukispayable 
mintNFTS(address _touint256 _amount
renounceOwnership(
reservedMints(address _touint256 _amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPazukiPrice(uint256 newPrice
setProxyRegistryAddress(address proxyAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(uint256 _amount
withdrawAll(
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 baseURIaddress _proxyRegistryAddress
Fallback and receive

This contract contains no fallback and receive objects.

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