Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Bearz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17914537 | a year ago | | | 0 | 0.0010675320 | |
| 17013501 | 2 years ago | | | 0 | 0.00048200973 | |
| 16938649 | 2 years ago | | | 0 | 0.0011762207 | |
| 16819247 | 2 years ago | | | 0 | 0.0012998569 | |
| 16761675 | 2 years ago | | | 0 | 0.00084969113 | |
| 16630659 | 2 years ago | | | 0 | 0.0016166933 | |
| 16522744 | 2 years ago | | | 0 | 0.00046780600 | |
| 16493717 | 2 years ago | | | 0 | 0.0015133976 | |
| 16480788 | 2 years ago | | | 0 | 0.00078707267 | |
| 16441429 | 2 years ago | | | 0 | 0.0010482147 |
ABI
ABI objects
Getter at block 21177161
guardianMintCost() view returns (uint256)
99000000000000000
guardianMintEnabled() view returns (bool)
false
hiddenMetadataUri() view returns (string)
https://ipfs.io/ipfs/QmQfBb8zAvzN2aBi251AffrgNTEWJ1mqbmEniWjVExjD9g/hidden.json
maxGuardianMintAmountPerWallet() view returns (uint256)
2
maxPublicMintAmountPerTx() view returns (uint256)
2
maxSentinelMintAmountPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
3333
merkleRoot1() view returns (bytes32)
0x206ea2c6b4f5c01c2123db0edb462ea6d6ba6dae5b24f5253fb9831e92e989a1
merkleRoot2() view returns (bytes32)
0xcebae353678d12d054e09604d060e4eb80bd5d6c24ed9be2f99dc8455a22ab4e
name() view returns (string)
Bearz
owner() view returns (address)
0x57c60263f4967be83b3eee676873b15ef8da74aa
paused() view returns (bool)
true
publicDiscount() view returns (uint256)
100000000000000000
publicMintCost() view returns (uint256)
100000000000000000
revealed() view returns (bool)
true
sentinelMintCost() view returns (uint256)
99000000000000000
sentinelMintEnabled() view returns (bool)
false
symbol() view returns (string)
BZ
totalSupply() view returns (uint256)
555
uriPrefix() view returns (string)
https://ipfs.io/ipfs/QmeqieFeEgY7Rhe81hhQDGP2U61RKcS4LaRezXWiWEp1xg/
uriSuffix() view returns (string)
.json
whitelistDiscount() view returns (uint256)
90000000000000000
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)
guardianMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sentinelMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setGuardianCost(uint256 _cost)
setGuardianMintEnabled(bool _state)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxGuardianMintAmountPerWallet(uint256 _maxGuardianMintAmountPerWallet)
setMaxPublicMintAmountPerTx(uint256 _maxPublicMintAmountPerTx)
setMaxSentinelMintAmountPerWallet(uint256 _maxSentinelMintAmountPerWallet)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot1(bytes32 _merkleRoot)
setMerkleRoot2(bytes32 _merkleRoot)
setPaused(bool _state)
setPublicDiscountCost(uint256 _cost)
setRevealed(bool _state)
setSentinelCost(uint256 _cost)
setSentinelMintEnabled(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistDiscount(uint256 _cost)
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(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()