1
This commit is contained in:
parent
6ba9bfc403
commit
708dfa5c3e
@ -8,6 +8,17 @@ nftTransferTable = []
|
|||||||
|
|
||||||
contracts = lambda : json.load(open('contract.json', 'r'))
|
contracts = lambda : json.load(open('contract.json', 'r'))
|
||||||
|
|
||||||
|
resultData = {
|
||||||
|
'nft_total': 0,
|
||||||
|
'nft_mint': 0,
|
||||||
|
'bindbox': {
|
||||||
|
'hold': 0,
|
||||||
|
'open': 0
|
||||||
|
},
|
||||||
|
'nft_rank': [
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
def exportMintTable():
|
def exportMintTable():
|
||||||
rows = []
|
rows = []
|
||||||
with open('mint.raw.csv', 'w', newline='') as f:
|
with open('mint.raw.csv', 'w', newline='') as f:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user