Angry Cat 721W
Verified contract
Active on
Ethereum with 1,456 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 "Angry Cat 721W"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19551565 | 8 months ago | | | 0 | 0.00051081166 | |
| 16591877 | 2 years ago | | | 0 | 0.0016378994 | |
| 16383127 | 2 years ago | | | 0 | 0.00070911789 | |
| 15986393 | 2 years ago | | | 0.01 | 0.0017145568 | |
| 15608154 | 2 years ago | | | 0 | 0.00026689857 | |
| 15608151 | 2 years ago | | | 0 | 0.00025578430 | |
| 15606961 | 2 years ago | | | 0 | 0.000088329630 | |
| 15606440 | 2 years ago | | | 0 | 0.00016871654 | |
| 15606283 | 2 years ago | | | 0 | 0.00031151179 | |
| 15604488 | 2 years ago | | | 0 | 0.00030672767 |
ABI
ABI objects
Getter at block 21316050
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
10000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Angry Cat 721W
owner() view returns (address)
0xe50617f2a5b30c1c71b0232b540589b16357f9be
symbol() view returns (string)
ACW
totalSupply() view returns (uint256)
8191
uriPrefix() view returns (string)
ipfs://QmSt5KLqkxwV4YbHnTHMgJhKVSzzPSf7JCazC1LECUD1UU/
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events PublicMint(uint256 amount) payable
Safe721WMint(uint256 amount)
approve(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()