Cupcat NFT
Verified contract
Active on
Ethereum with 15,944 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASTARD | ERC-20 | 21.42K | -- | -- | |
BGANPUNKV2 | ERC-721 | 1 | -- | -- | |
OMNI | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268771 | a day ago | | | 0 | 0.00091433061 | |
| 21240094 | 5 days ago | | | 0 | 0.00041636976 | |
| 21231898 | 6 days ago | | | 0 | 0.00060093042 | |
| 21231623 | 6 days ago | | | 0 | 0.00063853449 | |
| 21231451 | 6 days ago | | | 0 | 0.0011008435 | |
| 21227869 | 7 days ago | | | 0 | 0.00042923392 | |
| 21227845 | 7 days ago | | | 0 | 0.00041133646 | |
| 21227186 | 7 days ago | | | 0 | 0.00034980750 | |
| 21226548 | 7 days ago | | | 0 | 0.00043851584 | |
| 21226429 | 7 days ago | | | 0 | 0.00048106370 |
ABI
ABI objects
Getter at block 21276199
CUPCAT_PROVENANCE() view returns (string)
LICENSE_TEXT() view returns (string)
MAX_CUPCAT() view returns (uint256)
5000
baseURI() view returns (string)
https://api.catsinthecups.com/
cupcatPrice() view returns (uint256)
20000000000000000
cupcatReserve() view returns (uint256)
76
maxCupCatPurchase() view returns (uint256)
3
merkleRoot() view returns (bytes32)
0x420022dae7f146051cc16d1597dac56523baa3a2cfaab218c8bf04d8eecdddab
name() view returns (string)
Cupcat NFT
owner() view returns (address)
0xe0e37805369b2f67087f117f9153edf34db2e570
saleIsActive() view returns (bool)
false
symbol() view returns (string)
CUPCAT
totalSupply() view returns (uint256)
5024
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintCupCat(uint256 numberOfTokens) payable
renounceOwnership()
reserveCupcat(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 newmerkleRoot)
whitelistedMints(bytes32[] merkleProof) payable
withdraw()
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)
WhitelistedMint(address minter)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.