WinterBears
Verified contract
Active on
Ethereum with 18,018 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147425 | 3 days ago | | | 0 | 0.00037767547 | |
| 21145483 | 3 days ago | | | 0 | 0.00070024283 | |
| 21129867 | 5 days ago | | | 0 | 0.00079733492 | |
| 21102334 | 9 days ago | | | 0 | 0.00013849360 | |
| 21036363 | 19 days ago | | | 0 | 0.00061033638 | |
| 21030492 | 19 days ago | | | 0 | 0.00034904269 | |
| 21026497 | 20 days ago | | | 0 | 0.00025168022 | |
| 21025707 | 20 days ago | | | 0 | 0.00054099757 | |
| 21025124 | 20 days ago | | | 0 | 0.00077149152 | |
| 21025109 | 20 days ago | | | 0 | 0.00063480499 |
ABI
ABI objects
Getter at block 21169185
BEAR_PRE_PROVENANCE() view returns (string)
e6c82788fb7227565be202d11820cf465fe61160e67fb82d2b22a5aab03fdd14
BEAR_PROVENANCE() view returns (string)
MAX_BEARS() view returns (uint256)
10000
MAX_BEARS_PER_MINT() view returns (uint256)
20
RESERVED_BEARS() view returns (uint256)
0
baseURI() view returns (string)
https://winterbearsnft.com/api/
getPrice() view returns (uint256)
30000000000000000
isSaleActive() view returns (bool)
true
name() view returns (string)
WinterBears
owner() view returns (address)
0x3163cd724b4357d3fa70b6a008152b5f244f20a5
price() view returns (uint256)
30000000000000000
startingIndex() view returns (uint256)
2624
symbol() view returns (string)
WB
totalSupply() view returns (uint256)
10000
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 _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleStatus()
mintBear(uint256 _count) payable
renounceOwnership()
reserveBears(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setPreProvenanceHash(string _preprovenanceHash)
setPrice(uint256 _newPrice)
setProvenanceHash(string _provenanceHash)
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.