Bearfrenz

Verified contract

Active on Ethereum with 1,889 txns
Deployed by via 0x095525ed at 15427921
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Bearfrenz"

0xa689e276cafe35d85e43b626149839bf9757c5572a9385afb304b83f8de54118
0xdf3bd49e7c544fd5b32311db93482f3df407444fc26a232d649434fabb56fe9e
0x5d416c62edd1219ff59e6406b64cac588ff6c927f621eb935298e8394dedd92e
0x19083343ea5b72c8a8a42025dd9d1ec767d3cfffa0def3593ab89df08e736ccf
0x19328a321e7cb8beda2cfa3b6a58aaba9755c6728973aad7451d9f40c98b2ce9
0x632f49276951d8d573dd8895f881a5b18d0d9a15f73074a4c7bfa19e2937a030
0xbd7f1483b97f736fb5dcbc49027340d4f91e171e3db7255e1eb143d1921e028f
0x4fb1c476366b9b2d4b496d9bd9d0b7d39e9d9e53e09615e5096db000c261e80a
0x5804d01f8748e08a65760f3570d4b5d6c3ad6e11963d499f45e06967cc4f420f
0xd54f4f3594569c5f8dcf44968ee56cb9d25797a306ac8945dba0aa46853e3be8

Functions
Getter at block 21207016
VIPAmount(view returns (uint256)
1
WLAmount(view returns (uint256)
5
freeSale(view returns (bool)
true
maxPerTXN(view returns (uint256)
5
maxTotalSupply(view returns (uint256)
5555
metadataReveal(view returns (bool)
false
name(view returns (string)
Bearfrenz
owner(view returns (address)
0x829d43f966b91e28b0cb402440d621a0b03a2ea7
publicCost(view returns (uint256)
0
publicSale(view returns (bool)
true
publicSupply(view returns (uint256)
5555
symbol(view returns (string)
BFZ
totalSupply(view returns (uint256)
5555
whitelistCost(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
freeMint(addressview 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)
wlMint(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
mintPublic(uint256 _amountpayable 
mintVIP(bytes32[] proof
mintWL(bytes32[] proofuint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMaxPerTXN(uint256 _pertxn
setMaxTotalSupply(uint256 _supply
setMetadata(string newUri
setPublicCost(uint256 _cost
setPublicSupply(uint256 _supply
setRootVIP(bytes32 _merkleRoot
setRootWL(bytes32 _merkleRoot
setWhitelistCost(uint256 _cost
toggleFree(
togglePublicWL(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(
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(