From 6b6b08533c899a89e2af2bba78dfa02517ba323e Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 27 Mar 2024 22:03:27 +0200 Subject: [PATCH] Add ethreum metadata task. --- .../state_crawler/jobs/ethereum-jobs.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/crawlers/mooncrawl/mooncrawl/state_crawler/jobs/ethereum-jobs.json b/crawlers/mooncrawl/mooncrawl/state_crawler/jobs/ethereum-jobs.json index 08e85f97..ced36d16 100644 --- a/crawlers/mooncrawl/mooncrawl/state_crawler/jobs/ethereum-jobs.json +++ b/crawlers/mooncrawl/mooncrawl/state_crawler/jobs/ethereum-jobs.json @@ -31,5 +31,36 @@ } ], "address": "0xe1dC516B1486Aba548eecD2947A11273518434a4" + }, + { + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "internalType": "uint256", + "name": "tokenId", + "type": "uint256", + "value": { + "type": "queryAPI", + "query_url": "template_erc721_minting", + "blockchain": "ethereum", + "params": { + "address": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D" + }, + "keys": [ + "token_id" + ] + } + } + ], + "name": "tokenURI", + "outputs": [ + { + "internalType": "string", + "name": "", + "type": "string" + } + ], + "address": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D" } ] \ No newline at end of file