Bones Club
Verified contract
Active on
Ethereum with 1,417 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
Balances ($0.00)
No balances found for "Bones Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20999981 | a month ago | | | 0 | 0.00048638233 | |
| 20682546 | 2 months ago | | | 0 | 0.00011015371 | |
| 20497983 | 3 months ago | | | 0 | 0.000099147308 | |
| 20438495 | 3 months ago | | | 0 | 0.000095743129 | |
| 20042893 | 5 months ago | | | 0 | 0.00038250595 | |
| 19879608 | 6 months ago | | | 0 | 0.00020504140 | |
| 19735644 | 7 months ago | | | 0 | 0.00025197654 | |
| 19704726 | 7 months ago | | | 0 | 0.00043530178 | |
| 19659451 | 7 months ago | | | 0 | 0.00046573695 | |
| 19626350 | 7 months ago | | | 0 | 0.0011135347 |
ABI
ABI objects
Getter at block 21205171
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmRffRDrw6WR5STUFbG3GRffs1CwvzHzSmyboRbrfcbhQ2/
name() view returns (string)
Bones Club
owner() view returns (address)
0xf5de5a968fa01e6e08ad9199b0c6e297cc7e77d6
symbol() view returns (string)
BC
totalSupply() view returns (uint256)
3666
Read-only
balanceOf(address owner) view returns (uint256)
doesTokenExist(uint256 _tokenID) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getTokensByOwner(address _owner) 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)
State-modifying
Events approve(address to, uint256 tokenId)
configureMedia(address mediaContract_)
mintToken(uint256 _tokenID, address _owner)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminAddress(address adminAddress_)
setAdminCommission(uint16 adminCommission_)
setApprovalForAll(address operator, bool approved)
setCommunityAddress(address communityAddress_)
setCommunityCommission(uint16 communityCommission_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.