Ethereum Boilerplate Sell to Buy Problem

I got some product sell issue in my etharam boilerplate . The issue is whenever I click On a single product for selling purposes. But that time I notice a little issue. My termination purpose was to store all the sold products on my createMarketItem in the server But when I clicked on the sell button the feature didn’t work. I followed the Nft marketplace doc to implement this feature everything is working well, but my sell product didn’t store createMarketItem I could not recognize what is the main issue.
Here is show My screen Reacod Drive link : https://drive.google.com/file/d/1rXrokbOnikiqsAshE14APfx4HATzFHPP/view?usp=sharing

Can you share the address of your smart contract?

Here is Smart Contruct

Does your marketplace contract look like the default contract for this boilerplate?

Check your contract on the chain explorer (polygonscan, etc.) if you have a Market Item event created (this should happen when you go to sell an NFT).

see my explore page data all ready success but not storage data moralis server
how can solve this problem ??17722e3cbc2d2490dcdc171e848ae43eb75cb06e_2_690x466

If you’re not getting this event synced to your Moralis server database, then you may have missed a step.

Have you synced the event to your server? You can have a look at the setup instructions.

here is synce


There is no MarketItemCreated event emitted from the contract as this event code is not present in your contract.


I am using this code then deploy, and get a contract address . How can I get the MarketItemCreated Item event from the contract.
I am mainly follow this
git hub : https://github.com/ethereum-boilerplate/ethereum-nft-marketplace-boilerplate

:thinking:I dont see the marketPlaceBoilerPlate contract code in verified code on polygon scan.

Can you verify if your createMarketItem function has an emit MarketItemCreated function added.

1 Like

I am again deploying your git hub link but can not solve this problem, now I am facing


As per the error you don’t own the NFT which you are trying to transfer. Maybe update the params with correct data and try again.

I facing a problem buying sell a long time, I follow every step [Ethereum Boilerplate but can not solve this problem now I facing a problem create market items feal see this my problem.
deivelink:https://drive.google.com/file/d/1SFAGMjY09KISXwMm3bPYxlcK6kBjGpar/view?usp=sharing
here is synce



Is your marketplace contract on Polygon or Mumbai? You need to check the transaction hash on https://mumbai.polygonscan.com.

Is your contract the same as the boilerplate?