pull/963/head
Andrey 2023-11-06 11:54:29 +02:00
rodzic 559c51b2d6
commit 3ce6cf70c6
2 zmienionych plików z 17 dodań i 17 usunięć

Wyświetl plik

@ -469,7 +469,7 @@ def parse_jobs(
# run crawling of levels # run crawling of levels
try: try:
# initial call of level 0 all call without subcalls directly moved there # initial call of level 0 all call without subcalls directly moved there
logger.info("Crawl level: 0. Jobs amount: {len(calls[0])}") logger.info(f"Crawl level: 0. Jobs amount: {len(calls[0])}")
logger.info(f"call_tree_levels: {call_tree_levels}") logger.info(f"call_tree_levels: {call_tree_levels}")
batch_size = crawl_calls_level( batch_size = crawl_calls_level(

Wyświetl plik

@ -66,9 +66,9 @@
{ {
"inputs": [ "inputs": [
{ {
"internalType": "uint256", "internalType": "uint16",
"name": "seasonId", "name": "seasonId",
"type": "uint256", "type": "uint16",
"value": 1 "value": 1
}, },
{ {
@ -89,48 +89,48 @@
} }
], ],
"name": "twtGetSeasonalDominationPointsByAccount", "name": "twtGetSeasonalDominationPointsByAccount",
"address": "0xb93D53A10793C7EA7DaE973625C9BB3b18Eec2A7", "address": "0x665B8Db5b9E3b396e2Ccb0Bd768dc74fC47Ec20D",
"outputs": [ "outputs": [
{ {
"internalType": "uint256[5]", "internalType": "uint56[5]",
"name": "shadowcornDominationPoints", "name": "shadowcornDominationPoints",
"type": "uint256[5]" "type": "uint56[5]"
}, },
{ {
"internalType": "uint256[5]", "internalType": "uint56[5]",
"name": "unicornDominationPoints", "name": "unicornDominationPoints",
"type": "uint256[5]" "type": "uint56[5]"
} }
], ],
"stateMutability": "view", "stateMutability": "view",
"type": "function", "type": "function",
"selector": "0x1c109952" "selector": "0x0b4ef829"
}, },
{ {
"inputs": [ "inputs": [
{ {
"internalType": "uint256", "internalType": "uint16",
"name": "seasonId", "name": "seasonId",
"type": "uint256", "type": "uint16",
"value": 1 "value": 1
} }
], ],
"name": "twtGetSeasonalDominationPointsForAllRegions", "name": "twtGetSeasonalDominationPointsForAllRegions",
"address": "0xb93D53A10793C7EA7DaE973625C9BB3b18Eec2A7", "address": "0x665B8Db5b9E3b396e2Ccb0Bd768dc74fC47Ec20D",
"outputs": [ "outputs": [
{ {
"internalType": "uint256[5]", "internalType": "uint56[5]",
"name": "shadowcornDominationPoints", "name": "shadowcornDominationPoints",
"type": "uint256[5]" "type": "uint56[5]"
}, },
{ {
"internalType": "uint256[5]", "internalType": "uint56[5]",
"name": "unicornDominationPoints", "name": "unicornDominationPoints",
"type": "uint256[5]" "type": "uint56[5]"
} }
], ],
"stateMutability": "view", "stateMutability": "view",
"type": "function", "type": "function",
"selector": "0xa491c0f6" "selector": "0xbddb218c"
} }
] ]