BFHUnitGateway
Verified contract
Active on
Ethereum with 16,915 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6fa7…2f52
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#51260038) | BFHU | ERC-721 | 1 | -- | -- |
(#51260032) | BFHU | ERC-721 | 1 | -- | -- |
(#51250040) | BFHU | ERC-721 | 1 | -- | -- |
(#51250037) | BFHU | ERC-721 | 1 | -- | -- |
(#51250034) | BFHU | ERC-721 | 1 | -- | -- |
(#51250027) | BFHU | ERC-721 | 1 | -- | -- |
(#51250024) | BFHU | ERC-721 | 1 | -- | -- |
(#51250022) | BFHU | ERC-721 | 1 | -- | -- |
(#51250010) | BFHU | ERC-721 | 1 | -- | -- |
(#51250006) | BFHU | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20130665 | 5 months ago | | | 0 | 0.00054710990 | |
| 20051868 | 5 months ago | | | 0 | 0.00062452514 | |
| 19847769 | 6 months ago | | | 0 | 0.00064192611 | |
| 19694774 | 7 months ago | | | 0 | 0.0012621839 | |
| 19433453 | 8 months ago | | | 0 | 0.0074969943 | |
| 19382157 | 8 months ago | | | 0 | 0.0065488621 | |
| 19376015 | 8 months ago | | | 0 | 0.015131216 | |
| 19375767 | 8 months ago | | | 0 | 0.0080646637 | |
| 17819712 | a year ago | | | 0 | 0.0028630699 | |
| 16810197 | 2 years ago | | | 0 | 0.0017530518 |
ABI
ABI objects
Getter at block 21169258
assetContract() view returns (address)
0x6fa769eed284a94a73c15299e1d3719b29ae2f52
owner() view returns (address)
0x335944b36b02401fb35ca3aa64cc9468e5eb3742
paused() view returns (bool)
false
Read-only
isOperator(address account) view returns (bool)
isTransactedEventHash(bytes32 _eventHash) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addOperator(address account)
bulkDeposit(uint256[] _tokenIds)
bulkWithdraw(address[] _tos, uint256[] _tokenIds, uint256[] _supportEthers, bytes32[] _eventHashes) payable
deposit(uint256 _tokenId)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
removeOperator(address account)
setTransactedEventHash(bytes32 _eventHash, bool _desired)
transferOwnership(address _newOwner)
unpause()
withdraw(address _to, uint256 _tokenId, uint256 _supportEther, bytes32 _eventHash) payable
withdrawEther()
Deposit(address indexed owner, uint256 tokenId)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdraw(address indexed owner, uint256 tokenId, uint256 supportEther, bytes32 eventHash)
constructor(address _assetContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.