Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Hello StuartLC, your revert here did give me hope but i am getting below error using this method : System.OverflowException: Value was either too large or too small for an Int32.............. By anychance do you have any code repo which i can use for reference. Commented May 28, 2019 at 10:38
  • @logeekal those kinds of errors usually result from not matching the provided ABI, and bytecode to the same version that was used to actually write at the contract address. It might also mean that your contract address or transaction hash don't add up. In the above we're using the constructor but this should work for any transaction on the contract Commented May 28, 2019 at 11:42