Bear Market Buds
Verified contract
Active on
Ethereum with 9,732 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 "Bear Market Buds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254023 | 11 days ago | | | 0 | 0.00058033164 | |
| 21226022 | 15 days ago | | | 0 | 0.00083396989 | |
| 20905237 | 2 months ago | | | 0 | 0.00024486628 | |
| 20732899 | 3 months ago | | | 0 | 0.00020905182 | |
| 20643056 | 3 months ago | | | 0 | 0.000090683286 | |
| 20630304 | 3 months ago | | | 0 | 0.000056229636 | |
| 20068666 | 6 months ago | | | 0 | 0.00030892298 | |
| 19742668 | 7 months ago | | | 0 | 0.00027429691 | |
| 19518735 | 8 months ago | | | 0 | 0.00066512316 | |
| 19505268 | 8 months ago | | | 0 | 0.00049072409 |
ABI
ABI objects
Getter at block 21332600
maxSupply() view returns (uint256)
6969
mintOpen() view returns (bool)
true
name() view returns (string)
Bear Market Buds
owner() view returns (address)
0xba6b5fedfcbd8d98e27d7099dea33d7e059f2af2
price() view returns (uint256)
0
symbol() view returns (string)
BMBUDS
totalSupply() view returns (uint256)
6970
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)
mint(uint256 numberOfMints) payable
mintBulk(uint256 numberOfMints, address mintAddress) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxMint(uint256 _maxMint)
toggleSale()
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(string _customBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.