This contract is being backfilled. You may encounter incomplete storage history.

AlphaCats

Verified contract

Active on Ethereum with 3,225 txns
Deployed by via 0x46f6bb30 at 15058322
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AlphaCats"

0x75c03abcf35117245fa6805a8bad64dfa7b0a845188a4f3ad2a8a85ac848753a
0x2965ee2603a3e8a96d78fd203f737641c7d1310dce1d435a87932a28441969ca
0xeee07791f3297092fb4ff0ebd29c215a46f06913c178b673d860114ad57b49fc
0x773e601180a0d4e8cfd2af16ad4f80fd98e95539a23f377bca073a6c7fc92b15
0xa62cbff63d6577679a3a0b0f7817f0d37a674aace215cd654f3490fd61d9873c
0x33aa76a837b75133a69799d7a6405707ab4b94ee85e879f85f1e281349b34772
0xe2152cbe74ca38b226929c97627dc5c203b3199961043fffb8b5fc85fc284e36
0xc51c65083b2d1a962151011f8ae1db02d375b5c22a40ad851e92aca24396e276
0x0871f192b5e285d3044ea8affa2e7e888534eee7f4f9878010267d43f46e3c67
0x3e539c560ad00578b78165de97f3be2b707a67bd5c3f7db640758428f3b2c013

Functions
Getter at block 21214230
baseURI(view returns (string)
maxFreeAmount(view returns (uint256)
2500
maxFreePerTx(view returns (uint256)
1
maxFreePerWallet(view returns (uint256)
2
maxPerTx(view returns (uint256)
5
maxSuply(view returns (uint256)
10000
maxSupply(view returns (uint256)
3333
mintEnabled(view returns (bool)
true
name(view returns (string)
AlphaCats
owner(view returns (address)
0x91d4d74e0a7e2eaff3cfec6c5db5e8e583d0ef8f
price(view returns (uint256)
5000000000000000
revealed(view returns (bool)
false
symbol(view returns (string)
AC
totalSupply(view returns (uint256)
3344
unrevealedURI(view returns (string)
https://ipfs.io/ipfs/QmUJCcrJhd1CDHpnFVbbK5hXHws4iih1N97YAeTbxSstR7
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipReveal(
flipSale(
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxFreeAmount(uint256 _amount
setMaxFreePerTx(uint256 _amount
setMaxFreePerWallet(uint256 _amount
setMaxPerTx(uint256 _amount
setPrice(uint256 _newPrice
setUnrevealedURI(string uri
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(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(