Voyager Bowls
Verified contract
Active on
Ethereum with 3,018 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 "Voyager Bowls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249722 | 8 days ago | | | 0 | 0.00051549024 | |
| 21221120 | 12 days ago | | | 0 | 0.00030104308 | |
| 21145214 | 22 days ago | | | 0 | 0.00077513402 | |
| 21145211 | 22 days ago | | | 0 | 0.00083825545 | |
| 21141517 | 23 days ago | | | 0 | 0.00042685993 | |
| 21133361 | 24 days ago | | | 0 | 0.00044953312 | |
| 21111907 | a month ago | | | 0 | 0.00028846250 | |
| 21081198 | a month ago | | | 0 | 0.00028903918 | |
| 21073167 | a month ago | | | 0 | 0.00065209844 | |
| 21037207 | a month ago | | | 0 | 0.00053191331 |
ABI
ABI objects
Getter at block 21304599
maxSupply() view returns (uint256)
1000
name() view returns (string)
Voyager Bowls
owner() view returns (address)
0x957fb26b68bf0e73343f63fd1f4da4d1a58588ae
symbol() view returns (string)
VOYB
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getAllowlistNonceStatus(uint256 saleId, uint256 nonce) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getSaleConfig(uint256 saleId) view returns (struct TokenSaleSaleConfig)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 saleId, uint256 amount, uint256 nonce, bytes signature) payable
approve(address to, uint256 tokenId)
cutSupply()
devMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistNonceStatus(uint256 saleId, uint256 nonce, bool value)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setRoyalty(address receiver, uint96 value)
setSaleConfig(uint256 saleId, uint256 maxPerTransaction, uint256 unitPrice, address signerAddress)
setSaleStatus(uint256 saleId, bool enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address receiver)
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)
SaleStatusChange(uint256 indexed saleId, bool enabled)
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()
TokenDataQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()