Bored Bones Genesis
Verified contract
Active on
Ethereum with 1,082 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 Bones Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910908 | a year ago | | | 0 | 0.00045918357 | |
| 18753691 | a year ago | | | 0 | 0.0011651486 | |
| 18429988 | a year ago | | | 0 | 0.0012217979 | |
| 17584268 | a year ago | | | 0 | 0.00075859754 | |
| 17448216 | a year ago | | | 0 | 0.0011177594 | |
| 17014802 | 2 years ago | | | 0 | 0.0012103629 | |
| 17014739 | 2 years ago | | | 0 | 0.00091521560 | |
| 16980844 | 2 years ago | | | 0 | 0.0013454946 | |
| 16974616 | 2 years ago | | | 0 | 0.00089754868 | |
| 16947827 | 2 years ago | | | 0 | 0.0016226525 |
ABI
ABI objects
Getter at block 21304754
MerkleRoot() view returns (bytes32)
0xd53439dd2a8c4756f70b2c04e9b3602966fc69fed4b8b2b88bfe229489d29273
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://api.boredbonesclub.com/c/genesis/
cost() view returns (uint256)
100000000000000000
maxMintAmount() view returns (uint256)
1
maxPresaleAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
500
name() view returns (string)
Bored Bones Genesis
notRevealedUri() view returns (string)
ipfs://QmdiKWNqFinBNeZbrvpQLysVcVt7EEcMcqU5F28saNgPCD/Prereveal.json
owner() view returns (address)
0x49ac55875c04cd34844c2510d6a924d9914693b4
revealed() view returns (bool)
true
saleActive() view returns (bool)
true
symbol() view returns (string)
BBG
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
checkProofWithKey(bytes32[] proof, bytes key) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerMintCount(address) view returns (uint128 presaleMinted, uint128 freeClaims)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipReveal()
flipSaleState()
mint(uint256 _mintAmount) payable
mintPresale(bytes32[] _proof, bytes1 _maxAmountKey, uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMerkle_Root(bytes32 _MerkleRoot)
setNotRevealedURI(string _notRevealedURI)
setmaxMintAmount(uint256 _newmaxMintAmount)
teamMint(address _receiver, uint256 _mintAmount) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.