Snow Bears

Verified contract

Active on Ethereum with 6,208 txns
Deployed by via 0x00f3ca2c at 16527529
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Snow Bears"

0x441a9262395fffaa5a676ab797fdf70061947eb3ec88d9bdbbfb3f0b9329776d
0x4c97fb107e0646c14da97905dbdafa29419fd8a02bc51da364172d15c7b58c5e
0x6ea075233e20ca9ad44ebf0cb4449ef804dc22fbbec9c330086821d6442b180e
0x5a6833024a0a88fdb5a0b0d999b5392b33f99afada2dbb5788908d9f954da555
0x9e742912d36d3c028c99376b6b4f3a8835e4167e9db0fcfd372b265df2160e3d
0x291ff92fe89cc1e48a6f232c91177be2bb0d7e0db16e9bd9f257af34e3635753
0x84aa00eece6e2b2d64ce4fd826037ea18fbcc8377deaa584fcbf96abc6c0f0de
0x3894a2a915693a35caae52281e4cb333fd9f8b33320368427efbec44015fd078
0x309e0c12acf30e0cb510caa31a08f74aa0518ea493bea3b16df2ce68b4505e9f
From
0x51daccf2208118c529d86e4185570c4790caa7d49fd1dad2bdf8265c8a0d96df

Functions
Getter at block 20893595
cost(view returns (uint256)
6300000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
20
maxSupply(view returns (uint16)
6543
name(view returns (string)
Snow Bears
owner(view returns (address)
0x2331334acf732653d4a9c218d8acb0881b5eef1e
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
SNOWBEAR
totalSupply(view returns (uint256)
5922
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 _costuint16 _supplyuint8 _maxPerTxuint8 _freeMintPerWalletstring _uriPrefix
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(