Bearfrenz
Verified contract
Active on
Ethereum with 1,889 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Bearfrenz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20560028 | 3 months ago | | | 0 | 0.000031564306 | |
| 20532329 | 3 months ago | | | 0 | 0.000069120479 | |
| 20532302 | 3 months ago | | | 0 | 0.000058405577 | |
| 19481710 | 8 months ago | | | 0 | 0.00067522979 | |
| 19481709 | 8 months ago | | | 0 | 0.00065942402 | |
| 18909831 | a year ago | | | 0 | 0.00042863720 | |
| 18333407 | a year ago | | | 0 | 0.00016327587 | |
| 17583267 | a year ago | | | 0 | 0.00069155986 | |
| 17343879 | a year ago | | | 0 | 0.0016575035 | |
| 16862211 | 2 years ago | | | 0 | 0.00064810455 |
ABI
ABI objects
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 owner) view returns (uint256)
freeMint(address) 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)
tokenURI(uint256 _tokenId) view returns (string)
wlMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mintPublic(uint256 _amount) payable
mintVIP(bytes32[] proof)
mintWL(bytes32[] proof, uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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()