Boho Bones
Verified contract
Active on
Ethereum with 1,087 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
3 additional
variables
Balances ($0.00)
No balances found for "Boho Bones"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19895148 | 6 months ago | | | 0 | 0.00014438208 | |
| 18493443 | a year ago | | | 0 | 0.00047404789 | |
| 17899103 | a year ago | | | 0 | 0.00036899792 | |
| 17667835 | a year ago | | | 0 | 0.00074305026 | |
| 17628081 | a year ago | | | 0 | 0.0023356718 | |
| 17616729 | a year ago | | | 0 | 0.0013311985 | |
| 17547624 | a year ago | | | 0 | 0.00060965521 | |
| 17457549 | a year ago | | | 0 | 0.00082408348 | |
| 17362385 | 2 years ago | | | 0 | 0.0013597788 | |
| 17298897 | 2 years ago | | | 0 | 0.0013449085 |
ABI
ABI objects
Getter at block 21315581
BOHOBONE_PROVENANCE() view returns (string)
MAX_BOHOBONES() view returns (uint256)
12345
REVEAL_TIMESTAMP() view returns (uint256)
1630792800
baseURI() view returns (string)
ipfs://QmYwTjCCu3bBJt5Cs7MMoEbNbvA3kL8KqeTXLAenPhQFeJ/
bohoBonePrice() view returns (uint256)
80000000000000000
maxBohoBonePurchase() view returns (uint256)
100
name() view returns (string)
Boho Bones
numReservationsLeft() view returns (uint256)
295
owner() view returns (address)
0xe9cf68cddb318e142fa40d60c4458425f78ab18e
saleStatus() view returns (uint8)
0
startingIndex() view returns (uint256)
5215
startingIndexBlock() view returns (uint256)
13161896
symbol() view returns (string)
BOHOBONES
totalReleased() view returns (uint256)
87628681000000000000
totalShares() view returns (uint256)
1000
totalSupply() view returns (uint256)
1255
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)
payee(uint256 index) view returns (address)
presaleVouchers(address) view returns (uint256)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addPresaleAddress(address presaleAddress, uint256 numPresaleBohoBones)
addPresaleAddresses(address[] newPresaleAddresses, uint256 voucherAmount)
approve(address to, uint256 tokenId)
emergencySetStartingIndexBlock()
mintBohoBone(uint256 numberOfTokens) payable
release(address account)
removePresaleAddress(address addressToDelete)
renounceOwnership()
reserveBohoBones(uint256 numBohoBones)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBohoBonePrice(uint256 newPrice)
setMaxBohoBonePurchase(uint256 newMaxBohoBonePurchase)
setProvenanceHash(string provenanceHash)
setRevealTimestamp(uint256 revealTimeStamp)
setSaleState(uint256 saleStateIndex)
setStartingIndex()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 saleStart, address[] treasuryWallets, uint256[] treasuryShares)
receive()
This contract contains no error objects.