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 "Pazuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19764194 | 7 months ago | | | 0 | 0.00097943001 | |
| 18981730 | a year ago | | | 0 | 0.0012287680 | |
| 18849479 | a year ago | | | 0 | 0.00059104681 | |
| 17837656 | a year ago | | | 0 | 0.00067976871 | |
| 16961528 | 2 years ago | | | 0 | 0.00096950700 | |
| 16940269 | 2 years ago | | | 0 | 0.0014028189 | |
| 16932075 | 2 years ago | | | 0 | 0.0010834573 | |
| 16914012 | 2 years ago | | | 0 | 0.00098677184 | |
| 16826150 | 2 years ago | | | 0 | 0.0010020075 | |
| 16826145 | 2 years ago | | | 0 | 0.0010512369 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pazukiOfOwner(address _owner) view returns (uint256[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintNFT(uint256 numberOfPazukis) payable
mintNFTS(address _to, uint256 _amount)
renounceOwnership()
reservedMints(address _to, uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPazukiPrice(uint256 newPrice)
setProxyRegistryAddress(address proxyAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawAll()
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 baseURI, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()