From 859f2ef2785f695eb5e3ab5a240e9139ddfbb124 Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 13 Dec 2023 23:07:58 +0200 Subject: [PATCH] Add task. --- .../state_crawler/jobs/zksync-era-jobs.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/crawlers/mooncrawl/mooncrawl/state_crawler/jobs/zksync-era-jobs.json b/crawlers/mooncrawl/mooncrawl/state_crawler/jobs/zksync-era-jobs.json index 6301e903..1247343d 100644 --- a/crawlers/mooncrawl/mooncrawl/state_crawler/jobs/zksync-era-jobs.json +++ b/crawlers/mooncrawl/mooncrawl/state_crawler/jobs/zksync-era-jobs.json @@ -71,5 +71,20 @@ "address": "0xDFAaB828f5F515E104BaaBa4d8D554DA9096f0e4", "stateMutability": "view", "type": "function" + }, + { + "constant": true, + "inputs": [], + "name": "totalSupply", + "outputs": [ + { + "name": "", + "type": "uint256" + } + ], + "payable": false, + "stateMutability": "view", + "type": "function", + "address": "0xDFAaB828f5F515E104BaaBa4d8D554DA9096f0e4" } ] \ No newline at end of file