Not Angry Cat
Verified contract
Active on
Ethereum with 2,975 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 "Not Angry Cat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19837086 | 6 months ago | | | 0 | 0.000084007901 | |
| 18971732 | 10 months ago | | | 0 | 0.00045683190 | |
| 18325949 | a year ago | | | 0 | 0.00017634733 | |
| 18288581 | a year ago | | | 0 | 0.00027571209 | |
| 17862379 | a year ago | | | 0 | 0.00048262003 | |
| 17517743 | a year ago | | | 0 | 0.00070328376 | |
| 17515976 | a year ago | | | 0 | 0.0011301399 | |
| 17515974 | a year ago | | | 0 | 0.0019595776 | |
| 17213945 | 2 years ago | | | 0 | 0.0034694342 | |
| 16723534 | 2 years ago | | | 0 | 0.00082310410 |
ABI
ABI objects
Getter at block 21228881
baseTokenURI() view returns (string)
ipfs://bafybeicg7lwyljwmx7dlons2fwthwxsz7ke5dehdlhzdrkargvunykojsy/
defaultTokenURI() view returns (string)
maxSupply() view returns (uint256)
10000
name() view returns (string)
Not Angry Cat
owner() view returns (address)
0xd3174b8aaa20c21cb47fe0c26001a05fcd9cc472
payMent() view returns (address)
0xd3174b8aaa20c21cb47fe0c26001a05fcd9cc472
publicMintStatus() view returns (uint8)
3
publicSalePrice() view returns (uint256)
2000000000000000
symbol() view returns (string)
NAC
totalSupply() view returns (uint256)
10000
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)
usermint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address[] marketmintaddress, uint256[] mintquantity) payable
mint(uint256 _quantity) 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 _baseTokenURI)
setDefaultURI(string _defaultURI)
setPublicMintStatus(uint256 status)
setPublicPrice(uint256 mintprice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseTokenURI, uint256 _maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()