1
This commit is contained in:
parent
fb1a72bec0
commit
27880bebce
@ -61,6 +61,7 @@ class Activate721Nft extends BaseEventProcess {
|
||||
}
|
||||
await this.updateGameDbInfo(transId, itemUniId, itemId, tokenId, tokenType);
|
||||
const nowTime = utils.getUtcTime();
|
||||
const contractAddress = this.getContractAddress();
|
||||
const fieldList = [
|
||||
['token_id', tokenId],
|
||||
['token_type', tokenType],
|
||||
@ -69,7 +70,7 @@ class Activate721Nft extends BaseEventProcess {
|
||||
['creator_address', bcutils.toNormalAddress(owner)],
|
||||
['confirm_block_number', this.getBlockNumber()],
|
||||
['net_id', this.getNetId()],
|
||||
['contract_address', this.getContractAddress()],
|
||||
['contract_address', contractAddress],
|
||||
['createtime', nowTime],
|
||||
['modifytime', nowTime],
|
||||
];
|
||||
@ -79,7 +80,7 @@ class Activate721Nft extends BaseEventProcess {
|
||||
[
|
||||
['token_id', tokenId],
|
||||
['net_id', this.getNetId()],
|
||||
['contract_address', this.getContractAddress()],
|
||||
['contract_address', contractAddress],
|
||||
],
|
||||
[
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user