Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error while calling function 'withdrawStartMany' and 'withdrawStartWithMetaData' on testnet #359

Open
kr-pratikp opened this issue Oct 10, 2022 · 3 comments

Comments

@kr-pratikp
Copy link

kr-pratikp commented Oct 10, 2022

Describe the bug
As per the business logic, it is required to withdraw the ERC-721 token from Polygon(L2) to the Ethereum(L1) network. The 'withdrawStart' function is working properly to burn the token on the Polygon network, but while using 'withdrawStartMany' or 'withdrawStartWithMetaData', getting an error like: err { code: -32000, message: 'execution reverted' }.

Hint

  • As per the implementation of 'withdrawStartMany' or 'withdrawStartWithMetaData', the functions should return the tx hash.
  • The tx hash needs to be submitted in the withdrawExit function to verify the tx.

Note

Faced above described issue while calling POS functions.

@kr-pratikp kr-pratikp changed the title Getting error while calling function 'withdrawStartMany' and 'withdrawStartWithMetaData' Getting error while calling function 'withdrawStartMany' and 'withdrawStartWithMetaData' on testnet Oct 10, 2022
@rahuldamodar94
Copy link
Member

Hey @kr-pratikp , please send the contract adress of the token on polygon.

@kr-pratikp
Copy link
Author

kr-pratikp commented Oct 17, 2022

@rahuldamodar94 It's ERC-721 token and contract address on polygon is 0x4a90354CC93A4BE2939Af43f272E4A5147775E9E.

@kr-pratikp
Copy link
Author

@rahuldamodar94 Token contract address on polygon is : 0x4a90354CC93A4BE2939Af43f272E4A5147775E9E

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants