Skip to content

Commit

Permalink
GitBook: [#19] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
developerbend authored and gitbook-bot committed Jul 7, 2022
1 parent aa69526 commit 297c33e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* [WETH Gateway](core-protocol/weth-gateway.md)
* [Punk Gateway](core-protocol/punk-gateway.md)

## BoundNFT Protocol

* [BoundNFT Registry](boundnft-protocol/boundnft-registry.md)

## PROTOCOL GOVERNANCE

* [Voting & Governance](protocol-governance/voting-and-governance.md)
Expand Down
24 changes: 24 additions & 0 deletions boundnft-protocol/boundnft-registry.md
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 |
1 change: 1 addition & 0 deletions deployed-contracts/lending-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ For contract addresses of other markets, see the sidebar under [Deployed Contrac
| PunkGateway | [0xeD01f8A737813F0bDA2D4340d191DBF8c2Cbcf30](https://etherscan.io/address/0xeD01f8A737813F0bDA2D4340d191DBF8c2Cbcf30#code) |
| BendProtocolDataProvider | [0x0B54cDf07D5467012A2D5731c5F87f9c6945bEa9](https://etherscan.io/address/0x0b54cdf07d5467012a2d5731c5f87f9c6945bea9#code) |
| UiPoolDataProvider | [0x5250cCE48E43AB930e45Cc8E71C87Ca4B51244cf](https://etherscan.io/address/0x5250cCE48E43AB930e45Cc8E71C87Ca4B51244cf) |
| BNFTRegistry | [0x79d922DD382E42A156bC0A354861cDBC4F09110d](https://etherscan.io/address/0x79d922DD382E42A156bC0A354861cDBC4F09110d) |
{% endtab %}

{% tab title="Rinkeby" %}
Expand Down

0 comments on commit 297c33e

Please sign in to comment.