Hi everybody,
I was going to sync event with tuple type.
The table is created, but, records are not syncing.
Would you please help me?
Here is my detailed info for sync event.(BSC testnet)
Topic: ListedOnSale(uint256, tuple) - event name on smart contract
Abi: (from bscscan)
{
“anonymous”: false,
“inputs”: [
{
“indexed”: false,
“internalType”: “uint256”,
“name”: “saleId”,
“type”: “uint256”
},
{
“components”: [
{
“internalType”: “uint256”,
“name”: “saleId”,
“type”: “uint256”
},
{
“internalType”: “address”,
“name”: “creator”,
“type”: “address”
},
{
“internalType”: “address”,
“name”: “seller”,
“type”: “address”
},
{
“internalType”: “address”,
“name”: “sc”,
“type”: “address”
},
{
“internalType”: “uint256”,
“name”: “tokenId”,
“type”: “uint256”
},
{
“internalType”: “uint256”,
“name”: “copy”,
“type”: “uint256”
},
{
“internalType”: “uint256”,
“name”: “payment”,
“type”: “uint256”
},
{
“internalType”: “uint256”,
“name”: “basePrice”,
“type”: “uint256”
},
{
“internalType”: “uint256”,
“name”: “method”,
“type”: “uint256”
},
{
“internalType”: “uint256”,
“name”: “startTime”,
“type”: “uint256”
},
{
“internalType”: “uint256”,
“name”: “endTime”,
“type”: “uint256”
},
{
“internalType”: “uint256”,
“name”: “feeRatio”,
“type”: “uint256”
},
{
“internalType”: “uint256”,
“name”: “royaltyRatio”,
“type”: “uint256”
}
],
“indexed”: false,
“internalType”: “struct CorsacNFTFactory.CorsacNFTSale”,
“name”: “saleInfo”,
“type”: “tuple”
}
],
“name”: “ListedOnSale”,
“type”: “event”
}
Address: 0xCD0f852F739c5Ce5378502645122706412191146 (smart contract address)
And then
I made transaction for create sale on bsc testnet.
https://testnet.bscscan.com/tx/0x000880599c528b6daa2e1c6732acc82ce67696a3c4baab0ea493b81bbd3d94f3