ERC1155 Token type validation #2234
Unanswered
rohitguptap
asked this question in
Q&A
Replies: 1 comment
-
You may try to static call the methods in the standard. const result = await contract.callStatic.transfer(address1, nftId1)
expect(result).to.be.true; This will not send any transactions, just do a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
is there an way to validate if the token is of type ERC1155 or any other by passing the ABI, Token ID & Signer details to the Contract contructor? or any other alternative
Beta Was this translation helpful? Give feedback.
All reactions