This commit is contained in:
aozhiwei 2023-07-12 15:14:12 +08:00
parent 9dd44731b7
commit 65e836e6b4
2 changed files with 6 additions and 0 deletions

View File

@ -269,6 +269,7 @@ CREATE TABLE `t_nftmarket` (
`block_number` bigint NOT NULL DEFAULT '0' COMMENT 'block_number',
`return_values` mediumblob COMMENT 'return_values',
`src_idx` bigint NOT NULL DEFAULT '0' COMMENT 'src_idx',
`status` int(11) NOT NULL DEFAULT '0' COMMENT 'status 0待处理 1已处理',
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
PRIMARY KEY (`idx`),

View File

@ -60,6 +60,11 @@
"contract_name": "BENftMarket",
"event_name": "BuyOrder",
"init_block": 29121931
},
{
"contract_name": "GameItemMall",
"event_name": "ItemSoldOut",
"init_block": 29121931
}
],
"refresh_erc721": [