Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Do committed Nov 14, 2021
1 parent 048494f commit 16509a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Web3Unity/Scripts/Prefabs/ERC721/ERC721OwnerOfBatchExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ async void Start()
string network = "mainnet";
string contract = "0xA74E199990FF572A320508547Ab7f44EA51e6F28";
string[] tokenIds = {"700", "791"};
string multicall = ""; // optional. your multicall contract: https://github.com/makerdao/multicall
string rpc = ""; // your custom rpc
string multicall = ""; // optional: multicall contract https://github.com/makerdao/multicall
string rpc = ""; // optional: custom rpc

List<string> batchOwners = await ERC721.OwnerOfBatch(chain, network, contract, tokenIds, multicall, rpc);
foreach (string owner in batchOwners)
Expand Down

0 comments on commit 16509a7

Please sign in to comment.