T I N Y C A T
Verified contract
Active on
Ethereum with 720 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 "T I N Y C A T"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903756 | 10 months ago | | | 0 | 0.00028184660 | |
| 18903755 | 10 months ago | | | 0 | 0.00052717509 | |
| 16752919 | 2 years ago | | | 0 | 0.00041786845 | |
| 16360484 | 2 years ago | | | 0 | 0.0011627106 | |
| 16301083 | 2 years ago | | | 0 | 0.00078685359 | |
| 15819011 | 2 years ago | | | 0 | 0.0021172170 | |
| 15596664 | 2 years ago | | | 0 | 0.00074688921 | |
| 15596101 | 2 years ago | | | 0 | 0.00039367903 | |
| 15590338 | 2 years ago | | | 0 | 0.00061198778 | |
| 15589903 | 2 years ago | | | 0 | 0.00070056000 |
ABI
ABI objects
Getter at block 21176542
maxPerTx() view returns (uint32)
6
maxSupply() view returns (uint32)
369
mintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
T I N Y C A T
owner() view returns (address)
0xe978daca0e5c28bf21c6862637f6b818ddea7c84
symbol() view returns (string)
tinycat
totalSupply() view returns (uint256)
369
uriPrefix() view returns (string)
ipfs://bafybeih5a6kcnljosm6dttzf4najyqwn22flvxgyykcooejjrgm7kdyanq/
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
approve(address to, uint256 tokenId)
burn(uint256 amount)
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()