AlphaCats
Verified contract
Active on
Ethereum with 3,225 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 "AlphaCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20532102 | 3 months ago | | | 0 | 0.00010791970 | |
| 20343666 | 4 months ago | | | 0 | 0.00014877000 | |
| 17077408 | 2 years ago | | | 0 | 0.0019234965 | |
| 16979814 | 2 years ago | | | 0 | 0.0010142147 | |
| 16200797 | 2 years ago | | | 0 | 0.00045768276 | |
| 15677798 | 2 years ago | | | 0 | 0.00028274875 | |
| 15677797 | 2 years ago | | | 0 | 0.00026229713 | |
| 15677797 | 2 years ago | | | 0 | 0.00026141153 | |
| 15593130 | 2 years ago | | | 0 | 0.00018006928 | |
| 15489632 | 2 years ago | | | 0 | 0.00032255276 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
flipReveal()
flipSale()
mint(uint256 amount) 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 uri)
setMaxFreeAmount(uint256 _amount)
setMaxFreePerTx(uint256 _amount)
setMaxFreePerWallet(uint256 _amount)
setMaxPerTx(uint256 _amount)
setPrice(uint256 _newPrice)
setUnrevealedURI(string uri)
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()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()