Skip to content

Possible validation bug? #190

Answered by bobwith2bees
4LPH4M3M0RY asked this question in Q&A
Discussion options

You must be logged in to vote

Couple of things to check:

  • tokenId in the form should be a string containing a whole integer number (not hex) and quoted, not a json integer (without quotes).
  • the tokenID should be much larger than 125... in hex it is your minter address shifted left a bit to make space for the next sequence number (which if you are just starting - would start from 1)
  • Review your call to get next token id. Make sure you are on the correct collection contract. You can verify the contract address is correct using your browser. For example chain id 4 (Rinkeby) you can see the collection here: https://rinkeby.rarible.com/collection/0xB0EA149212Eb707a1E5FC1D2d3fD318a8d94cf05 . (and make sure that chainId is i…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@evgenynacu
Comment options

@shashank42
Comment options

Answer selected by sirgawain0x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants