Buzzed Bear Hideout
Verified contract
Active on
Ethereum with 7,361 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Buzzed Bear Hideout"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21215356 | 6 days ago | | | 0 | 0.00072007114 | |
| 21186220 | 10 days ago | | | 0 | 0.0015418506 | |
| 21113548 | 21 days ago | | | 0 | 0.00023221141 | |
| 21112090 | 21 days ago | | | 0 | 0.00024947593 | |
| 21111265 | 21 days ago | | | 0 | 0.00018087680 | |
| 21110734 | 21 days ago | | | 0 | 0.00037760800 | |
| 21110731 | 21 days ago | | | 0 | 0.00044321234 | |
| 21110728 | 21 days ago | | | 0 | 0.00046310016 | |
| 21110727 | 21 days ago | | | 0 | 0.00041571242 | |
| 21110726 | 21 days ago | | | 0 | 0.00042395207 |
ABI
ABI objects
Getter at block 21261120
MAX_BEARS() view returns (uint256)
9999
baseURI() view returns (string)
https://buzzedbearhideout-meta.s3.eu-west-1.amazonaws.com/
bearPrice() view returns (uint256)
50000000000000000
maxBearPurchase() view returns (uint256)
30
name() view returns (string)
Buzzed Bear Hideout
owner() view returns (address)
0xde30040413b26d7aa2b6fc4761d80eb35dcf97ad
provenance() view returns (string)
TODO
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BEAR
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)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address user) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintBears(uint256 numberOfTokens) payable
renounceOwnership()
reserveBears()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenance(string prov)
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.