Catocalypse

Verified contract

Active on Ethereum with 5,322 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Catocalypse"

0x0733bf298d3c4eed1be56b50ad999c1ac1bfdc10c44f80a8fee76071e5c23a1e
0xa8daf2c0e626f8e6fbab9f8ecd91dfa0b7248d21017844f48c35f94079e3f16c
0xba0a56003384734152e12b217c5c82a7bb947642eed610ce36c1e505a6929099
0xd4ee9ee5840f0f399cbe66c8a78807dd63e9cbb1608599f16acb357926e3e5f4
From
0xe30a42ee4af6a93f68fd004d19903b970f30d7fd21dd9642fa3ee08dc3c69739
0xb5fe9b0927df4c91c2c3b05dd88e398529c61f40ba1c32bf0fe7afbb285bb7c6
0x76b0727912c8741fb6d999bd6dc847ef25c322db3395d3281ae13984e6cfd350
0x65db26d92bb07ca5937f89d8d2fead3c7713f0f6b6209869624c47be6ffd4aa4
0x0085f222700e572f5fa24818ac17b58740044c63adbaac5982386ff8317658ab
0x281fe02ec7d3dbe73ee13b5fda32277a5cba405d69161c71b4b8473cbcd183e5
From

Functions
Getter at block 21223073
maxFreePerWallet(view returns (uint256)
1
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5000
mintEnabled(view returns (bool)
true
name(view returns (string)
Catocalypse
owner(view returns (address)
0x88141c4a096abbee3d58eb398014954868c53803
price(view returns (uint256)
3000000000000000
symbol(view returns (string)
CATO
totalFree(view returns (uint256)
5000
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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