WorldwidePolarbear

Verified contract

Active on Ethereum with 1,214 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $180.44
0x1636a0e5095c9ca2303e64a5f5892608f52eb8c00bdf31ba53c3e08aaf7edb9d
0x5fefc86f9eb02fe2d765b3d872cb2a8759910ba6a7df0d9aafe83fef10c4f275
0x37847125bd9291c28abdef6b7ca13a3dd29198082ad59bb15fb67a4487943645
0xd6e3dd3bf8729e90e012d8b78f95c75bc138098057c510985f14bf29273e011d
0xa2c1620739d3976d22508e762e41eaec9f98d4664c1bef478c3ea0308e0d64c4
0xfd074d76cec87038499c8132db297e502510cb6c86d291db767fa4c03c3b5b10
0x28c751c5a1d08d5f95609ca661975a53b96bf5f98eca8432187cc333ac1f73e0
0xe1175a2cb384a6a7464a00e7bd750254ba0dae1643316c8ea4a1dac2743cb859
0x4f821eef696bd5b4328ebdc3484ee7e6a0878dbc443503ba38329a2cd1c1997b
0x630d0e468ad4266070936e57f9483295917ba867e95e4419d50f620da896b8fc

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
publicMint(uint256 _quantitypayable 
renounceOwnership(
reserveMint(address _addressuint256 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setBlindURI(string uri
setBlindboxOpened(bool _status
setPublicMintOpened(bool _status
setSalePrice(uint256 _Price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(