[SOLVED] Moralis Event Sync Doesn't Work

Hi guys, I’m trying to sync Staked events but it doesn’t work, anyone can help me ? Thanks for your time
abi:
{
“anonymous”: false,
“inputs”: [
{
“indexed”: true,
“internalType”: “address”,
“name”: “owner”,
“type”: “address”
},
{
“indexed”: true,
“internalType”: “uint256”,
“name”: “amount”,
“type”: “uint256”
},
{
“indexed”: true,
“internalType”: “uint8”,
“name”: “stakingType”,
“type”: “uint8”
},
{
“indexed”: false,
“internalType”: “uint32”,
“name”: “timestamp”,
“type”: “uint32”
},
{
“indexed”: false,
“internalType”: “uint8”,
“name”: “_duration”,
“type”: “uint8”
},
{
“indexed”: false,
“internalType”: “uint16”,
“name”: “apr”,
“type”: “uint16”
}
],
“name”: “Staked”,
“type”: “event”
}

can you share the chain name also

remove that _ from that name, it will not work if it has an _ at the beginning of a name

2 Likes

thank you so much I will try it

Yeahhh ! I use bsc testnet

it work thank you so much

1 Like