Bored Grapes - Bottles
Verified contract
Active on
Ethereum with 12,047 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 "Bored Grapes - Bottles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103513 | a month ago | | | 0 | 0.000091929600 | |
| 21015507 | a month ago | | | 0 | 0.00020301120 | |
| 20962346 | 2 months ago | | | 0 | 0.00033072913 | |
| 20524805 | 4 months ago | | | 0 | 0.000073325889 | |
| 20524804 | 4 months ago | | | 0 | 0.000074272946 | |
| 20396184 | 4 months ago | | | 0 | 0.000036668586 | |
| 20396177 | 4 months ago | | | 0 | 0.000038590587 | |
| 20368897 | 4 months ago | | | 0 | 0.00021452711 | |
| 20355971 | 4 months ago | | | 0 | 0.00010428435 | |
| 20344042 | 4 months ago | | | 0 | 0.000099396278 |
ABI
ABI objects
Getter at block 21322345
baseURI() view returns (string)
ipfs://bafybeiddekdgktma2cqvzei6lw5j6mejewouahs6vp3htc2cmuyty6rpqm/
currentState() view returns (uint8, uint256, uint256)
(2, 1, 1)
maxMintAmountPerPresale() view returns (uint256)
1
maxMintAmountPerWinelist() view returns (uint256)
1
name() view returns (string)
Bored Grapes - Bottles
owner() view returns (address)
0xbce824e921259749fbb77a10dc5ef64f546124c9
sellingStep() view returns (uint8)
2
symbol() view returns (string)
$BOTTLES
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
5555
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getNumberMinted(address account) view returns (uint256)
getNumberPresaleMinted(address account) view returns (uint256)
getNumberWinelistMinted(address account) view returns (uint256)
getOwnershipAt(uint256 index) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmountNFTsperWalletPreSale(address) view returns (uint256)
mintedAmountNFTsperWalletWinelistSale(address) view returns (uint256)
numberBurned(address owner) view returns (uint256)
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 PresaleMint(address _account, uint256 _quantity, bytes signature)
WinelistMint(address _account, uint256 _quantity, bytes signature)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintForOpensea()
publicSaleMint(address _account, uint256 _quantity)
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)
setMaxMintPerPresale(uint256 amount)
setMaxMintPerWinelist(uint256 amount)
setStep(uint256 _step)
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)
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(address _signerAddressPresale, address _signerAddressWinelist, string _baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()