This commit is contained in:
aozhiwei 2023-09-06 18:59:49 +08:00
parent 5213367792
commit f2399ad2ee
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,3 @@
address,type,item_id,level,quality,token_id,
0xdd469a8b4b1a4644e1f639f9bdf98af4b7e7d848,hero,30100,1,2,6230906010000001,
0x7f3ce0d71305ff90b486daf6f3c4059747042cdb,hero,30600,1,2,6230906010000002,
1 address type item_id level quality token_id
2 0xdd469a8b4b1a4644e1f639f9bdf98af4b7e7d848 hero 30100 1 2 6230906010000001
3 0x7f3ce0d71305ff90b486daf6f3c4059747042cdb hero 30600 1 2 6230906010000002

View File

@ -0,0 +1,18 @@
[
{
"address": "0xdd469a8b4b1a4644e1f639f9bdf98af4b7e7d848",
"type": "hero",
"item_id": 30100,
"level": 1,
"quality": 2,
"token_id": "6230906010000001"
},
{
"address": "0x7f3ce0d71305ff90b486daf6f3c4059747042cdb",
"type": "hero",
"item_id": 30600,
"level": 1,
"quality": 2,
"token_id": "6230906010000002"
}
]

View File

@ -0,0 +1,8 @@
[
{
"address": "0xDD469A8b4B1a4644E1f639f9bDF98AF4B7e7d848"
},
{
"address": "0x7f3CE0D71305ff90B486daF6f3c4059747042CDb"
}
]