Bar Bearians
Verified contract
Active on
Ethereum with 1,271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bar Bearians"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16881280 | 2 years ago | | | 0 | 0.00053738268 | |
| 16877331 | 2 years ago | | | 0 | 0.0014973839 | |
| 16877330 | 2 years ago | | | 0 | 0.0013496865 | |
| 16877328 | 2 years ago | | | 0 | 0.0081509768 | |
| 16752858 | 2 years ago | | | 0 | 0.00043277784 | |
| 16730788 | 2 years ago | | | 0 | 0.00059696796 | |
| 16730760 | 2 years ago | | | 0 | 0.00082969105 | |
| 16730742 | 2 years ago | | | 0 | 0.089197088 | |
| 16730736 | 2 years ago | | | 0.001 | 0.00087497737 | |
| 16730733 | 2 years ago | | | 0.001 | 0.00088464110 |
ABI
ABI objects
Getter at block 21162301
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
2666
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Bar Bearians
owner() view returns (address)
0x25fdfa6cf94ca543307e299073bffcce78848ef4
symbol() view returns (string)
BBR
totalSupply() view returns (uint256)
2666
uriPrefix() view returns (string)
ipfs://QmQfuQfFxnyMxDZomzt8R67SgMsYxqzWiZzjKzLesTjtax/
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
bbrStartMint()
burn(uint256 amount)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()