0xBitcoin Treasure Chests
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1023 additional slots
Balances ($119.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xBTC | ERC-20 | 1.504K | $0.079235 |
$119.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18338308 | a year ago | | | 0 | 0.00045720201 | |
| 17942800 | a year ago | | | 0 | 0.0038266276 | |
| 15187080 | 2 years ago | | | 0 | 0.0014635546 | |
| 15060419 | 2 years ago | | | 0 | 0.00067622055 | |
| 15060323 | 2 years ago | | | 0 | 0.0011179870 | |
| 14538984 | 3 years ago | | | 0 | 0.0031892307 | |
| 14357892 | 3 years ago | | | 0 | 0.0010808302 | |
| 14349927 | 3 years ago | | | 0 | 0.0037873491 | |
| 14231005 | 3 years ago | | | 0 | 0.0063465378 | |
| 14180284 | 3 years ago | | | 0 | 0.0050471382 |
ABI
ABI objects
Getter at block 21246513
TOKEN_LIMIT() view returns (uint256)
1024
getDevFunds() view returns (uint256)
0
getGuildFunds() view returns (uint256)
0
getMintPrice() view returns (uint256)
12800000000
getMintedCounter() view returns (uint256)
94
name() view returns (string)
0xBitcoin Treasure Chests
owner() view returns (address)
0x995e3e70f983d231a212c2a7210fc36a5b70cc39
saleStarted() view returns (bool)
true
symbol() view returns (string)
Treasure Chests
totalSupply() view returns (uint256)
94
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnAndRedeemLockedToken(uint256 tokenId)
receiveApproval(address from, uint256 tokens, address token, bytes data)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAndShare()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseTokenURI, uint256 mintPrice)
fallback()
receive()
This contract contains no error objects.