Cupcat Catgirls
Verified contract
Active on
Ethereum with 2,473 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($180.80)
Native
Value
$180.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,616.07 |
$180.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138218 | 25 days ago | | | 0 | 0.00049866603 | |
| 21105108 | a month ago | | | 0 | 0.00011636764 | |
| 20988755 | 2 months ago | | | 0 | 0.00042192252 | |
| 20988755 | 2 months ago | | | 0 | 0.00042294735 | |
| 20917885 | 2 months ago | | | 0 | 0.00020487994 | |
| 20870114 | 2 months ago | | | 0 | 0.00064989117 | |
| 20759338 | 3 months ago | | | 0 | 0.000093275692 | |
| 20619570 | 3 months ago | | | 0 | 0.000041952600 | |
| 20265250 | 5 months ago | | | 0 | 0.00010903473 | |
| 19920061 | 6 months ago | | | 0 | 0.00093856170 |
ABI
ABI objects
Getter at block 21318895
MAXCLAIMSUPPLY() view returns (uint256)
5024
MAXRESERVE() view returns (uint256)
176
MAXSALE() view returns (uint256)
4800
MAX_TOTAL_SUPPLY() view returns (uint256)
10000
_tokenIdTrackerReserve() view returns (uint256)
176
_tokenIdTrackerSale() view returns (uint256)
1491
alState() view returns (bool)
false
authorizedSigner() view returns (address)
0x486662389b41b3921491547a9ad0507cd3c8dd5d
baseURI() view returns (string)
https://api.catsinthecups.com/catgirls/
claimState() view returns (bool)
true
costAl() view returns (uint256)
40000000000000000
costPublic() view returns (uint256)
50000000000000000
costWl() view returns (uint256)
35000000000000000
cupCats() view returns (address)
0x8cd8155e1af6ad31dd9eec2ced37e04145acfcb3
name() view returns (string)
Cupcat Catgirls
owner() view returns (address)
0xe0e37805369b2f67087f117f9153edf34db2e570
saleState() view returns (bool)
true
symbol() view returns (string)
CCG
totalSupply() view returns (uint256)
3992
wlState() view returns (bool)
false
Read-only
addressAllowListMintedBalance(address) view returns (uint256)
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 allowListMint(bytes signature) payable
approve(address to, uint256 tokenId)
claim(uint256[] _tokensId)
mint(uint256 _count) payable
renounceOwnership()
reserve(uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAlState(bool _state)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setClaimState(bool _state)
setCupcatSigner(address _cupCats, address _authorizedSigner)
setSaleState(bool _state)
setWlState(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(bytes signature, uint8 _count, uint8 wlSpot) payable
withdraw() payable
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.
This contract contains no error objects.