near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
123 stars 56 forks source link

This error can be ignored, right? --- NFT: provided event log does not correspond to any of formats defined in NEP #219

Closed rayn316 closed 2 years ago

rayn316 commented 2 years ago
WARN indexer_for_explorer: NFT: provided event log does not correspond to any of formats defined in NEP. Will ignore this event.
 Error("unknown variant `nft_sold`, expected one of `nft_mint`, `nft_transfer`, `nft_burn`", line: 0, column: 0)
"EVENT_JSON: {\"standard\":\"nep171\",\"version\":\"1.0.0\",\"event\":\"nft_sold\",\"data\":\"{\\\"list_id\\\":\\\"15:soundbase.mintbase1.near\\\",\\\"offer_num\\\":1,\\\"token_key\\\":\\\"3:soundbase.mintbase1.near\\\",\\\"payout\\\":{\\\"parallacstasy.near\\\":\\\"97500000000000000000000\\\"}}\"}"
telezhnaya commented 2 years ago

Hi @sundafa! If you generally run the Indexer node and see this warning - it can be ignored, yes.

It means that one of the contract creators does not follow NEP-171 guidelines