CatBloxGenesis
Verified contract
Active on
Ethereum with 28,533 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 "CatBloxGenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214687 | 10 days ago | | | 0 | 0.00059558683 | |
| 21189242 | 13 days ago | | | 0 | 0.00069929823 | |
| 21168847 | 16 days ago | | | 0 | 0.0011717208 | |
| 21161112 | 17 days ago | | | 0 | 0.00065469738 | |
| 21151207 | 19 days ago | | | 0 | 0.00061870685 | |
| 21144051 | 20 days ago | | | 0 | 0.00058967733 | |
| 21116498 | 24 days ago | | | 0 | 0.00024563956 | |
| 21109774 | 25 days ago | | | 0 | 0.00012397631 | |
| 21101675 | a month ago | | | 0 | 0.00021541101 | |
| 21101225 | a month ago | | | 0 | 0.00033663449 |
ABI
ABI objects
Getter at block 21285486
MAX_CATS_PER_WALLET() view returns (uint256)
2
baseURI() view returns (string)
https://storage.googleapis.com/creatorlnx_public/json-prod/
isMilkListActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
isReserveListActive() view returns (bool)
false
maxCats() view returns (uint256)
9999
milkListMerkleRoot() view returns (bytes32)
0x3f22255cecdcdcce09118d459978a16f2da62af824d66dd060297546e94d81ac
milkListSalePrice() view returns (uint256)
180000000000000000
name() view returns (string)
CatBloxGenesis
owner() view returns (address)
0x75e98b0e5878bdb76f505fe4a0b05610ec8d3017
provenanceHash() view returns (string)
877f59e9e62b9f0bfdc877653856410990e8aba4ac8b55ad06cd8cf5ecdfbc17
publicSalePrice() view returns (uint256)
220000000000000000
reserveListMerkleRoot() view returns (bytes32)
0x1db61c8986919951b1c62943132a1350018c5b72512b5df62ff424e8a11f615f
reserveListSalePrice() view returns (uint256)
220000000000000000
symbol() view returns (string)
CATBLOXGEN
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
milkListMintCounts(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicListMintCounts(address) view returns (uint256)
reserveListMintCounts(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintMilkListSale(uint8 numberOfTokens, bytes32[] merkleProof) payable
mintReserveListSale(uint8 numberOfTokens, bytes32[] merkleProof) payable
mintToTeam(uint256 numberOfTokens, address recipient)
publicMint(uint256 numberOfTokens) 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)
setMilkListActive(bool _isMilkListActive)
setMilkListMerkleRoot(bytes32 _merkleRoot)
setMilkListPrice(uint256 _price)
setProvenanceHash(string _hash)
setPublicSaleActive(bool _isPublicSaleActive)
setPublicSalePrice(uint256 _price)
setReserveListActive(bool _isReserveListActive)
setReserveListMerkleRoot(bytes32 _merkleRoot)
setReserveListPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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(string _baseURI, uint256 _maxCats)
This contract contains no fallback and receive objects.
This contract contains no error objects.