BFHUnitGateway
function
setTransactedEventHash
nonpayable
Restricted (onlyOperator)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _eventHash | bytes32 | |
| _desired | bool |
Outputs
(void)
function
deposit
nonpayable
Restricted (whenNotPaused)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenId | uint256 |
Outputs
(void)
function
bulkDeposit
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenIds | uint256[] |
Outputs
(void)
function
withdraw
payable
Restricted (whenNotPaused, onlyOperator)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _to | address | |
| _tokenId | uint256 | |
| _supportEther | uint256 | |
| _eventHash | bytes32 |
Outputs
(void)
function
bulkWithdraw
payable
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tos | address[] | |
| _tokenIds | uint256[] | |
| _supportEthers | uint256[] | |
| _eventHashes | bytes32[] |
Outputs
(void)
function
isTransactedEventHash
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| _eventHash | bytes32 |
Outputs
| Type | Description |
|---|---|
| bool |
ERC165
constructor
BFHUnitGateway
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| _assetContract | address |
Outputs
(void)
function
supportsInterface
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| interfaceId | bytes4 |
Outputs
| Type | Description |
|---|---|
| bool |
ERC173
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
ERC721Holder
function
onERC721Received
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| address | ||
| address | ||
| uint256 | ||
| bytes |
Outputs
| Type | Description |
|---|---|
| bytes4 |
IERC173
event
OwnershipTransferred
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousOwner | address | |
| newOwner | address |
Outputs
(void)
IERC721Gateway
event
Withdraw
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner | address | |
| tokenId | uint256 | |
| supportEther | uint256 | |
| eventHash | bytes32 |
Outputs
(void)
event
Deposit
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner | address | |
| tokenId | uint256 |
Outputs
(void)
Operatable
event
Unpaused
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
(void)
event
Paused
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
(void)
event
OperatorRemoved
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
(void)
event
OperatorAdded
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
(void)
function
withdrawEther
nonpayable
Restricted (onlyOperator)
Inputs
(void)
Outputs
(void)
function
transferOwnership
nonpayable
Restricted (onlyOperator)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _newOwner | address |
Outputs
(void)
function
removeOperator
nonpayable
Restricted (onlyOperator)
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
(void)
function
addOperator
nonpayable
Restricted (onlyOperator)
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
(void)
function
pause
nonpayable
Restricted (onlyOperator, whenNotPaused)
Inputs
(void)
Outputs
(void)
function
unpause
nonpayable
Restricted (onlyOperator, whenPaused)
Inputs
(void)
Outputs
(void)
function
paused
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bool |
function
isOperator
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
| Type | Description |
|---|---|
| bool |
function
assetContract
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |