BlockTimeBuddies
Verified contract
Active on
Ethereum with 1,356 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 "BlockTimeBuddies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16487056 | 2 years ago | | | 0 | 0.0010305414 | |
| 16483651 | 2 years ago | | | 0 | 0.00055454838 | |
| 16419356 | 2 years ago | | | 0 | 0.0022748949 | |
| 16414603 | 2 years ago | | | 0 | 0.0032317982 | |
| 16254755 | 2 years ago | | | 0 | 0.00029725740 | |
| 16013239 | 2 years ago | | | 0 | 0.00059647441 | |
| 15596951 | 2 years ago | | | 0 | 0.00074419542 | |
| 14145266 | 3 years ago | | | 0 | 0.0060762306 | |
| 14012479 | 3 years ago | | | 0 | 0.0043223574 | |
| 13977747 | 3 years ago | | | 0 | 0.0070539181 |
ABI
ABI objects
Getter at block 21101445 checkBalance() view returns (uint256 contractBalance)
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
myTokens() view returns (uint256[])
[]
name() view returns (string)
BlockTimeBuddies
owner() view returns (address)
0xee2a7b2c72217f6ebf0401dabb407c7a600d910f
symbol() view returns (string)
BTB
totalSupply() view returns (uint256)
1243
viewBaseURL() view returns (string base_url)
https://raw.githubusercontent.com/icinsight/buddies/main/json/
viewHost() view returns (string h_chain, address h_contract)
(h_chain=bitchain, h_contract=0x8a47d36907e51651d8996644ca1cab525067ca11)
viewInterop() view returns (bool fully_interoperable)
false
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
nativeID(uint256 _ID) view returns (uint256 hostID)
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 _ID) view returns (string URI)
State-modifying
Events approve(address _to, uint256 _tokenId)
manageBaseURL(string new_baseurl)
manageInterop(bool new_setting)
mintToken(uint256 _ID)
mintTokenForClient(uint256 _ID, address _client)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnTokens(uint256[] _ids, address _to)
transferOwnership(address _newOwner)
withdrawBalance()
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
BoughtToken(address indexed buyer, uint256 tokenId)
OwnershipRenounced(address indexed previousOwner)
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.