1
This commit is contained in:
parent
9dd44731b7
commit
65e836e6b4
@ -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`),
|
||||
|
@ -60,6 +60,11 @@
|
||||
"contract_name": "BENftMarket",
|
||||
"event_name": "BuyOrder",
|
||||
"init_block": 29121931
|
||||
},
|
||||
{
|
||||
"contract_name": "GameItemMall",
|
||||
"event_name": "ItemSoldOut",
|
||||
"init_block": 29121931
|
||||
}
|
||||
],
|
||||
"refresh_erc721": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user