Hello. I am trying to find out why I am not being able to sync any data to the database?
I LOVE Moralis!!! I am excited to find out how I can be able to display the information correctly. I did try the 2 beta servers (as in the video, it shared to be in beta mode)
Everything seems to be setup correctly. I was able to submit with no errors.
{
“anonymous”: false,
“inputs”: [
{
“indexed”: true,
“name”: “punkIndex”,
“type”: “uint256”
},
{
“indexed”: false,
“name”: “value”,
“type”: “uint256”
},
{
“indexed”: true,
“name”: “fromAddress”,
“type”: “address”
},
{
“indexed”: true,
“name”: “toAddress”,
“type”: “address”
}
],
“name”: “PunkBought”,
“type”: “event”
}
Topic: PunkBought(uint256,unit256,address,address)