Move.

Post

Share your knowledge.

Pluto Dev👽.
Dec 04, 2024
Expert Q&A

VMVerificationError in Move IDO contract

What might be causing the VMVerificationOrDeserializationError in the fund_ido function of the Sui Move contract?

  • Move CLI
  • Smart Contract
2
4
Share
Comments
.

Answers

4
skywinder.
Dec 6 2024, 05:22

The error could be related to how the IDO variable is being deserialized or called via the SDK. Ensure that the object ID passed to the function is correctly formatted and recognized by the Sui Move environment .

2
Best Answer
Comments
.
yhant3.
Dec 6 2024, 05:22

The error might also stem from the Move function expecting different input types than what is being provided from the SDK call. Double-check that the Coin and other arguments match the expected types in the contract .

2
Comments
.
Theoremus.
Dec 6 2024, 05:21

Ensure that any SDK methods used adhere to the correct structured data requirements, including expected object formats, particularly when dealing with cryptographic objects or transactions .

1
Comments
.
LargeCappWithTwo.
Dec 6 2024, 05:22

If you're using TypeScript's Sui SDK, verify the object ID is correct. Errors often arise from incorrect parameter or type handling in the SDK or the ID not being properly formatted .

1
Comments
.

Do you know the answer?

Please log in and share it.

We use cookies to ensure you get the best experience on our website.
More info