CatBloxPUMACapsule
Verified contract
Active on
Ethereum with 6,941 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 "CatBloxPUMACapsule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224319 | 9 days ago | | | 0 | 0.0010208314 | |
| 21206509 | 12 days ago | | | 0 | 0.00043986903 | |
| 21149498 | 20 days ago | | | 0 | 0.00047151575 | |
| 21101676 | a month ago | | | 0 | 0.00023643528 | |
| 21028494 | a month ago | | | 0 | 0.00057211814 | |
| 21027806 | a month ago | | | 0 | 0.00014806800 | |
| 21023329 | a month ago | | | 0 | 0.00028031186 | |
| 20979730 | a month ago | | | 0 | 0.00039307335 | |
| 20902581 | 2 months ago | | | 0 | 0.00020393615 | |
| 20831118 | 2 months ago | | | 0 | 0.00081140632 |
ABI
ABI objects
Getter at block 21290223
baseURI() view returns (string)
https://catblox.mypinata.cloud/ipfs/QmamX1rQoX7K3mpB4nXaDZ6jDBzDWP889oNdbmAzCLgPsk/
claimListMerkleRoot() view returns (bytes32)
0x9b74e4c6bc2fc0fee342bcdbaa24e5c269106eb272eaaee6b8deeede15959db2
isClaimingActive() view returns (bool)
true
maxPumas() view returns (uint256)
2500
name() view returns (string)
CatBloxPUMACapsule
owner() view returns (address)
0x75e98b0e5878bdb76f505fe4a0b05610ec8d3017
price() view returns (uint256)
200000000000000000
provenanceHash() view returns (string)
3debe114d12fa2726ed5d9e4668db3791241297d3a2bb3a00a130f5a9c607cdc
symbol() view returns (string)
CBLXPUMA
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
claimListMintCounts(address) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 numberOfTokens, uint256 maxClaimable, bytes32[] merkleProof) 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 newBaseURI)
setClaimListMerkleRoot(bytes32 _merkleRoot)
setClaimingActive(bool _isClaimingActive)
setPrice(uint256 _price)
setProvenanceHash(string _hash)
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 defaultBaseURI, uint256 _maxPumas)
This contract contains no fallback and receive objects.
This contract contains no error objects.