BattleBearz
Verified contract
Active on
Ethereum with 6,199 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "BattleBearz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21330045 | 7 days ago | | | 0 | 0.0022734971 | |
| 21255841 | 17 days ago | | | 0 | 0.00042801255 | |
| 21101945 | a month ago | | | 0 | 0.00015325452 | |
| 20251481 | 5 months ago | | | 0 | 0.000069698768 | |
| 19179004 | 10 months ago | | | 0 | 0.00094619363 | |
| 18909413 | a year ago | | | 0 | 0.00042649504 | |
| 18767104 | a year ago | | | 0 | 0.0019330759 | |
| 18241192 | a year ago | | | 0 | 0.00016828011 | |
| 18212569 | a year ago | | | 0 | 0.00066606013 | |
| 17965231 | a year ago | | | 0 | 0.0012170817 |
ABI
ABI objects
Getter at block 21379996
hiddenMetadataUri() view returns (string)
https://ipfs.io/ipfs/QmWeP8BeAtpH313LmXRCcgnGy5NqgiRhdw6CNyWaMQPKGX/hidden.json
maxPublicMintAmountPerTx() view returns (uint256)
2
maxSupply() view returns (uint256)
5555
maxTeamMintAmountPerWallet() view returns (uint256)
3
maxWhitelistMintAmountPerWallet() view returns (uint256)
2
merkleRoot1() view returns (bytes32)
0xdd6290f2ff9b9f8ae0f46f69ab8da7e395bd2f68219ccb38b7064039467a78d0
merkleRoot2() view returns (bytes32)
0x64e79e7f040f30740c88d2d9feae54de9c41ac2201ca8f06e74b8695b1249fb2
name() view returns (string)
BattleBearz
owner() view returns (address)
0xdc93ab076d9503fb43069bc0a68729f55696884d
paused() view returns (bool)
false
publicMintCost() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
BB
teamMintCost() view returns (uint256)
0
teamMintEnabled() view returns (bool)
false
totalSupply() view returns (uint256)
5555
uriPrefix() view returns (string)
https://ipfs.io/ipfs/QmUVGzWWsgDwjYLwS9VbB6QD3YV8y7oYzjbxnBiMJieGVq/
uriSuffix() view returns (string)
.json
whitelistMintCost() view returns (uint256)
0
whitelistMintEnabled() view returns (bool)
false
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)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPublicMintAmountPerTx(uint256 _maxPublicMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setMaxTeamMintAmountPerWallet(uint256 _maxTeamMintAmountPerWallet)
setMaxWhitelistMintAmountPerWallet(uint256 _maxWhitelistMintAmountPerWallet)
setMerkleRoot1(bytes32 _merkleRoot)
setMerkleRoot2(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setTeamMintEnabled(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
teamMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()