Breezy Bears
Verified contract
Active on
Ethereum with 811 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 "Breezy Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20737113 | 2 months ago | | | 0 | 0.00012181702 | |
| 20725410 | 3 months ago | | | 0 | 0.000096904361 | |
| 20725407 | 3 months ago | | | 0 | 0.000096685495 | |
| 20725404 | 3 months ago | | | 0 | 0.000092846021 | |
| 19878510 | 6 months ago | | | 0 | 0.00028665234 | |
| 19665293 | 7 months ago | | | 0 | 0.00036309069 | |
| 19495139 | 8 months ago | | | 0 | 0.00077491680 | |
| 18011878 | a year ago | | | 0 | 0.0015269366 | |
| 17097197 | 2 years ago | | | 0 | 0.0010086854 | |
| 16788601 | 2 years ago | | | 0 | 0.0013770720 |
ABI
ABI objects
Getter at block 21283797
maxFreeSupply() view returns (uint256)
150
maxSupply() view returns (uint256)
999
maxTokensPerTx() view returns (uint256)
10
name() view returns (string)
Breezy Bears
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc3a8b55aff589c31b48fa3936d7d7648607726a4
price() view returns (uint256)
5000000000000000
revealed() view returns (bool)
true
saleStartTime() view returns (uint32)
1649573880
symbol() view returns (string)
BB
totalReleased() view returns (uint256)
4245000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerOfToken(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
State-modifying
Events airdrop(address _to, uint256 quantity)
approve(address to, uint256 tokenId)
freeMint(uint256 quantity)
publicSaleMint(uint256 quantity) payable
release(address account)
release(address token, address account)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxTokensPerTx(uint256 _maxTokensPerTx)
setNotRevealedURI(string _notRevealedURI)
setOwnersExplicit(uint256 quantity)
setPrice(uint64 _price)
setPublicSaleStartTime(uint32 _timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string _initNotRevealedUri, uint256 maxBatchSize_, address[] payees_, uint256[] shares_)
receive()
This contract contains no error objects.