Moralis not detecting my custom ERC20 Token transfer

I have launched my own erc20 token on polygon network. But those transactions are not showing in the Polygon transactions DB.

Contract address: 0xA642EB8f8E134E8D5FE27B7D467A45e0c01234c0
Token name : DEFYN
Network: Polygon mainnet

How long ago did you launch it?

24hrs. Yesterday afternoon.

what transactions are not showing?
it looks like this returns the expected info:

https://deep-index.moralis.io/api/v2/erc20/metadata?chain=polygon&addresses=0xA642EB8f8E134E8D5FE27B7D467A45e0c01234c0

=>

[
  {
    "address": "0xa642eb8f8e134e8d5fe27b7d467a45e0c01234c0",
    "name": "DeFyn Token",
    "symbol": "DEFYN",
    "logo": null,
    "logo_hash": null,
    "thumbnail": null,
    "decimals": "18",
    "block_number": "29709320",
    "validated": 1,
    "created_at": "2022-06-18T09:24:49.654Z"
  }
]

I mean the sync. Transaction details such as confirmations are not getting saved on the DB

how did you set up that?

Which setup are u asking for
?

that sync, how did you set it up? what kind of sync it is

Nitro server automatically syncs the incoming and outgoing transactions right! That’s what I
mentioned

it does that if you added a specific wallet address to watch address or if you are authenticated with that address and user sync is enabled on that server

yeah its enabled and works fine for other coins on the same network. But its not working for our custom erc20 token

I tested now with an address, added the address to watch on polygon, and it synced this transaction
https://polygonscan.com/tx/0x81cb58de02d2e919eccecb31cf9e7e13c71836f422af7d3210f0bc302fb68980 in PolygonTokenTransfers table

1 Like