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 "KatZen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19728935 | 7 months ago | | | 0 | 0.00054006118 | |
| 18167213 | a year ago | | | 0 | 0.00049760134 | |
| 18027932 | a year ago | | | 0 | 0.0015257474 | |
| 17515886 | a year ago | | | 0 | 0.0014634767 | |
| 17515874 | a year ago | | | 0 | 0.0018126932 | |
| 17515847 | a year ago | | | 0 | 0.0013098766 | |
| 17479595 | a year ago | | | 0 | 0.0024333645 | |
| 17422883 | a year ago | | | 0 | 0.0026224885 | |
| 17110695 | 2 years ago | | | 0 | 0.0016091874 | |
| 16980334 | 2 years ago | | | 0 | 0.0017027680 |
ABI
ABI objects
Getter at block 21317315
MAX_SUPPLY() view returns (uint256)
4444
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI() view returns (string)
https://bafybeigi3sux73niynrulrl2suxrghhrc6cd5vwdwt7x3oqkdngluq37ye.ipfs.nftstorage.link/contractURI.json
free_mint_status() view returns (bool)
true
max_free_per_wallet() view returns (uint256)
2
max_per_txn() view returns (uint256)
10
max_per_wallet() view returns (uint256)
10
name() view returns (string)
KatZen
notRevealedUri() view returns (string)
owner() view returns (address)
0x0dc46b8bf42134343bbeecfeb48f6fd3ddb44661
publicSaleCost() view returns (uint256)
4000000000000000
public_mint_status() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
KatZen
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, 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 airdrop(address[] receiver, uint256[] quantity) payable
approve(address operator, uint256 tokenId)
freeMint(uint256 quantity) payable
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setMAX_SUPPLY(uint256 _MAX_SUPPLY)
setMax_free_per_wallet(uint256 _max_free_per_wallet)
setMax_per_txn(uint256 _max_per_txn)
setMax_per_wallet(uint256 _max_per_wallet)
setNotRevealedURI(string _notRevealedURI)
setPublicSaleCost(uint256 _publicSaleCost)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
toggleReveal()
toggle_free_mint_status()
toggle_public_mint_status()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _initBaseURI, string _initNotRevealedUri, string _contractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()