-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a3e421
commit 001e7d0
Showing
31 changed files
with
441 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 72 additions & 0 deletions
72
docs/docs/developer/api/contracts/marketplace/interfaces/IHypercert1155Token.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# IHypercert1155Token | ||
|
||
## Methods | ||
|
||
### isApprovedForAll | ||
|
||
```solidity | ||
function isApprovedForAll(address account, address operator) external view returns (bool) | ||
``` | ||
|
||
#### Parameters | ||
|
||
| Name | Type | Description | | ||
| -------- | ------- | ----------- | | ||
| account | address | undefined | | ||
| operator | address | undefined | | ||
|
||
#### Returns | ||
|
||
| Name | Type | Description | | ||
| ---- | ---- | ----------- | | ||
| \_0 | bool | undefined | | ||
|
||
### ownerOf | ||
|
||
```solidity | ||
function ownerOf(uint256 tokenId) external view returns (address) | ||
``` | ||
|
||
#### Parameters | ||
|
||
| Name | Type | Description | | ||
| ------- | ------- | ----------- | | ||
| tokenId | uint256 | undefined | | ||
|
||
#### Returns | ||
|
||
| Name | Type | Description | | ||
| ---- | ------- | ----------- | | ||
| \_0 | address | undefined | | ||
|
||
### splitFraction | ||
|
||
```solidity | ||
function splitFraction(address to, uint256 tokenID, uint256[] _values) external nonpayable | ||
``` | ||
|
||
#### Parameters | ||
|
||
| Name | Type | Description | | ||
| -------- | --------- | ----------- | | ||
| to | address | undefined | | ||
| tokenID | uint256 | undefined | | ||
| \_values | uint256[] | undefined | | ||
|
||
### unitsOf | ||
|
||
```solidity | ||
function unitsOf(uint256 tokenId) external view returns (uint256) | ||
``` | ||
|
||
#### Parameters | ||
|
||
| Name | Type | Description | | ||
| ------- | ------- | ----------- | | ||
| tokenId | uint256 | undefined | | ||
|
||
#### Returns | ||
|
||
| Name | Type | Description | | ||
| ---- | ------- | ----------- | | ||
| \_0 | uint256 | undefined | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.