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 "BearHood"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170691 | 7 days ago | | | 0 | 0.0017015567 | |
| 20220220 | 5 months ago | | | 0 | 0.00037881432 | |
| 20216093 | 5 months ago | | | 0 | 0.00011990608 | |
| 20119920 | 5 months ago | | | 0 | 0.00056268504 | |
| 20097635 | 5 months ago | | | 0 | 0.00032504793 | |
| 20010035 | 6 months ago | | | 0 | 0.00036270735 | |
| 19942688 | 6 months ago | | | 0 | 0.00012774103 | |
| 19182015 | 9 months ago | | | 0 | 0.00083359235 | |
| 19077796 | 10 months ago | | | 0 | 0.00034178086 | |
| 18738441 | a year ago | | | 0 | 0.0053581608 |
ABI
ABI objects
Getter at block 21221935
_tokenUri() view returns (string)
https://api.bearhood.club/metadata/
contractURI() pure returns (string)
https://bearhood.eth.link/contact-meta
name() view returns (string)
BearHood
owner() view returns (address)
0x64924dddd4bf7ca9659d7d2ceb2ed7618b226dc5
symbol() view returns (string)
(● ̄(エ) ̄●)
totalSupply() view returns (uint256)
926
Read-only
balanceOf(address owner) view returns (uint256)
bearBids(uint256) view returns (bool hasBid, uint256 bearId, address bidder, uint256 value)
bearOffers(uint256) view returns (bool isForSale, uint256 bearId, address seller, uint256 minValue, address onlySellTo)
getApproved(uint256 tokenId) view returns (address)
getBearBid(uint256 bearId) view returns (bool hasBid, address owner, address bidder, uint256 bidPrice)
getBearOffer(uint256 bearId) view returns (bool isForSale, address owner, uint256 price, address onlySellTo)
ifBearBidded(uint256 bearId) view returns (bool)
ifBearOffered(uint256 bearId) view returns (bool)
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 _owner) view returns (uint256[])
State-modifying
Events acceptBid(uint256 bearId)
adjustBaseUri(string newUri)
approve(address to, uint256 tokenId)
bearListForSale(uint256 bearId, uint256 price)
bearUnlist(uint256 bearId)
bidBear(uint256 bearId, uint256 bidPrice) payable
buyBear(uint256 bearId) payable
offerBearToAddress(uint256 bearId, uint256 price, address toAddress)
openBox(address to) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBoxAddress(address newAddress)
setRoyalFee(uint256 fee)
toggle(uint256 _switcher)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBid(uint256 bearId)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BearBidEntered(uint256 indexed bearId, uint256 value, address indexed fromAddress)
BearBidWithdrawn(uint256 indexed bearId, uint256 value, address indexed fromAddress)
BearBought(uint256 indexed bearId, uint256 value, address indexed fromAddress, address indexed toAddress)
BearNoLongerForSale(uint256 indexed bearId)
BearOffered(uint256 indexed bearId, uint256 minValue, address indexed toAddress)
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.