Bones Club Companions
Verified contract
Active on
Ethereum with 668 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 "Bones Club Companions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18077431 | a year ago | | | 0 | 0.00048030645 | |
| 17965216 | a year ago | | | 0 | 0.0012594715 | |
| 17924420 | a year ago | | | 0 | 0.0017218861 | |
| 17924411 | a year ago | | | 0 | 0.0019401395 | |
| 17036676 | 2 years ago | | | 0 | 0.0010636687 | |
| 16478040 | 2 years ago | | | 0 | 0.0014012100 | |
| 16474581 | 2 years ago | | | 0 | 0.00065890594 | |
| 16406388 | 2 years ago | | | 0 | 0.00089330461 | |
| 16406365 | 2 years ago | | | 0 | 0.0016208553 | |
| 16406318 | 2 years ago | | | 0 | 0.00087033804 |
ABI
ABI objects
Getter at block 21173056
BCC_MAX_SUPPLY() view returns (uint256)
4100
BONES_CLUB_CONTRACT() view returns (address)
0x8f5a0ea6a20c7221cd865bd5c96f3b18614f7364
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmaq5xWpozYjp1zVGTamsB26VsP1g9hTzmnCP3zcoTtrra/
bought() view returns (uint256)
0
claimOpen() view returns (bool)
true
locked() view returns (bool)
false
mintAmount() view returns (uint256)
3
mintOpen() view returns (bool)
false
mintPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Bones Club Companions
owner() view returns (address)
0xf5de5a968fa01e6e08ad9199b0c6e297cc7e77d6
symbol() view returns (string)
BCC
totalSupply() view returns (uint256)
916
Read-only
balanceOf(address owner) view returns (uint256)
claimed(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 quantity) view returns (uint256)
getQuantityFromValue(uint256 value) view returns (uint256)
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
unclaimed(address owner) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimAll()
claimFive()
claimOne()
claimThree()
lock()
mint(uint256 quantity) payable
ownerMint(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 newBaseURI)
setMintAmount(uint256 amount)
setMintPrice(uint256 price)
setOpen(bool laFlag)
setOpenFree(bool laFlag)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount, address addy) payable
withdrawAll() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.