Merge pull request #1066 from moonstream-to/add-surf-new-task

Add state task.
metedata-crawler-headers
Andrey Dolgolev 2024-05-11 12:32:25 +03:00 zatwierdzone przez GitHub
commit da2da94b55
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 31 dodań i 0 usunięć

Wyświetl plik

@ -62,5 +62,36 @@
}
],
"address": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D"
},
{
"type": "function",
"stateMutability": "view",
"inputs": [
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256",
"value": {
"type": "queryAPI",
"query_url": "template_erc721_minting",
"blockchain": "ethereum",
"params": {
"address": "0xd9F092BdF2b6eaF303fc09cc952e94253AE32fae"
},
"keys": [
"token_id"
]
}
}
],
"name": "tokenURI",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"address": "0xd9F092BdF2b6eaF303fc09cc952e94253AE32fae"
}
]