BFHUnit
UpdateApprovalProxy
Inputs
| Parameter | Type | Description |
|---|---|---|
| _newProxyContract | address |
Outputs
setApprovalProxy
Inputs
| Parameter | Type | Description |
|---|---|---|
| _new | address |
Outputs
setApprovalForAll
Inputs
| Parameter | Type | Description |
|---|---|---|
| _spender | address | |
| _approved | bool |
Outputs
isApprovedForAll
Inputs
| Parameter | Type | Description |
|---|---|---|
| _owner | address | |
| _spender | address |
Outputs
| Type | Description |
|---|---|
| bool |
ERC165
BFHUnit
Inputs
| Parameter | Type | Description |
|---|---|---|
| _approvalProxy | address |
Outputs
supportsInterface
Inputs
| Parameter | Type | Description |
|---|---|---|
| interfaceId | bytes4 |
Outputs
| Type | Description |
|---|---|
| bool |
ERC173
owner
Inputs
Outputs
| Type | Description |
|---|---|
| address |
ERC721
approve
Inputs
| Parameter | Type | Description |
|---|---|---|
| _approved | address | |
| _tokenId | uint256 |
Outputs
ownerOf
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenId | uint256 |
Outputs
| Type | Description |
|---|---|
| address |
getApproved
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenId | uint256 |
Outputs
| Type | Description |
|---|---|
| address |
balanceOf
Inputs
| Parameter | Type | Description |
|---|---|---|
| _owner | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
ERC721CappedSupply
setUnitCap
Inputs
| Parameter | Type | Description |
|---|---|---|
| _assetType | uint32 | |
| _newUnitCap | uint32 |
Outputs
setTypeCap
Inputs
| Parameter | Type | Description |
|---|---|---|
| _newTypeCap | uint32 |
Outputs
mint
Inputs
| Parameter | Type | Description |
|---|---|---|
| _to | address | |
| _tokenId | uint256 |
Outputs
totalSupply
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
getUnitCount
Inputs
| Parameter | Type | Description |
|---|---|---|
| _assetType | uint32 |
Outputs
| Type | Description |
|---|---|
| uint32 |
getUnitCap
Inputs
| Parameter | Type | Description |
|---|---|---|
| _assetType | uint32 |
Outputs
| Type | Description |
|---|---|
| uint32 |
getTypeOffset
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
getTypeCount
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
getTypeCap
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
existingType
Inputs
| Parameter | Type | Description |
|---|---|---|
| _assetType | uint32 |
Outputs
| Type | Description |
|---|---|
| bool |
ERC721Metadata
UpdateTokenURIPrefix
Inputs
| Parameter | Type | Description |
|---|---|---|
| tokenUriPrefix | string |
Outputs
setTokenURIPrefix
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenUriPrefix | string |
Outputs
tokenURI
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenId | uint256 |
Outputs
| Type | Description |
|---|---|
| string |
symbol
Inputs
Outputs
| Type | Description |
|---|---|
| string |
name
Inputs
Outputs
| Type | Description |
|---|---|
| string |
ERC721Mintable
removeMinter
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
addMinter
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
isMinter
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
| Type | Description |
|---|---|
| bool |
exist
Inputs
| Parameter | Type | Description |
|---|---|---|
| tokenId | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
ERC721TokenPausable
TokenUnpaused
Inputs
| Parameter | Type | Description |
|---|---|---|
| tokenId | uint256 |
Outputs
TokenPauserRemoved
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
TokenPauserAdded
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
TokenPaused
Inputs
| Parameter | Type | Description |
|---|---|---|
| tokenId | uint256 |
Outputs
removeTokenPauser
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
addTokenPauser
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
unpauseToken
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenId | uint256 |
Outputs
pauseToken
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenId | uint256 |
Outputs
transferFrom
Inputs
| Parameter | Type | Description |
|---|---|---|
| _from | address | |
| _to | address | |
| _tokenId | uint256 |
Outputs
safeTransferFrom
Inputs
| Parameter | Type | Description |
|---|---|---|
| _from | address | |
| _to | address | |
| _tokenId | uint256 | |
| _data | bytes |
Outputs
safeTransferFrom
Inputs
| Parameter | Type | Description |
|---|---|---|
| _from | address | |
| _to | address | |
| _tokenId | uint256 |
Outputs
isTokenPauser
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
| Type | Description |
|---|---|
| bool |
isTokenPaused
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenId | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
IERC173
OwnershipTransferred
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousOwner | address | |
| newOwner | address |
Outputs
IERC721
Transfer
Inputs
| Parameter | Type | Description |
|---|---|---|
| _from | address | |
| _to | address | |
| _tokenId | uint256 |
Outputs
ApprovalForAll
Inputs
| Parameter | Type | Description |
|---|---|---|
| _owner | address | |
| _operator | address | |
| _approved | bool |
Outputs
Approval
Inputs
| Parameter | Type | Description |
|---|---|---|
| _owner | address | |
| _approved | address | |
| _tokenId | uint256 |
Outputs
IERC721CappedSupply
SetUnitCap
Inputs
| Parameter | Type | Description |
|---|---|---|
| _assetType | uint32 | |
| _unitCap | uint32 |
Outputs
SetTypeCap
Inputs
| Parameter | Type | Description |
|---|---|---|
| _typeCap | uint256 |
Outputs
IERC721Mintable
MinterRemoved
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
MinterAdded
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
Operatable
Unpaused
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
Paused
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
OperatorRemoved
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
OperatorAdded
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
withdrawEther
Inputs
Outputs
transferOwnership
Inputs
| Parameter | Type | Description |
|---|---|---|
| _newOwner | address |
Outputs
removeOperator
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
addOperator
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
pause
Inputs
Outputs
unpause
Inputs
Outputs
paused
Inputs
Outputs
| Type | Description |
|---|---|
| bool |
isOperator
Inputs
| Parameter | Type | Description |
|---|---|---|
| account | address |
Outputs
| Type | Description |
|---|---|
| bool |
approvalProxy
Inputs
Outputs
| Type | Description |
|---|---|
| address |