BlockBotzClubV2
Verified contract
Active on
Ethereum with 654 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 "BlockBotzClubV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18558433 | a year ago | | | 0 | 0.00090436397 | |
| 18501492 | a year ago | | | 0 | 0.00028645371 | |
| 18337402 | a year ago | | | 0 | 0.00026370625 | |
| 18302351 | a year ago | | | 0 | 0.00013231460 | |
| 18192705 | a year ago | | | 0 | 0.00030998241 | |
| 18060683 | a year ago | | | 0 | 0.00034544818 | |
| 17960429 | a year ago | | | 0 | 0.00036562201 | |
| 17960416 | a year ago | | | 0 | 0.00031152119 | |
| 17808330 | a year ago | | | 0 | 0.00075690398 | |
| 17729355 | a year ago | | | 0.08 | 0.0030221230 |
ABI
ABI objects
Getter at block 21311813
cost() view returns (uint256)
80000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmRhrHBkUvYWVGMYsAUnt6hJx3k1DV9gbZQSEjeM1gJdTt/hidden.json
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
2500
name() view returns (string)
BlockBotzClubV2
owner() view returns (address)
0x98f3523f707281d962281369b953f13033529775
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
BV2
totalSupply() view returns (uint256)
900
uriPrefix() view returns (string)
ipfs://QmbJWA1MqL713hCyZ1enJRCyZSXaRy9LjBKnztc7bwWYYU/blockbotz_
uriSuffix() view returns (string)
.json
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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)
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.