KatMonstarz
Verified contract
Active on
Ethereum with 1,646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "KatMonstarz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607937 | 3 months ago | | | 0 | 0.00014817007 | |
| 20599034 | 3 months ago | | | 0 | 0.000033251376 | |
| 20598372 | 3 months ago | | | 0 | 0.000032545056 | |
| 20167232 | 5 months ago | | | 0 | 0.00037045561 | |
| 20046157 | 5 months ago | | | 0 | 0.00056732418 | |
| 19992072 | 6 months ago | | | 0 | 0.0016296120 | |
| 19987371 | 6 months ago | | | 0 | 0.0027204020 | |
| 19968535 | 6 months ago | | | 0 | 0.00074983488 | |
| 19723398 | 7 months ago | | | 0 | 0.00053808419 | |
| 19140827 | 10 months ago | | | 0 | 0.00056652465 |
ABI
ABI objects
Getter at block 21212950
SOS() view returns (bool)
false
contractURI() view returns (string)
ipfs://bafkreierqb4zerfv5uwhsxaxajoigdwgm4o5e327y2gy6zovd3xdxxlugu/
katlistPrice() view returns (uint256)
18000000000000000
maxKats() view returns (uint256)
2399
maxPerWallet() view returns (uint256)
15
meow() view returns (bool)
true
name() view returns (string)
KatMonstarz
owner() view returns (address)
0x0be52d6fa23f49375d876b759077ab0894bc8b78
phase() view returns (uint8)
2
publicPrice() view returns (uint256)
26000000000000000
symbol() view returns (string)
KM
totalSupply() view returns (uint256)
2054
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256[] tokenIds) payable
burning()
end()
freeze()
mint(uint256 qty, uint256 freeMints, bytes32[] purr) payable
renounceOwnership()
reserve(address _to, uint256 qty)
reveal(string _URI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCollectionPage(string _jetBoxURI, string _OsURI)
setKatlist(bytes32 _root)
setMonstarzLab(string _URI)
setPayments(address _kittensWallet, address _royaltyAddress, uint96 _royaltyBasisPoints)
setReward(address _rewardAddr)
setSaleConfig(uint256 _katlistPrice, uint256 _publicPrice, uint256 _newMaxMints)
setVipkats(uint256 _vipKats)
start()
stop()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()