Cats Always Look Up at Skies
Verified contract
Active on
Ethereum with 909 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 "Cats Always Look Up at Skies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17024117 | 2 years ago | | | 0 | 0.0013930553 | |
| 16833882 | 2 years ago | | | 0 | 0.0017527263 | |
| 16764088 | 2 years ago | | | 0 | 0.0019252847 | |
| 16702603 | 2 years ago | | | 0 | 0.0028928566 | |
| 16694986 | 2 years ago | | | 0 | 0.0016062701 | |
| 16616983 | 2 years ago | | | 0 | 0.00045156816 | |
| 16576669 | 2 years ago | | | 0 | 0.0014798849 | |
| 16502087 | 2 years ago | | | 0 | 0.00091873840 | |
| 16450154 | 2 years ago | | | 0 | 0.0012116328 | |
| 16445510 | 2 years ago | | | 0.001 | 0.0011466698 |
ABI
ABI objects
Getter at block 21166642
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply() view returns (uint256)
3333
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Cats Always Look Up at Skies
owner() view returns (address)
0x749f580d2790721ef2ae1f6946f8f4d490a30b94
symbol() view returns (string)
CatsAlways
totalSupply() view returns (uint256)
2143
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
freemint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
teamMint(address addr, uint256 amount)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()