Party Polar Bears
Verified contract
Active on
Ethereum with 2,096 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x31f3…55e9
Balances ($932.95)
Native
Value
$932.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.303 | $3,079.03 |
$932.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142878 | 9 days ago | | | 0 | 0.00084144181 | |
| 21010737 | a month ago | | | 0 | 0.00077680927 | |
| 20808196 | 2 months ago | | | 0 | 0.00051937331 | |
| 19750121 | 7 months ago | | | 0 | 0.00023564533 | |
| 19109605 | 10 months ago | | | 0 | 0.00024826791 | |
| 19078277 | 10 months ago | | | 0 | 0.00035034066 | |
| 19052462 | 10 months ago | | | 0 | 0.00025744993 | |
| 18923854 | 10 months ago | | | 0 | 0.00037941428 | |
| 18923825 | 10 months ago | | | 0 | 0.00040290473 | |
| 18896584 | a year ago | | | 0 | 0.00032365932 |
ABI
ABI objects
Getter at block 21208514
MAX_CLAIMABLE() view returns (uint256)
3030
MAX_ENTRIES() view returns (uint256)
6060
_claimActive() view returns (bool)
true
_preSaleActive() view returns (bool)
true
_saleActive() view returns (bool)
true
_totalClaimed() view returns (uint256)
2762
getMaxMint() view returns (uint256)
20
getPrice() view returns (uint256)
60600000000000000
name() view returns (string)
Party Polar Bears
owner() view returns (address)
0x006af13373d86f0025fa081283335b81cc394f9f
symbol() view returns (string)
PartyPolarBears
totalSupply() view returns (uint256)
3499
Read-only
_claimedIds(uint256) view returns (bool)
_unclaimedItemIds(address _inputAddress) view returns (struct PartyPolarBearsUnclaimedItems)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 num)
mint(address _to, uint256 num) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _newPrice)
setclaimBool(bool val)
setpresaleBool(bool val)
setsaleBool(bool val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.