MiezeKatze
Verified contract
Active on
Ethereum with 28 txns
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 "MiezeKatze"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16809562 | 2 years ago | | | 0 | 0.00090846267 | |
| 16754540 | 2 years ago | | | 0 | 0.00084264985 | |
| 16580337 | 2 years ago | | | 0 | 0.0017652600 | |
| 16566813 | 2 years ago | | | 0 | 0.00084089017 | |
| 16434320 | 2 years ago | | | 0 | 0.00095965515 | |
| 16434149 | 2 years ago | | | 0 | 0.0014331232 | |
| 15462440 | 2 years ago | | | 0 | 0.00043257045 | |
| 15240430 | 2 years ago | | | 0 | 0.00059291603 | |
| 15169414 | 2 years ago | | | 0 | 0.0014074758 | |
| 15122552 | 2 years ago | | | 0 | 0.0020006729 |
ABI
ABI objects
Getter at block 21398646
baseURI() view returns (string)
contractURI() view returns (string)
https://mzkz.xyz/json/contractURI.json
name() view returns (string)
MiezeKatze
owner() view returns (address)
0x9176f69d781593bb3babc7ac323e40edc7fe5b61
symbol() view returns (string)
MZKZ
totalSupply() view returns (uint256)
182
Read-only
approvedMinters(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 tokenId) view returns (uint256[] fees)
getFeeRecipients(uint256 tokenId) view returns (address[] recipients)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnersOpenSeaProxy(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
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)
burn(uint256 tokenId)
mintTo(address recipient, uint256 tokenId, string uri)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setRoyaltiesRecipient(address recipient)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMinter(address minter, bool canMint)
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)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string contractURI_, address openseaProxyRegistry_, address royaltyRecipient_, uint256 royaltyValue_)
This contract contains no fallback and receive objects.
This contract contains no error objects.