-
Notifications
You must be signed in to change notification settings - Fork 2
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
aa69526
commit 297c33e
Showing
3 changed files
with
29 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# BoundNFT Registry | ||
|
||
BoundNFT Registry is the hub of all boundNFT tokens. | ||
|
||
The source code can be [found here](https://github.com/BoundNFT/boundnft-protocol), with the latest deployed address listed in the [Deployed Contracts](broken-reference). | ||
|
||
## Methods | ||
|
||
### getBNFTAddresses | ||
|
||
**function getBNFTAddresses(address nftAsset)** external view returns (address bNftProxy, address bNftImpl) | ||
|
||
Query boundNFT contract address of given NFT asset. | ||
|
||
| Parameter Name | Type | Description | | ||
| -------------- | ------- | ----------------------------------- | | ||
| nftAsset | address | The address of the underlying asset | | ||
|
||
**Return Values** | ||
|
||
| Parameter Name | Type | Description | | ||
| -------------- | ------- | -------------------------------------- | | ||
| bNftProxy | address | the proxy address of boundNFT | | ||
| bNftImpl | address | the implementation address of boundNFT | |
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