From 708dfa5c3e00f3af2df7c8070c824ff382d93c31 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 22 Feb 2023 13:56:26 +0800 Subject: [PATCH] 1 --- scripts/export_market/export.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/export_market/export.py b/scripts/export_market/export.py index 7daf0ad..8ec6ea3 100644 --- a/scripts/export_market/export.py +++ b/scripts/export_market/export.py @@ -8,6 +8,17 @@ nftTransferTable = [] contracts = lambda : json.load(open('contract.json', 'r')) +resultData = { + 'nft_total': 0, + 'nft_mint': 0, + 'bindbox': { + 'hold': 0, + 'open': 0 + }, + 'nft_rank': [ + ] +} + def exportMintTable(): rows = [] with open('mint.raw.csv', 'w', newline='') as f: