Cupcat Kittens
Verified contract
Active on
Ethereum with 8,689 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8cd8…fcb3
Balances ($0.00)
No balances found for "Cupcat Kittens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138192 | 3 days ago | | | 0 | 0.00051519234 | |
| 21138125 | 3 days ago | | | 0 | 0.00069253371 | |
| 21053835 | 15 days ago | | | 0 | 0.00010974828 | |
| 21046558 | 16 days ago | | | 0 | 0.00025066196 | |
| 20859664 | a month ago | | | 0 | 0.00016154574 | |
| 20850985 | a month ago | | | 0 | 0.00013787279 | |
| 20768625 | 2 months ago | | | 0 | 0.000059640000 | |
| 20759457 | 2 months ago | | | 0 | 0.000078074461 | |
| 20704954 | 2 months ago | | | 0 | 0.000044576114 | |
| 20671351 | 2 months ago | | | 0 | 0.000056030460 |
ABI
ABI objects
Getter at block 21162117
MAXCLAIMSUPPLY() view returns (uint256)
5025
MAXRESERVE() view returns (uint256)
225
MAXSALE() view returns (uint256)
4750
MAX_TOTAL_SUPPLY() view returns (uint256)
10000
_tokenIdTrackerReserve() view returns (uint256)
225
_tokenIdTrackerSale() view returns (uint256)
4750
baseExtension() view returns (string)
/
baseURI() view returns (string)
https://api.catsinthecups.com/kittens/
claimState() view returns (bool)
true
cost() view returns (uint256)
17500000000000000
cupCats() view returns (address)
0x8cd8155e1af6ad31dd9eec2ced37e04145acfcb3
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Cupcat Kittens
owner() view returns (address)
0xe0e37805369b2f67087f117f9153edf34db2e570
paused() view returns (bool)
false
saleState() view returns (bool)
true
symbol() view returns (string)
CCK
totalSupply() view returns (uint256)
8681
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkClaim(uint256 _tokenId) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256[] _tokensId)
mint(uint256 _count) payable
pause(bool _state)
renounceOwnership()
reserve(uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setClaimState(bool _state)
setCupcats(address _cupCats)
setSaleState(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 newmerkleRoot)
whiteListMint(bytes32[] _merkleProof) payable
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MerkleRootUpdated(bytes32 new_merkle_root)
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.
This contract contains no error objects.