SmallCuteCat
Verified contract
Active on
Ethereum with 137 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($92.92)
Native
Value
$92.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,097.19 |
$92.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18837776 | a year ago | | | 0 | 0.0018500941 | |
| 17096617 | 2 years ago | | | 0 | 0.0016401114 | |
| 16830022 | 2 years ago | | | 0 | 0.0021287521 | |
| 16614761 | 2 years ago | | | 0.03 | 0.0013034875 | |
| 16485015 | 2 years ago | | | 0 | 0.00083018511 | |
| 16426149 | 2 years ago | | | 0 | 0.00075321726 | |
| 16425530 | 2 years ago | | | 0 | 0.00084040694 | |
| 16418699 | 2 years ago | | | 0.045 | 0.0011687935 | |
| 16414571 | 2 years ago | | | 0.03 | 0.0021264350 | |
| 16410204 | 2 years ago | | | 0.015 | 0.0012405562 |
ABI
ABI objects
Getter at block 21226751
MAX_SUPPLY() view returns (uint16)
1000
PUBLIC_LIMIT() view returns (uint16)
20
PUBLIC_PRICE() view returns (uint256)
15000000000000000
WHITELIST_LIMIT() view returns (uint16)
10
WHITELIST_PRICE() view returns (uint256)
50000000000000000
name() view returns (string)
Small Cute Cat
notRevealedUri() view returns (string)
https://smallcutecat.mypinata.cloud/ipfs/QmeXUkyScaAaRreUU6LP26LMYqsc5HUTv3k37eZrwESYak
owner() view returns (address)
0x89394d46e3a36a2a4a442d9a82159edede65d8fe
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SCC
totalSupply() view returns (uint256)
155
Read-only
addressMintedBalance(address) view returns (uint16)
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 adminMint(address to, uint16 amount)
approve(address to, uint256 tokenId)
flipRevealState()
flipSaleState()
publicSaleMint(uint16 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 baseURI)
setNotRevealedURI(string _notRevealedURI)
setPublicLimit(uint16 newLimit)
setPublicPrice(uint256 newPrice)
setSupply(uint16 newSupply)
setWRoot(bytes32 _root)
setWhitelistLimit(uint16 newLimit)
setWhitelistPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint16 amount, bytes32[] proof) payable
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()