You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/react.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ import { useAddress } from "@thirdweb-dev/react"
17
17
```
18
18
|
19
19
|[useAuctionWinner(contract, listingId)](./react.useauctionwinner.md)| <b><i>(BETA)</i></b> Use this to get the winner of an auction listing from your marketplace contract. |
|[useBidBuffer(contract)](./react.usebidbuffer.md)| <b><i>(BETA)</i></b> Use this to get the buffer in basis points between offers from your marketplace contract. |
21
22
|[useBuyNow(contract)](./react.usebuynow.md)| <b><i>(BETA)</i></b> Use this to buy out an auction listing from your marketplace contract. |
22
23
| [useChainId()](./react.usechainid.md) | Hook for accessing the chain ID of the network the current wallet is connected to
@@ -88,7 +89,7 @@ import { useNetworkMistmatch } from "@thirdweb-dev/react"
|[useSplit(contractAddress)](./react.usesplit.md)| Hook for getting an instance of a <code>Split</code> contract. This contract supports fund distribution to multiple parties. |
90
91
|[useToken(contractAddress)](./react.usetoken.md)| Hook for getting an instance of an <code>Token</code> contract. This contract supports ERC20 compliant tokens. |
91
-
|[useTokenBalance(contract, address)](./react.usetokenbalance.md)| <b><i>(BETA)</i></b> Use this to get the balance of your Token contract for a given address. |
92
+
|[useTokenBalance(contract, walletAddress)](./react.usetokenbalance.md)| <b><i>(BETA)</i></b> Use this to get the balance of your Token contract for a given address. |
92
93
|[useTokenSupply(contract)](./react.usetokensupply.md)| <b><i>(BETA)</i></b> Use this to get a the total supply of your Token contract. |
93
94
|[useTotalCirculatingSupply(contract)](./react.usetotalcirculatingsupply.md)| <b><i>(BETA)</i></b> Use this to get a the total (minted) supply of your [NFTContract](./react.nftcontract.md)<!---->. |
94
95
|[useUnclaimedNFTs(contract, queryParams)](./react.useunclaimednfts.md)| <b><i>(BETA)</i></b> Use this to get a list of \*unclaimed\* NFT tokens of your ERC721 Drop contract. |
// Warning: (ae-incompatible-release-tags) The symbol "useBalance" is marked as @public, but its signature references "ContractAddress" which is marked as @beta
0 commit comments