From c8bc9a5b67db8a0cb8bef676d5f462d1408cf406 Mon Sep 17 00:00:00 2001 From: Richa <76250660+Richa-iitr@users.noreply.github.com> Date: Mon, 15 Aug 2022 23:11:27 +0530 Subject: [PATCH] Create README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..31e7ab0 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# ERC-20-Token-Allowance + +- Mainnet: [https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-fantom?selected=playground](https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-fantom?selected=playground) +- Matic: [https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-matic?selected=playground](https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-matic?selected=playground) +- Avalanche: [https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-avalanche?selected=playground](https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-avalanche?selected=playground) +- Arbitrum: [https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-arbitrum?selected=playground](https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-arbitrum?selected=playground) +- Fantom: [https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-fantom?selected=playground](https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-fantom?selected=playground) +- Optimism: [https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-optimism?selected=playground](https://thegraph.com/hosted-service/subgraph/richa-iitr/erc20-allowance-optimism?selected=playground) + +Query: +
+{
+  accounts {
+    id
+    version
+    accountID
+    address
+    creator
+    transactionsCount
+    approvals {
+      id
+      token {
+        id
+        name
+        symbol
+        decimals
+      }
+      from
+      to
+      value
+    }
+  }
+}
+