Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "BobaSea"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19330557 | 9 months ago | | | 0 | 0.0011106879 | |
| 18894793 | a year ago | | | 0 | 0.00096444717 | |
| 18881423 | a year ago | | | 0 | 0.00093288771 | |
| 18866147 | a year ago | | | 0 | 0.00059498659 | |
| 18802028 | a year ago | | | 0 | 0.00090603575 | |
| 18632771 | a year ago | | | 0 | 0.00059055947 | |
| 17960515 | a year ago | | | 0 | 0.00041811171 | |
| 16886625 | 2 years ago | | | 0 | 0.0018438360 | |
| 16886625 | 2 years ago | | | 0 | 0.0019350360 | |
| 16886625 | 2 years ago | | | 0 | 0.0019350360 |
ABI
ABI objects
Getter at block 21256512
ITEM_PROVENANCE() view returns (string)
LICENSE_TEXT() view returns (string)
MAX_ITEMS() view returns (uint256)
8888
baseURI() view returns (string)
https://boba-sea.vercel.app/api/
itemPrice() view returns (uint256)
20000000000000000
itemReserve() view returns (uint256)
33
maxItemPurchase() view returns (uint256)
16
name() view returns (string)
BobaSea
owner() view returns (address)
0xe0bbfefb44cfdbda7f13fc36bc8d07d16873fa41
saleIsActive() view returns (bool)
false
symbol() view returns (string)
Boba
totalSupply() view returns (uint256)
1333
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeLicense(string _license)
flipSaleState()
lockLicense()
mintItems(uint256 numberOfTokens) payable
renounceOwnership()
reserveItems(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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)
licenseisLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.