Cat Bricks Clubhouse
Verified contract
Active on
Ethereum with 7,950 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 "Cat Bricks Clubhouse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21108600 | 7 days ago | | | 0 | 0.00029038541 | |
| 20904945 | a month ago | | | 0 | 0.00020871728 | |
| 20553563 | 3 months ago | | | 0 | 0.000060701051 | |
| 20413494 | 3 months ago | | | 0 | 0.00010792970 | |
| 20413486 | 3 months ago | | | 0 | 0.000097660876 | |
| 20092091 | 5 months ago | | | 0 | 0.00046142076 | |
| 20026693 | 5 months ago | | | 0 | 0.0010518109 | |
| 19886048 | 6 months ago | | | 0 | 0.00017359153 | |
| 19865845 | 6 months ago | | | 0 | 0.00018510064 | |
| 19716363 | 7 months ago | | | 0 | 0.00099192059 |
ABI
ABI objects
Getter at block 21158224 owners() view returns (address[]) totalSupply() view returns (uint256 supply)
CBC_MAX() view returns (uint256)
9999
CBC_PRICE() view returns (uint256)
80000000000000000
CBC_PRIVATE() view returns (uint256)
8888
ERC712_VERSION() view returns (string)
1
PRIV_PER_MINT() view returns (uint256)
2
PUB_PER_MINT() view returns (uint256)
4
contractURI() view returns (string)
https://cbc.mypinata.cloud/ipfs/Qmdbo4z1WLduLoMe7sU9YXe8SDGkiFc7uXwnnodJ2anfc5
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xa34f12c79b356231873f6e1495dbb0c5ddd2eca5d7f5fd1c9726439800568f88
lostCats() view returns (uint256)
3
maxTokenId() view returns (uint256)
9998
name() view returns (string)
Cat Bricks Clubhouse
owner() view returns (address)
0xbc7593125820cc768a10205fa0900d18d2628374
presaleLive() view returns (bool)
false
saleLive() view returns (bool)
true
symbol() view returns (string)
CATBRICK
tokenExtension() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address _owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerTokens(address owner) view returns (uint256[])
presalePurchasedCount(address addr) view returns (uint256)
presalerListPurchases(address) view returns (uint256)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buy(uint256 tokenQuantity) payable
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
flipProxyState(address proxyAddress)
gift(address[] _recipients)
privateBuy(uint256 tokenQuantity, bytes32 hash, bytes signature) 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 URI)
setContractURI(string URI)
setProxyAddress(address addr)
setTokenExtension(string extension)
setVaultAddress(address addr)
togglePrivateSaleStatus()
toggleSaleStatus()
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)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
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.