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 "BestBuds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20598014 | 3 months ago | | | 0 | 0.000041339231 | |
| 16962156 | 2 years ago | | | 0 | 0.0010875104 | |
| 15981314 | 2 years ago | | | 0 | 0.00062466332 | |
| 15829366 | 2 years ago | | | 0 | 0.00071551848 | |
| 15139666 | 2 years ago | | | 0 | 0.00030222728 | |
| 15100358 | 2 years ago | | | 0 | 0.00062310849 | |
| 15098355 | 2 years ago | | | 0 | 0.00071809880 | |
| 15096774 | 2 years ago | | | 0 | 0.0012735430 | |
| 15095892 | 2 years ago | | | 0 | 0.0039828448 | |
| 15095881 | 2 years ago | | | 0 | 0.0016917231 |
ABI
ABI objects
Getter at block 21306917
baseURI() view returns (string)
https://ipfs.io/ipfs/QmXxmpV37HRvY4H2Dny82cZbRrrob1Vab5eQvcRxaSQs38/
hidden() view returns (bool)
false
hiddenURI() view returns (string)
ipfs://Qme6AtahdjGkMPwNEWHzwJDYY8aiSMkZRKPaXksdQ6e43S/
maxSupply() view returns (uint256)
4200
maxTokenPurchase() view returns (uint256)
10
name() view returns (string)
BestBuds
nope() view returns (string)
Nope
owner() view returns (address)
0x5b04dc3af7a677e13c0f4b02c200f9d263b3ef14
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BUDS
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
4200
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipHidden()
flipSaleState()
mint(uint256 quantity) 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 _baseURI)
setHiddenURI(string _hiddenURI)
setPrice(uint256 _tokenPrice)
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()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()