WorldwidePolarbear
Verified contract
Active on
Ethereum with 1,214 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($180.44)
Native
Value
$180.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.072 | $2,506.13 |
$180.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18251981 | a year ago | | | 0 | 0.00050733998 | |
| 16019313 | 2 years ago | | | 0 | 0.00066679200 | |
| 16019311 | 2 years ago | | | 0 | 0.00087444000 | |
| 15951186 | 2 years ago | | | 0 | 0.00071543755 | |
| 15821961 | 2 years ago | | | 0 | 0.00057890835 | |
| 15557568 | 2 years ago | | | 0 | 0.00021073925 | |
| 15557567 | 2 years ago | | | 0 | 0.00020664833 | |
| 15522130 | 2 years ago | | | 0 | 0.00085322735 | |
| 15500439 | 2 years ago | | | 0.018 | 0.00032016737 | |
| 15494195 | 2 years ago | | | 0 | 0.0010749449 |
ABI
ABI objects
Getter at block 21097904
isBlindBoxOpened() view returns (bool)
true
isPublicMintOpened() view returns (bool)
false
name() view returns (string)
WorldwidePolarbear
owner() view returns (address)
0xe055db3bb88ee24d7dc73230d9b50b272cb7d354
salePrice() view returns (uint256)
0
symbol() view returns (string)
WWPB
totalSupply() view returns (uint256)
4000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 _quantity) payable
renounceOwnership()
reserveMint(address _address, uint256 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setBlindURI(string uri)
setBlindboxOpened(bool _status)
setPublicMintOpened(bool _status)
setSalePrice(uint256 _Price)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()